From 7d0f55ece8f083c297ba299f1a4fff275e754eef Mon Sep 17 00:00:00 2001 From: Mo Morsi Date: Mon, 23 Sep 2013 09:49:54 -0400 Subject: [PATCH] update to childprocess 0.3.9 --- .gitignore | 1 + rubygem-childprocess.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e65864c..807bc0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /childprocess-0.3.6.gem +/childprocess-0.3.9.gem diff --git a/rubygem-childprocess.spec b/rubygem-childprocess.spec index f1f3140..a385094 100644 --- a/rubygem-childprocess.spec +++ b/rubygem-childprocess.spec @@ -3,8 +3,8 @@ Summary: A simple and reliable gem for controlling external programs Name: rubygem-%{gem_name} -Version: 0.3.6 -Release: 4%{?dist} +Version: 0.3.9 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: http://github.com/jarib/childprocess @@ -74,6 +74,9 @@ popd %changelog +* Tue Sep 23 2013 Mo Morsi - 0.3.9-1 +- Update to childprocess 0.3.9 + * Sun Aug 04 2013 Fedora Release Engineering - 0.3.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 65228c7..fde4ed8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b8ac0c071e0bb555e2e6ecdb64b6d47 childprocess-0.3.6.gem +9a739ab773bec1e359299d789232bedc childprocess-0.3.9.gem