[rubygem-mixlib-shellout] Update to mixlib-shellout 1.4.0 (bz#1087380)

Julian C. Dunn jdunn at fedoraproject.org
Mon Apr 14 21:50:12 UTC 2014


commit 3c89a22a925ff36e1e414409b47e623aaa408d59
Author: Julian C. Dunn <jdunn at aquezada.com>
Date:   Mon Apr 14 17:49:19 2014 -0400

    Update to mixlib-shellout 1.4.0 (bz#1087380)

 .gitignore                    |    2 ++
 mixlib-shellout-usrmove.patch |   13 -------------
 rubygem-mixlib-shellout.spec  |   13 +++++++------
 sources                       |    4 ++--
 4 files changed, 11 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 615ddb8..b82073b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
 /rubygem-mixlib-shellout-1.2.0-specs.tgz
 /mixlib-shellout-1.3.0.gem
 /rubygem-mixlib-shellout-1.3.0-specs.tgz
+/mixlib-shellout-1.4.0.gem
+/rubygem-mixlib-shellout-1.4.0-specs.tgz
diff --git a/rubygem-mixlib-shellout.spec b/rubygem-mixlib-shellout.spec
index c6d5b92..1a7503b 100644
--- a/rubygem-mixlib-shellout.spec
+++ b/rubygem-mixlib-shellout.spec
@@ -18,7 +18,7 @@
 
 Summary: Run external commands on Unix or Windows
 Name: rubygem-%{gem_name}
-Version: 1.3.0
+Version: 1.4.0
 Release: 1%{?dist}
 Group: Development/Languages
 License: ASL 2.0
@@ -26,11 +26,9 @@ URL: https://github.com/opscode/mixlib-shellout
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 # Tests for this package are not in the gem. To update:
 # git clone https://github.com/opscode/mixlib-shellout.git && cd mixlib-shellout
-# git checkout 1.2.0
-# tar czvf rubygem-mixlib-shellout-1.2.0-specs.tgz spec/
+# git checkout 1.4.0
+# tar czvf rubygem-mixlib-shellout-1.4.0-specs.tgz spec/
 Source1: rubygem-%{gem_name}-%{version}-specs.tgz
-# Patch for UsrMove, see http://tickets.opscode.com/browse/MIXLIB-6
-Patch0: mixlib-shellout-usrmove.patch
 
 %if 0%{?fedora} >= 19
 Requires: ruby(release)
@@ -44,6 +42,7 @@ Requires: ruby(rubygems)
 BuildRequires: ruby(rubygems)
 %{!?el6:BuildRequires: rubygem(rspec)}
 %{!?el6:BuildRequires: rubygems-devel}
+BuildRequires: procps
 BuildArch: noarch
 Provides: rubygem(%{gem_name}) = %{version}
 
@@ -80,7 +79,6 @@ cp -a .%{gem_dir}/* \
 %check
 pushd .%{gem_instdir}
 tar zxvf %{SOURCE1}
-patch -p1 < %{PATCH0}
 # One of the tests involves a fork && sleep 10 that may not finish before mock
 rspec && sleep 10
 popd
@@ -97,6 +95,9 @@ popd
 %doc %{gem_docdir}
 
 %changelog
+* Tue Apr 08 2014 Julian C. Dunn <jdunn at aquezada.com> - 1.4.0-1
+- Upgrade to 1.4.0 (bz#1087380)
+
 * Wed Dec 04 2013 Julian C. Dunn <jdunn at aquezada.com> - 1.3.0-1
 - Upgrade to 1.3.0 (bz#1038148)
 
diff --git a/sources b/sources
index 9ba6a22..88e0d4c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-7574f6f165d0145977d6ae7367453833  mixlib-shellout-1.3.0.gem
-553a5365d6ce4f31b48f820b4a2863fa  rubygem-mixlib-shellout-1.3.0-specs.tgz
+1f5d0e776ef20332634f31ada8022d66  mixlib-shellout-1.4.0.gem
+bbc3dd3824162abacbb0cc814e6f0a12  rubygem-mixlib-shellout-1.4.0-specs.tgz


More information about the scm-commits mailing list