Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2017-09-26 21:14:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-bundler (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-bundler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-bundler"

Tue Sep 26 21:14:02 2017 rev:40 rq:520446 version:1.15.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2017-06-08 15:00:06.651514541 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes     
2017-09-26 21:14:44.583692074 +0200
@@ -1,0 +2,76 @@
+Sun Sep  3 08:57:11 UTC 2017 - co...@suse.com
+
+- updated to version 1.15.4
+ see installed CHANGELOG.md
+
+  ## 1.15.4 (2017-08-19)
+  
+  Bugfixes:
+  
+    - handle file conflicts gracefully in `bundle gem` (@rafaelfranca, 
@segiddins)
+    - bundler will fail gracefully when the bundle path contains the system 
path separator (#5485, ajwann)
+    - failed gem downloads will be retried consistently across different 
RubyGems versions (@shayonj)
+    - `bundle pristine` will respect build options while re-building native 
extensions (@NickLaMuro)
+
+-------------------------------------------------------------------
+Thu Aug  3 19:06:03 UTC 2017 - co...@suse.com
+
+- updated to version 1.15.3
+ see installed CHANGELOG.md
+
+  ## 1.15.3 (2017-07-21)
+  
+  Bugfixes:
+  
+    - ensure that empty strings passed to `bundle config` are serialized & 
parsed properly (#5881, @segiddins)
+    - avoid printing an outdated version warning when running a parseable 
command (@segiddins)
+
+-------------------------------------------------------------------
+Thu Jul 20 10:55:26 UTC 2017 - mrueck...@suse.de
+
+- switch to already patched gem file until we figure out how to
+  handle the slightly different gem spec --ruby output on TW
+
+-------------------------------------------------------------------
+Thu Jul 20 10:47:21 UTC 2017 - mrueck...@suse.de
+
+- update to 1.15.2
+  - Features:
+    - new gemfiles created by bundler will include an explicit
+      `github` git source that uses `https` (@segiddins)
+  - Bugfixes:
+    - inline gemfiles work when `BUNDLE_BIN` is set (#5847,
+      @segiddins)
+    - avoid using the old dependency API when there are no changes
+      to the compact index files (#5373, @greysteil)
+    - fail gracefully when the full index serves gemspecs with
+      invalid dependencies (#5797, @segiddins)
+    - support installing gemfiles that use `eval_gemfile`, `:path`
+      gems with relative paths, and `--deployment` simultaneously
+      (@NickLaMuro)
+    - `bundle config` will print settings as the type they are
+      interpreted as (@segiddins)
+    - respect the `no_proxy` environment variable when making
+      network requests (#5781, @jakauppila)
+    - commands invoked with `--verbose` will not have default flags
+      printed (@segiddins)
+    - allow `bundle viz` to work when another gem has a requirable
+      `grapviz` file (#5707, @segiddins)
+    - ensure bundler puts activated gems on the `$LOAD_PATH` in a
+      consistent order (#5696, @segiddins)
+
+-------------------------------------------------------------------
+Fri Jun 16 23:06:56 UTC 2017 - mrueck...@suse.de
+
+- update to 1.15.1
+  - Bugfixes:
+    - `bundle lock --update GEM` will fail gracefully when the gem
+      is not in the lockfile (#5693, @segiddins)
+    - `bundle init --gemspec` will fail gracefully when the gemspec
+      is invalid (@colby-swandale)
+    - `bundle install --force` works when the gemfile contains git
+      gems (#5678, @segiddins)
+    - `bundle env` will print well-formed markdown when there are
+      no settings (#5677, @segiddins)
+
+-------------------------------------------------------------------

Old:
----
  bundler-1.15.0.gem

New:
----
  bundler-1.15.4.gem

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

Other differences:
------------------
++++++ rubygem-bundler.spec ++++++
--- /var/tmp/diff_new_pack.c165G3/_old  2017-09-26 21:14:45.167609982 +0200
+++ /var/tmp/diff_new_pack.c165G3/_new  2017-09-26 21:14:45.167609982 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-bundler
-Version:        1.15.0
+Version:        1.15.4
 Release:        0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
@@ -35,11 +35,9 @@
 BuildRequires:  update-alternatives
 Url:            http://bundler.io
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
-Source1:        series
-Source2:        gem2rpm.yml
-# MANUAL
-Patch0:         gemspec_remove_pem.patch
-# /MANUAL
+Source1:        gemspec_remove_pem.patch
+Source2:        series
+Source3:        gem2rpm.yml
 Summary:        The best way to manage your application's dependencies
 License:        MIT
 Group:          Development/Languages/Ruby
@@ -50,10 +48,6 @@
 many machines, systematically and repeatably.
 
 %prep
-%gem_unpack
-%patch0 -p1
-find -type f -print0 | xargs -0 touch -r %{S:0}
-%gem_build
 
 %build
 

++++++ bundler-1.15.0.gem -> bundler-1.15.4.gem ++++++
++++ 2339 lines of diff (skipped)

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.c165G3/_old  2017-09-26 21:14:45.371581306 +0200
+++ /var/tmp/diff_new_pack.c165G3/_new  2017-09-26 21:14:45.375580744 +0200
@@ -67,6 +67,7 @@
 #       /bin/echo foo
 ---
 :patches:
-  gemspec_remove_pem.patch: -p1
+  #  gemspec_remove_pem.patch: -p1
 :sources:
+  - gemspec_remove_pem.patch
   - series

++++++ gemspec_remove_pem.patch ++++++
--- /var/tmp/diff_new_pack.c165G3/_old  2017-09-26 21:14:45.383579619 +0200
+++ /var/tmp/diff_new_pack.c165G3/_new  2017-09-26 21:14:45.387579057 +0200
@@ -1,6 +1,8 @@
---- bundler-1.15.0/bundler-1.15.0.gemspec.orig 2017-05-23 12:31:49.247611143 
+0200
-+++ bundler-1.15.0/bundler-1.15.0.gemspec      2017-05-23 12:32:07.555884221 
+0200
-@@ -47,5 +47,7 @@
+Index: bundler-1.15.2/bundler-1.15.2.gemspec
+===================================================================
+--- bundler-1.15.2.orig/bundler-1.15.2.gemspec
++++ bundler-1.15.2/bundler-1.15.2.gemspec
+@@ -47,5 +47,7 @@ Gem::Specification.new do |s|
      s.add_dependency(%q<ronn>, ["~> 0.7.3"])
      s.add_dependency(%q<rspec>, ["~> 3.5"])
    end


Reply via email to