[rubygem-cucumber/el5/master] Fixed JSON dependency version

Michal Fojtik mfojtik at fedoraproject.org
Fri Sep 24 16:10:04 UTC 2010


commit 72709e768af72a40907c79c6e4dcbc90750dd3c3
Author: Michal Fojtik <mfojtik at redhat.com>
Date:   Fri Sep 24 18:10:02 2010 +0200

    Fixed JSON dependency version

 rubygem-cucumber.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/rubygem-cucumber.spec b/rubygem-cucumber.spec
index fc22fc0..7c8a9d6 100644
--- a/rubygem-cucumber.spec
+++ b/rubygem-cucumber.spec
@@ -6,7 +6,7 @@
 Summary:        Tool to execute plain-text documents as functional tests
 Name:           rubygem-%{gemname}
 Version:        0.9.0
-Release:        1%{?dist}
+Release:        3%{?dist}
 Group:          Development/Languages
 License:        MIT
 URL:            http://cukes.info
@@ -17,7 +17,7 @@ Requires:       rubygems
 Requires:       rubygem(term-ansicolor) >= 1.0.4
 Requires:       rubygem(diff-lcs) >= 1.1.2
 Requires:       rubygem(builder) >= 2.1.2
-Requires:       rubygem(gherkin) >= 2.0.2
+Requires:       rubygem(gherkin) >= 2.2.4
 Requires:       rubygem(json) >= 1.1.9
 BuildRequires:  rubygems
 BuildRequires:  rubygem(nokogiri) >= 1.4.2
@@ -55,9 +55,9 @@ find $RPM_BUILD_ROOT%{geminstdir} -type f | grep '.gitignore' | xargs rm -f
 find $RPM_BUILD_ROOT%{gemdir}/doc/%{gemname}-%{version} -empty -delete
 
 sed -i -e "s|json_pure|json|" %{buildroot}%{geminstdir}/cucumber.gemspec
-sed -i -e "s|1.4.3|1.1.9|" %{buildroot}%{geminstdir}/cucumber.gemspec
+sed -i -e "s|1.4.6|1.1.9|" %{buildroot}%{geminstdir}/cucumber.gemspec
 sed -i -e "s|json_pure|json|" %{buildroot}%{gemdir}/specifications/%{gemname}-%{version}.gemspec
-sed -i -e "s|1.4.3|1.1.9|" %{buildroot}%{gemdir}/specifications/%{gemname}-%{version}.gemspec
+sed -i -e "s|1.4.6|1.1.9|" %{buildroot}%{gemdir}/specifications/%{gemname}-%{version}.gemspec
 sed -i -e "s|2.0.0.beta.15|1.3.0|" %{buildroot}%{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 
@@ -90,6 +90,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 24 2010 Michal Fojtik <mfojtik at redhat.com> - 0.9.0-3
+- Fixed JSON version
+
+* Fri Sep 24 2010 Michal Fojtik <mfojtik at redhat.com> - 0.9.0-2
+- Fixed gherkin version in dependency list
+
 * Fri Sep 24 2010 Michal Fojtik <mfojtik at redhat.com> - 0.9.0-1
 - Version bump to match upstream
 - Fixed dependency issue with new gherkin package


More information about the scm-commits mailing list