[rubygem-gherkin] Version bump

Michal Fojtik mfojtik at fedoraproject.org
Fri Sep 24 13:31:23 UTC 2010


commit a1f3ae6b2748a321a6bd771cc44e29b6288491dd
Author: Michal Fojtik <mfojtik at redhat.com>
Date:   Fri Sep 24 15:31:21 2010 +0200

    Version bump

 .gitignore           |    1 +
 rubygem-gherkin.spec |   16 +++++++++++-----
 sources              |    1 +
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df8dd6a..7c3a906 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gherkin-2.2.0.gem
+/gherkin-2.2.4.gem
diff --git a/rubygem-gherkin.spec b/rubygem-gherkin.spec
index dab0f9f..2bbaebf 100644
--- a/rubygem-gherkin.spec
+++ b/rubygem-gherkin.spec
@@ -6,7 +6,7 @@
 
 Summary: Fast Gherkin lexer/parser
 Name: rubygem-%{gemname}
-Version: 2.2.0
+Version: 2.2.4
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -89,7 +89,8 @@ rm -f %{buildroot}%{geminstdir}/tasks/bench/generated/.gitignore
 rm -f %{buildroot}%{geminstdir}/lib/gherkin/rb_lexer/.gitignore
 rm -f %{buildroot}%{geminstdir}/java/src/main/resources/gherkin/.gitignore
 rm -f %{buildroot}%{geminstdir}/lib/.gitignore
-rm -f %{buildroot}%{geminstdir}/ragel/i18n/.gitignore
+rm -f %{buildroot}%{geminstdir}/.rvmrc
+find $RPM_BUILD_ROOT%{geminstdir} -type f | grep '.gitignore' | xargs rm -f
 # Fix wrong executable flag on files
 chmod -x %{buildroot}%{geminstdir}/tasks/ragel_task.rb
 chmod -x %{buildroot}%{geminstdir}/tasks/compile.rake
@@ -117,14 +118,16 @@ rm -rf %{buildroot}
 %{geminstdir}/ragel
 %{geminstdir}/java
 %{geminstdir}/ikvm
-%{geminstdir}/json-simple-1.1.dll
+%{geminstdir}/build_native_gems.sh
 %doc %{geminstdir}/features
 %doc %{geminstdir}/spec
 %doc %{geminstdir}/LICENSE
 %doc %{geminstdir}/README.rdoc
 %doc %{geminstdir}/History.txt
-%doc %{geminstdir}/VERSION.yml
 %doc %{geminstdir}/cucumber.yml
+%doc %{geminstdir}/VERSION
+%doc %{geminstdir}/Gemfile
+%{geminstdir}/%{gemname}.gemspec
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
@@ -133,9 +136,12 @@ rm -rf %{buildroot}
 %{geminstdir}/Rakefile
 %{geminstdir}/ext
 %{geminstdir}/tasks
-%{gemdir}/doc/%{gemname}-%{version}
+#%{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Fri Sep 24 2010 Michal Fojtik <mfojtik at redhat.com> - 2.2.4-1
+- Version bump
+
 * Wed Sep 08 2010 Michal Fojtik <mfojtik at redhat.com> - 2.2.0-1
 - Version bump
 
diff --git a/sources b/sources
index a53d3eb..d33b959 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 8d21ab3f6a2ee70b23adafb44d0323bd  gherkin-2.2.0.gem
+b93d361f7c6f9ae4a0179f17e543da0b  gherkin-2.2.4.gem


More information about the scm-commits mailing list