Hello community, here is the log from the commit of package rubygem-sqlite3 for openSUSE:Factory checked in at 2014-02-12 20:59:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-sqlite3 (Old) and /work/SRC/openSUSE:Factory/.rubygem-sqlite3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-sqlite3" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-sqlite3/rubygem-sqlite3.changes 2013-09-27 18:19:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-sqlite3.new/rubygem-sqlite3.changes 2014-02-12 20:59:15.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Feb 10 18:34:01 UTC 2014 - [email protected] + +- license update: BSD-3-Clause + See LICENSE in data/ + +------------------------------------------------------------------- +Thu Feb 6 08:41:18 UTC 2014 - [email protected] + +- use new macros + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.AT9jw5/_old 2014-02-12 20:59:15.000000000 +0100 +++ /var/tmp/diff_new_pack.AT9jw5/_new 2014-02-12 20:59:15.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-sqlite3 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -23,18 +23,19 @@ %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 +BuildRequires: ruby-macros >= 3 Requires: ruby >= 1.8.7 BuildRequires: ruby-devel >= 1.8.7 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_full_name}.gem +Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: This module allows Ruby programs to interface with the SQLite3 License: BSD-3-Clause Group: Development/Languages/Ruby +# MANUAL BEGIN +BuildRequires: sqlite-devel >= 3.6.16 +Requires: sqlite3 >= 3.6.16 +# MANUAL END %description This module allows Ruby programs to interface with the SQLite3 @@ -69,20 +70,26 @@ %install %gem_install -f %gem_cleanup +mkdir -p %{buildroot}%{_docdir}/%{name} +ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.rdoc %buildroot/%{_docdir}/%{name}/CHANGELOG.rdoc +ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE +ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc %buildroot/%{_docdir}/%{name}/README.rdoc %files %defattr(-,root,root,-) -%{_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 +%{_docdir}/%{name} +%{gem_base}/cache/%{mod_full_name}.gem +%{gem_base}/gems/%{mod_full_name}/ +%{gem_extensions}/%{mod_full_name} +%exclude %{gem_base}/gems/%{mod_full_name}/test +%{gem_base}/specifications/%{mod_full_name}.gemspec %files doc %defattr(-,root,root,-) -%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ +%doc %{gem_base}/doc %files testsuite %defattr(-,root,root,-) -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test +%{gem_base}/gems/%{mod_full_name}/test %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
