[rubygem-systemu] Update to 2.6.0 (bz#1039515)

Julian C. Dunn jdunn at fedoraproject.org
Thu Jan 23 05:27:42 UTC 2014


commit 6cb74956b89e3fd653b06a70189720c583358d66
Author: Julian C. Dunn <jdunn at aquezada.com>
Date:   Thu Jan 23 00:27:46 2014 -0500

    Update to 2.6.0 (bz#1039515)

 .gitignore           |    1 +
 rubygem-systemu.spec |   15 +++++++--------
 sources              |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b76de4..c2961e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 systemu-1.2.0.gem
 /systemu-2.4.1.gem
 /systemu-2.5.2.gem
+/systemu-2.6.0.gem
diff --git a/rubygem-systemu.spec b/rubygem-systemu.spec
index ee00af3..72b774a 100644
--- a/rubygem-systemu.spec
+++ b/rubygem-systemu.spec
@@ -10,19 +10,15 @@
 %global gem_spec %{gem_dir}/specifications/%{gem_name}-%{version}.gemspec
 %endif
 
-%if %{?el6}0 || %{?fc16}0
-%else
-%endif
-
 Name:           rubygem-%{gem_name}
-Version:        2.5.2
-Release:        5%{?dist}
+Version:        2.6.0
+Release:        1%{?dist}
 Summary:        Universal capture of stdout and stderr and handling of child process pid
 Group:		Development/Libraries
 
 License:        BSD or Ruby
 URL:            https://github.com/ahoward/systemu
-Source0:        http://production.cf.rubygems.org/gems/%{gem_name}-%{version}.gem
+Source0:        https://rubygems.org/gems/%{gem_name}-%{version}.gem
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -64,6 +60,9 @@ rm -rf %{buildroot}
 %{gem_spec}
 
 %changelog
+* Thu Jan 23 2014 Julian C. Dunn <jdunn at aquezada.com> - 2.6.0-1
+- Upgrade to 2.6.0 (bz#1039515)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -76,7 +75,7 @@ rm -rf %{buildroot}
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
-* Tue Nov 04 2012 Julian C. Dunn <jdunn at aquezada.com> - 2.5.2-1
+* Sun Nov 04 2012 Julian C. Dunn <jdunn at aquezada.com> - 2.5.2-1
 - Upgrade to 2.5.2.
 - Unify spec so it can be built from the same one across Fedora and EPEL.
 
diff --git a/sources b/sources
index 8c421dd..b1921bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ac461f71ebf29b68f286fe34730c2f2  systemu-2.5.2.gem
+8971cb412ae9e8a396253d08cf96e763  systemu-2.6.0.gem


More information about the scm-commits mailing list