[rubygem-bundler] Update to Bundler 1.7.4.

Vít Ondruch vondruch at fedoraproject.org
Mon Oct 27 16:18:16 UTC 2014


commit b02e1e53915b2a52265c96167e2a92bcddf57b34
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Oct 27 17:17:46 2014 +0100

    Update to Bundler 1.7.4.

 rubygem-bundler.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-bundler.spec b/rubygem-bundler.spec
index f992d3d..9ae4904 100644
--- a/rubygem-bundler.spec
+++ b/rubygem-bundler.spec
@@ -4,7 +4,7 @@
 
 Summary: Library and utilities to manage a Ruby application's gem dependencies
 Name: rubygem-%{gem_name}
-Version: 1.7.3
+Version: 1.7.4
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -26,7 +26,6 @@ BuildRequires: rubygem(psych)
 BuildRequires: git sudo
 %endif
 BuildArch: noarch
-Provides: rubygem(%{gem_name}) = %{version}
 
 %description
 Bundler manages an application's dependencies through its entire life, across
@@ -67,7 +66,7 @@ rm -rf %{buildroot}/%{gem_libdir}/bundler/vendor
 mkdir -p %{buildroot}%{_mandir}/man5
 cp -a %{buildroot}%{gem_libdir}/bundler/man/gemfile.5 %{buildroot}%{_mandir}/man5
 mkdir -p %{buildroot}%{_mandir}/man1
-for i in bundle bundle-config bundle-exec bundle-install bundle-package bundle-update
+for i in bundle bundle-config bundle-exec bundle-install bundle-package bundle-platform bundle-update
 do
         cp -a %{buildroot}%{gem_libdir}/bundler/man/$i %{buildroot}%{_mandir}/man1/`echo $i.1`
 done
@@ -77,6 +76,7 @@ done
 # Nevertheless, the test suite passes for local builds.
 %if 0%{enable_test} > 0
 %check
+# TODO: Needs RSpec 3.x
 pushd .%{gem_instdir}
 
 # This test does not work, since ruby is configured with --with-ruby-version=''
@@ -106,6 +106,8 @@ EOF` rspec spec/
 %exclude %{gem_instdir}/.*
 %exclude %{gem_instdir}/man
 %{gem_libdir}
+%exclude %{gem_libdir}/bundler/ssl_certs/*.pem
+%exclude %{gem_libdir}/bundler/ssl_certs/.*
 %doc %{gem_instdir}/LICENSE.md
 %{gem_instdir}/.travis.yml
 %{_bindir}/bundle
@@ -129,6 +131,9 @@ EOF` rspec spec/
 %doc %{gem_docdir}
 
 %changelog
+* Mon Oct 27 2014 Vít Ondruch <vondruch at redhat.com> - 1.7.4-1
+- Update to Bundler 1.7.4.
+
 * Mon Sep 22 2014 Josef Stribny <jstribny at redhat.com> - 1.7.3-1
 - Update to 1.7.3
 


More information about the scm-commits mailing list