Hello community,
here is the log from the commit of package rubygem-amq-protocol for
openSUSE:Factory checked in at 2013-05-17 08:34:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-amq-protocol (Old)
and /work/SRC/openSUSE:Factory/.rubygem-amq-protocol.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-amq-protocol"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-amq-protocol/rubygem-amq-protocol.changes
2012-12-17 09:37:34.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-amq-protocol.new/rubygem-amq-protocol.changes
2013-05-17 08:34:44.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 9 17:32:31 UTC 2013 - [email protected]
+
+- updated to version 1.5.0
+ Encoding of large payloads is now done more efficiently.
+
+-------------------------------------------------------------------
Old:
----
amq-protocol-1.0.1.gem
New:
----
amq-protocol-1.5.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-amq-protocol.spec ++++++
--- /var/tmp/diff_new_pack.zPFIN9/_old 2013-05-17 08:34:44.000000000 +0200
+++ /var/tmp/diff_new_pack.zPFIN9/_new 2013-05-17 08:34:44.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-amq-protocol
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
Name: rubygem-amq-protocol
-Version: 1.0.1
+Version: 1.5.0
Release: 0
%define mod_name amq-protocol
%define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 1
Url: http://github.com/ruby-amqp/amq-protocol
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: AMQP 0.9.1 encoder & decoder
License: MIT
Group: Development/Languages/Ruby
@@ -61,9 +61,13 @@
%install
%gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/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
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]