Hello community,

here is the log from the commit of package rubygem-r10k for openSUSE:Factory 
checked in at 2016-02-22 08:57:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-r10k (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-r10k.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-r10k"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-r10k/rubygem-r10k.changes        
2015-02-16 21:47:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-r10k.new/rubygem-r10k.changes   
2016-02-22 08:57:07.000000000 +0100
@@ -1,0 +2,47 @@
+Fri Nov 27 15:17:23 UTC 2015 - [email protected]
+
+- Version bump 2.1.1, see:
+  https://github.com/puppetlabs/r10k/compare/1.5.1...2.1.1#files_bucket
+
+-------------------------------------------------------------------
+Wed May 27 08:12:49 UTC 2015 - [email protected]
+
+- gemspec and faraday9 patches deleted:
+    * faraday9.patch
+    * gemspec.patch
+
+-------------------------------------------------------------------
+Mon May 11 14:18:02 UTC 2015 - [email protected]
+
+- Version bump 1.5.1:
+  * 1.4.2:
+    * (RK-4) Raise meaningful errors on missing sources
+    * (GH-310, RK-36) r10k deploy display -p --detail fails on Ruby 1.8.7
+    https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#142
+  * 1.5.0:
+    * (GH-57) Git based modules fail to detect presence of git binary
+    * (GH-195) (RK-35) Allow sources to specify a custom prefix string
+    * (RK-17) Add rugged/libgit2 based Git implementation
+    * (RK-24) Add '/etc/puppetlabs/r10k/r10k.yaml' to config search path
+    * (RK-25) Warn if both '/etc/r10k.yaml' and 
'/etc/puppetlabs/r10k/r10k.yaml' exist
+    * (RK-31) Remove undocumented search for 'r10k.yaml'
+    * (RK-32, RK-33, RK-38) Provide configuration options for Git providers
+    * (RK-37) Support higher verbosity levels for r10k version
+    * (RK-39, RK-66) Improved logging/messaging
+    * (RK-74) Improved log formatting
+    * (RK-75) Optional log coloring
+    * (GH-265) (RK-11) Unix commands with > 64KiB of output no longer deadlock
+    * (GH-142) Use Forge v3 API
+    * (RK-16) Decouple Git platform dependent and independent code
+    * (RK-55, GH-355) Prevent warnings on Ruby 2.2
+    * (RK-65) Switch to using the semantic_puppet gem
+    * (RK-48) Ignore deleted versions when fetching latest module version
+    https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#150
+  * 1.5.1:
+    * (RK-62) Warn when Rugged is compiled without SSH or HTTPS transports
+    * (RK-79) Bump minimum required version of faraday_middlware-multi_json
+    * (RK-86) Git modules don't properly track branches
+    https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#151
+- Get rid of the gemspec and faraday9 patches, they were merged upstream
+
+-------------------------------------------------------------------

Old:
----
  faraday9.patch
  gemspec.patch
  r10k-1.4.1.gem

New:
----
  r10k-2.1.1.gem

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

Other differences:
------------------
++++++ rubygem-r10k.spec ++++++
--- /var/tmp/diff_new_pack.zzZJkG/_old  2016-02-22 08:57:08.000000000 +0100
+++ /var/tmp/diff_new_pack.zzZJkG/_new  2016-02-22 08:57:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-r10k
 #
-# Copyright (c) 2015 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
@@ -24,22 +24,18 @@
 #
 
 Name:           rubygem-r10k
-Version:        1.4.1
+Version:        2.1.1
 Release:        0
 %define mod_name r10k
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
+BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  update-alternatives
-Url:            http://github.com/adrienthebo/r10k
+Url:            https://github.com/puppetlabs/r10k
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
-# MANUAL
-Patch0:  faraday9.patch
-Patch1:  gemspec.patch
-# /MANUAL
 Summary:        Puppet environment and module deployment
 License:        Apache-2.0
 Group:          Development/Languages/Ruby
@@ -53,10 +49,6 @@
 dynamic environments.
 
 %prep
-%gem_unpack
-%patch0 -p1
-%patch1 -p0
-%gem_build
 
 %build
 

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.zzZJkG/_old  2016-02-22 08:57:08.000000000 +0100
+++ /var/tmp/diff_new_pack.zzZJkG/_new  2016-02-22 08:57:08.000000000 +0100
@@ -1,7 +1,3 @@
-:license: Apache-2.0
-:patches:
-  'faraday9.patch': -p1
-  'gemspec.patch': -p0
 :main:
   :preamble: |-
     Requires:   rubygem-puppet-master

++++++ r10k-1.4.1.gem -> r10k-2.1.1.gem ++++++
++++ 20553 lines of diff (skipped)


Reply via email to