Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2014-02-22 18:17:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-amqp (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-amqp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-amqp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-amqp/rubygem-amqp.changes        
2014-01-23 15:55:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2014-02-22 18:17:20.000000000 +0100
@@ -1,0 +2,26 @@
+Sat Feb 22 06:25:42 UTC 2014 - co...@suse.com
+
+- updated to version 1.3.0
+  ### Exchange-to-Exchange Bindings Support
+  
+  amqp gem now supports [Exchange-to-Exchange 
Bindings](http://www.rabbitmq.com/e2e.html), a RabbitMQ
+  extension.
+  
+  `AMQP::Exchange#bind` and `AMQP::Exchange#unbind` work very much like 
`AMQP::Queue#bind` and
+  `AMQP::Queue#unbind`, with the argument exchange being the source one.
+  
+  ### Internal Exchange Declaration
+  
+  amqp gem now supports declaration of internal exchanges
+  (used via exchange-to-exchange bindings, cannot be published to
+  by clients).
+  
+  To declare an exchange as internal, add `:internal => true` to
+  declaration options.
+
+  ### Initial Connection Failures Retries
+  
+  Set connection status to closed on connection failure, which
+  means connection retries succeed.
+
+-------------------------------------------------------------------

Old:
----
  amqp-1.2.0.gem

New:
----
  amqp-1.3.0.gem

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

Other differences:
------------------
++++++ rubygem-amqp.spec ++++++
--- /var/tmp/diff_new_pack.CuYaUi/_old  2014-02-22 18:17:21.000000000 +0100
+++ /var/tmp/diff_new_pack.CuYaUi/_new  2014-02-22 18:17:21.000000000 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           rubygem-amqp
-Version:        1.2.0
+Version:        1.3.0
 Release:        0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 BuildRequires:  rubygem(rdoc) > 3.10
 Url:            http://rubyamqp.info
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
@@ -63,23 +63,23 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ChangeLog.md 
%buildroot/%{_docdir}/%{name}/ChangeLog.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/ChangeLog.md 
%buildroot/%{_docdir}/%{name}/ChangeLog.md
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_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
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{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}/spec
+%{gem_base}/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