commit rubygem-bundler for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2020-03-07 21:37:30

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


Package is "rubygem-bundler"

Sat Mar  7 21:37:30 2020 rev:49 rq:773745 version:2.1.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2019-07-22 12:20:32.095662092 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-bundler.new.26092/rubygem-bundler.changes   
2020-03-07 21:37:31.860243484 +0100
@@ -1,0 +2,6 @@
+Mon Feb 10 14:16:07 UTC 2020 - Stephan Kulow 
+
+- updated to version 2.1.4
+ see installed CHANGELOG.md
+
+---

Old:

  bundler-2.0.2.gem

New:

  bundler-2.1.4.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.uafNa7/_old  2020-03-07 21:37:33.624244675 +0100
+++ /var/tmp/diff_new_pack.uafNa7/_new  2020-03-07 21:37:33.628244678 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-bundler
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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-bundler
-Version:2.0.2
+Version:2.1.4
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:https://bundler.io
+URL:https://bundler.io
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gemspec_remove_pem.patch
 Source2:series

++ bundler-2.0.2.gem -> bundler-2.1.4.gem ++
 21463 lines of diff (skipped)




commit rubygem-bundler for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2019-07-22 12:20:30

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


Package is "rubygem-bundler"

Mon Jul 22 12:20:30 2019 rev:48 rq:717287 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2019-03-04 09:19:34.224609671 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-bundler.new.4126/rubygem-bundler.changes
2019-07-22 12:20:32.095662092 +0200
@@ -1,0 +2,32 @@
+Fri Jul 19 08:58:28 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.0.2
+ see installed CHANGELOG.md
+
+  ## 2.0.2 (2019-05-13)
+  
+  Changes:
+  
+- Fixes for Bundler integration with ruby-src 
([#6941](https://github.com/bundler/bundler/pull/6941), 
[#6973](https://github.com/bundler/bundler/pull/6973), 
[#6977](https://github.com/bundler/bundler/pull/6977), 
[#6315](https://github.com/bundler/bundler/pull/6315), 
[#7061](https://github.com/bundler/bundler/pull/7061))
+- Use `__dir__` instead of `__FILE__` when generating a gem with `bundle 
gem` ([#6503](https://github.com/bundler/bundler/pull/6503))
+- Use `https` on externals links in the Bundler gemspec 
([#6721](https://github.com/bundler/bundler/pull/6721))
+- Removed duplicate gem names from the suggested `did you mean` list for 
gem typos ([#6739](https://github.com/bundler/bundler/pull/6739))
+- Removed Ruby 1.x compatibility code 
([#6764](https://github.com/bundler/bundler/pull/6764), 
[#6806](https://github.com/bundler/bundler/pull/6806))
+- Fixed an issue where `bundle remove` would crash with certain Gemfiles 
([#6768](https://github.com/bundler/bundler/pull/6769))
+- Fixed indentation in the Bundler executable template 
([#6773](https://github.com/bundler/bundler/pull/6773))
+- Fixed an issue where plugins could register for the same Bundler hook 
multiple times ([#6775](https://github.com/bundler/bundler/pull/6775))
+- Changed the "multiple sources" message in `bundle install` to be a 
warning instead of an error 
([#6790](https://github.com/bundler/bundler/pull/6790))
+- Fixed a bug where path gems would break when using 
`only_update_to_newer_versions` 
([#6774](https://github.com/bundler/bundler/pull/6774))
+- Fixed a bug where installing plugins with the `--delpoyment` setting 
would fail ([#6805](https://github.com/bundler/bundler/pull/6805))
+- Fixed an issue where `bundle update` couldn't update & install a gem 
when `no_install` was set (a `bundle package` config) 
([#7078](https://github.com/bundler/bundler/pull/7078))
+- Fixed an issue where users could not run `bundle exec` on default gems 
([#6963](https://github.com/bundler/bundler/pull/6963))
+- Updated vendor libraries to their latest version 
([#7076](https://github.com/bundler/bundler/pull/7067), 
[#7068](https://github.com/bundler/bundler/pull/7068))
+- Fixed an issue where the `github` source was not using `https` by 
default that we mentioned in the 2.0 release 
([#7182](https://github.com/bundler/bundler/pull/7182))
+- Fixed an issue where `rake release` was not outputting the message to 
users asking for a 2fa token 
([#7199](https://github.com/bundler/bundler/pull/7199))
+  
+  Documentation:
+  
+- Fix incorrect documented `BUNDLE_PATH_RELATIVE_TO_CWD` env var 
([#6751](https://github.com/bundler/bundler/pull/6751))
+- Update URLs in Bundler's documentation to use `https` 
([#6935](https://github.com/bundler/bundler/pull/6935))
+
+---

Old:

  bundler-2.0.1.gem

New:

  bundler-2.0.2.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.HrjsQH/_old  2019-07-22 12:20:33.359661761 +0200
+++ /var/tmp/diff_new_pack.HrjsQH/_new  2019-07-22 12:20:33.359661761 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bundler
-Version:2.0.1
+Version:2.0.2
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:http://bundler.io
+Url:https://bundler.io
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gemspec_remove_pem.patch
 Source2:series

++ bundler-2.0.1.gem -> bundler-2.0.2.gem ++
 2227 lines of diff (skipped)




commit rubygem-bundler for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2019-03-04 09:19:26

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


Package is "rubygem-bundler"

Mon Mar  4 09:19:26 2019 rev:47 rq:679516 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2018-11-26 10:33:57.652771072 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-bundler.new.28833/rubygem-bundler.changes   
2019-03-04 09:19:34.224609671 +0100
@@ -1,0 +2,16 @@
+Mon Jan 14 13:30:32 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.0.1
+ see installed CHANGELOG.md
+
+---
+Wed Dec 19 07:02:46 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.17.2
+ see installed CHANGELOG.md
+
+  ## 1.17.2 (2018-12-11)
+  
+   - Add compatability for bundler merge with Ruby 2.6
+
+---

Old:

  bundler-1.17.1.gem

New:

  bundler-2.0.1.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.3RbZwu/_old  2019-03-04 09:19:36.152609324 +0100
+++ /var/tmp/diff_new_pack.3RbZwu/_new  2019-03-04 09:19:36.156609323 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-bundler
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,12 +24,12 @@
 #
 
 Name:   rubygem-bundler
-Version:1.17.1
+Version:2.0.1
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.8.7}
+BuildRequires:  %{ruby >= 2.3.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives

++ bundler-1.17.1.gem -> bundler-2.0.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-10-25 22:38:30.0 +0200
+++ new/CHANGELOG.md2019-01-04 01:54:37.0 +0100
@@ -1,3 +1,48 @@
+## 2.0.1 (2019-01-04)
+
+Changes:
+
+  - Relaxed RubyGems requirement to `>= 2.5.0` 
([#6867](https://github.com/bundler/bundler/pull/6867))
+
+## 2.0.0 (2019-01-03)
+
+No new changes
+
+## 2.0.0.pre.3 (2018-12-30)
+
+Breaking Changes:
+
+  - Bundler 2 now requires RubyGems 3.0.0 at minimum
+
+Changes:
+
+  - Ruby 2.6 compatibility fixes (@segiddins)
+  - Import changes from Bundler 1.17.3 release
+
+Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update 
--bundler`
+
+## 2.0.0.pre.2 (2018-11-27)
+
+Breaking Changes:
+
+  - `:github` source in the Gemfile now defaults to using HTTPS
+
+Changes
+
+  - Add compatibility for Bundler merge into ruby-src
+
+Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update 
--bundler`
+
+## 2.0.0.pre.1 (2018-11-09)
+
+Breaking Changes:
+
+  - Dropped support for versions of Ruby < 2.3
+  - Dropped support for version of RubyGems < 2.5
+  - Moved error messages from STDOUT to STDERR
+
+Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update 
--bundler`
+
 ## 1.17.1 (2018-10-25)
 
  - Convert `Pathname`s to `String`s before sorting them, fixing #6760 and 
#6758 ([#6761](https://github.com/bundler/bundler/pull/6761), @alexggordon)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bundler.gemspec new/bundler.gemspec
--- old/bundler.gemspec 2018-10-25 22:38:30.0 +0200
+++ new/bundler.gemspec 2019-01-04 01:54:37.0 +0100
@@ -1,8 +1,12 @@
 # coding: utf-8
 # frozen_string_literal: true
 
-require File.expand_path("../lib/bundler/version", __FILE__)
-require "shellwords"
+begin
+  require File.expand_path("../lib/bundler/version", __FILE__)
+rescue LoadError
+  # for Ruby core repository
+  require File.expand_path("../bundler/version", __FILE__)
+end
 
 Gem::Specification.new do |s|
   s.name= "bundler"
@@ -43,7 +47,9 @@
   s.add_development_dependency "ronn",   "~> 0.7.3"
   s.add_development_dependency "rspec",  "~> 3.6"
 
-  s.files = `git ls-files -z`.split("\x0").select {|f| 
f.match(%r{^(lib|exe)/}) }
+  base_dir = File.dirname(__FILE__).gsub(%r{([^A-Za-z0-9_\-.,:\/@\n])}, 
"\\1")
+  s.files = IO.popen("git -C #{base_dir} ls-files -z", 
&:read).split("\x0").select {|f| f.match(%r{^(lib|exe)/}) }
+
   # we don't check in man 

commit rubygem-bundler for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2018-11-26 10:32:26

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


Package is "rubygem-bundler"

Mon Nov 26 10:32:26 2018 rev:46 rq:651605 version:1.17.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2018-10-25 09:08:24.918430686 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-bundler.new.19453/rubygem-bundler.changes   
2018-11-26 10:33:57.652771072 +0100
@@ -1,0 +2,56 @@
+Thu Nov 22 05:00:44 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.17.1
+ see installed CHANGELOG.md
+
+  ## 1.17.1 (2018-10-25)
+  
+   - Convert `Pathname`s to `String`s before sorting them, fixing #6760 and 
#6758 ([#6761](https://github.com/bundler/bundler/pull/6761), @alexggordon)
+  
+  ## 1.17.0 (2018-10-25)
+  
+  No new changes.
+  
+  ## 1.17.0.pre.2 (2018-10-13)
+  
+  Features:
+  
+- Configure Bundler home, cache, config and plugin directories with 
`BUNDLE_USER_HOME`, `BUNDLE_USER_CACHE`, `BUNDLE_USER_CONFIG` and 
`BUNDLE_USER_PLUGIN` env vars 
([#4333](https://github.com/bundler/bundler/issues/4333), @gwerbin)
+- Add `--all` option to `bundle binstubs` that will generate an executable 
file for all gems with commands in the bundle
+- Add `bundle remove` command to remove gems from the Gemfile via the CLI
+- Improve checking file permissions and asking for `sudo` in Bundler when 
it doesn't need to
+- Add error message to `bundle add` to check adding duplicate gems to the 
Gemfile
+- When asking for `sudo`, Bundler will show a list of folders/files that 
require elevated permissions to write to.
+  
+  The following new features are available but are not enabled by default. 
These are intended to be tested by users for the upcoming release of Bundler 2.
+  
+- Improve deprecation warning message for `bundle show` command
+- Improve deprecation warning message for the `--force` option in `bundle 
install`
+  
+  ## 1.17.0.pre.1 (2018-09-24)
+  
+  Features:
+  
+- Check folder/file permissions of the Bundle home directory in the 
`bundle doctor` command 
([#5786](https://github.com/bundler/bundler/issues/5786), @ajwann)
+- Remove compiled gem extensions when running `bundle clean` 
([#5596](https://github.com/bundler/bundler/issues/5596), @akhramov)
+- Add `--paths` option to `bundle list` command 
([#6172](https://github.com/bundler/bundler/issues/6172), @colby-swandale)
+- Add base error class to gems generated from `bundle gem` 
([#6260](https://github.com/bundler/bundler/issues/6260), @christhekeele)
+- Correctly re-install gem extensions with a git source when running 
`bundle pristine` ([#6294](https://github.com/bundler/bundler/issues/6294), 
@wagenet)
+- Add config option to disable platform warnings 
([#6124](https://github.com/bundler/bundler/issues/6124), @agrim123)
+- Add `--skip-install` option to `bundle add` command to add gems to the 
Gemfile without installation 
([#6511](https://github.com/bundler/bundler/issues/6511), @agrim123)
+- Add `--only-explicit` option to `bundle outdated` to list only outdated 
gems in the Gemfile ([#5366](https://github.com/bundler/bundler/issues/5366), 
@peret)
+- Support adding multiple gems to the Gemfile with `bundle add` 
([#6543](https://github.com/bundler/bundler/issues/6543), @agrim123)
+- Make registered plugin events easier to manage in the Plugin API 
(@jules2689)
+- Add new gem install hooks to the Plugin API (@jules2689)
+- Add `--optimistic` and `--strict` options to `bundle add` 
([#6553](https://github.com/bundler/bundler/issues/6553), @agrim123)
+- Add `--without-group` and `--only-group` options to `bundle list` 
([#6564](https://github.com/bundler/bundler/issues/6564), @agrim123)
+- Add `--gemfile` option to the `bundle exec` command 
([#5924](https://github.com/bundler/bundler/issues/5924), @ankitkataria)
+  
+  The following new features are available but are not enabled by default. 
These are intended to be tested by users for the upcoming release of Bundler 2.
+  
+- Make `install --path` relative to the current working directory 
([#2048](https://github.com/bundler/bundler/issues/2048), @igorbozato)
+- Auto-configure job count 
([#5808](https://github.com/bundler/bundler/issues/5808), @segiddins)
+- Use the Gem Version Promoter for major gem updates 
([#5993](https://github.com/bundler/bundler/issues/5993), @segiddins)
+- Add config option to add the Ruby scope to `bundle config path` when 
configured globally (@segiddins)
+
+---

Old:

  bundler-1.16.6.gem

New:

  bundler-1.17.1.gem


commit rubygem-bundler for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2018-10-25 09:08:24

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


Package is "rubygem-bundler"

Thu Oct 25 09:08:24 2018 rev:45 rq:643602 version:1.16.6

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2018-07-19 23:01:49.572679384 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2018-10-25 09:08:24.918430686 +0200
@@ -1,0 +2,82 @@
+Sat Oct 20 01:01:42 UTC 2018 - Marcus Rueckert 
+
+- update to version 1.16.6
+  Changes:
+  - Add an error message when adding a gem with `bundle add` that's
+already in the bundle
+([#6341](https://github.com/bundler/bundler/issues/6341),
+@agrim123)
+  - Add Homepage, Source Code and Chanagelog URI metadata fields to
+the `bundle gem` gemspec template (@walf443) Bugfixes:
+  - Fix issue where updating a gem resulted in the gem's version
+being downgraded when `BUNDLE_ONLY_UPDATE_TO_NEWER_VERSIONS`
+was set
+([#6529](https://github.com/bundler/bundler/issues/6529),
+@theflow)
+  - Fix some rescue calls that don't specifiy error type (@utilum)
+  - Fix an issue when the Lockfile would contain platform-specific
+gems that it didn't need
+([#6491](https://github.com/bundler/bundler/issues/6491),
+@segiddins)
+  - Improve handlding of adding new gems with only a single group
+to the Gemfile in `bundle add` (@agrim123)
+  - Refactor check for OpenSSL in `bundle env` (@voxik)
+  - Remove an unnecessary assignment in Metadata (@voxik)
+Documentation:
+  - Update docs to reflect revised guidance to check in
+Gemfile.lock into version control for gems
+([#5879](https://github.com/bundler/bundler/issues/5879),
+@arbonap)
+  - Add documentation for the `--all` flag in `bundle update`
+(@agrim123)
+  - Update README to use `bundle add` in usage examples (@hdf1986)
+- changes from version 1.16.5 Changes:
+  - Add support for TruffleRuby (@eregon) Bugfixes:
+  - Avoid printing git errors when checking the version on
+incorrectly packaged versions of Bundler
+([#6453](https://github.com/bundler/bundler/issues/6453),
+@greysteil)
+  - Fix issue where Bundler does not check the given class when
+comparing equality in DepProxy (@ChrisBr)
+  - Handle `RangeNotSatisfiable` error in Compact Index (@MaxLap)
+  - Check for initialized `search` variable in `LazySpecification`
+(@voxik)
+  - Fix LoadError occurring in nested bundle exec calls
+([#6537](https://github.com/bundler/bundler/issues/6537),
+@colby-swandale)
+  - Check that Bundler::Deprecate is not an autoload constant
+([#6163](https://github.com/bundler/bundler/issues/6163),
+@eregon)
+  - Prefer non-pre-release versions when performing a `bundle
+update --patch`
+([#6684](https://github.com/bundler/bundler/issues/6684),
+@segiddins)
+
+---
+Wed Sep  5 10:04:15 UTC 2018 - co...@suse.com
+
+- updated to version 1.16.4
+ see installed CHANGELOG.md
+
+  ## 1.16.4 (2017-08-17)
+  
+  Changes:
+  
+- Welcome new members to the Bundler core team (@indirect)
+- Don't mutate original error trees when determining 
version_conflict_message (@greysteil)
+- Update vendored Molinillo to 0.6.6 (@segiddins)
+  
+  Bugfixes:
+  
+- Reword bundle update regression message to be more clear to the user 
when a gem's version is downgraded 
([#6584](https://github.com/bundler/bundler/issues/6584), @ralphbolo)
+- Respect --conservative flag when updating a dependency group 
([#6560](https://github.com/bundler/bundler/issues/6560), @greysteil)
+- Fix issue where a pre-release version was not being selected when it's 
specified in the Gemfile 
([#6449](https://github.com/bundler/bundler/issues/6449), @akihiro17)
+- Fix issue where `Etc` was not loaded when getting the user's home dir 
([#6640](https://github.com/bundler/bundler/issues/6640), @colby-swandale)
+- Use UTF-8 for reading files including Gemfile 
([#6660](https://github.com/bundler/bundler/issues/6660), @eregon)
+- Remove unnecessary `while` loop in path resolver helper (@ojab)
+  
+  Documentation:
+  
+- Document that `bundle show [--paths]` sorts results by name (@kemitchell)
+
+---

Old:

  bundler-1.16.3.gem

New:

  bundler-1.16.6.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.I36ocs/_old  2018-10-25 09:08:25.514430330 +0200
+++ /var/tmp/diff_new_pack.I36ocs/_new  

commit rubygem-bundler for openSUSE:Factory

2018-07-19 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2018-07-19 22:56:27

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


Package is "rubygem-bundler"

Thu Jul 19 22:56:27 2018 rev:44 rq:623942 version:1.16.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2018-07-18 22:48:44.883993789 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2018-07-19 23:01:49.572679384 +0200
@@ -1,0 +2,27 @@
+Tue Jul 17 05:01:25 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.16.3
+ see installed CHANGELOG.md
+
+  ## 1.16.3 (2018-07-17)
+  
+  Features:
+  
+- Support URI::File of Ruby 2.6 (@hsbt)
+  
+  Bugfixes:
+  
+- Expand symlinks during setup to allow Bundler to load correctly when 
using symlinks in $GEM_HOME 
([#6465](https://github.com/bundler/bundler/issues/6465), @ojab, @indirect)
+- Dont let Bundler create temporary folders for gem installs which are 
owned by root ([#6258](https://github.com/bundler/bundler/issues/6258), 
@colby-swandale)
+- Don't fallback to using temporary directories when needed directories 
already exist ([#6546](https://github.com/bundler/bundler/issues/6546), 
@brodock)
+- Use SharedHelpers.filesystem_access when reading a Gemfile so friendly 
error messages can be given to the user 
([#6541](https://github.com/bundler/bundler/issues/6541), @segiddins)
+- Check if source responds to `#remotes` before printing gem install error 
message ([#6211](https://github.com/bundler/bundler/issues/6211), 
@colby-swandale)
+- Handle Errno::ENOTSUP in the Bundler Process Lock to prevent exceptions 
when using NFS mounts ([#6566](https://github.com/bundler/bundler/issues/6566), 
@colby-swandale)
+- Respect encodings when reading gemspecs 
([#6598](https://github.com/bundler/bundler/issues/6598), @deivid-rodriguez)
+  
+  Documentation:
+  
+- Fix links between manual pages (@BanzaiMan)
+- Add warning to Gemfile documentation for the use of the `source` option 
when declaring gems ([#6280](https://github.com/bundler/bundler/issues/6280), 
@forestgagnon)
+
+---

Old:

  bundler-1.16.2.gem

New:

  bundler-1.16.3.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.cjJB5E/_old  2018-07-19 23:01:50.032677945 +0200
+++ /var/tmp/diff_new_pack.cjJB5E/_new  2018-07-19 23:01:50.040677920 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bundler
-Version:1.16.2
+Version:1.16.3
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}

++ bundler-1.16.2.gem -> bundler-1.16.3.gem ++
 2006 lines of diff (skipped)




commit rubygem-bundler for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2018-07-18 22:48:43

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


Package is "rubygem-bundler"

Wed Jul 18 22:48:43 2018 rev:43 rq:620990 version:1.16.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2018-02-12 10:13:26.365344338 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2018-07-18 22:48:44.883993789 +0200
@@ -1,0 +2,56 @@
+Wed May 16 21:04:16 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.16.2
+ see installed CHANGELOG.md
+
+  ## 1.16.2 (2018-04-20)
+  
+  Changes:
+  
+- Include the gem's source in the gem install error message when available 
(@papanikge)
+- Remove unnecessary executable bit from gem template (@voxik)
+- Dont add the timestamp comment with gems added to the Gemfile via 
`bundle add` ([#6193](https://github.com/bundler/bundler/issues/6193), @cpgo)
+- Improve yanked gem error message (@alyssais)
+- Use `Bundler.rubygems.inflate` instead of the Gem::Util method directly 
(@segiddins)
+- Remove unused instance variable (@segiddins)
+  
+  Bugfixes:
+  
+- Only trap INT signal and have Ruby's signal default handler be invoked 
(@shayonj)
+- Fix warning about the use of `__FILE__` in RubyGems integration testing 
(@MSP-Greg)
+- Skip the outdated bundler check when MD5 is not available 
([#6032](https://github.com/bundler/bundler/issues/6032), @segiddins)
+- Fallback to the original error if the friendly message raises 
(@segiddins)
+- Rename Bundler.frozen? to avoid Object method conflict 
([#6252](https://github.com/bundler/bundler/issues/6252), @segiddins)
+- Ensure the bindir exists before installing gems (@segiddins)
+- Handle gzip corruption errors in the compact index client 
([#6261](https://github.com/bundler/bundler/issues/6261), @colby-swandale)
+- Check if the current directory is writeable when writing files in 
`bundle gem` ([#6219](https://github.com/bundler/bundler/issues/6219), 
@nilsding)
+- Fix hang when gemspec has incompatible encoding (@deivid-rodriguez)
+- Gracefully handle when the lockfile is missing spec entries for the 
current platform ([#6079](https://github.com/bundler/bundler/issues/6079), 
@segiddins)
+- Use Gem::Util.inflate instead of Gem.inflate (@hsbt)
+- Update binstub generator to use new ERB.new arity in Ruby 2.6 (@koic)
+- Fix `source_location` call in rubygems integration (@MSP-Greg)
+- Use `filesystem_access` when copying files in Compact Index Updater 
([#6289](https://github.com/bundler/bundler/issues/6289), @segiddins)
+- Fail gracefully when resetting git gems to the given revision fails 
([#6324](https://github.com/bundler/bundler/issues/6324), @segiddins)
+- Handle exceptions that do not have a backtrace 
([#6342](https://github.com/bundler/bundler/issues/6342), @nesaulov)
+- Check if stderr was closed before writing to it (@shime)
+- Handle updating a specific gem for a non-local platform 
([#6350](https://github.com/bundler/bundler/issues/6350), @greysteil)
+- Bump the `bundle_binstub` check-length to 300 characters (@tduffield)
+- Fix specifying alterntive Lockfile with `bundle lock` when default 
gemfile is present  ([#6460](https://github.com/bundler/bundler/issues/6460), 
@agrim123)
+- Allow installing dependencies when the path is set to `.`  
([#6475](https://github.com/bundler/bundler/issues/6475), @segiddins)
+- Support Bundler installing on a readonly filesystem without a home 
directory ([#6461](https://github.com/bundler/bundler/issues/6461), @grosser)
+- Filter git uri credentials in source description (@segiddins)
+  
+  Documentation:
+  
+- Correct typos in `bundle binstubs` man page (@erikj, @samueloph)
+- Update links in `bundle gem` command documentation to use https 
(@KrauseFx)
+- Fix broken links between bundler man pages (@segiddins)
+- Add man page for the `bundle doctor` command 
([#6243](https://github.com/bundler/bundler/issues/6243), @nholden)
+- Document `# frozen_string_literal` in `bundle init` Gemfile (@315tky)
+- Explain the gemspec files attribute in `bundle gem` template and print a 
link to bundler.io guides when running `bundle gem` 
([#6246](https://github.com/bundler/bundler/issues/6246), @nesaulov)
+- Small copy tweaks & removed redundant phrasing in the bundler man page 
(@rubymorillo)
+- Improve the documentation of the settings load order in Bundler 
(@rubymorillo)
+- Added license info to main README (@rubymorillo)
+- Document parameters and return value of Injector#inject (@tobias-grasse)
+

commit rubygem-bundler for openSUSE:Factory

2018-02-12 Thread root
Hello community,

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

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


Package is "rubygem-bundler"

Mon Feb 12 10:13:23 2018 rev:42 rq:574043 version:1.16.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2017-12-22 12:18:36.234826781 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2018-02-12 10:13:26.365344338 +0100
@@ -1,0 +2,19 @@
+Tue Jan  9 07:24:16 UTC 2018 - co...@suse.com
+
+- updated to version 1.16.1
+ see installed CHANGELOG.md
+
+  ## 1.16.1 (2017-12-12)
+  
+  Bugfixes:
+  
+- avoid hanging on complex resolver errors 
([#6114](https://github.com/bundler/bundler/issues/6114), @halfbyte)
+- avoid an error when running `bundle update --group` 
([#6156](https://github.com/bundler/bundler/issues/6156), @mattbrictson)
+- ensure the resolver prefers non-pre-release gems when possible 
([#6181](https://github.com/bundler/bundler/issues/6181), @greysteil)
+- include bundler's gemspec in the built gem 
([#6165](https://github.com/bundler/bundler/issues/6165), @dr-itz)
+- ensure locally installed specs are not overriden by those in remote 
sources during dependency resolution 
([#6072](https://github.com/bundler/bundler/issues/6072), @indirect)
+- ensure custom gemfiles are respected in generated binstubs (@pftg)
+- fail gracefully when loading a bundler-generated binstub when 
`bin/bundle` was not generated by bundler 
([#6149](https://github.com/bundler/bundler/issues/6149), @hsbt)
+- allow `bundle init` to be run even when a parent directory contains a 
gemfile ([#6205](https://github.com/bundler/bundler/issues/6205), 
@colby-swandale)
+
+---

Old:

  bundler-1.16.0.gem

New:

  bundler-1.16.1.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.yBO0OZ/_old  2018-02-12 10:13:27.177315077 +0100
+++ /var/tmp/diff_new_pack.yBO0OZ/_new  2018-02-12 10:13:27.177315077 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-bundler
 #
-# 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-bundler
-Version:1.16.0
+Version:1.16.1
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}

++ bundler-1.16.0.gem -> bundler-1.16.1.gem ++
 4354 lines of diff (skipped)




commit rubygem-bundler for openSUSE:Factory

2017-12-22 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2017-12-22 12:18:34

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


Package is "rubygem-bundler"

Fri Dec 22 12:18:34 2017 rev:41 rq:554639 version:1.16.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2017-09-26 21:14:44.583692074 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2017-12-22 12:18:36.234826781 +0100
@@ -1,0 +2,84 @@
+Sun Dec  3 19:11:36 UTC 2017 - co...@suse.com
+
+- updated to version 1.16.0
+ see installed CHANGELOG.md
+
+  ## 1.16.0 (2017-10-31)
+  
+  Bugfixes:
+  
+- avoid new RubyGems warning about unsafe YAML loading (to keep output 
consistent) (@segiddins)
+- load digest subclasses in a thread-safe manner (@segiddins, 
@colby-swandale)
+- avoid unusued variable warnings under ruby 2.5 (@amatsuda)
+- fix printing the same message twice in verbose mode 
([#6028](https://github.com/bundler/bundler/issues/6028), @akhramov)
+- allow `SignalException`s to bubble up to the interpreter during `bundle 
exec` ([#6090](https://github.com/bundler/bundler/issues/6090), @dekellum)
+- avoid activating stdlib digest under Ruby 2.5 (@segiddins)
+- prioritise explicitly requested gems in dependency resolution sort order 
(@segiddins)
+- reduce memory usage during dependency resolution 
([#6114](https://github.com/bundler/bundler/issues/6114), @greysteil)
+- ensure that the default bundler gem is not accidentally activated on 
ruby 2.5 when using local git overrides (@segiddins)
+  
+  ## 1.16.0.pre.3 (2017-10-04)
+  
+  Features:
+  
+- the output from `bundle env` includes more information, particularly 
both the compiled & loaded versions of OpenSSL (@indirect)
+  
+  Bugfixes:
+  
+- fix a bug where installing on FreeBSD would accidentally raise an error 
(#6013, @olleolleolle)
+- fix a regression in 1.16 where pre-release gems could accidentally be 
resolved even when the gemfile contained no pre-release requirements 
(@greysteil)
+- bundler will avoid making unnecessary network requests to fetch 
dependency data, fixing a regression introduced in 1.16 (@segiddins)
+- the outdated bundler version message is disabled by default until the 
message has been fine-tuned (#6004, @segiddins)
+  
+  ## 1.16.0.pre.2 (2017-09-06)
+  
+  Bugfixes:
+  
+- handle when a connection is missing a socket when warning about OpenSSL 
version (@greysteil)
+- the description for the `rake release` task now reflects 
`$RUBYGEMS_HOST` (@wadetandy)
+- fix a bug where `bundle update` would regress transitive dependencies 
(@greysteil)
+  
+  ## 1.16.0.pre.1 (2017-09-04)
+  
+  Features:
+  
+- allow using non-branch symbolic refs in a git source (#4845, @segiddins)
+- allow absolute paths in the `cache path` setting (#5627, @mal)
+- gems created via `bundle gem` with rspec have `--require spec_helper` in 
their `.rspec` file (@koic)
+- `bundle env` includes `Gem.ruby` and the `bundle` binstub shebang when 
they don't match (#5616, @segiddins)
+- allow passing gem names to `bundle pristine` (@segiddins)
+- `bundle version` and `bundle env` include the commit and build date for 
the bundler gem (#5049, @segiddins)
+- add the `--shebang` option to `bundle binstubs` (#4070, @segiddins, 
@Zorbash)
+- gemfiles are `eval`ed one fewer time when running `bundle install` 
(#4952, #3096, #4417, @segiddins)
+- the `fileutils` gem is now vendored so different versions of the gem can 
be activated (@segiddins)
+- speed up no-op installations (#5842, @segiddins)
+- default to keeping the lockfile in the default gem template 
(@deivid-rodriguez)
+- add a special bundler binstub that ensures the correct version of 
bundler is activated (#5876, @segiddins)
+- speed up dependency resolution and ensure that all resolvable gemfiles 
can be installed (@segiddins, @greysteil)
+- add a `bundle list` command that prints the gems in use (#4754, 
@colby-swandale)
+- allow adding credentials to a gem source during deployment when 
`allow_deployment_source_credential_changes` is set (@adrian-gomez)
+- making an outdated (and insecure) TLS connection to rubygems.org will 
print a warning (@segiddins)
+  
+  Bugfixes:
+  
+- allow configuring a mirror fallback timeout without a trailing slash 
(#4830, @segiddins)
+- fix handling of mirrors for file: urls that contain upper-case 
characters (@segiddins)
+- list the correct gem host for `rake release` when `allowed_push_host` 
has been set (@mdeering)
+- ensure `Bundler.original_env` preserves all env keys that bundler sets 
(#5700, @segiddins)
+ 

commit rubygem-bundler for openSUSE:Factory

2017-09-26 Thread root
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:  

commit rubygem-bundler for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2017-06-08 14:59:59

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


Package is "rubygem-bundler"

Thu Jun  8 14:59:59 2017 rev:39 rq:497673 version:1.15.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2017-03-21 22:51:00.490406459 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2017-06-08 15:00:06.651514541 +0200
@@ -1,0 +2,79 @@
+Tue May 23 09:43:06 UTC 2017 - co...@suse.com
+
+- updated to version 1.15.0
+ see installed CHANGELOG.md
+
+  ## 1.15.0 (2017-05-19)
+  
+  This space intentionally left blank.
+  
+  ## 1.15.0.pre.4 (2017-05-10)
+  
+  Bugfixes:
+  
+- avoid conflicts when `Gem.finish_resolve` is called after the bundle has 
been set up (@segiddins)
+- ensure that `Gem::Specification.find_by_name` always returns an object 
that can have `#to_spec` called on it (#5592, @jules2689)
+  
+  ## 1.15.0.pre.3 (2017-04-30)
+  
+  Bugfixes:
+  
+- avoid redundant blank lines in the readme generated by `bundle gem` 
(@koic)
+- ensure that `open-uri` is not loaded after `bundle exec` (@segiddins)
+- print a helpful error message when an activated default gem conflicts 
with
+  a gem in the gemfile (@segiddins)
+- only shorten `ref` option for git gems when it is a SHA (#5620, 
@segiddins)
+  
+  ## 1.15.0.pre.2 (2017-04-23)
+  
+  Bugfixes:
+  
+- ensure pre-existing fit caches are updated from remote sources (#5423, 
@alextaylor000)
+- avoid duplicating specs in the lockfile after updating with the gem 
uninstalled (#5599, @segiddins)
+- ensure git gems have their extensions available at runtime (#5594, 
@jules2689, @segiddins)
+  
+  ## 1.15.0.pre.1 (2017-04-16)
+  
+  Features:
+  
+- print a notification when a newer version of bundler is available 
(#4683, @segiddins)
+- add man pages for all bundler commands (#4988, @feministy)
+- add the `bundle info` command (@fredrb, @colby-swandale)
+- all files created with `bundle gem` comply with the bundler style guide 
(@zachahn)
+- if installing a gem fails, print out the reason the gem needed to be 
installed (#5078, @segiddins)
+- allow setting `gem.push_key` to set the key used when running `rake 
release` (@DTrierweiler)
+- print gem versions that are regressing during `bundle update` in yellow 
(#5506, @brchristian)
+- avoid printing extraneous dependencies when the resolver encounters a 
conflict (@segiddins)
+- add the `bundle issue` command that prints instructions for reporting 
issues (#4871, @jonathanpike)
+- add `--source` and `--group` options to the `bundle inject` command 
(#5452, @Shekharrajak)
+- add the `bundle add` command to add a gem to the gemfile (@denniss)
+- add the `bundle pristine` command to re-install gems from cached `.gem` 
files (#4509, @denniss)
+- add a `--parseable` option for `bundle config` (@JuanitoFatas, 
@colby-swandale)
+  
+  Performance:
+  
+- speed up gemfile initialization by storing locked dependencies as a hash 
(@jules2689)
+- speed up gemfile initialization by making locked dependency comparison 
lazy, avoiding object allocation (@jules2689)
+- only validate git gems when they are downloaded, instead of every time 
`Bundler.setup` is run (@segiddins)
+- avoid regenerating the lockfile when nothing has changed (@segiddins)
+- avoid diffing large arrays when no sources in the gemfile have changed 
(@segiddins)
+- avoid evaluating full gemspecs when running with RubyGems 2.5+ 
(@segiddins)
+  
+  Bugfixes:
+  
+- fix cases where `bundle update` would print a resolver conflict instead 
of updating the selected gems (#5031, #5095, @segiddins)
+- print out a stack trace after an interrupt when running in debug mode 
(@segiddins)
+- print out when bundler starts fetching a gem from a remote server 
(@segiddins)
+- fix `bundle gem` failing when `git` is unavailable (#5458, 
@Shekharrajak, @colby-swandale)
+- suggest the appropriate command to unfreeze a bundle (#5009, @denniss)
+- ensure nested calls to `bundle exec` resolve default gems correctly 
(#5500, @segiddins)
+- ensure that a plugin failing to install doesn't uninstall other plugins 
(@kerrizor, @roseaboveit)
+- ensure `socket` is required before being referenced (#5533, 
@rafaelfranca)
+- allow running `bundle outdated` when gems aren't installed locally 
(#5553, @segiddins)
+- print a helpful error when `bundle exec`ing to a gem that isn't included 
in the bundle (#5487, @segiddins)
+- print an error message when a non-git gem is given a `branch` option 
(#5530, @colby-swandale)
+

commit rubygem-bundler for openSUSE:Factory

2017-03-21 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2017-03-21 22:50:59

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


Package is "rubygem-bundler"

Tue Mar 21 22:50:59 2017 rev:38 rq:481302 version:1.14.6

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2016-11-14 20:16:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2017-03-21 22:51:00.490406459 +0100
@@ -1,0 +2,155 @@
+Thu Mar 16 23:58:49 UTC 2017 - mrueck...@suse.de
+
+- fix gemspec_remove_pem.patch
+
+---
+Thu Mar 16 05:29:12 UTC 2017 - co...@suse.com
+
+- updated to version 1.14.6
+ see installed CHANGELOG.md
+
+  ## 1.14.6 (2017-03-03)
+  
+  Bugfixes:
+  
+- avoid undefined constant `Bundler::Plugin::API::Source` exception 
(#5409, @segiddins)
+- avoid incorrect warnings about needing to enable `specific_platform` 
(@segiddins)
+- fail gracefully when the compact index does not send an ETag (#5463, 
@olleolleolle)
+- ensure `bundle outdated --local` shows all outdated gems (#5430, 
@denniss)
+- fix a case where ruby version requirements could lead to incorrect 
resolver conflicts (#5425, @segiddins)
+  
+  ## 1.14.5 (2017-02-22)
+  
+  Bugfixes:
+  
+- avoid loading all unused gemspecs during `bundle exec` on RubyGems 2.3+ 
(@segiddins)
+- improve resolver performance when dependencies have zero or one total 
possibilities ignoring requirements (#5444, #5457, @segiddins)
+- enable compact index when OpenSSL FIPS mode is enabled but not active 
(#5433, @wjordan)
+- use github username instead of git name for the github url in `bundle 
gem` (#5438, @danielpclark)
+- avoid a TypeError on RubyGems 2.6.8 when no build settings are set for 
native extensions (@okkez)
+- fail gracefully when the dependency api is missing runtime dependencies 
for a gem (@segiddins)
+- handle when a platform-specific gem has more dependencies than the ruby 
platform version (#5339, #5426, @segiddins)
+- allow running bundler on a machine with no home directory where the 
temporary directory is not writable (#5371, @segiddins)
+- avoid gem version conflicts on openssl using Ruby 2.5 (#5235, @rhenium)
+- fail when installing in frozen mode and the dependencies for `gemspec` 
gems have changed without the lockfile being updated (#5264, @segiddins)
+
+---
+Tue Feb 14 05:31:59 UTC 2017 - co...@suse.com
+
+- updated to version 1.14.4
+ see installed CHANGELOG.md
+
+  ## 1.14.4 (2017-02-12)
+  
+  Bugfixes:
+  
+- fail gracefully when attempting to overwrite an existing directory with 
`bundle gem` (#5358, @nodo)
+- fix a resolver bug that would cause bundler to report conflicts that it 
could resolve (#5359, #5362, @segiddins)
+- set native extension build arguments for git gems (#5401, @segiddins)
+- fix the suggested `bundle lock` command printed when a dependency is 
unused on any platform (@5t11)
+- ensure the version passed to `ruby` in the Gemfile is valid during 
Gemfile parsing (#5380, @segiddins)
+- show `bundle inject` usage when too many arguments are passed (#5384, 
@Shekharrajak)
+- stop `bundle show --outdated` from implicitly running `bundle update` 
(#5375, @colby-swandale)
+- allow the temporary home directory fallback to work for multiple users 
(@svoop)
+  
+  ## 1.14.3 (2017-01-24)
+  
+  Bugfixes:
+  
+- fix the resolver attemting to activate ruby-platform gems when the 
bundle is only for other platforms (#5349, #5356, @segiddins)
+- avoid re-resolving a locked gemfile that uses `gemspec` and includes 
development dependencies (#5349, @segiddins)
+  
+  ## 1.14.2 (2017-01-22)
+  
+  Bugfixes:
+  
+- fix using `force_ruby_platform` on windows (#5344, @segiddins)
+- fix an incorrect version conflict error when using `gemspec` on multiple 
platforms (#5340, @segiddins)
+  
+  ## 1.14.1 (2017-01-21)
+  
+  Bugfixes:
+  
+- work around a ruby 2.2.2 bug that caused a stack consistency error 
during installation (#5342, @segiddins)
+  
+  ## 1.14.0 (2017-01-20)
+  
+  Bugfixes:
+  
+- ensure `Settings::Mirror` is autoloaded under the `Settings` namespace
+  (#5238, @segiddins)
+- fix `bundler/inline` when `BUNDLE_GEMFILE=""` (#5079, @segiddins)
+  
+  ## 1.14.0.pre.2 (2017-01-11)
+  
+  Bugfixes:
+  
+- allow not selecting a gem when running `bundle open` (#5301, @segiddins)
+- support installing gems from git branches that contain shell 
metacharacters (#5295, @segiddins)
+- fix a resolver error that could leave dependencies 

commit rubygem-bundler for openSUSE:Factory

2016-11-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2016-11-14 20:16:10

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


Package is "rubygem-bundler"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2016-05-29 03:13:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2016-11-14 20:16:11.0 +0100
@@ -1,0 +2,162 @@
+Sun Nov 13 19:02:13 UTC 2016 - co...@suse.com
+
+- update patch
+
+---
+Sat Oct 29 04:30:52 UTC 2016 - co...@suse.com
+
+- updated to version 1.13.6
+ see installed CHANGELOG.md
+
+  ## 1.13.6 (2016-10-22)
+  
+  Bugfixes:
+  
+- make the `gem` method public again, fixing a regression in 1.13.4 
(#5102, @segiddins)
+  
+  ## 1.13.5 (2016-10-15)
+  
+  Bugfixes:
+  
+- Ensure a locked pre-release spec can always be re-resolved (#5089, 
@segiddins)
+  
+  ## 1.13.4 (2016-10-11)
+  
+  Bugfixes:
+  
+   - stop printing warning when compact index versions file is rewritten 
(#5064, @indirect)
+   - fix `parent directory is world writable but not sticky` error on install 
(#5043, @indirect)
+   - fix for `uninitialized constant Bundler::Plugin::API::Source` error 
(#5010, @hsbt, @aycabta)
+   - make `update` options for major, minor, and patch updates consistent 
(#4934, @chrismo)
+  
+  ## 1.13.3 (2016-10-10)
+  
+  Bugfixes:
+  
+- add support for weak etags to the new index (@segiddins)
+
+---
+Sat Oct  8 04:29:23 UTC 2016 - co...@suse.com
+
+- updated to version 1.13.2
+ see installed CHANGELOG.md
+
+  ## 1.13.2 (2016-09-30)
+  
+  Bugfixes:
+  
+- allow `Settings` to be initialized without a root directory (@m1k3)
+- allow specifying ruby engines in the gemfile as a symbol (#4919, 
@JuanitoFatas)
+- avoid an execption when using `bundler/deployment` with Vlad (@srbaker)
+- ensure redefined methods have the same visibility as the one they're 
replacing, fixing `Kernel.require` failing on JRuby (#4975, @segiddins)
+- ensure that Bundler won't complain about a corrupt lockfile when no 
lockfile exists when using `gemspec` in the Gemfile (#5006, @segiddins)
+- fail gracefully when parsing the metadata for a gemspec from the compact 
index fails (@segiddins)
+- fix invoking bundler with binstubs generated by RubyGems 2.6.2+ (#4974, 
@chrismo)
+  
+  Performance:
+  
+- avoid parsing the lockfile twice when evaluating gemfiles (@segiddins)
+  
+  ## 1.13.1 (2016-09-13)
+  
+  Bugfixes:
+  
+- ensure that `Gem::Source` is available, fixing several exceptions 
(#4944, @dekellum)
+- ensure that dependency resolution works when multiple gems have the same 
dependency (#4961, @segiddins)
+  
+  ## 1.13.0 (2016-09-05)
+  
+  This space deliberately left blank.
+  
+  ## 1.13.0.rc.2 (2016-08-21)
+  
+  Features:
+  
+- add setting `exec_disable_load` to force `exec` to spawn a new Ruby 
process (@segiddins)
+- add `doctor` command to help with issues like unlinked compiled gems 
(#4765, @mistydemeo)
+- rework the `update` command, providing fine-grained control via flags 
(#4676, @chrismo)
+- add URI to http response output in debug mode (#4808, @NickLaMuro)
+- add manpage for `binstubs` command (#4847, @Zorbash)
+- support `mirror` settings for sources by hostname, not only full URL 
(@opiethehokie)
+- print gem installation errors after other install output (#4834, 
@segiddins)
+- add `lock --remove-platform` flag to remove platforms from the lock 
(#4877, @segiddins)
+- add `only_update_to_newer_versions` setting to prevent downgrades during 
`update` (@segiddins)
+- expanded expirimental plugin support to include hooks and sources 
(@asutoshpalai)
+  
+  Bugfixes:
+  
+- retry gem downloads (#4846, @jkeiser)
+- improve the CompactIndex to handle capitalized legacy gems (#4867, 
@segiddins)
+- re-use persistent HTTP connections for CompactIndex (@NickLaMuro)
+- respect `required_ruby_version` when Gemfile contains `ruby` version 
(@indirect)
+- allow `rake release` to sign git tags (#4743, @eagletmt)
+- set process titles when using `#load` during `exec` (@yob)
+- recognize JRuby shebangs for using `#load` during `exec` (@ojab)
+- handle world-writable home directories (#4726, @allenzhao)
+- support multi-platform gems via the `gemspec` Gemfile method (#4798, 
@segiddins)
+- print dots correctly for CompactIndex fetcher (@NickLaMuro)
+- set an `open_timeout` when requesting gem data via HTTP (@NickLaMuro)
+- rename the BUNDLE\_ORIG\_ENV variable so it no longer shows up 

commit rubygem-bundler for openSUSE:Factory

2016-05-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2016-05-29 03:12:47

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


Package is "rubygem-bundler"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2016-04-12 19:32:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2016-05-29 03:13:46.0 +0200
@@ -1,0 +2,161 @@
+Thu May 26 04:28:39 UTC 2016 - co...@suse.com
+
+- updated to version 1.12.5
+ see installed CHANGELOG.md
+
+  ## 1.12.5 (2016-05-25)
+  
+  Bugfixes:
+- only take over `--help` on `bundle exec` when the first two arguments 
are `exec` and `--help` (#4596, @segiddins)
+- don't require `require: true` dependencies that are excluded via `env` 
or `install_if` (@BrianHawley)
+- reduce the number of threads used simultaneously by bundler (#4367, 
@will-in-wi)
+
+---
+Wed May 25 09:15:37 UTC 2016 - co...@suse.com
+
+- simplify gemspec_remove_pem.patch
+
+---
+Sat May 21 04:29:20 UTC 2016 - co...@suse.com
+
+- updated to version 1.12.4
+ see installed CHANGELOG.md
+
+  ## 1.12.4 (2016-05-16)
+  
+  Bugfixes:
+- ensure concurrent use of the new index can't corrupt the cache (#4519, 
@domcleal)
+- allow missing rubygems credentials when pushing a gem with a custom host 
(#4437, @Cohen-Carlisle)
+- fix installing built-in specs with `--standalone` (#4557, @segiddins)
+- fix `bundle show` when a gem has a prerelease version that includes a 
`-` (#4385, @segiddins)
+  
+  ## 1.12.3 (2016-05-06)
+  
+  Bugfixes:
+- fix uncoditionally writing `.bundle/config` when running `bundle 
install` (@segiddins)
+- fall back to the dependency API and the full index when the home 
directory is not writable (@segiddins)
+  
+  ## 1.12.2 (2016-05-04)
+  
+  Bugfixes:
+- fix modifying a frozen string when the resolver conflicts on 
dependencies with requirements (#4520, @grzuy)
+- fix `bundle exec foo --help` not showing the invoked command's help 
(#4480, @b-ggs)
+  
+  ## 1.12.1 (2016-04-30)
+  
+  Bugfixes:
+- automatically fallback when the new index has a checksum mismatch 
instead of erroring (@segiddins)
+- fix computation of new index file local checksums on Windows (#4472, 
@mwrock)
+- properly handle certain resolver backtracking cases without erroring 
(@segiddins, #4484)
+- ensure the `$LOAD_PATH` contains specs' load paths in the correct order 
(@segiddins, #4482)
+  
+  ## 1.12.0 (2016-04-28)
+  
+  This space intentionally left blank.
+  
+  ## 1.12.0.rc.4 (2016-04-21)
+  
+  Bugfixes:
+  
+- don't fail when `bundle outdated` is run with flags and the lockfile 
contains non-semver versions (#4438, @RochesterinNYC)
+  
+  ## 1.12.0.rc.3 (2016-04-19)
+  
+  Bugfixes:
+  
+- don't allow new attributes to dirty a lockfile when running `bundle 
exec`, `-rbundler/setup`, or `bundle check` (@segiddins)
+  
+  ## 1.12.0.rc.2 (2016-04-15)
+  
+  Features:
+  
+- `bundle outdated` handles all combinations of `--major`, `--minor`, and 
`--patch` (#4396, @RochesterinNYC)
+  
+  Bugfixes:
+  
+- prevent endless recursive copy for `bundle package --all` (#4392, 
@RochesterinNYC)
+- allow executables that are `load`ed to exit non-0 via an `at_exit` hook 
when invoked by `bundle exec` (@segiddins)
+- nested invocations of `bundle exec` properly preserve the `$PATH` and 
`$GEM_PATH` environment variables (@segiddins)
+  
+  ## 1.12.0.rc (2016-03-13)
+  
+  Performance:
+  
+- Download gem metadata from globally distributed CDN endpoints (#4358, 
@segiddins)
+  
+  Bugfixes:
+  
+- handle Ruby pre-releases built from source (#4324, @RochesterinNYC)
+- support binstubs from RubyGems 2.6 (#4341, @segiddins)
+- handle quotes present in in PATH (#4326, @segiddins)
+  
+  ## 1.12.0.pre.2 (2016-02-26)
+  
+  Performance:
+  
+- speed up `bundle exec` by `load`ing the executable whenever possible, 
saving roughly .2 seconds per invocation (@segiddins)
+  
+  Features:
+  
+- add a `--patch` flag for `bundle outdated` (@RochesterinNYC)
+- add `Bundler.clean_env` and `Bundler.original_env` (#4232, @njam)
+- add `--frozen` support to `bundle package` (#3356, @RochesterinNYC)
+  
+  Bugfixes:
+  
+- place bundler loaded gems after `-I` and `RUBYLIB` (@Elffers)
+- give a better error message when filesystem access raises an `EPROTO` 
error (#3581, #3932, #4163, @RochesterinNYC)
+- give a better error message when both `--deployment` and `--system` are 
used together (@RochesterinNYC)
+- fix `$PATH` being 

commit rubygem-bundler for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2016-04-12 19:32:57

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


Package is "rubygem-bundler"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2016-01-28 17:22:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2016-04-12 19:32:58.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 23 12:07:48 UTC 2016 - o...@aepfle.de
+
+- Force fixed timestamps for patched gems (bsc#916047)
+
+---



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.Ala60S/_old  2016-04-12 19:32:59.0 +0200
+++ /var/tmp/diff_new_pack.Ala60S/_new  2016-04-12 19:32:59.0 +0200
@@ -29,9 +29,9 @@
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 1.8.7}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://bundler.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -52,6 +52,7 @@
 %prep
 %gem_unpack
 %patch0 -p1
+find -type f -print0 | xargs -0 touch -r %{S:0}
 %gem_build
 
 %build




commit rubygem-bundler for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2016-01-28 17:22:33

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


Package is "rubygem-bundler"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-08-14 14:46:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2016-01-28 17:22:35.0 +0100
@@ -1,0 +2,113 @@
+Tue Jan  5 14:16:56 UTC 2016 - mrueck...@suse.de
+
+- update to version 1.11.2
+  - _really_ stop calling `required_ruby_version` on nil
+@specifications (#4147, @indirect)
+- update to version 1.11.1
+  - lazy-load Psych, again (#4149, @indirect)
+  - allow gemspec gems on other platforms (#4150, @indirect)
+  - fix --no-coc and --no-mit flags on `gem` (#4148,
+@RochesterinNYC)
+  - stop calling `required_ruby_version` on nil @specifications
+(#4147, @indirect)
+- update to version 1.11.0
+  - fail gracefully when trying to execute a non-executable file
+(#4081, @fotanus)
+  - fix a crash when pushing a gem via `rake release` (@segiddins)
+  - actual Gemfile and lockfile filenames are used in messages
+(#3672, @segiddins)
+  - the git remote for `rake release` is now customizable
+(@skateman)
+  - file access permissions errors are now much more friendly
+(#3703, #3735, #3858, #3988, #4009 @repinel, @Elffers,
+@segiddins, @agis-)
+  - add support for showing help for plugin commands (@tf)
+  - send `X-Gemfile-Source` header to source mirrors (@agis-)
+  - show what version upstream dependencies were resolved to in
+conflict messages (@segiddins)
+  - add support for using bundler setting to add private access
+credentials for git sources (@frsyuki)
+  - take into consideration HTTP proxy settings in `.gemrc`
+(@PG-kura)
+  - allow specifying a gem host to push to in the `GEM_HOST`
+environment variable (@pmenglund)
+  - when gempec `required_ruby_version` is available and the
+Gemfile specifies a ruby version, resolve for the given ruby
+version (@segiddins)
+  - allow setting a `silence_root_warning` setting to silence the
+warning when `bundle install` is run as root (@blackxored)
+  - update the `bundle gem` code of conduct template to Contributor
+Covenant v1.3.0 (@CoralineAda)
+  - add support for specifying gems to update when running `bundle
+lock` via `--update gem1 gem2` (@JuanitoFatas)
+  - added support for MRI 2.3 (@amatsuda)
+  - show a helpful message when requiring a file in `bundler
+require` fails (#3960, @agis-)
+  - include git revision hash when printing a git source (#3433,
+@agis-)
+  - improve hint when a resolution conflict occurs (@seanlinsley)
+  - show a friendly error when a git ref is not found (#3879,
+@agis-)
+  - improve error message when sources are not absolute URIs
+(#3925, @agis-)
+  - add `pkg` to rake's clobber list (#3676, @jasonkarns)
+  - retry fetching specs when fetching version metadata fails
+(@jingweno)
+  - avoid showing bundler version warning messages twice (@fotanus)
+  - fix running `bundle check` with `--path` when the gems are only
+installed globally (@akihiro17)
+  - fix `bin/setup` from `bundle gem` assuming `bash` is in `/bin`
+  - fail more gracefully when an HTTP remote is unreachable (#3765,
+@steverob)
+  - fix a warning running `bundle exec` on jruby 9.0.0.0
+(@deivid-rodriguez, @mastfish)
+  - fix the `bundle gem` readme when no tests are generated
+(@roseweixel)
+  - the dependencies on test gems in `bundle gem` are now locked to
+major versions (#3811, @indirect)
+  - fix the paths for native extensions generated by `--standalone`
+(#3813, @AlexanderPavlenko)
+  - fix trying to cache a gem that has no source (@EduardoBautista)
+  - fix `--source` option to `bundle update` causing incorrect gem
+unlocking (#3759, #3761, @neoeno)
+  - fix handling an empty `BUNDLE_GEMFILE` environment variables
+(#3678, @agis-)
+  - avoid cleaning up gem extension directory in `bundle clean`
+(@Sirupsen)
+  - fix the `ssl_verify_mode` setting not being treated as a number
+(@goughy000)
+  - fix not retrying on zlib errors (#4047, @andremedeiros)
+  - fix a warning being shown for using `URI.encode`
+(@EduardoBautista)
+  - fix handling of fatal HTTP errors (#3830, @indirect)
+  - ensure all `sudo` access is done in a thread-safe manner
+(#3910, @agis-)
+  - fix caching gems with a path with the same prefix as the
+bundled application (@indirect)
+  - fix showing gemspec validation errors on `bundle exec` (#3895,
+@agis-)
+  - distinguish Gemfile syntax and evaluation errors (#3783,
+@agis-)
+  - fix nested Gemfile sources not 

commit rubygem-bundler for openSUSE:Factory

2015-08-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2015-08-14 14:46:01

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-06-30 10:17:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2015-08-14 14:46:02.0 +0200
@@ -1,0 +2,11 @@
+Wed Aug 12 11:50:47 UTC 2015 - mrueck...@suse.de
+
+- update to 1.10.6
+  - only warn on invalid gemspecs (@indirect)
+  - fix installing dependencies in the correct order (#3799,
+@pducks32)
+  - fix sorting of mixed DependencyLists (#3762, @tony-spataro-rs)
+  - fix `install_if` conditionals when using the block form
+(@danieltdt)
+
+---

Old:

  bundler-1.10.5.gem

New:

  bundler-1.10.6.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.JUY8Yc/_old  2015-08-14 14:46:03.0 +0200
+++ /var/tmp/diff_new_pack.JUY8Yc/_new  2015-08-14 14:46:03.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bundler
-Version:1.10.5
+Version:1.10.6
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}

++ bundler-1.10.5.gem - bundler-1.10.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-06-24 22:58:42.0 +0200
+++ new/.travis.yml 2015-07-22 23:34:00.0 +0200
@@ -45,7 +45,6 @@
   - RGV=v2.4.8
 
 matrix:
-  fast_finish: true
   include:
 # Ruby 2.2, Rubygems 2.4.5 and up (RG 2.4 is included by the matrix above)
 # Ruby 2.1, Rubygems 2.2.2 and up
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-06-24 22:58:42.0 +0200
+++ new/CHANGELOG.md2015-07-22 23:34:00.0 +0200
@@ -1,3 +1,15 @@
+## 1.10.6 (2015-07-22)
+
+Workarounds:
+
+  - only warn on invalid gemspecs (@indirect)
+
+Bugfixes:
+
+  - fix installing dependencies in the correct order (#3799, @pducks32)
+  - fix sorting of mixed DependencyLists (#3762, @tony-spataro-rs)
+  - fix `install_if` conditionals when using the block form (@danieltdt)
+
 ## 1.10.5 (2015-06-24)
 
 Workarounds:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/cli.rb new/lib/bundler/cli.rb
--- old/lib/bundler/cli.rb  2015-06-24 22:58:42.0 +0200
+++ new/lib/bundler/cli.rb  2015-07-22 23:34:00.0 +0200
@@ -345,13 +345,13 @@
 end
 
 desc gem GEM [OPTIONS], Creates a skeleton for creating a rubygem
-method_option :bin, :type = :boolean, :default = false, :aliases = 
'-b', :desc = Generate a binary for your library. Set a default with `bundle 
config gem.mit true`.
+method_option :bin, :type = :boolean, :default = false, :aliases = 
'-b', :desc = Generate a binary for your library.
 method_option :coc, :type = :boolean, :desc = Generate a code of 
conduct file. Set a default with `bundle config gem.coc true`.
 method_option :edit, :type = :string, :aliases = -e, :required = 
false, :banner = EDITOR,
   :lazy_default = [ENV['BUNDLER_EDITOR'], ENV['VISUAL'], 
ENV['EDITOR']].find{|e| !e.nil?  !e.empty? },
   :desc = Open generated gemspec in the specified editor (defaults to 
$EDITOR or $BUNDLER_EDITOR)
 method_option :ext, :type = :boolean, :default = false, :desc = 
Generate the boilerplate for C extension code
-method_option :mit, :type = :boolean, :desc = Generate an MIT license 
file
+method_option :mit, :type = :boolean, :desc = Generate an MIT license 
file. Set a default with `bundle config gem.mit true`.
 method_option :test, :type = :string, :lazy_default = 'rspec', :aliases 
= '-t', :banner = rspec,
   :desc = Generate a test directory for your library, either rspec or 
minitest. Set a default with `bundle config gem.test rspec`.
 def gem(name)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/dsl.rb new/lib/bundler/dsl.rb
--- old/lib/bundler/dsl.rb  2015-06-24 22:58:42.0 +0200
+++ new/lib/bundler/dsl.rb  2015-07-22 23:34:00.0 +0200
@@ -186,7 +186,7 @@
   @install_conditionals.concat args
   blk.call
 ensure
-  args.each { @groups.pop }
+  args.each { @install_conditionals.pop }
 end
 
  

commit rubygem-bundler for openSUSE:Factory

2015-06-30 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2015-06-30 10:17:49

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-05-18 22:32:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2015-06-30 10:17:51.0 +0200
@@ -1,0 +2,77 @@
+Fri Jun 26 13:13:27 UTC 2015 - mrueck...@suse.de
+
+- update to 1.10.5
+  - don't add or update BUNDLED WITH during `install` with no
+changes (@segiddins)
+  - fix sorting of mixed DependencyLists with RubyGems = 2.23
+(#3762, @tony-spataro-rs)
+  - speed up resolver for path and git gems (@segiddins)
+  - fix `install --force` to not reinstall Bundler (#3743,
+@karlo57)
+- changes from 1.10.4
+  - don't add BUNDLED WITH to the lock when Spring runs `check`
+over and over (@indirect)
+  - display with native extensions log output correctly
+(@ivantsepp)
+  - alias `i` to `install`, `c` to `check`, and `e` to `exec`
+(@indirect)
+
+---
+Fri Jun  5 18:43:16 UTC 2015 - mrueck...@suse.de
+
+- update to 1.10.3
+  - allow missing gemspec files when validating path and git gems
+(#3686, #3698, @segiddins)
+  - fix regression in `rake install` (#3701, #3705, @segiddins)
+  - fix regression when calling `gem` with `bundle exec` or
+`-rbundler/setup` (#3699, @segiddins)
+  - fix `bundler/inline` requiring a newly-installed gem (#3693,
+@indirect, @segiddins)
+- changes from 1.10.2 (2015-05-29)
+  - fix regression in `bundle update GEM` performance introduced in
+1.10.0 (#3687, @segiddins)
+- changes from 1.10.1 (2015-05-28)
+  - silence ruby warning when running CLI commands (@segiddins)
+  - validate gemspecs in non-packaging mode (#3681, @segiddins)
+  - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins)
+- changes from 1.10.0 (2015-05-28)
+  - dramatically speed up resolving some slow Gemfiles (#3635,
+@segiddins)
+  - track CI platforms running Bundler (#3646, @fotanus)
+  - allow `viz` to work with prereleases (#3621, #3217, @aprescott)
+  - validate gemspecs used in path and git gems (#3639, @segiddins,
+@indirect)
+  - stop printing config warnings when config is unchanged (#3649,
+@fotanus, @indirect)
+  - make BUNDLED WITH backwards compatible (#3623, @segiddins)
+  - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins)
+  - support gem extensions built into any directory on RubyGems
+2.2+ (#3582, @voxik)
+  - add 'bundler/inline' which provides a `gemfile` method (#3440,
+@segiddins)
+  - improved error reports for Gemfile errors (#3480, @segiddins)
+  - `lock` command (#3437, @segiddins)
+  - add `ignore_messages` config to suppress post-install text
+(#3510, @pducks32)
+  - improve `gem` minitest template (#3513, #3515, @arthurnn)
+  - add `install --force` to re-install installed gems (#3519,
+@segiddins)
+  - show more `outdated` information, including groups (@smlance,
+@indirect)
+  - add optional groups to the Gemfile (#3531, @jhass)
+  - accept glob argument to `gemspec` in Gemfile (#3464, @pjump)
+  - make timeouts and retries configurable via `config` (#3601,
+@pducks32)
+  - add `install_if` Gemfile method for conditional installs
+(#3611, @segiddins)
+  - standalone mode now uses builtin gems correctly (#3610,
+@segiddins)
+  - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi)
+  - remember all y/n answers when generating gems (#3579,
+@pducks32)
+  - use RubyGems stub specifications when possible (#3580,
+@segiddins)
+  - deprecated the (never enabled) `bundle_ruby` binary (@smlance)
+- refreshed gemspec_remove_pem.patch to apply cleanly again
+
+---

Old:

  bundler-1.9.9.gem

New:

  bundler-1.10.5.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.fBiNoU/_old  2015-06-30 10:17:52.0 +0200
+++ /var/tmp/diff_new_pack.fBiNoU/_new  2015-06-30 10:17:52.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bundler
-Version:1.9.9
+Version:1.10.5
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}

++ bundler-1.9.9.gem - bundler-1.10.5.gem ++
 4788 lines of diff (skipped)

++ gemspec_remove_pem.patch ++
--- /var/tmp/diff_new_pack.fBiNoU/_old  2015-06-30 10:17:52.0 +0200
+++ /var/tmp/diff_new_pack.fBiNoU/_new  2015-06-30 

commit rubygem-bundler for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2015-05-18 22:32:19

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-04-27 13:04:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2015-05-18 22:32:20.0 +0200
@@ -1,0 +2,19 @@
+Mon May 18 09:44:50 UTC 2015 - mrueck...@suse.de
+
+- update to 1.9.9
+  - read mirror and credential settings from older versions (#3557,
+@Strech)
+  - fix regression in sudo mode introduced by 1.9.7 (#3642,
+@segiddins)
+  - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins)
+  - use RubyGems spec stubs if available (@segiddins)
+  - allow creating gems with names containing two dashes (#3483,
+@janlelis)
+  - allow creating gems with names extending constants (#3603,
+@amatsuda)
+  - respect Gemfile sources when installing a gem present in two
+sources (#3585, @tmoore)
+- refresh gemspec_remove_pem.patch to apply cleanly again and
+  package the series file
+
+---

Old:

  bundler-1.9.4.gem

New:

  bundler-1.9.9.gem
  series



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.CxWu1J/_old  2015-05-18 22:32:21.0 +0200
+++ /var/tmp/diff_new_pack.CxWu1J/_new  2015-05-18 22:32:21.0 +0200
@@ -24,18 +24,19 @@
 #
 
 Name:   rubygem-bundler
-Version:1.9.4
+Version:1.9.9
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros = 5
 BuildRequires:  %{ruby = 1.8.7}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:http://bundler.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Source1:gem2rpm.yml
+Source1:series
+Source2:gem2rpm.yml
 # MANUAL
 Patch0: gemspec_remove_pem.patch
 # /MANUAL

++ bundler-1.9.4.gem - bundler-1.9.9.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-04-14 06:10:50.0 +0200
+++ new/CHANGELOG.md2015-05-17 07:43:23.0 +0200
@@ -1,3 +1,35 @@
+## 1.9.9 (2015-05-16)
+
+Bugfixes:
+
+  - read mirror and credential settings from older versions (#3557, @Strech)
+
+## 1.9.8 (2015-05-12)
+
+Bugfixes:
+
+  - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins)
+
+## 1.9.7 (2015-05-11)
+
+Bugfixes:
+
+  - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins)
+
+## 1.9.6 (2015-05-02)
+
+Bugfixes:
+
+  - use RubyGems spec stubs if available (@segiddins)
+  - allow creating gems with names containing two dashes (#3483, @janlelis)
+  - allow creating gems with names extending constants (#3603, @amatsuda)
+
+## 1.9.5 (2015-04-29)
+
+Bugfixes:
+
+  - respect Gemfile sources when installing a gem present in two sources 
(#3585, @tmoore)
+
 ## 1.9.4 (2015-04-13)
 
 Bugfixes:
@@ -57,6 +89,24 @@
   - Molinillo resolver, shared with CocoaPods (@segiddins)
   - updated Thor to v0.19.1 (@segiddins)
 
+## 1.8.9 (2015-05-02)
+
+Bugfixes:
+
+  - Use RubyGems spec stubs if available (@segiddins)
+
+## 1.8.8 (2015-04-29)
+
+Bugfixes:
+
+  - Respect Gemfile sources when installing a gem present in two sources 
(#3585, @tmoore)
+
+## 1.8.7 (2015-04-07)
+
+Bugfixes:
+
+  - stop suppressing errors inside gems that get required (#3549, @indirect)
+
 ## 1.8.6 (2015-03-30)
 
 Bugfixes:
@@ -163,6 +213,19 @@
 
   - add missing Gemfile global `path` explanation (@agenteo)
 
+## 1.7.15 (2015-04-29)
+
+Bugfixes:
+
+  - Respect Gemfile sources when installing a gem present in two sources 
(#3585, @tmoore)
+
+## 1.7.14 (2015-03-30)
+
+Bugfixes:
+
+  - Keep gems locked when updating another gem from the same source (#3250, 
@indirect)
+  - Don't add extra quotes around long, quoted config values (@aroben, #3338)
+
 ## 1.7.13 (2015-02-07)
 
 Bugfixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2015-04-14 06:10:50.0 +0200
+++ new/Rakefile2015-05-17 07:43:23.0 +0200
@@ -291,12 +291,15 @@
 task :clean do
   rm_rf lib/bundler/man
 end
+
+task(:require) { }
   end
 
 rescue LoadError
   namespace :man do
-task(:build) { warn Install the ronn gem to be able to release! 

commit rubygem-bundler for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2015-04-27 13:04:31

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-03-18 13:05:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2015-04-27 13:04:32.0 +0200
@@ -1,0 +2,58 @@
+Thu Apr 23 08:03:40 UTC 2015 - co...@suse.com
+
+- updated to version 1.9.4
+ see installed CHANGELOG.md
+
+  ## 1.9.4 (2015-04-13)
+  
+  Bugfixes:
+  
+- fix regression in installing x86 and universal gems (#3565, 
@jdmundrawala)
+- improve error when gems are missing (#3564, @sealocal)
+
+---
+Mon Apr 13 05:35:23 UTC 2015 - co...@suse.com
+
+- updated to version 1.9.3
+ Bugfixes:
+ 
+   - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect)
+   - install 'universal' gems on Windows (#3066, @jdmundrawala)
+   - stop passing --local during `rake install` task (#3236, @indirect)
+   - guard against all possible accidental public gem pushes (#3533, @indirect)
+
+---
+Sun Apr 12 05:54:43 UTC 2015 - co...@suse.com
+
+- updated to version 1.9.2
+ Bugfixes:
+ 
+   - ensure gem executables are executable (#3517, #3511, @indirect)
+   - fix warnings in Molinillo (#3516, @segiddins)
+   - ensure duplicate dependencies do not propagate (#3522, @segiddins)
+   - keep gems locked when updating another gem from the same source (#3250, 
@indirect)
+   - resolve race that could build gems without saved arguments (#3404, 
@indirect)
+ 
+ ## 1.9.1 (2015-03-21)
+ 
+ Bugfixes:
+ 
+   - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins)
+ 
+ ## 1.9.0 (2015-03-20)
+ 
+ Bugfixes:
+ 
+   - make Bundler.which stop finding directories (@nohoho)
+   - handle Bundler prereleases correctly (#3470, @segiddins)
+
+---
+Tue Mar 17 13:47:44 UTC 2015 - jmassaguer...@suse.com
+
+- Remove Certificate Authority files. For security reasons we don't
+  want to distribute them, otherwise if the CA gets compromised,
+  revoking it can be difficult if CA pem files are distributed in
+  different RPMs.
+- added gemspec_remove_pem.patch
+
+---

Old:

  bundler-1.8.5.gem

New:

  bundler-1.9.4.gem
  gemspec_remove_pem.patch



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.OfcTV3/_old  2015-04-27 13:04:32.0 +0200
+++ /var/tmp/diff_new_pack.OfcTV3/_new  2015-04-27 13:04:32.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bundler
-Version:1.8.5
+Version:1.9.4
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
@@ -36,6 +36,9 @@
 Url:http://bundler.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
+# MANUAL
+Patch0: gemspec_remove_pem.patch
+# /MANUAL
 Summary:The best way to manage your application's dependencies
 License:MIT
 Group:  Development/Languages/Ruby
@@ -46,6 +49,9 @@
 many machines, systematically and repeatably.
 
 %prep
+%gem_unpack
+%patch0 -p1
+%gem_build
 
 %build
 

++ bundler-1.8.5.gem - bundler-1.9.4.gem ++
 13777 lines of diff (skipped)

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.OfcTV3/_old  2015-04-27 13:04:33.0 +0200
+++ /var/tmp/diff_new_pack.OfcTV3/_new  2015-04-27 13:04:33.0 +0200
@@ -19,7 +19,8 @@
 #   BuildRequires: foobar
 #   Requires: foobar
 # ## used by gem2rpm
-# :patches:
+ :patches:
+   gemspec_remove_pem.patch: -p1
 #   foo.patch: -p1
 #   bar.patch: 
 # ## used by gem2rpm

++ gemspec_remove_pem.patch ++
diff -Naur 
a/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem 
b/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
--- a/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem   
2014-09-14 10:25:16.0 +0200
+++ b/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem   
1970-01-01 01:00:00.0 +0100
@@ -1,14 +0,0 @@
--BEGIN CERTIFICATE-
-MIICPDCCAaUCEHC65B0Q2Sk0tjjKewPMur8wDQYJKoZIhvcNAQECBQAwXzELMAkG
-A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz
-cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2
-MDEyOTAwMDAwMFoXDTI4MDgwMTIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV

commit rubygem-bundler for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2015-03-18 13:05:02

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-03-09 10:09:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2015-03-18 13:05:04.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar 16 06:53:57 UTC 2015 - co...@suse.com
+
+- updated to version 1.8.5
+ Bugfixes:
+ 
+   - remove MIT license from gemspec when removing license file (@indirect)
+   - respect 'no' immediately as well as saving it in `gem` config (@kirs)
+
+---

Old:

  bundler-1.8.4.gem

New:

  bundler-1.8.5.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.AON41c/_old  2015-03-18 13:05:05.0 +0100
+++ /var/tmp/diff_new_pack.AON41c/_new  2015-03-18 13:05:05.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bundler
-Version:1.8.4
+Version:1.8.5
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}

++ bundler-1.8.4.gem - bundler-1.8.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-03-06 00:04:04.0 +0100
+++ new/CHANGELOG.md2015-03-11 10:12:35.0 +0100
@@ -1,3 +1,10 @@
+## 1.8.5 (2015-03-11)
+
+Bugfixes:
+
+  - remove MIT license from gemspec when removing license file (@indirect)
+  - respect 'no' immediately as well as saving it in `gem` config (@kirs)
+
 ## 1.8.4 (2015-03-05)
 
 Bugfixes:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/cli/gem.rb new/lib/bundler/cli/gem.rb
--- old/lib/bundler/cli/gem.rb  2015-03-06 00:04:04.0 +0100
+++ new/lib/bundler/cli/gem.rb  2015-03-11 10:12:35.0 +0100
@@ -26,7 +26,7 @@
   git_user_name = `git config user.name`.chomp
   git_user_email = `git config user.email`.chomp
 
-  opts = {
+  config = {
 :name = name,
 :underscored_name = underscored_name,
 :namespaced_path  = namespaced_path,
@@ -67,6 +67,7 @@
   for free as long as they admit you created it. You can read more 
about the MIT license  \
   at choosealicense.com/licenses/mit.
 )
+config[:mit] = true
 templates.merge!(LICENSE.txt.tt = LICENSE.txt)
   end
 
@@ -99,7 +100,7 @@
   end
 
   templates.each do |src, dst|
-thor.template(newgem/#{src}, target.join(dst), opts)
+thor.template(newgem/#{src}, target.join(dst), config)
   end
 
   Bundler.ui.info Initializing git repo in #{target}
@@ -118,17 +119,15 @@
 end
 
 def ask_and_set(key, header, message)
-  result = options[key]
-  if !Bundler.settings.all.include?(gem.#{key})
-if result.nil?
-  Bundler.ui.confirm header
-  result = Bundler.ui.ask(#{message} y/(n):) == y
-end
+  choice = options[key] || Bundler.settings[gem.#{key}]
 
-Bundler.settings.set_global(gem.#{key}, result)
+  if choice.nil?
+Bundler.ui.confirm header
+choice = (Bundler.ui.ask(#{message} y/(n):) =~ /y|yes/)
+Bundler.settings.set_global(gem.#{key}, choice)
   end
 
-  result || Bundler.settings[gem.#{key}]
+  choice
 end
 
 def validate_ext_name
@@ -143,6 +142,7 @@
 
 def ask_and_set_test_framework
   test_framework = options[:test] || Bundler.settings[gem.test]
+
   if test_framework.nil?
 Bundler.ui.confirm Do you want to generate tests with your gem?
 result = Bundler.ui.ask Type 'rspec' or 'minitest' to generate those 
test files now and  \
@@ -150,7 +150,7 @@
 if result =~ /rspec|minitest/
   test_framework = result
 else
-  test_framework = false
+  test_framework = false
 end
   end
 
@@ -158,7 +158,6 @@
 Bundler.settings.set_global(gem.test, test_framework)
   end
 
-  return if test_framework == false
   test_framework
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/settings.rb new/lib/bundler/settings.rb
--- old/lib/bundler/settings.rb 2015-03-06 00:04:04.0 +0100
+++ new/lib/bundler/settings.rb 2015-03-11 10:12:35.0 +0100
@@ -10,10 +10,15 @@
   

commit rubygem-bundler for openSUSE:Factory

2015-03-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2015-03-09 10:09:52

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-02-27 11:00:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2015-03-09 10:09:53.0 +0100
@@ -1,0 +2,8 @@
+Fri Mar  6 05:28:43 UTC 2015 - co...@suse.com
+
+- updated to version 1.8.4
+ Bugfixes:
+  - document --all-platforms option (#3449, @moeffju)
+  - find gems from all sources on exec after install (#3450, @TimMoore)
+
+---

Old:

  bundler-1.8.3.gem

New:

  bundler-1.8.4.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.e4tGxo/_old  2015-03-09 10:09:54.0 +0100
+++ /var/tmp/diff_new_pack.e4tGxo/_new  2015-03-09 10:09:54.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bundler
-Version:1.8.3
+Version:1.8.4
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}

++ bundler-1.8.3.gem - bundler-1.8.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-02-25 03:29:48.0 +0100
+++ new/CHANGELOG.md2015-03-06 00:04:04.0 +0100
@@ -1,3 +1,10 @@
+## 1.8.4 (2015-03-05)
+
+Bugfixes:
+
+  - document --all-platforms option (#3449, @moeffju)
+  - find gems from all sources on exec after install (#3450, @TimMoore)
+
 ## 1.8.3 (2015-02-24)
 
 Bugfixes:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/lockfile_parser.rb 
new/lib/bundler/lockfile_parser.rb
--- old/lib/bundler/lockfile_parser.rb  2015-02-25 03:29:48.0 +0100
+++ new/lib/bundler/lockfile_parser.rb  2015-03-06 00:04:04.0 +0100
@@ -29,7 +29,7 @@
   @state= :source
   @specs= {}
 
-  @rubygems_aggregate = Source::LocalRubygems.new
+  @rubygems_aggregate = Source::Rubygems.new
 
   if lockfile.match(/|===||\|\|\|\|\|\|\|/)
 raise LockfileError, Your Gemfile.lock contains merge conflicts.\n \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/man/bundle-package 
new/lib/bundler/man/bundle-package
--- old/lib/bundler/man/bundle-package  2015-02-25 03:29:48.0 +0100
+++ new/lib/bundler/man/bundle-package  2015-03-06 00:04:04.0 +0100
@@ -1,7 +1,7 @@
 .\ generated with Ronn/v0.7.3
 .\ http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH BUNDLE\-PACKAGE 1 December 2014  
+.TH BUNDLE\-PACKAGE 1 March 2015  
 .
 .SH NAME
 \fBbundle\-package\fR \- Package your needed \fB\.gem\fR files into your 
application
@@ -15,6 +15,9 @@
 .SH GIT AND PATH GEMS
 Since Bundler 1\.2, the \fBbundle package\fR command can also package 
\fB:git\fR and \fB:path\fR dependencies besides \.gem files\. This needs to be 
explicitly enabled via the \fB\-\-all\fR option\. Once used, the \fB\-\-all\fR 
option will be remembered\.
 .
+.SH SUPPORT FOR MULTIPLE PLATFORMS
+When using gems that have different packages for different platforms, Bundler 
1\.8 and newer support caching of gems for other platforms in 
\fBvendor/cache\fR\. This needs to be enabled via the \fB\-\-all\-platforms\fR 
option\. This setting will be remembered in your local bundler configuration\.
+.
 .SH REMOTE FETCHING
 By default, if you simply run bundle install(1) \fIbundle\-install\.1\.html\fR 
after running bundle package(1) \fIbundle\-package\.1\.html\fR, bundler will 
still connect to \fBrubygems\.org\fR to check whether a platform\-specific gem 
exists for any of the gems in \fBvendor/cache\fR\.
 .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/man/bundle-package.txt 
new/lib/bundler/man/bundle-package.txt
--- old/lib/bundler/man/bundle-package.txt  2015-02-25 03:29:48.0 
+0100
+++ new/lib/bundler/man/bundle-package.txt  2015-03-06 00:04:04.0 
+0100
@@ -20,10 +20,16 @@
enabled via the --all option. Once  used,  the  --all  option  will  be
remembered.
 
+SUPPORT FOR MULTIPLE PLATFORMS
+   When  using  gems that have different packages for different platforms,
+   Bundler 1.8 and newer support caching of gems for  other  platforms  in
+   vendor/cache.  This needs to be enabled via the 

commit rubygem-bundler for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2015-02-27 11:00:02

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-02-16 22:12:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2015-02-27 11:00:37.0 +0100
@@ -1,0 +2,9 @@
+Thu Feb 26 05:29:08 UTC 2015 - co...@suse.com
+
+- updated to version 1.8.3
+ Bugfixes:
+ 
+   - handle boolean values for gem settings (@EduardoBautista)
+   - stop always looking for updated `path` gems (#3414, #3417, #3429, 
@TimMoore)
+
+---

Old:

  bundler-1.8.2.gem

New:

  bundler-1.8.3.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.lhRHSV/_old  2015-02-27 11:00:38.0 +0100
+++ /var/tmp/diff_new_pack.lhRHSV/_new  2015-02-27 11:00:38.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bundler
-Version:1.8.2
+Version:1.8.3
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}

++ bundler-1.8.2.gem - bundler-1.8.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-02-14 11:48:35.0 +0100
+++ new/CHANGELOG.md2015-02-25 03:29:48.0 +0100
@@ -1,15 +1,22 @@
+## 1.8.3 (2015-02-24)
+
+Bugfixes:
+
+  - handle boolean values for gem settings (@EduardoBautista)
+  - stop always looking for updated `path` gems (#3414, #3417, #3429, 
@TimMoore)
+
 ## 1.8.2 (2015-02-14)
 
 Bugfixes:
 
-  - allow config settings for gems with 'http' in the name again (#3398, 
@tmoore)
+  - allow config settings for gems with 'http' in the name again (#3398, 
@TimMoore)
 
 ## 1.8.1 (2015-02-13)
 
 Bugfixes:
 
   - synchronize building git gem native extensions (#3385, @antifuchs  
@indirect)
-  - set gemspec bindir correctly (#3392, @tmoore)
+  - set gemspec bindir correctly (#3392, @TimMoore)
   - request lockfile deletion when it is malformed (#3396, @indirect)
   - explain problem when mirror config is missing (#3386, @indirect)
   - explain problem when caching causes permission error (#3390, @indirect)
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/definition.rb 
new/lib/bundler/definition.rb
--- old/lib/bundler/definition.rb   2015-02-14 11:48:35.0 +0100
+++ new/lib/bundler/definition.rb   2015-02-25 03:29:48.0 +0100
@@ -406,11 +406,18 @@
 
   if locked
 unlocking = @locked_specs.any? do |locked_spec|
-  locked_spec.source != locked
+  locked_spec.source.class == locked.class  locked_spec.source != 
locked
 end
   end
 
-  !locked || unlocking || source.specs != locked.specs
+  !locked || unlocking || dependencies_for_source_changed?(locked) || 
source.specs != locked.specs
+end
+
+def dependencies_for_source_changed?(source)
+  deps_for_source = @dependencies.select { |s| s.source == source }
+  locked_deps_for_source = @locked_deps.select { |s| s.source == source }
+
+  deps_for_source != locked_deps_for_source
 end
 
 # Get all locals and override their matching sources.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/settings.rb new/lib/bundler/settings.rb
--- old/lib/bundler/settings.rb 2015-02-14 11:48:35.0 +0100
+++ new/lib/bundler/settings.rb 2015-02-25 03:29:48.0 +0100
@@ -141,7 +141,7 @@
 end
 
 def to_bool(value)
-  !(value.nil? || value == '' || value =~ /^(false|f|no|n|0)$/i)
+  !(value.nil? || value == '' || value =~ /^(false|f|no|n|0)$/i || value 
== false)
 end
 
 def set_key(key, value, hash, file)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/version.rb new/lib/bundler/version.rb
--- old/lib/bundler/version.rb  2015-02-14 11:48:35.0 +0100
+++ new/lib/bundler/version.rb  2015-02-25 03:29:48.0 +0100
@@ -2,5 +2,5 @@
   # We're doing this because we might write tests that deal
   # with other versions of bundler and we are unsure how to
   # handle this better.
-  VERSION = 1.8.2 unless defined?(::Bundler::VERSION)
+  VERSION = 1.8.3 unless defined?(::Bundler::VERSION)
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit rubygem-bundler for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2015-02-16 22:12:28

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2015-02-11 16:45:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2015-02-16 22:12:29.0 +0100
@@ -1,0 +2,10 @@
+Sun Feb 15 05:28:40 UTC 2015 - co...@suse.com
+
+- updated to version 1.8.2
+
+---
+Sat Feb 14 05:28:43 UTC 2015 - co...@suse.com
+
+- updated to version 1.8.1
+
+---

Old:

  bundler-1.8.0.gem

New:

  bundler-1.8.2.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.fPBqHX/_old  2015-02-16 22:12:30.0 +0100
+++ /var/tmp/diff_new_pack.fPBqHX/_new  2015-02-16 22:12:30.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bundler
-Version:1.8.0
+Version:1.8.2
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}

++ bundler-1.8.0.gem - bundler-1.8.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-02-10 09:54:55.0 +0100
+++ new/CHANGELOG.md2015-02-14 11:48:35.0 +0100
@@ -1,14 +1,31 @@
+## 1.8.2 (2015-02-14)
+
+Bugfixes:
+
+  - allow config settings for gems with 'http' in the name again (#3398, 
@tmoore)
+
+## 1.8.1 (2015-02-13)
+
+Bugfixes:
+
+  - synchronize building git gem native extensions (#3385, @antifuchs  
@indirect)
+  - set gemspec bindir correctly (#3392, @tmoore)
+  - request lockfile deletion when it is malformed (#3396, @indirect)
+  - explain problem when mirror config is missing (#3386, @indirect)
+  - explain problem when caching causes permission error (#3390, @indirect)
+  - normalize URLs in config keys (#3391, @indirect)
+
 ## 1.8.0 (2015-02-10)
 
 Bugfixes:
 
-  - Gemfile `github` blocks now work (#3379, @indirect)
+  - gemfile `github` blocks now work (#3379, @indirect)
 
 Bugfixes from v1.7.13:
 
-  - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, 
#3381, @indirect)
-  - Look up gems across all sources to satisfy dependencies (#3365, 
@keiths-osc)
-  - Request dependencies for no more than 100 gems at a time (#3367, 
@segiddins)
+  - look up installed gems in remote sources (#3300, #3368, #3377, #3380, 
#3381, @indirect)
+  - look up gems across all sources to satisfy dependencies (#3365, 
@keiths-osc)
+  - request dependencies for no more than 100 gems at a time (#3367, 
@segiddins)
 
 ## 1.8.0.rc (2015-01-26)
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/fetcher.rb new/lib/bundler/fetcher.rb
--- old/lib/bundler/fetcher.rb  2015-02-10 09:54:55.0 +0100
+++ new/lib/bundler/fetcher.rb  2015-02-14 11:48:35.0 +0100
@@ -323,7 +323,7 @@
   gem_list = []
   deps_list = []
 
-  gem_names.each_slice(Source::Rubygems::API_REQUEST_LIMIT) do |names|
+  gem_names.each_slice(Source::Rubygems::API_REQUEST_SIZE) do |names|
 marshalled_deps = fetch dependency_api_uri(names)
 gem_list += Bundler.load_marshal(marshalled_deps)
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/installer.rb new/lib/bundler/installer.rb
--- old/lib/bundler/installer.rb2015-02-10 09:54:55.0 +0100
+++ new/lib/bundler/installer.rb2015-02-14 11:48:35.0 +0100
@@ -195,13 +195,12 @@
   private
 
 def can_install_in_parallel?
-  min_rubygems = 2.0.7
-  if Bundler.current_ruby.mri? || Bundler.rubygems.provides?(= 
#{min_rubygems})
+  if Bundler.rubygems.provides?(= 2.1.0)
 true
   else
 Bundler.ui.warn Rubygems #{Gem::VERSION} is not threadsafe, so your \
-  gems must be installed one at a time. Upgrade to Rubygems  \
-  #{min_rubygems} or higher to enable parallel gem installation.
+  gems must be installed one at a time. Upgrade to Rubygems 2.1.0  \
+  or higher to enable parallel gem installation.
 false
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/lockfile_parser.rb 
new/lib/bundler/lockfile_parser.rb
--- old/lib/bundler/lockfile_parser.rb  

commit rubygem-bundler for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2015-02-11 16:45:07

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2014-10-14 07:12:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2015-02-11 16:45:11.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb 10 17:26:12 UTC 2015 - co...@suse.com
+
+- updated to version 1.8.0
+
+---
+Mon Feb  9 06:18:58 UTC 2015 - co...@suse.com
+
+- updated to version 1.7.13, see CHANGELOG.md
+
+---

Old:

  bundler-1.6.5.gem

New:

  bundler-1.8.0.gem
  gem2rpm.yml



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.VgnDMC/_old  2015-02-11 16:45:12.0 +0100
+++ /var/tmp/diff_new_pack.VgnDMC/_new  2015-02-11 16:45:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-bundler
 #
-# 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-bundler
-Version:1.6.5
+Version:1.8.0
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
@@ -28,6 +35,7 @@
 BuildRequires:  update-alternatives
 Url:http://bundler.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:The best way to manage your application's dependencies
 License:MIT
 Group:  Development/Languages/Ruby

++ bundler-1.6.5.gem - bundler-1.8.0.gem ++
 25254 lines of diff (skipped)

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-bundler for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2014-10-14 07:11:46

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2014-07-26 09:42:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2014-10-14 07:12:31.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 05:45:18 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.sUHHhI/_old  2014-10-14 07:12:32.0 +0200
+++ /var/tmp/diff_new_pack.sUHHhI/_new  2014-10-14 07:12:32.0 +0200
@@ -21,13 +21,10 @@
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 10605
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-Requires:   ruby = 1.8.7
-BuildRequires:  ruby = 1.8.7
+BuildRequires:  %{ruby = 1.8.7}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:http://bundler.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -38,82 +35,18 @@
 
 %description
 Bundler manages an application's dependencies through its entire life, across
-many machines, systematically and repeatably
-
-%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.
+many machines, systematically and repeatably.
 
 %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}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/bundle{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/bundle
-ln -s %{_sysconfdir}/alternatives/bundle %{buildroot}%{_bindir}/bundle
-
-mv %{buildroot}%{_bindir}/bundler{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/bundler
-ln -s %{_sysconfdir}/alternatives/bundler %{buildroot}%{_bindir}/bundler
-
-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}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/bundle bundle %{_bindir}/bundle%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/bundler bundler %{_bindir}/bundler%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove bundle 
%{_bindir}/bundle%{mod_branch}
-fi
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove bundler 
%{_bindir}/bundler%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/bundle%{mod_branch}
-%{_bindir}/bundle
-%ghost %{_sysconfdir}/alternatives/bundle
-%{_bindir}/bundler%{mod_branch}
-%{_bindir}/bundler
-%ghost %{_sysconfdir}/alternatives/bundler
-%{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 \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-bundler for openSUSE:Factory

2014-07-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2014-07-26 09:41:56

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2014-07-21 22:34:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2014-07-26 09:42:05.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 25 09:25:03 UTC 2014 - co...@suse.com
+
+- updated to version 1.6.5
+ Bugfixes:
+  - require openssl explicitly to fix rare HTTPS request failures (@indirect, 
#3107)
+
+---

Old:

  bundler-1.6.4.gem

New:

  bundler-1.6.5.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.SUEXPO/_old  2014-07-26 09:42:06.0 +0200
+++ /var/tmp/diff_new_pack.SUEXPO/_new  2014-07-26 09:42:06.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-bundler
-Version:1.6.4
+Version:1.6.5
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 10604
+%define mod_weight 10605
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 3

++ bundler-1.6.4.gem - bundler-1.6.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-07-18 08:18:49.0 +0200
+++ new/CHANGELOG.md2014-07-24 03:15:48.0 +0200
@@ -1,3 +1,9 @@
+## 1.6.5 (2014-07-23)
+
+Bugfixes:
+
+  - require openssl explicitly to fix rare HTTPS request failures (@indirect, 
#3107)
+
 ## 1.6.4 (2014-07-17)
 
 Bugfixes:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bundler/fetcher.rb new/lib/bundler/fetcher.rb
--- old/lib/bundler/fetcher.rb  2014-07-18 08:18:49.0 +0200
+++ new/lib/bundler/fetcher.rb  2014-07-24 03:15:48.0 +0200
@@ -91,47 +91,43 @@
 end
 
 def initialize(remote_uri)
-
-  # How many redirects to allew in one request
-  @redirect_limit = 5
-  # How long to wait for each gemcutter API call
-  @api_timeout = 10
-  # How many retries for the gemcutter API call
-  @max_retries = 3
+  @redirect_limit = 5  # How many redirects to allow in one request
+  @api_timeout= 10 # How long to wait for each API call
+  @max_retries= 3  # How many retries for the API call
 
   @remote_uri = Bundler::Source.mirror_for(remote_uri)
   @public_uri = @remote_uri.dup
   @public_uri.user, @public_uri.password = nil, nil # don't print these
 
   Socket.do_not_reverse_lookup = true
+  connection # create persistent connection
 end
 
 def connection
-  return @connection if @connection
-
-  needs_ssl = @remote_uri.scheme == https ||
-Bundler.settings[:ssl_verify_mode] ||
-Bundler.settings[:ssl_client_cert]
-  raise SSLError if needs_ssl  !defined?(OpenSSL)
-
-  @connection = Net::HTTP::Persistent.new 'bundler', :ENV
+  @connection ||= begin
+needs_ssl = @remote_uri.scheme == https ||
+  Bundler.settings[:ssl_verify_mode] ||
+  Bundler.settings[:ssl_client_cert]
+raise SSLError if needs_ssl  !defined?(OpenSSL::SSL)
+
+con = Net::HTTP::Persistent.new 'bundler', :ENV
+
+if @remote_uri.scheme == https
+  con.verify_mode = (Bundler.settings[:ssl_verify_mode] ||
+OpenSSL::SSL::VERIFY_PEER)
+  con.cert_store = bundler_cert_store
+end
 
-  if @remote_uri.scheme == https
-@connection.verify_mode = (Bundler.settings[:ssl_verify_mode] ||
-  OpenSSL::SSL::VERIFY_PEER)
-@connection.cert_store = bundler_cert_store
-  end
+if Bundler.settings[:ssl_client_cert]
+  pem = File.read(Bundler.settings[:ssl_client_cert])
+  con.cert = OpenSSL::X509::Certificate.new(pem)
+  con.key  = OpenSSL::PKey::RSA.new(pem)
+end
 
-  if Bundler.settings[:ssl_client_cert]
-pem = File.read(Bundler.settings[:ssl_client_cert])
-@connection.cert = OpenSSL::X509::Certificate.new(pem)
-@connection.key  = OpenSSL::PKey::RSA.new(pem)
+con.read_timeout = @api_timeout
+con.override_headers[User-Agent] = self.class.user_agent
+con
   end
-
-  @connection.read_timeout = @api_timeout
-  

commit rubygem-bundler for openSUSE:Factory

2014-07-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2014-07-21 21:40:11

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2014-04-22 07:40:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2014-07-21 22:34:39.0 +0200
@@ -1,0 +2,23 @@
+Mon Jul 21 08:11:03 UTC 2014 - co...@suse.com
+
+- updated to version 1.6.4
+ Bugfixes:
+ 
+   - fix undefined constant error when can't find gem during binstubs (#3095, 
@jetaggart)
+   - work when installed git gems are not writable (#3092, @pmahoney)
+   - don't store configured source credentials in Gemfile.lock (#3045, @lhz)
+   - don't include config source credentials in the lockfile (Lars Haugseth)
+   - use threads for jobs on Rubinius (@YorickPeterse)
+   - skip dependencies from other platforms (@mvz)
+   - work when Rubygems was built without SSL (@andremedeiros)
+ 
+ ## 1.6.3 (2014-06-16)
+ 
+ Bugfixes:
+ 
+   - fix regression when resolving many conflicts (#2994, @Who828)
+   - use local gemspec for builtin gems during install --local (#3041, @Who828)
+   - don't warn about sudo when installing on Windows (#2984, @indirect)
+   - shell escape `bundle open` arguments (@indirect)
+
+---

Old:

  bundler-1.6.2.gem

New:

  bundler-1.6.4.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.I6VY3U/_old  2014-07-21 22:34:40.0 +0200
+++ /var/tmp/diff_new_pack.I6VY3U/_new  2014-07-21 22:34:40.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-bundler
-Version:1.6.2
+Version:1.6.4
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 10602
+%define mod_weight 10604
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 3

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



commit rubygem-bundler for openSUSE:Factory

2014-04-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2014-04-22 07:40:45

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2014-04-08 12:48:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2014-04-22 07:40:46.0 +0200
@@ -1,0 +2,16 @@
+Mon Apr 21 17:11:35 UTC 2014 - co...@suse.com
+
+- updated to version 1.6.2
+ Bugfixes:
+ 
+   - fix an exception when using builtin gems (#2915, #2963, @gnufied)
+   - cache gems that are built in to the running ruby (#2975, @indirect)
+   - re-allow deploying cached git gems without git installed (#2968, @aughr)
+   - keep standalone working even with builtin gems (@indirect)
+   - don't update vendor/cache in deployment mode (#2921, @indirect)
+ 
+ Features:
+ 
+   - warn informatively when `bundle install` is run as root (#2936, @1337807)
+ 
+---

Old:

  bundler-1.6.1.gem

New:

  bundler-1.6.2.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.CtYa5e/_old  2014-04-22 07:40:46.0 +0200
+++ /var/tmp/diff_new_pack.CtYa5e/_new  2014-04-22 07:40:46.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-bundler
-Version:1.6.1
+Version:1.6.2
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 10601
+%define mod_weight 10602
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 3

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



commit rubygem-bundler for openSUSE:Factory

2014-04-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2014-04-08 12:48:37

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2014-02-12 20:32:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2014-04-08 12:48:38.0 +0200
@@ -1,0 +2,41 @@
+Sun Apr  6 05:38:50 UTC 2014 - co...@suse.com
+
+- updated to version 1.6.1
+ Bugfixes:
+ 
+   - update C extensions when git gem versions change (#2948, @dylanahsmith)
+ 
+ Features:
+ 
+   - add support for C extensions in sudo mode on Rubygems 2.2
+ 
+ ## 1.6.0 (2014-04-28)
+ 
+ Bugfixes:
+ 
+   - many Gemfiles that caused incorrect errors now resolve correctly (@Who828)
+   - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev)
+   - gemspecs now handle filenames with newlines (#2634, @jasonmp85)
+   - support escaped characters in usernames and passwords (@punkie)
+   - no more exception on `update GEM` without lock file (@simi)
+   - allow long config values (#2823, @kgrz)
+   - cache successfully even locked to gems shipped with Ruby (#2869, @aughr)
+   - respect NO_PROXY even if a proxy is configured (#2878, @stlay)
+   - only retry git commands that hit the network (#2899, @timmoore)
+   - fix NameError regression when OpenSSL is not available (#2898, @timmoore)
+   - handle exception installing when build_info owned by root (@Who828)
+   - skip HTTP redirects from rubygems.org, huge speed boost (@Who828)
+ 
+ Features:
+ 
+   - resolver rewritten to avoid recursion (@Who828)
+   - add `git_source` for custom options like :github and :gist (@strzalek)
+   - HTTP auth may now be stored in `bundle config` (@smashwilson)
+   - some complex Gemfiles are resolved up to 10x faster (@Who828)
+   - add support for IRB alternatives such as Pry and Ripl (@joallard, 
@postmodern)
+   - highlight installed or updated gems (#2722, #2741, @yaotti, @simi)
+   - display the `post_install_message` for gems installed via :git 
(@phallstrom)
+   - `bundle outdated --strict` now only reports allowed updates 
(@davidblondeau)
+   - `bundle show --verbose` Add gem summary to the output (@lardcanoe)
+
+---

Old:

  bundler-1.5.3.gem

New:

  bundler-1.6.1.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.18iSSf/_old  2014-04-08 12:48:38.0 +0200
+++ /var/tmp/diff_new_pack.18iSSf/_new  2014-04-08 12:48:38.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-bundler
-Version:1.5.3
+Version:1.6.1
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 10503
+%define mod_weight 10601
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 3

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



commit rubygem-bundler for openSUSE:Factory

2014-02-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2014-02-12 20:32:19

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2013-07-16 16:20:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2014-02-12 20:32:20.0 +0100
@@ -1,0 +2,20 @@
+Thu Feb  6 18:00:12 UTC 2014 - co...@suse.com
+
+- updated to version 1.5.3
+ Bugfixes:
+ 
+   - find missing gems that are actually present (#2780, #2818, #2854)
+   - pse n-1 cores when given n jobs for parallel install (@jdickey)
+ 
+ ## 1.5.2 (2014-01-10)
+ 
+ Bugfixes:
+ 
+   - fix integration with Rubygems 1.8.0-1.8.19
+   - handle ENETDOWN exception during network requests
+   - gracefully shut down after interrupt during parallel install (@Who828)
+   - allow Rails to run Thor without debug mode (@rafaelfranca)
+   - set git binstub permissions by umask (@v-yarotsky)
+   - remove parallel install debug log
+ 
+---

Old:

  bundler-1.3.5.gem

New:

  bundler-1.5.3.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.PwU4oD/_old  2014-02-12 20:32:20.0 +0100
+++ /var/tmp/diff_new_pack.PwU4oD/_new  2014-02-12 20:32:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-bundler
 #
-# 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,19 +17,19 @@
 
 
 Name:   rubygem-bundler
-Version:1.3.5
+Version:1.5.3
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 10305
+%define mod_weight 10503
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 3
 Requires:   ruby = 1.8.7
-BuildRequires:  ruby-devel = 1.8.7
+BuildRequires:  ruby = 1.8.7
 BuildRequires:  update-alternatives
-Url:http://gembundler.com
+Url:http://bundler.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:The best way to manage your application's dependencies
 License:MIT
@@ -71,19 +71,28 @@
 touch %{buildroot}%{_sysconfdir}/alternatives/bundle
 ln -s %{_sysconfdir}/alternatives/bundle %{buildroot}%{_bindir}/bundle
 
+mv %{buildroot}%{_bindir}/bundler{,%{mod_branch}}
+touch %{buildroot}%{_sysconfdir}/alternatives/bundler
+ln -s %{_sysconfdir}/alternatives/bundler %{buildroot}%{_bindir}/bundler
+
 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}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.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}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
 /usr/sbin/update-alternatives --install \
 %{_bindir}/bundle bundle %{_bindir}/bundle%{mod_branch} %{mod_weight}
+/usr/sbin/update-alternatives --install \
+%{_bindir}/bundler bundler %{_bindir}/bundler%{mod_branch} %{mod_weight}
 
 %preun
 if [ $1 = 0 ] ; then
 /usr/sbin/update-alternatives --remove bundle 
%{_bindir}/bundle%{mod_branch}
 fi
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove bundler 
%{_bindir}/bundler%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
@@ -91,17 +100,20 @@
 %{_bindir}/bundle%{mod_branch}
 %{_bindir}/bundle
 %ghost %{_sysconfdir}/alternatives/bundle
-%{_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
+%{_bindir}/bundler%{mod_branch}
+%{_bindir}/bundler
+%ghost %{_sysconfdir}/alternatives/bundler
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec

commit rubygem-bundler for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2013-04-20 17:51:19

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2013-03-21 22:13:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2013-04-20 17:51:21.0 +0200
@@ -1,0 +2,15 @@
+Fri Apr 12 07:49:18 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.5
+ Features:
+ 
+   - progress indicator while resolver is running (@chief)
+ 
+ Bugfixes:
+ 
+   - update local overrides with orphaned revisions (@jamesferguson)
+   - revert to working quoting of RUBYOPT on Windows (@ogra)
+   - use basic auth even when SSL is not available (@jayniz)
+   - installing git gems without dependencies in deployment now works
+
+---

Old:

  bundler-1.3.4.gem

New:

  bundler-1.3.5.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.ujFIFh/_old  2013-04-20 17:51:23.0 +0200
+++ /var/tmp/diff_new_pack.ujFIFh/_new  2013-04-20 17:51:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.3.4
+Version:1.3.5
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
@@ -27,10 +27,13 @@
 Requires:   ruby = 1.8.7
 BuildRequires:  ruby-devel = 1.8.7
 Url:http://gembundler.com
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:The best way to manage your application's dependencies
 License:MIT
 Group:  Development/Languages/Ruby
+%define mod_branch -1.3.5
+%define mod_weight 1
+PreReq: update-alternatives
 
 %description
 Bundler manages an application's dependencies through its entire life, across
@@ -62,10 +65,22 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/bundle{,%{mod_branch}}
+ln -s bundle%{mod_branch} %{buildroot}%{_bindir}/bundle
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/bundle bundle %{_bindir}/bundle%{mod_branch} %{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove bundle 
%{_bindir}/bundle%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/bundle
+%{_bindir}/bundle%{mod_branch}
+%ghost %{_bindir}/bundle
 %{_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-bundler for openSUSE:Factory

2013-03-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2013-03-21 22:13:58

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2013-03-14 15:36:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2013-03-21 22:13:58.0 +0100
@@ -1,0 +2,32 @@
+Mon Mar 18 06:10:25 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.4
+ Bugfixes:
+ 
+   - load YAML on Rubygems version that define module YAML
+   - fix regression that broke --without on ruby 1.8.7
+ 
+ ## 1.3.3 (13 March 2013)
+ 
+ Features:
+ 
+   - compatible with Rubygems 2.0.2 (higher and lower already work)
+   - mention skipped groups in bundle install and bundle update output (@simi)
+   - `gem` creates rake tasks for minitest (@coop) and rspec
+ 
+ Bugfixes:
+ 
+   - require rbconfig for standalone mode
+   - revert to working quoting of RUBYOPT on Windows (@ogra)
+ 
+ ## 1.3.2 (7 March 2013)
+ 
+ Features:
+ 
+   - include rubygems.org CA chain
+ 
+ Bugfixes:
+ 
+   - don't store --dry-run as a Bundler setting
+
+---

Old:

  bundler-1.3.1.gem

New:

  bundler-1.3.4.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.a548tR/_old  2013-03-21 22:13:59.0 +0100
+++ /var/tmp/diff_new_pack.a548tR/_new  2013-03-21 22:13:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.3.1
+Version:1.3.4
 Release:0
 %define mod_name bundler
 %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-bundler for openSUSE:Factory

2013-03-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2013-03-14 15:01:19

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2013-03-04 17:34:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2013-03-14 15:01:20.0 +0100
@@ -1,0 +2,11 @@
+Sun Mar  3 19:16:07 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.1
+ Bugfixes:
+ 
+   - include manpages in gem, restoring many help pages
+   - handle more SSL certificate verification failures
+   - check for the full version of SSL, which we need (@alup)
+   - gem rake task 'install' now depends on task 'build' (@sunaku)
+
+---

Old:

  bundler-1.3.0.gem

New:

  bundler-1.3.1.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.ZW7GKS/_old  2013-03-14 15:01:22.0 +0100
+++ /var/tmp/diff_new_pack.ZW7GKS/_new  2013-03-14 15:01:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.3.0
+Version:1.3.1
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 Url:http://gembundler.com
 Source: %{mod_full_name}.gem
 Summary:The best way to manage your application's dependencies
-License:MIT and Ruby
+License:MIT
 Group:  Development/Languages/Ruby
 
 %description

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



commit rubygem-bundler for openSUSE:Factory

2013-03-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2013-03-04 17:34:01

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-12-09 14:12:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2013-03-04 17:34:02.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar  3 09:31:31 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.0
+  - long feature list, see CHANGELOG.md 
+
+---

Old:

  bundler-1.2.3.gem

New:

  bundler-1.3.0.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.l6T7vM/_old  2013-03-04 17:34:03.0 +0100
+++ /var/tmp/diff_new_pack.l6T7vM/_new  2013-03-04 17:34:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-bundler
 #
-# 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-bundler
-Version:1.2.3
+Version:1.3.0
 Release:0
 %define mod_name bundler
 %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-bundler for openSUSE:Factory

2012-12-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2012-12-09 14:12:18

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-11-16 14:21:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2012-12-09 14:12:21.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 30 14:39:22 UTC 2012 - co...@suse.com
+
+- updated to version 1.2.3
+  - fix exceptions while loading some gemspecs
+
+---

Old:

  bundler-1.2.2.gem

New:

  bundler-1.2.3.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.Q1wZIP/_old  2012-12-09 14:12:22.0 +0100
+++ /var/tmp/diff_new_pack.Q1wZIP/_new  2012-12-09 14:12:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.2.2
+Version:1.2.3
 Release:0
 %define mod_name bundler
 %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-bundler for openSUSE:Factory

2012-11-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2012-11-16 14:21:52

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-10-07 20:00:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2012-11-16 14:21:55.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 15 11:05:08 UTC 2012 - co...@suse.com
+
+- updated to version 1.2.2
+  - support new Psych::SyntaxError for Ruby 2.0.0 (@tenderlove, @sol)
+  - `bundle viz` works with git gems again (@hirochachacha)
+  - recognize more cases when OpenSSL is not present
+
+---

Old:

  bundler-1.2.1.gem

New:

  bundler-1.2.2.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.QwI2Jx/_old  2012-11-16 14:21:56.0 +0100
+++ /var/tmp/diff_new_pack.QwI2Jx/_new  2012-11-16 14:21:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.2.1
+Version:1.2.2
 Release:0
 %define mod_name bundler
 %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-bundler for openSUSE:Factory

2012-10-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2012-10-07 20:00:27

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-09-14 12:36:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2012-10-07 20:00:29.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 19 14:52:18 UTC 2012 - co...@suse.com
+
+- updated to version 1.2.1
+  Bugfixes:
+  - `bundle clean` now works with BUNDLE_WITHOUT groups again
+  - have a net/http read timeout around the Gemcutter API Endpoint
+
+---

Old:

  bundler-1.2.0.gem

New:

  bundler-1.2.1.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.ZV9OGP/_old  2012-10-07 20:00:31.0 +0200
+++ /var/tmp/diff_new_pack.ZV9OGP/_new  2012-10-07 20:00:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.2.0
+Version:1.2.1
 Release:0
 %define mod_name bundler
 %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-bundler for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2012-09-14 12:36:47

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-08-04 09:36:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2012-09-14 12:36:59.0 +0200
@@ -1,0 +2,38 @@
+Fri Aug 31 07:18:46 UTC 2012 - co...@suse.com
+
+- updated to version 1.2.0
+  Bugfixes:
+  
+- raise original error message from LoadError's
+  
+  Documentation:
+  
+- `platform` man pages
+  
+  ## 1.2.0.rc.2 (Aug 8, 2012)
+  
+  Bugfixes:
+  
+- `clean` doesn't remove gems that are included in the lockfile
+  
+  ## 1.2.0.rc (Jul 17, 2012)
+  
+  Features:
+  
+- `check` now has a `--dry-run` option (@svenfuchs, #1811)
+- loosen ruby directive for engines
+- prune git/path directories inside vendor/cache (@josevalim, #1988)
+- update vendored thor to 0.15.2 (@sferik)
+- add .txt to LICENSE (@postmodern, #2001)
+- add `config disable_local_branch_check` (@josevalim, #1985)
+- fall back on the full index when experiencing syck errors (#1419)
+- handle syntax errors in Ruby gemspecs (#1974)
+  
+  Bugfixes:
+  
+- fix `pack`/`cache` with `--all` (@josevalim, #1989)
+- don't display warning message when `cache_all` is set
+- check for `nil` PATH (#2006)
+- Always try to keep original GEM_PATH (@drogus, #1920)
+
+---

Old:

  bundler-1.1.5.gem

New:

  bundler-1.2.0.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.VU5UUN/_old  2012-09-14 12:37:00.0 +0200
+++ /var/tmp/diff_new_pack.VU5UUN/_new  2012-09-14 12:37:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.1.5
+Version:1.2.0
 Release:0
 %define mod_name bundler
 %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-bundler for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2012-08-04 09:36:26

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-07-23 10:16:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2012-08-04 09:36:28.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 31 14:35:25 UTC 2012 - jreidin...@suse.com
+
+- use new gem2rpm to get new provisions 
+
+---



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.bC9HpD/_old  2012-08-04 09:36:29.0 +0200
+++ /var/tmp/diff_new_pack.bC9HpD/_new  2012-08-04 09:36:29.0 +0200
@@ -19,20 +19,18 @@
 Name:   rubygem-bundler
 Version:1.1.5
 Release:0
-# lib/bundler/vendor/thor/parser/options.rb contains code from Daniel Berger's 
Getopt::Long
-# class which is licensed under the Ruby license
-Summary:The best way to manage your application's dependencies
-License:MIT and Ruby
-Group:  Development/Languages/Ruby
-Url:http://gembundler.com
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires:  rubygems_with_buildroot_patch
-Provides:   rubygem-%{mod_name}-1 = %{version}
-Provides:   rubygem-%{mod_name}-1_0 = %{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros = 1
+Requires:   ruby = 1.8.7
+BuildRequires:  ruby-devel = 1.8.7
+Url:http://gembundler.com
+Source: %{mod_full_name}.gem
+Summary:The best way to manage your application's dependencies
+License:MIT and Ruby
+Group:  Development/Languages/Ruby
 
 %description
 Bundler manages an application's dependencies through its entire life, across
@@ -56,9 +54,14 @@
 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 %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)


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



commit rubygem-bundler for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2012-07-23 10:16:12

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-06-28 16:54:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2012-07-23 10:16:14.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 22 14:18:05 UTC 2012 - co...@suse.com
+
+- update to 1.1.5
+  - Special case `ruby` directive from 1.2.0, so you can install Gemfiles that 
use it
+
+---

Old:

  bundler-1.1.4.gem

New:

  bundler-1.1.5.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.qKHTuM/_old  2012-07-23 10:16:15.0 +0200
+++ /var/tmp/diff_new_pack.qKHTuM/_new  2012-07-23 10:16:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.1.4
+Version:1.1.5
 Release:0
 # lib/bundler/vendor/thor/parser/options.rb contains code from Daniel Berger's 
Getopt::Long
 # class which is licensed under the Ruby license

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



commit rubygem-bundler for openSUSE:Factory

2012-06-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2012-06-28 16:54:44

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-04-17 22:01:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2012-06-28 16:54:46.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun 25 19:02:52 UTC 2012 - co...@suse.com
+
+- update to 1.1.4
+ - Use `latest_release` in Capistrano and Vlad integration (#1264)
+ - Unknown exceptions now link to ISSUES for help instead of a new ticket
+ - When OpenSSL is missing, provide instructions for fixing (#1776 etc.)
+ - Correct inline help for `clean --force` (@dougbarth, #1911)
+ - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty
+
+---

Old:

  bundler-1.1.3.gem

New:

  bundler-1.1.4.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.ufMyc9/_old  2012-06-28 16:54:48.0 +0200
+++ /var/tmp/diff_new_pack.ufMyc9/_new  2012-06-28 16:54:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.1.3
+Version:1.1.4
 Release:0
 # lib/bundler/vendor/thor/parser/options.rb contains code from Daniel Berger's 
Getopt::Long
 # class which is licensed under the Ruby license

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



commit rubygem-bundler for openSUSE:Factory

2012-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2012-04-17 22:01:22

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-03-26 11:15:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2012-04-17 22:01:30.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  4 15:43:11 UTC 2012 - co...@suse.com
+
+- update to 1.1.3, see CHANGELOG.md
+
+---

Old:

  bundler-1.0.21.gem

New:

  bundler-1.1.3.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.HLjZIP/_old  2012-04-17 22:01:31.0 +0200
+++ /var/tmp/diff_new_pack.HLjZIP/_new  2012-04-17 22:01:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-bundler
 #
-# Copyright (c) 2011 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,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-bundler
-Version:1.0.21
+Version:1.1.3
 Release:0
 # lib/bundler/vendor/thor/parser/options.rb contains code from Daniel Berger's 
Getopt::Long
 # class which is licensed under the Ruby license
-License:MIT and Ruby
 Summary:The best way to manage your application's dependencies
-Url:http://gembundler.com
+License:MIT and Ruby
 Group:  Development/Languages/Ruby
+Url:http://gembundler.com
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem

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