[rubygem-gherkin/el5/master] Version bump

Michal Fojtik mfojtik at fedoraproject.org
Fri Sep 24 14:37:03 UTC 2010


commit 2638dfa086102064a05d501d6e6588dedb0e69de
Author: Michal Fojtik <mfojtik at redhat.com>
Date:   Fri Sep 24 16:36:58 2010 +0200

    Version bump

 rubygem-gherkin.spec |   20 +++++++++++++++-----
 sources              |    2 +-
 2 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/rubygem-gherkin.spec b/rubygem-gherkin.spec
index f391f21..2bbaebf 100644
--- a/rubygem-gherkin.spec
+++ b/rubygem-gherkin.spec
@@ -6,8 +6,8 @@
 
 Summary: Fast Gherkin lexer/parser
 Name: rubygem-%{gemname}
-Version: 2.1.5
-Release: 3%{?dist}
+Version: 2.2.4
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/aslakhellesoy/gherkin
@@ -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,13 +118,16 @@ rm -rf %{buildroot}
 %{geminstdir}/ragel
 %{geminstdir}/java
 %{geminstdir}/ikvm
+%{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
 
@@ -132,9 +136,15 @@ 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
+
 * Wed Jul 20 2010 Michal Fojtik <mfojtik at redhat.com> - 2.1.5-3
 - Fixed rspec and trollop versions in gemspec files
 
diff --git a/sources b/sources
index ae8758e..a53d3eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01c4cd6665d18f61eb18b10cfd24e8ac  gherkin-2.1.5.gem
+8d21ab3f6a2ee70b23adafb44d0323bd  gherkin-2.2.0.gem


More information about the scm-commits mailing list