Hello community,

here is the log from the commit of package rubygem-pg for openSUSE:Factory 
checked in at 2012-12-21 15:02:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2012-03-05 
18:02:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pg.new/rubygem-pg.changes       
2012-12-21 15:02:46.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec  5 19:20:14 UTC 2012 - [email protected]
+
+- updated to version 0.14.1
+
+-------------------------------------------------------------------

Old:
----
  pg-0.11.0.gem

New:
----
  pg-0.14.1.gem

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

Other differences:
------------------
++++++ rubygem-pg.spec ++++++
--- /var/tmp/diff_new_pack.eAXNbf/_old  2012-12-21 15:02:47.000000000 +0100
+++ /var/tmp/diff_new_pack.eAXNbf/_new  2012-12-21 15:02:47.000000000 +0100
@@ -17,26 +17,30 @@
 
 
 Name:           rubygem-pg
-Version:        0.11.0
+Version:        0.14.1
 Release:        0
-Summary:        A Ruby interface to the PostgreSQL RDBMS
-License:        Ruby
-Group:          Development/Languages/Ruby
-Url:            http://bitbucket.org/ged/ruby-pg/
 %define mod_name pg
 %define mod_full_name %{mod_name}-%{version}
-Source:         %{mod_full_name}.gem
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros >= 1
+# MANUAL
 BuildRequires:  openssl-devel
 BuildRequires:  postgresql-devel
-BuildRequires:  ruby-devel >= 1.8.7
-BuildRequires:  rubygems_with_buildroot_patch
+
 Requires:       ruby >= 1.8.7
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-devel >= 1.8.7
+BuildRequires:  rubygem(rdoc) > 3.10
+Url:            https://bitbucket.org/ged/ruby-pg
+Source:         %{mod_full_name}.gem
+Summary:        Pg is the Ruby interface to the PostgreSQL
+License:        Ruby
+Group:          Development/Languages/Ruby
 
 %description
-This is the extension library to access a PostgreSQL database from Ruby.
-This library works with PostgreSQL 7.4 and later.
+Pg is the Ruby interface to the {PostgreSQL
+RDBMS}[http://www.postgresql.org/].
+It works with {PostgreSQL 8.3 and later}[http://bit.ly/6AfPhm].
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
@@ -56,10 +60,17 @@
 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 %{SOURCE0}
+%gem_install -f
 %gem_cleanup
+# MANUAL
+rm 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/sample/test_binary_values.rb
 
 %files
 %defattr(-,root,root,-)

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

Reply via email to