Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2013-11-07 08:45:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2013-10-31 15:52:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2013-11-07 08:45:25.000000000 +0100
@@ -1,0 +2,42 @@
+Fri Nov  1 06:07:23 UTC 2013 - [email protected]
+
+- updated to version 1.1.0
+  ### amq-protocol Update
+  
+  Minimum `amq-protocol` version is now `1.8.0` which includes
+  a bug fix for messages exactly 128 Kb in size.
+  
+  
+  ### AMQ::Client is Removed
+  
+  `amq-client` has been incorporated into amqp gem. `AMQ::Client` and related
+  modules are no longer available.
+  
+  ### AMQP::Channel#confirm_select is Now Delayed
+  
+  `AMQP::Channel#confirm_select` is now delayed until after the channel
+  is opened, making it possible to use it with the pseudo-synchronous
+  code style.
+  
+  ### RabbitMQ Extensions are Now in Core
+  
+  amqp gem has been targeting RabbitMQ exclusively for a while now.
+  
+  RabbitMQ extensions are now loaded by default and will be even more
+  tightly integrated in the future.
+  
+  ### AMQP::Channel.default is Removed
+  
+  `AMQP::Channel.default` and method_missing-based operations on the default
+  channel has been removed. They've been deprecated since 0.6.
+  
+  ### AMQP::Channel#rpc is Removed
+  
+  `AMQP::RPC`-related code has been removed. It has been deprecated
+  since 0.7.
+  
+  ### AMQP::Channel.on_error is Removed
+  
+  Long time deprecated `AMQP::Channel.on_error` is removed.
+
+-------------------------------------------------------------------

Old:
----
  amqp-1.0.3.gem

New:
----
  amqp-1.1.0.gem

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

Other differences:
------------------
++++++ rubygem-amqp.spec ++++++
--- /var/tmp/diff_new_pack.XWaKRz/_old  2013-11-07 08:45:26.000000000 +0100
+++ /var/tmp/diff_new_pack.XWaKRz/_new  2013-11-07 08:45:26.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-amqp
-Version:        1.0.3
+Version:        1.1.0
 Release:        0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +30,7 @@
 Summary:        Widely used, feature-rich asynchronous RabbitMQ client with
 License:        BSD-2-Clause or Ruby
 Group:          Development/Languages/Ruby
-# MANUAL license
+# MANUAL License
 
 %description
 Widely used, feature-rich asynchronous RabbitMQ client with batteries
@@ -63,7 +63,7 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
+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
 
 %files

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

Reply via email to