Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (9c79633f4582f2eb48723a6ae39bcb84f8816461)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (9c79633f4582f2eb48723a6ae39bcb84f8816461)
  • Date: Wed, 20 Jun 2007 12:27:38 -0500

GIT changes to master grimoire by Puppet_Master <puppetmaster.e17 AT gmail.com>:

database/sqlite3-ruby/DETAILS | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 9c79633f4582f2eb48723a6ae39bcb84f8816461
Author: Philippe Caseiro <puppet_master AT else-projects.org>
Commit: Puppet_Master <puppetmaster.e17 AT gmail.com>

Fixing some mistakes reported on SM-DISCUSS this morning

diff --git a/database/sqlite3-ruby/DETAILS b/database/sqlite3-ruby/DETAILS
index fa49843..99733c6 100755
--- a/database/sqlite3-ruby/DETAILS
+++ b/database/sqlite3-ruby/DETAILS
@@ -2,14 +2,12 @@
VERSION=1.2.1
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[1]=http://rubyforge.org/frs/download.php/17096/${SOURCE}
-
SOURCE_HASH=sha512:7c0b69d05ced8cd4aa6fd7af9376fc06c1adab6cf074ac6d2a730b5f7f91fd6600fbdde02d5b8642f2366fae23a9e37222313570dfd35022d00f0d916b9ccc50
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://sqlite-ruby.rubyforge.org/
ENTERED=20070508
- UPDATED=20070508
+ UPDATED=20070620
LICENSE[0]=BSD
- BUILD_API=2
-
SOURCE_HASH=sha512:7c0b69d05ced8cd4aa6fd7af9376fc06c1adab6cf074ac6d2a730b5f7f91fd6600fbdde02d5b8642f2366fae23a9e37222313570dfd35022d00f0d916b9ccc50:WORKS_FOR_ME
+
SOURCE_HASH=sha512:7c0b69d05ced8cd4aa6fd7af9376fc06c1adab6cf074ac6d2a730b5f7f91fd6600fbdde02d5b8642f2366fae23a9e37222313570dfd35022d00f0d916b9ccc50
SHORT="Ruby interface for the SQLite database engine."
cat << EOF
This is a compatibility release. SQLite3 3.3.8 and above changed the format
of the dflt_value column of the table_info pragma, which breaks applications
that depend on that metadata (like Ruby on Rails). This release of
SQLite3/Ruby modifies the Database#table_info helper such that it checks the
libversion and reformats the dflt_value column if necessary. The next release
of Rails will use this helper to query the metadata, which will again make it
compatible with all known sqlite3 versions.




Archive powered by MHonArc 2.6.24.

Top of Page