[rubygem-mixlib-shellout] Update to mixlib-shellout 2.0.1 (bz#1150550)

Julian C. Dunn jdunn at fedoraproject.org
Sat Jan 24 05:17:34 UTC 2015


commit 7f3f3f1c9870367af6bc7fea558dbb80dbad63bf
Author: Julian C. Dunn <jdunn at aquezada.com>
Date:   Sat Jan 24 00:17:40 2015 -0500

    Update to mixlib-shellout 2.0.1 (bz#1150550)

 .gitignore                   |    2 ++
 rubygem-mixlib-shellout.spec |   15 +++++++++------
 sources                      |    4 ++--
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b82073b..fcb4cd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@
 /rubygem-mixlib-shellout-1.3.0-specs.tgz
 /mixlib-shellout-1.4.0.gem
 /rubygem-mixlib-shellout-1.4.0-specs.tgz
+/mixlib-shellout-2.0.1.gem
+/rubygem-mixlib-shellout-2.0.1-specs.tgz
diff --git a/rubygem-mixlib-shellout.spec b/rubygem-mixlib-shellout.spec
index 2fe8f93..0d2a5ea 100644
--- a/rubygem-mixlib-shellout.spec
+++ b/rubygem-mixlib-shellout.spec
@@ -18,16 +18,16 @@
 
 Summary: Run external commands on Unix or Windows
 Name: rubygem-%{gem_name}
-Version: 1.4.0
-Release: 2%{?dist}
+Version: 2.0.1
+Release: 1%{?dist}
 Group: Development/Languages
 License: ASL 2.0
-URL: https://github.com/opscode/mixlib-shellout
+URL: https://github.com/chef/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.4.0
-# tar czvf rubygem-mixlib-shellout-1.4.0-specs.tgz spec/
+# git clone https://github.com/chef/mixlib-shellout.git && cd mixlib-shellout
+# git checkout 2.0.1
+# tar czvf rubygem-mixlib-shellout-2.0.1-specs.tgz spec/
 Source1: rubygem-%{gem_name}-%{version}-specs.tgz
 
 %if 0%{?fedora} >= 19
@@ -95,6 +95,9 @@ popd
 %doc %{gem_docdir}
 
 %changelog
+* Fri Jan 23 2015 Julian C. Dunn <jdunn at aquezada.com> - 2.0.1-1
+- Upgrade to 2.0.1 (bz#1150550)
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 88e0d4c..bd805fa 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1f5d0e776ef20332634f31ada8022d66  mixlib-shellout-1.4.0.gem
-bbc3dd3824162abacbb0cc814e6f0a12  rubygem-mixlib-shellout-1.4.0-specs.tgz
+f2bb5a864242842a9375d8d74312748f  mixlib-shellout-2.0.1.gem
+e17933b5a15917ec6d56713bc88c8c89  rubygem-mixlib-shellout-2.0.1-specs.tgz


More information about the scm-commits mailing list