Hello community,

here is the log from the commit of package rubygem-pg for openSUSE:Factory 
checked in at 2012-03-05 18:01:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-pg (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-pg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-pg/rubygem-pg.changes    2011-09-23 
12:44:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pg.new/rubygem-pg.changes       
2012-03-05 18:02:30.000000000 +0100
@@ -1,0 +2,24 @@
+Thu Feb 16 08:24:24 UTC 2012 - [email protected]
+
+- Added detail about last version update
+- Ran spec-cleaner
+
+-------------------------------------------------------------------
+Mon Feb 13 10:54:58 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Thu Aug  4 12:55:25 UTC 2011 - [email protected]
+
+- update to version 0.11.0
+  * Move connection-parameter parsing into Ruby
+  * Automated merge with ssh://bitbucket.org/larskanis/ruby-pg
+  * Update cross compilation tasks to use Ruby 1.8.7 instead of 1.8.6
+  * Update readme for cross compile
+  * Use RUBY_CC_VERSION from command line, if set
+  * update PG and OpenSSL version for cross compile
+  * always run "make libpq.a" for cross compilation
+  * re-add required libs for cross compilation
+
+-------------------------------------------------------------------

Old:
----
  pg-0.10.1.gem

New:
----
  pg-0.11.0.gem

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

Other differences:
------------------
++++++ rubygem-pg.spec ++++++
--- /var/tmp/diff_new_pack.ayBgnK/_old  2012-03-05 18:02:32.000000000 +0100
+++ /var/tmp/diff_new_pack.ayBgnK/_new  2012-03-05 18:02:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pg
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,28 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rubygem-pg
-Version:        0.10.1
-Release:        1
-%define mod_name pg
-#
+Version:        0.11.0
+Release:        0
+Summary:        A Ruby interface to the PostgreSQL RDBMS
+License:        Ruby
 Group:          Development/Languages/Ruby
-License:        GPLv2+ or Ruby
-#
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Url:            http://bitbucket.org/ged/ruby-pg/
+%define mod_name pg
+%define mod_full_name %{mod_name}-%{version}
+Source:         %{mod_full_name}.gem
+BuildRequires:  openssl-devel
+BuildRequires:  postgresql-devel
+BuildRequires:  ruby-devel >= 1.8.7
 BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-BuildRequires:  openssl-devel postgresql-devel
 Requires:       ruby >= 1.8.7
-BuildRequires:  ruby-devel >= 1.8.7
-#
-Url:            http://bitbucket.org/ged/ruby-pg/
-Source:         %{mod_name}-%{version}.gem
-#
-Summary:        A Ruby interface to the PostgreSQL RDBMS
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%rubygems_requires
 
 %description
 This is the extension library to access a PostgreSQL database from Ruby.
@@ -45,7 +41,6 @@
 %package doc
 Summary:        RDoc documentation for %{mod_name}
 Group:          Development/Languages/Ruby
-License:        GPLv2+ or Ruby
 Requires:       %{name} = %{version}
 
 %description doc
@@ -55,36 +50,30 @@
 %package testsuite
 Summary:        Test suite for %{mod_name}
 Group:          Development/Languages/Ruby
-License:        GPLv2+ or Ruby
 Requires:       %{name} = %{version}
 
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
 %prep
-
 %build
-
 %install
-%gem_install %{S:0}
+%gem_install %{SOURCE0}
 %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}/spec
-%{_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}/spec
+%{_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}/spec
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
 
 %changelog

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

Reply via email to