Hello community,

here is the log from the commit of package rubygem-sqlite3 for openSUSE:Factory 
checked in at 2013-03-08 10:59:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sqlite3", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sqlite3/rubygem-sqlite3.changes  
2012-04-17 22:02:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sqlite3.new/rubygem-sqlite3.changes     
2013-03-08 10:59:06.000000000 +0100
@@ -1,0 +2,10 @@
+Sun Jan 20 07:24:23 UTC 2013 - [email protected]
+
+- updated to version 1.3.7
+ * Bugfixes
+   * Closing a bad statement twice will not segv.
+ 
+ * Internal
+   * Unset environment variables that could affect cross compilation.
+
+-------------------------------------------------------------------

Old:
----
  sqlite3-1.3.6.gem

New:
----
  sqlite3-1.3.7.gem

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

Other differences:
------------------
++++++ rubygem-sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.jWwif0/_old  2013-03-08 10:59:07.000000000 +0100
+++ /var/tmp/diff_new_pack.jWwif0/_new  2013-03-08 10:59:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sqlite3
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,22 @@
 
 
 Name:           rubygem-sqlite3
-Version:        1.3.6
+Version:        1.3.7
 Release:        0
 %define mod_name sqlite3
-#
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-BuildRequires:  sqlite-devel >= 3.6.16
+BuildRequires:  ruby-macros >= 1
 Requires:       ruby >= 1.8.7
-Requires:       sqlite3 >= 3.6.16
 BuildRequires:  ruby-devel >= 1.8.7
-Provides:       rubygem-sqlite3-ruby = %{version}-%{release}
-#
+BuildRequires:  rubygem(rdoc) > 3.10
+# MANUAL
+BuildRequires:  sqlite-devel >= 3.6.16
+Requires:       sqlite3 >= 3.6.16
 Url:            http://github.com/luislavena/sqlite3-ruby
-Source:         %{mod_name}-%{version}.gem
-#
-Summary:        A Ruby interface for the SQLite3 database engine
+Source:         %{mod_full_name}.gem
+Summary:        This module allows Ruby programs to interface with the SQLite3
 License:        BSD-3-Clause
 Group:          Development/Languages/Ruby
 
@@ -42,7 +40,6 @@
 This module allows Ruby programs to interface with the SQLite3
 database engine (http://www.sqlite.org).  You must have the
 SQLite engine installed in order to build this module.
-
 Note that this module is only compatible with SQLite 3.6.16 or newer.
 
 %package doc
@@ -63,27 +60,29 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{S:0}
+%gem_install -f
 %gem_cleanup
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to