[rubygem-mixlib-shellout: 1/2] Upgrade to 1.2.0 (bz#987424)

Julian C. Dunn jdunn at fedoraproject.org
Sun Sep 1 22:29:52 UTC 2013


commit 5aa7ffa289917dfe199a8842a588b3acf0641ef0
Author: Julian C. Dunn <jdunn at aquezada.com>
Date:   Sun Sep 1 18:27:48 2013 -0400

    Upgrade to 1.2.0 (bz#987424)

 .gitignore                   |    2 ++
 rubygem-mixlib-shellout.spec |   18 ++++++++++++------
 sources                      |    4 ++--
 3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c45eab8..8e3f53b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /mixlib-shellout-1.1.0.gem
 /rubygem-mixlib-shellout-1.1.0-specs.tgz
+/mixlib-shellout-1.2.0.gem
+/rubygem-mixlib-shellout-1.2.0-specs.tgz
diff --git a/rubygem-mixlib-shellout.spec b/rubygem-mixlib-shellout.spec
index 3826c6b..be35400 100644
--- a/rubygem-mixlib-shellout.spec
+++ b/rubygem-mixlib-shellout.spec
@@ -18,26 +18,29 @@
 
 Summary: Run external commands on Unix or Windows
 Name: rubygem-%{gem_name}
-Version: 1.1.0
-Release: 4%{?dist}
+Version: 1.2.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: ASL 2.0
 URL: https://github.com/opscode/mixlib-shellout
 Source0: http://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.1.0
-# tar czvf rubygem-mixlib-shellout-1.1.0-specs.tgz spec/
+# git checkout 1.2.0
+# tar czvf rubygem-mixlib-shellout-1.2.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
 # Patch for removal of awesomeprint, see http://tickets.opscode.com/browse/MIXLIB-7
 Patch1: mixlib-shellout-awesomeprint-removal.patch
 
+%if 0%{?fedora} >= 19
+Requires: ruby(release)
+BuildRequires: ruby(release)
+%else
 Requires: ruby(abi) = %{rubyabi}
-Requires: ruby(rubygems)
 BuildRequires: ruby(abi) = %{rubyabi}
-BuildRequires: ruby(rubygems)
+%endif
 %{!?el6:BuildRequires: rubygem(rspec)}
 %{!?el6:BuildRequires: rubygems-devel}
 BuildArch: noarch
@@ -89,6 +92,9 @@ popd
 %doc %{gem_docdir}
 
 %changelog
+* Sun Jul 21 2013 Julian C. Dunn <jdunn at aquezada.com> - 1.2.0-1
+- Upgrade to 1.2.0
+
 * Thu Dec 20 2012 Julian C. Dunn <jdunn at aquezada.com> - 1.1.0-4
 - make sure to BuildRequires ruby(rubygems) as well
 
diff --git a/sources b/sources
index 48ef1d7..d974452 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-94d5aedb7c30a7b10d3b0da03bc4d62a  mixlib-shellout-1.1.0.gem
-60630f23b9a4da1036f3fd8c33e47585  rubygem-mixlib-shellout-1.1.0-specs.tgz
+cdf0d949c286bd5bc1de607088e512a8  mixlib-shellout-1.2.0.gem
+5daff737592eead9a2b80b353079aded  rubygem-mixlib-shellout-1.2.0-specs.tgz


More information about the scm-commits mailing list