Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2016-02-05 00:31:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-13 16:11:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2016-02-05 00:31:20.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Aug 26 04:28:50 UTC 2015 - [email protected]
+
+- updated to version 1.5.1
+ see installed ChangeLog.md
+
+-------------------------------------------------------------------

Old:
----
  amqp-1.5.0.gem

New:
----
  amqp-1.5.1.gem

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

Other differences:
------------------
++++++ rubygem-amqp.spec ++++++
--- /var/tmp/diff_new_pack.VE7VFj/_old  2016-02-05 00:31:20.000000000 +0100
+++ /var/tmp/diff_new_pack.VE7VFj/_new  2016-02-05 00:31:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-amqp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:           rubygem-amqp
-Version:        1.5.0
+Version:        1.5.1
 Release:        0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}

++++++ amqp-1.5.0.gem -> amqp-1.5.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amqp.gemspec new/amqp.gemspec
--- old/amqp.gemspec    2014-08-13 08:05:34.000000000 +0200
+++ new/amqp.gemspec    2015-08-26 03:45:15.000000000 +0200
@@ -24,7 +24,7 @@
 
   # Dependencies
   s.add_dependency "eventmachine"
-  s.add_dependency "amq-protocol", ">= 1.9.2"
+  s.add_dependency "amq-protocol", "~> 1.9"
 
   s.rubyforge_project = "amqp"
 end
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/amqp/version.rb new/lib/amqp/version.rb
--- old/lib/amqp/version.rb     2014-08-13 08:05:34.000000000 +0200
+++ new/lib/amqp/version.rb     2015-08-26 03:45:15.000000000 +0200
@@ -6,5 +6,5 @@
   #
   # @see AMQ::Protocol::VERSION
   # @return [String] AMQP gem version
-  VERSION = '1.5.0'
+  VERSION = '1.5.1'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2014-08-13 08:05:34.000000000 +0200
+++ new/metadata        2015-08-26 03:45:15.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: amqp
 version: !ruby/object:Gem::Version
-  version: 1.5.0
+  version: 1.5.1
 platform: ruby
 authors:
 - Aman Gupta
@@ -10,36 +10,36 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-08-13 00:00:00.000000000 Z
+date: 2015-08-26 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: eventmachine
   requirement: !ruby/object:Gem::Requirement
     requirements:
-    - - '>='
+    - - ">="
       - !ruby/object:Gem::Version
         version: '0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
-    - - '>='
+    - - ">="
       - !ruby/object:Gem::Version
         version: '0'
 - !ruby/object:Gem::Dependency
   name: amq-protocol
   requirement: !ruby/object:Gem::Requirement
     requirements:
-    - - '>='
+    - - "~>"
       - !ruby/object:Gem::Version
-        version: 1.9.2
+        version: '1.9'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
-    - - '>='
+    - - "~>"
       - !ruby/object:Gem::Version
-        version: 1.9.2
+        version: '1.9'
 description: Widely used, feature-rich asynchronous RabbitMQ client with 
batteries
   included.
 email:
@@ -68,11 +68,11 @@
 - docs/Troubleshooting.textile
 - docs/VendorSpecificExtensions.textile
 files:
-- .gitignore
-- .rspec
-- .ruby-version
-- .travis.yml
-- .yardopts
+- ".gitignore"
+- ".rspec"
+- ".ruby-version"
+- ".travis.yml"
+- ".yardopts"
 - ChangeLog.md
 - Gemfile
 - README.md
@@ -309,23 +309,24 @@
 metadata: {}
 post_install_message: 
 rdoc_options:
-- --include=examples --main README.md
+- "--include=examples --main README.md"
 require_paths:
 - lib
 required_ruby_version: !ruby/object:Gem::Requirement
   requirements:
-  - - '>='
+  - - ">="
     - !ruby/object:Gem::Version
       version: '0'
 required_rubygems_version: !ruby/object:Gem::Requirement
   requirements:
-  - - '>='
+  - - ">="
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
 rubyforge_project: amqp
-rubygems_version: 2.2.2
+rubygems_version: 2.4.8
 signing_key: 
 specification_version: 4
 summary: Widely used, feature-rich asynchronous RabbitMQ client with batteries 
included
 test_files: []
+has_rdoc: 


Reply via email to