Hello community,

here is the log from the commit of package rubygem-sqlite3 for openSUSE:Factory 
checked in at 2012-04-17 22:02:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sqlite3", Maintainer is "mrueck...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sqlite3/rubygem-sqlite3.changes  
2012-02-16 12:27:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sqlite3.new/rubygem-sqlite3.changes     
2012-04-17 22:02:40.000000000 +0200
@@ -1,0 +2,53 @@
+Tue Apr 17 07:17:37 UTC 2012 - co...@suse.com
+
+- update to 1.3.6
+  * Enhancements
+    * Windows: build against SQLite 3.7.11
+    * Added SQLite3::ResultSet#each_hash for fetching each row as a hash.
+    * Added SQLite3::ResultSet#next_hash for fetching one row as a hash.
+  
+  * Bugfixes
+    * Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63
+    * Protect parameters to custom functions from being garbage collected too
+      soon. Fixes #60. Thanks hirataya!
+    * Fix backwards compatibility with 1.2.5 with bind vars and `query` method.
+      Fixes #35.
+    * Fix double definition error caused by defining sqlite3_int64/uint64.
+    * Fix suspicious version regexp.
+  
+  * Deprecations
+    * ArrayWithTypesAndFields#types is deprecated and the class will be removed
+      in version 2.0.0.  Please use the `types` method on the ResultSet class
+      that created this object.
+    * ArrayWithTypesAndFields#fields is deprecated and the class will be 
removed
+      in version 2.0.0.  Please use the `columns` method on the ResultSet class
+      that created this object.
+    * The ArrayWithTypesAndFields class will be removed in 2.0.0
+    * The ArrayWithTypes class will be removed in 2.0.0
+    * HashWithTypesAndFields#types is deprecated and the class will be removed
+      in version 2.0.0.  Please use the `types` method on the ResultSet class
+      that created this object.
+    * HashWithTypesAndFields#fields is deprecated and the class will be removed
+      in version 2.0.0.  Please use the `columns` method on the ResultSet class
+
+-------------------------------------------------------------------
+Thu Apr  5 07:55:39 UTC 2012 - co...@suse.com
+
+- update to 1.3.5
+  * Enhancements
+    * Windows: build against SQLite 3.7.9
+    * Static: enable SQLITE_ENABLE_COLUMN_METADATA
+    * Added Statement#clear_bindings! to set bindings back to nil
+  
+  * Bugfixes
+    * Fixed a segv on Database.new. Fixes #34 (thanks nobu!)
+    * Database error is not reset, so don't check it in Statement#reset!
+    * Remove conditional around Bignum statement bindings.
+      Fixes #52. Fixes #56. Thank you Evgeny Myasishchev.
+  
+  * Internal
+    * Use proper endianness when testing database connection with UTF-16.
+      Fixes #40. Fixes #51
+    * Use -fPIC for static compilation when host is x86_64.
+
+-------------------------------------------------------------------

Old:
----
  sqlite3-1.3.4.gem

New:
----
  sqlite3-1.3.6.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.89WzZQ/_old  2012-04-17 22:02:42.000000000 +0200
+++ /var/tmp/diff_new_pack.89WzZQ/_new  2012-04-17 22:02:42.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-sqlite3
-Version:        1.3.4
+Version:        1.3.6
 Release:        0
 %define mod_name sqlite3
 #
@@ -25,8 +25,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
-BuildRequires:  sqlite-devel > 3
+BuildRequires:  sqlite-devel >= 3.6.16
 Requires:       ruby >= 1.8.7
+Requires:       sqlite3 >= 3.6.16
 BuildRequires:  ruby-devel >= 1.8.7
 Provides:       rubygem-sqlite3-ruby = %{version}-%{release}
 #
@@ -42,7 +43,7 @@
 database engine (http://www.sqlite.org).  You must have the
 SQLite engine installed in order to build this module.
 
-Note that this module is NOT compatible with SQLite 2.x.
+Note that this module is only compatible with SQLite 3.6.16 or newer.
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to