commit rubygem-sqlite3 for openSUSE:Factory

Hello community, here is the log from the commit of package rubygem-sqlite3 for openSUSE:Factory checked in at Mon Oct 26 18:38:02 CET 2009. -------- --- rubygem-sqlite3/rubygem-sqlite3.changes 2007-08-05 18:47:20.000000000 +0200 +++ rubygem-sqlite3/rubygem-sqlite3.changes 2009-10-26 17:47:31.000000000 +0100 @@ -1,0 +2,50 @@ +Mon Oct 26 17:41:40 CET 2009 - mrueckert@suse.de + +- update to version 1.2.5 + * Check for illegal nil before executing SQL [Erik Veenstra] + * Switch to Hoe for gem task management and packaging. + * Advertise rake-compiler as development dependency. + * Build gem binaries for Windows. + * Improved Ruby 1.9 support compatibility. + * Taint returned values. Patch #20325. +- fixes missing license file (bnc#549261) + +------------------------------------------------------------------- +Fri Jan 16 14:46:17 CET 2009 - mrueckert@suse.de + +- update to version 1.2.4 + - Fix incorrect permissions on database.rb and translator.rb + [Various] + - Avoid using Object#extend for greater speedups [Erik Veenstra] + - Ruby 1.9 compatibility tweaks for Array#zip [jimmy88@gmail.com] + - Fix linking against Ruby 1.8.5 + [Rob Holland <rob@inversepath.com>] + - Make the table_info method adjust the returned default value + for the rows so that the sqlite3 change in 3.3.8 and greater + can be handled transparently [Jamis Buck + <jamis@37signals.com>] + - Ruby 1.9 compatibility tweaks [Roman Le Negrate + <roman2k@free.fr>] + - Various performance enhancements [thanks Erik Veenstra] + - Correct busy_handler documentation + [Rob Holland <rob@inversepath.com>] + - Use int_bind64 on Fixnum values larger than a 32bit C int can + take. [Rob Holland <rob@inversepath.com>] + - Work around a quirk in SQLite's error reporting by calling + sqlite3_reset to produce a more informative error code upon a + failure from sqlite3_step. [Rob Holland <rob@inversepath.com>] + - Various documentation, test, and style tweaks + [Rob Holland <rob@inversepath.com>] + - Be more granular with time/data translation + [Rob Holland <rob@inversepath.com>] + - Use Date directly for parsing rather than going via Time + [Rob Holland <rob@inversepath.com>] + - Check for the rt library and fdatasync so we link against that + when needed [Rob Holland <rob@inversepath.com>] + - Rename data structures to avoid collision on win32. based on + patch by: Luis Lavena [Rob Holland <rob@inversepath.com>] + - Add test for defaults [Daniel Rodríguez Troitiño] + - Correctly unquote double-quoted pragma defaults + [Łukasz Dargiewicz <lukasz.dargiewicz@gmail.com>] + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- sqlite3-ruby-1.2.1.gem New: ---- sqlite3-ruby-1.2.5.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.XfLEuK/_old 2009-10-26 18:37:33.000000000 +0100 +++ /var/tmp/diff_new_pack.XfLEuK/_new 2009-10-26 18:37:33.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package rubygem-sqlite3 (Version 1.2.1) +# spec file for package rubygem-sqlite3 (Version 1.2.5) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,22 +19,22 @@ Name: rubygem-sqlite3 -Version: 1.2.1 -Release: 141 +Version: 1.2.5 +Release: 1 +%define mod_name sqlite3-ruby # Group: Development/Languages/Ruby -License: BSD 3-Clause +License: BSD 3-clause (or similar) # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch BuildRequires: sqlite-devel > 3 BuildRequires: swig Requires: rubygems >= 0.8.11 -%define mod_name sqlite3-ruby # Url: http://sqlite-ruby.rubyforge.org/ # http://rubyforge.org/projects/sqlite-ruby -Source: http://rubyforge.org/frs/download.php/17095/sqlite3-ruby-1.2.1.gem +Source: http://rubyforge.org/frs/download.php/60923/sqlite3-ruby-1.2.5.gem Source1: rubygem-native-rpmlintrc # Summary: A Ruby interface for the SQLite3 database engine @@ -53,8 +53,8 @@ %build %install -gem install --build-root=%{buildroot} %{S:0} -gem_build_cleanup %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ +%gem_install %{S:0} +%gem_cleanup %clean %{__rm} -rf %{buildroot} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de