Hello community,

here is the log from the commit of package rubygem-bunny for openSUSE:Factory 
checked in at 2012-08-04 09:36:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-bunny (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-bunny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-bunny", Maintainer is "cth...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-bunny/rubygem-bunny.changes      
2012-07-16 09:38:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bunny.new/rubygem-bunny.changes 
2012-08-04 09:36:39.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug  1 05:02:20 UTC 2012 - co...@suse.com
+
+- updated to version 0.8.0
+
+-------------------------------------------------------------------

Old:
----
  bunny-0.6.0.gem

New:
----
  bunny-0.8.0.gem

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

Other differences:
------------------
++++++ rubygem-bunny.spec ++++++
--- /var/tmp/diff_new_pack.EVaypZ/_old  2012-08-04 09:36:40.000000000 +0200
+++ /var/tmp/diff_new_pack.EVaypZ/_new  2012-08-04 09:36:40.000000000 +0200
@@ -17,21 +17,22 @@
 
 
 Name:           rubygem-bunny
-Version:        0.6.0
+Version:        0.8.0
 Release:        0
-Summary:        A synchronous Ruby AMQP client that enables interaction with 
AMQP-compliant brokers/servers
-License:        MIT
-Group:          Development/Languages/Ruby
-Url:            http://github.com/celldee/bunny/tree/master
 %define mod_name bunny
-Source:         %{mod_name}-%{version}.gem
-Provides:       rubygem-%{mod_name}-0_6 = %{version}
-BuildRequires:  rubygems_with_buildroot_patch
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 1
+Url:            http://github.com/ruby-amqp/bunny
+Source:         %{mod_full_name}.gem
+Summary:        Synchronous Ruby AMQP 0.8.0 client
+License:        MIT
+Group:          Development/Languages/Ruby
 
 %description
-Another synchronous Ruby AMQP client
+A synchronous Ruby AMQP client that enables interaction with AMQP-compliant
+brokers.
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
@@ -51,23 +52,28 @@
 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
 
 %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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to