commit rubygem-amqp for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2018-02-12 10:13:20

Comparing /work/SRC/openSUSE:Factory/rubygem-amqp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-amqp.new (New)


Package is "rubygem-amqp"

Mon Feb 12 10:13:20 2018 rev:21 rq:574041 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-amqp/rubygem-amqp.changes
2017-04-11 09:31:49.194174876 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2018-02-12 10:13:20.533554497 +0100
@@ -1,0 +2,6 @@
+Tue Jan  9 07:22:04 UTC 2018 - co...@suse.com
+
+- updated to version 1.8.0
+ see installed ChangeLog.md
+
+---

Old:

  amqp-1.7.0.gem

New:

  amqp-1.8.0.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.txN8t5/_old  2018-02-12 10:13:21.357524804 +0100
+++ /var/tmp/diff_new_pack.txN8t5/_new  2018-02-12 10:13:21.357524804 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-amqp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-amqp
-Version:1.7.0
+Version:1.8.0
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:http://rubyamqp.info
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Mature EventMachine-based RabbitMQ client
 License:BSD-2-Clause or Ruby

++ amqp-1.7.0.gem -> amqp-1.8.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  2017-02-02 12:32:45.0 +0100
+++ new/.gitignore  2018-01-02 13:18:19.0 +0100
@@ -17,3 +17,5 @@
 bin/*
 .AppleDouble/*
 debug/*
+
+.ruby-version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.ruby-version new/.ruby-version
--- old/.ruby-version   2017-02-02 12:32:45.0 +0100
+++ new/.ruby-version   1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-2.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-02-02 12:32:45.0 +0100
+++ new/.travis.yml 2018-01-02 13:18:19.0 +0100
@@ -1,12 +1,12 @@
 language: ruby
 bundler_args: --without development
-before_script: ./bin/ci/before_build.sh
+before_script: ./bin/ci/before_build
 script: "bundle exec rake spec:ci"
 env:
   - CI=true
 rvm:
   - 2.3.3
-  - 2.4.0
+  - 2.4.1
 gemfile:
   - Gemfile
   - gemfiles/eventmachine-pre
@@ -16,7 +16,7 @@
 branches:
   only:
 - master
-- 1.5.x-stable
+- 1.7.x-stable
 matrix:
   allow_failures:
 - rvm: jruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog.md new/ChangeLog.md
--- old/ChangeLog.md2017-02-02 12:32:45.0 +0100
+++ new/ChangeLog.md2018-01-02 13:18:19.0 +0100
@@ -1,7 +1,18 @@
-## Changes Between 1.6.0 and 1.7.0 (unreleased)
+## Changes Between 1.6.0 and 1.7.0 (Feb 2nd, 2017)
 
-None to date.
+### Clear Framesets on Exception
 
+Unprocessed frames received on a connection are now correctly
+cleared when an exception occurs.
+
+Contributed by Michael Lutsiuk.
+
+GitHub issue: [#218](https://github.com/ruby-amqp/amqp/issues/218)
+
+
+### amq-protocol Update
+
+Minimum `amq-protocol` version is now `2.1.0`.
 
 
 ## Changes Between 1.5.0 and 1.6.0 (Apr 4th, 2016)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-02-02 12:32:45.0 +0100
+++ new/README.md   2018-01-02 13:18:19.0 +0100
@@ -3,6 +3,9 @@
 [Ruby amqp gem](http://rubyamqp.info) is a feature-rich,
 EventMachine-based RabbitMQ client with batteries included.
 
+It's the original RabbitMQ client for Ruby. These days there are very
+solid alternatives available: [Bunny](http://rubybunny.info) for MRI and 
[March Hare](http://rubymarchhare.info) for JRuby.
+
 It implement [AMQP
 0.9.1](http://www.rabbitmq.com/tutorials/amqp-concepts.html) and
 support [RabbitMQ extensions to AMQP
@@ -134,8 +137,9 @@
 
 ## Supported Ruby Versions
 
-amqp gem `1.6.x` series supports
+amqp gem `1.6.x` 

commit rubygem-amqp for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2017-04-11 09:31:46

Comparing /work/SRC/openSUSE:Factory/rubygem-amqp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-amqp.new (New)


Package is "rubygem-amqp"

Tue Apr 11 09:31:46 2017 rev:20 rq:456614 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-amqp/rubygem-amqp.changes
2016-04-12 19:34:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2017-04-11 09:31:49.194174876 +0200
@@ -1,0 +2,6 @@
+Fri Feb  3 05:30:38 UTC 2017 - co...@suse.com
+
+- updated to version 1.7.0
+ see installed ChangeLog.md
+
+---

Old:

  amqp-1.6.0.gem

New:

  amqp-1.7.0.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.XTLhhZ/_old  2017-04-11 09:31:50.509989041 +0200
+++ /var/tmp/diff_new_pack.XTLhhZ/_new  2017-04-11 09:31:50.509989041 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-amqp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-amqp
-Version:1.6.0
+Version:1.7.0
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}

++ amqp-1.6.0.gem -> amqp-1.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.ruby-version new/.ruby-version
--- old/.ruby-version   2016-04-04 07:28:28.0 +0200
+++ new/.ruby-version   2017-02-02 12:32:45.0 +0100
@@ -1 +1 @@
-2.2
\ No newline at end of file
+2.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2016-04-04 07:28:28.0 +0200
+++ new/.travis.yml 2017-02-02 12:32:45.0 +0100
@@ -5,12 +5,8 @@
 env:
   - CI=true
 rvm:
-  - 1.8.7
-  - jruby-19mode
-  - 1.9.2
-  - 1.9.3
-  - 2.0.0
-  - 2.1.0
+  - 2.3.3
+  - 2.4.0
 gemfile:
   - Gemfile
   - gemfiles/eventmachine-pre
@@ -20,30 +16,10 @@
 branches:
   only:
 - master
-- 1.2.x-stable
-- 1.1.x-stable
-- 1.0.x-stable
+- 1.5.x-stable
 matrix:
   allow_failures:
-- rvm: 1.8.7
-  gemfile: gemfiles/eventmachine-pre
-- rvm: 1.9.3
-  gemfile: gemfiles/eventmachine-pre
-- rvm: jruby-19mode
-  gemfile: gemfiles/eventmachine-pre
-- rvm: jruby-head
-  gemfile: gemfiles/eventmachine-pre
-- rvm: jruby-head
-  gemfile: Gemfile
-- rvm: rbx-19mode
-  gemfile: gemfiles/eventmachine-pre
-- rvm: rbx-19mode
-  gemfile: Gemfile
-- rvm: 1.9.2
-  gemfile: gemfiles/eventmachine-pre
-- rvm: 1.9.2
-  gemfile: Gemfile
-- rvm: 2.0.0
+- rvm: jruby
   gemfile: gemfiles/eventmachine-pre
 
 services:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog.md new/ChangeLog.md
--- old/ChangeLog.md2016-04-04 07:28:28.0 +0200
+++ new/ChangeLog.md2017-02-02 12:32:45.0 +0100
@@ -1,4 +1,10 @@
-## Changes Between 1.5.x and 1.6.0 (Apr 4th, 2016)
+## Changes Between 1.6.0 and 1.7.0 (unreleased)
+
+None to date.
+
+
+
+## Changes Between 1.5.0 and 1.6.0 (Apr 4th, 2016)
 
 ### amq-protocol Update
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-04-04 07:28:28.0 +0200
+++ new/Gemfile 2017-02-02 12:32:45.0 +0100
@@ -14,8 +14,8 @@
   end
 end
 
-custom_gem "eventmachine", ">= 1.0.0"
-custom_gem "amq-protocol", :git => 
"git://github.com/ruby-amqp/amq-protocol.git", :branch => "master"
+custom_gem "eventmachine", "~> 1.2.1"
+custom_gem "amq-protocol", :git => 
"https://github.com/ruby-amqp/amq-protocol.git;, :branch => "master"
 
 group :development do
   gem "yard", ">= 0.7.2"
@@ -32,10 +32,10 @@
 end
 
 group :test do
-  gem "rspec", "~> 2.6.0"
-  gem "rake",  "~> 10.0.0"
+  gem "rspec", "~> 2.14.1"
+  gem "rake",  "~> 11.3.0"
 
-  custom_gem "evented-spec", :git => 
"git://github.com/ruby-amqp/evented-spec.git", :branch => "master"
+  custom_gem "evented-spec", :git => 
"https://github.com/ruby-amqp/evented-spec.git;, :branch => "master"
   gem "effin_utf8"
 
   gem "multi_json"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-04-04 07:28:28.0 +0200
+++ new/README.md   

commit rubygem-amqp for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2016-04-12 19:34:05

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
2016-02-05 00:31:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2016-04-12 19:34:07.0 +0200
@@ -1,0 +2,32 @@
+Wed Apr  6 06:11:32 UTC 2016 - co...@suse.com
+
+- updated to version 1.6.0
+ see installed ChangeLog.md
+
+  ## Changes Between 1.5.x and 1.6.0 (Apr 4th, 2016)
+  
+  ### amq-protocol Update
+  
+  Minimum `amq-protocol` version is now `2.0.1`.
+  
+  ### Provide More Details in TCP Connection Failure Exception
+  
+  Contributed by Neil Hooey.
+  
+  GH issue: [#222](https://github.com/ruby-amqp/amqp/issues/222).
+  
+  
+  ### Ensures frameset is cleared after an unhandled exception
+  
+  Ensures frameset is cleared after an unhandled exception.
+  This avoids confusing exceptions such as
+  
+  ```
+  undefined method `method_class' for 
#
+  ```
+  
+  Contributed by Michael Lutsiuk.
+  
+  GH issue: [#218](https://github.com/ruby-amqp/amqp/issues/218)
+
+---

Old:

  amqp-1.5.1.gem

New:

  amqp-1.6.0.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.9JjtBl/_old  2016-04-12 19:34:08.0 +0200
+++ /var/tmp/diff_new_pack.9JjtBl/_new  2016-04-12 19:34:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-amqp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-amqp
-Version:1.5.1
+Version:1.6.0
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}
@@ -36,13 +36,12 @@
 Url:http://rubyamqp.info
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:Widely used, feature-rich asynchronous RabbitMQ client with
+Summary:Mature EventMachine-based RabbitMQ client
 License:BSD-2-Clause or Ruby
 Group:  Development/Languages/Ruby
 
 %description
-Widely used, feature-rich asynchronous RabbitMQ client with batteries
-included.
+Mature EventMachine-based RabbitMQ client.
 
 %prep
 

++ amqp-1.5.1.gem -> amqp-1.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.ruby-version new/.ruby-version
--- old/.ruby-version   2015-08-26 03:45:15.0 +0200
+++ new/.ruby-version   2016-04-04 07:28:28.0 +0200
@@ -1 +1 @@
-2.0.0@rabbitmq
\ No newline at end of file
+2.2
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog.md new/ChangeLog.md
--- old/ChangeLog.md2015-08-26 03:45:15.0 +0200
+++ new/ChangeLog.md2016-04-04 07:28:28.0 +0200
@@ -1,3 +1,31 @@
+## Changes Between 1.5.x and 1.6.0 (Apr 4th, 2016)
+
+### amq-protocol Update
+
+Minimum `amq-protocol` version is now `2.0.1`.
+
+### Provide More Details in TCP Connection Failure Exception
+
+Contributed by Neil Hooey.
+
+GH issue: [#222](https://github.com/ruby-amqp/amqp/issues/222).
+
+
+### Ensures frameset is cleared after an unhandled exception
+
+Ensures frameset is cleared after an unhandled exception.
+This avoids confusing exceptions such as
+
+```
+undefined method `method_class' for 
#
+```
+
+Contributed by Michael Lutsiuk.
+
+GH issue: [#218](https://github.com/ruby-amqp/amqp/issues/218)
+
+
+
 ## Changes Between 1.4.x and 1.5.0
 
 ### Only Await basic.consume-ok If nowait is false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-08-26 03:45:15.0 +0200
+++ new/README.md   2016-04-04 07:28:28.0 +0200
@@ -203,13 +203,6 @@
 
 
 
-## Migration from amqp gem 0.6.x and 0.7.x
-
-Upgrading from amqp gem 0.6.x and 0.7.x to 0.8.0+ is straightforward, please 
see [amqp gem 0.8.0 migration 
guide](http://rubyamqp.info/articles/08_migration/).
-The same guide explains amqp gem versions history and why you would want to 
upgrade.
-
-
-
 ## Maintainer Information
 
 amqp gem is maintained by [Michael Klishin](http://twitter.com/michaelklishin).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit rubygem-amqp for openSUSE:Factory

2016-02-04 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2016-02-05 00:31:20.0 +0100
@@ -1,0 +2,6 @@
+Wed Aug 26 04:28:50 UTC 2015 - co...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.VE7VFj/_new  2016-02-05 00:31:20.0 +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.gemspec2014-08-13 08:05:34.0 +0200
+++ new/amqp.gemspec2015-08-26 03:45:15.0 +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.0 +0200
+++ new/lib/amqp/version.rb 2015-08-26 03:45:15.0 +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/metadata2014-08-13 08:05:34.0 +0200
+++ new/metadata2015-08-26 03:45:15.0 +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.0 Z
+date: 2015-08-26 00:00:00.0 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: 

commit rubygem-amqp for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2014-10-13 16:11:39

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-07-15 08:01:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2014-10-13 16:11:40.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 13 07:25:24 UTC 2014 - co...@suse.com
+
+- updated to version 1.5.0
+   ### Only Await basic.consume-ok If nowait is false
+
+---
+Mon Oct 13 07:24:59 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---

Old:

  amqp-1.4.1.gem

New:

  amqp-1.5.0.gem
  gem2rpm.yml



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.f7Pqab/_old  2014-10-13 16:11:41.0 +0200
+++ /var/tmp/diff_new_pack.f7Pqab/_new  2014-10-13 16:11:41.0 +0200
@@ -17,69 +17,35 @@
 
 
 Name:   rubygem-amqp
-Version:1.4.1
+Version:1.5.0
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://rubyamqp.info
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Widely used, feature-rich asynchronous RabbitMQ client with
 License:BSD-2-Clause or Ruby
 Group:  Development/Languages/Ruby
-# MANUAL License
 
 %description
 Widely used, feature-rich asynchronous RabbitMQ client with batteries
 included.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-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 -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-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}
-%{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 %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --doc-files=ChangeLog.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ amqp-1.4.1.gem - amqp-1.5.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog.md new/ChangeLog.md
--- old/ChangeLog.md2014-07-09 10:19:50.0 +0200
+++ new/ChangeLog.md2014-08-13 08:05:34.0 +0200
@@ -1,4 +1,8 @@
-## Changes Between 1.4.0 and 1.4.1
+## Changes Between 1.4.x and 1.5.0
+
+### Only Await basic.consume-ok If nowait is false
+
+Contributed by Rian McGuire.
 
 ### Server-Named Queue Recovery Fix
 
@@ -7,13 +11,26 @@
 Contributed by Jack C Hong.
 
 
-
 ## Changes Between 1.3.x and 1.4.0
 
 ### connection.blocked Support
 
 [connection.blocked](https://www.rabbitmq.com/connection-blocked.html) 
notifications
-are now correctly supported by the library.
+are now correctly supported by the library:
+
+``` ruby
+EventMachine.run do
+  connection = AMQP.connect(:host = '127.0.0.1')
+
+  connection.on_blocked do |conn, conn_blocked|
+puts Connection blocked, reason: #{conn_blocked.reason}
+  end
+
+  connection.on_unblocked do |conn, _|
+puts Connection unblocked
+  end
+end
+```
 
 
 ## Changes Between 1.2.x and 1.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2014-07-09 10:19:50.0 +0200
+++ new/README.md   2014-08-13 08:05:34.0 +0200
@@ -196,7 +196,7 @@

commit rubygem-amqp for openSUSE:Factory

2014-07-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2014-07-15 08:00:55

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-02-22 18:17:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2014-07-15 08:01:02.0 +0200
@@ -1,0 +2,19 @@
+Sun Jul 13 15:04:29 UTC 2014 - co...@suse.com
+
+- updated to version 1.4.1
+ ### Server-Named Queue Recovery Fix
+ 
+ Server-named queues are now correctly recovered again.
+ 
+ Contributed by Jack C Hong.
+ 
+ 
+ 
+ ## Changes Between 1.3.x and 1.4.0
+ 
+ ### connection.blocked Support
+ 
+ [connection.blocked](https://www.rabbitmq.com/connection-blocked.html) 
notifications
+ are now correctly supported by the library.
+
+---

Old:

  amqp-1.3.0.gem

New:

  amqp-1.4.1.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.HQ4qBP/_old  2014-07-15 08:01:03.0 +0200
+++ /var/tmp/diff_new_pack.HQ4qBP/_new  2014-07-15 08:01:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-amqp
-Version:1.3.0
+Version:1.4.1
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-amqp for openSUSE:Factory

2014-02-22 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2014-02-22 18:17:20.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.CuYaUi/_new  2014-02-22 18:17:21.0 +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



commit rubygem-amqp for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2014-01-23 14:03:53

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-12-17 10:04:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2014-01-23 15:55:48.0 +0100
@@ -1,0 +2,16 @@
+Mon Jan 20 09:29:47 UTC 2014 - co...@suse.com
+
+- updated to version 1.2.0
+  amqp gem now supports [Authentication Failure
+  Notification](http://www.rabbitmq.com/auth-notification.html). Public
+  API for authentication failure handling hasn't changed.
+  
+  This extension is available in RabbitMQ 3.2+.
+  
+  ## basic.qos Recovery Fix
+  
+  `basic.qos` setting will now be recovered first thing after
+  channel recovery, to the most recent value passed via `:prefetch` channel
+  constructor option or `AMQP::Channel#prefetch`.
+
+---

Old:

  amqp-1.1.7.gem

New:

  amqp-1.2.0.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.9WsN8x/_old  2014-01-23 15:55:49.0 +0100
+++ /var/tmp/diff_new_pack.9WsN8x/_new  2014-01-23 15:55:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-amqp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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-amqp
-Version:1.1.7
+Version:1.2.0
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-amqp for openSUSE:Factory

2013-12-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2013-12-17 10:04:47

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-11-30 07:40:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2013-12-17 10:04:47.0 +0100
@@ -1,0 +2,35 @@
+Thu Dec 12 10:19:37 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.7
+  ### Automatic Recovery Fix
+  
+  Automatic connection recovery now correctly recovers bindings again.
+  
+  Contributed by Devin Christensen.
+  
+  
+  ## Changes Between 1.1.5 and 1.1.6
+  
+  ### 65535 Channels Per Connection
+  
+  amqp gem now allows for 65535 channels per connection and
+  not Ruby process.
+  
+  Contributed by Neo (http://neo.com) developers.
+  
+  
+  ## Changes Between 1.1.4 and 1.1.5
+  
+  ### channel.close is Delayed Until After Channel is Open
+  
+  This eliminates a race condition in some codebases that use
+  very short lived channels.
+  
+  
+  ## Changes Between 1.1.3 and 1.1.4
+  
+  ### ConnectionClosedError is Back
+  
+  `ConnectionClosedError` is now defined again.
+
+---

Old:

  amqp-1.1.5.gem

New:

  amqp-1.1.7.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.GzVBk5/_old  2013-12-17 10:04:48.0 +0100
+++ /var/tmp/diff_new_pack.GzVBk5/_new  2013-12-17 10:04:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-amqp
-Version:1.1.5
+Version:1.1.7
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-amqp for openSUSE:Factory

2013-11-29 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2013-11-30 07:40:40

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-11-26 06:14:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2013-11-30 07:40:41.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 27 08:19:01 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.5, no changelog
+
+---

Old:

  amqp-1.1.3.gem

New:

  amqp-1.1.5.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.1yMD19/_old  2013-11-30 07:40:42.0 +0100
+++ /var/tmp/diff_new_pack.1yMD19/_new  2013-11-30 07:40:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-amqp
-Version:1.1.3
+Version:1.1.5
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-amqp for openSUSE:Factory

2013-11-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2013-11-26 06:14: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
2013-11-07 08:45:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2013-11-26 06:14:19.0 +0100
@@ -1,0 +2,15 @@
+Sat Nov 23 09:22:44 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.3
+ Minimum `amq-protocol` version is now `1.9.0`.
+
+---
+Fri Nov 22 08:40:21 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.2
+ ### Fixed Exception in AMQP::Exchange#handle_declare_ok
+ 
+ `AMQP::Exchange#handle_declare_ok` no longer raises an exception
+ about undefined method `#anonymous?`.
+
+---

Old:

  amqp-1.1.0.gem

New:

  amqp-1.1.3.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.cEFdkp/_old  2013-11-26 06:14:20.0 +0100
+++ /var/tmp/diff_new_pack.cEFdkp/_new  2013-11-26 06:14:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-amqp
-Version:1.1.0
+Version:1.1.3
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-amqp for openSUSE:Factory

2013-11-06 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2013-11-07 08:45:25.0 +0100
@@ -1,0 +2,42 @@
+Fri Nov  1 06:07:23 UTC 2013 - co...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.XWaKRz/_new  2013-11-07 08:45:26.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-amqp for openSUSE:Factory

2013-10-31 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2013-10-31 15:52:14

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-05-17 08:34:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2013-10-31 15:52:16.0 +0100
@@ -1,0 +2,5 @@
+Sun Oct 20 12:05:40 UTC 2013 - co...@suse.com
+
+- updated to version 1.0.3
+
+---

Old:

  amqp-1.0.2.gem

New:

  amqp-1.0.3.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.2pJgft/_old  2013-10-31 15:52:19.0 +0100
+++ /var/tmp/diff_new_pack.2pJgft/_new  2013-10-31 15:52:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-amqp
-Version:1.0.2
+Version:1.0.3
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}
@@ -63,6 +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}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-amqp for openSUSE:Factory

2013-05-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2013-05-17 08:34:32

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
2012-11-18 20:26:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2013-05-17 08:34:34.0 +0200
@@ -1,0 +2,6 @@
+Thu May  9 17:33:25 UTC 2013 - co...@suse.com
+
+- updated to version 1.0.2
+ * [API] All public API bits deprecated in 0.8.0 are COMPLETELY REMOVED
+
+---

Old:

  amqp-0.9.8.gem

New:

  amqp-1.0.2.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.tSHPKm/_old  2013-05-17 08:34:35.0 +0200
+++ /var/tmp/diff_new_pack.tSHPKm/_new  2013-05-17 08:34:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-amqp
 #
-# 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-amqp
-Version:0.9.8
+Version:1.0.2
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}
@@ -25,14 +25,15 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 BuildRequires:  rubygem(rdoc)  3.10
-Url:http://github.com/ruby-amqp/amqp
-Source: %{mod_full_name}.gem
-Summary:Widely used, feature-rich asynchronous AMQP 0.9.1 client with
+Url:http://rubyamqp.info
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:Widely used, feature-rich asynchronous RabbitMQ client with
 License:BSD-2-Clause or Ruby
 Group:  Development/Languages/Ruby
+# MANUAL license
 
 %description
-Widely used, feature-rich asynchronous AMQP 0.9.1 client with batteries
+Widely used, feature-rich asynchronous RabbitMQ client with batteries
 included.
 
 %package doc
@@ -61,9 +62,12 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-amqp for openSUSE:Factory

2012-11-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2012-11-18 20:26:34

Comparing /work/SRC/openSUSE:Factory/rubygem-amqp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-amqp.new (New)


Package is rubygem-amqp, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-amqp/rubygem-amqp.changes
2012-07-16 09:38:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2012-11-18 20:26:38.0 +0100
@@ -1,0 +2,13 @@
+Wed Nov  7 08:27:14 UTC 2012 - cfarr...@suse.com
+
+- license update: BSD-2-Clause or Ruby
+  Package claims to be under the same license as Ruby and even points to
+  the URL for the Ruby license. In the past couple of months the license of
+  Ruby changed from GPL-2.0 or Ruby to BSD-2-Clause or Ruby
+
+---
+Sun Oct 28 05:52:28 UTC 2012 - co...@suse.com
+
+- updated to version 0.9.8, basically rewritten - see CHANGELOG
+
+---

Old:

  amqp-0.6.7.gem

New:

  amqp-0.9.8.gem



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.kmEgOW/_old  2012-11-18 20:26:39.0 +0100
+++ /var/tmp/diff_new_pack.kmEgOW/_new  2012-11-18 20:26:39.0 +0100
@@ -17,41 +17,64 @@
 
 
 Name:   rubygem-amqp
-Version:0.6.7
+Version:0.9.8
 Release:0
 %define mod_name amqp
-#
-#
-Provides:   rubygem-%{mod_name}-0_6 = %{version}
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-BuildRequires:  rubygem-eventmachine = 0.12.4
-Requires:   rubygem-eventmachine = 0.12.4
-#
-Url:http://amqp.rubyforge.org/
-Source: %{mod_name}-%{version}.gem
-#
-Summary:AMQP client implementation in Ruby/EventMachine
-License:GPL-2.0+ or Ruby
+BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
+Url:http://github.com/ruby-amqp/amqp
+Source: %{mod_full_name}.gem
+Summary:Widely used, feature-rich asynchronous AMQP 0.9.1 client with
+License:BSD-2-Clause or Ruby
 Group:  Development/Languages/Ruby
 
 %description
-An implementation of the AMQP protocol in Ruby/EventMachine for writing 
clients to the RabbitMQ message broker
+Widely used, feature-rich asynchronous AMQP 0.9.1 client with batteries
+included.
+
+%package doc
+Summary:RDoc documentation for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
+
+%package testsuite
+Summary:Test suite for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description testsuite
+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 %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%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}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_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_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_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



commit rubygem-amqp for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2012-07-16 09:38:31

Comparing /work/SRC/openSUSE:Factory/rubygem-amqp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-amqp.new (New)


Package is rubygem-amqp, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-amqp/rubygem-amqp.changes
2012-06-12 07:10:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2012-07-16 09:38:33.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 18:53:20 UTC 2012 - ja...@suse.de
+
+- Add provides for rubygem-amqp-0_6
+
+---



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.N80ExL/_old  2012-07-16 09:38:34.0 +0200
+++ /var/tmp/diff_new_pack.N80ExL/_new  2012-07-16 09:38:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-amqp (Version 0.6.7)
+# spec file for package rubygem-amqp
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-amqp
 Version:0.6.7
 Release:0
 %define mod_name amqp
 #
-Group:  Development/Languages/Ruby
-License:GPLv2+ or Ruby
 #
+Provides:   rubygem-%{mod_name}-0_6 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
@@ -34,6 +33,9 @@
 Source: %{mod_name}-%{version}.gem
 #
 Summary:AMQP client implementation in Ruby/EventMachine
+License:GPL-2.0+ or Ruby
+Group:  Development/Languages/Ruby
+
 %description
 An implementation of the AMQP protocol in Ruby/EventMachine for writing 
clients to the RabbitMQ message broker
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org