[rubygem-sinatra/f13/master] Version bump

Michal Fojtik mfojtik at fedoraproject.org
Wed Mar 9 14:57:43 UTC 2011


commit 725f2e70d5a1878fe6826a524656a1de78824ecf
Author: Michal Fojtik <mfojtik at redhat.com>
Date:   Wed Mar 9 15:57:33 2011 +0100

    Version bump

 .gitignore           |    1 +
 rubygem-sinatra.spec |   18 ++++++++++++++++--
 sources              |    1 +
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6f01cb..db70cc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 sinatra-1.0.gem
+/sinatra-1.2.0.gem
diff --git a/rubygem-sinatra.spec b/rubygem-sinatra.spec
index a247734..8dda5ed 100644
--- a/rubygem-sinatra.spec
+++ b/rubygem-sinatra.spec
@@ -5,7 +5,7 @@
 
 Summary:        Ruby-based web application framework
 Name:           rubygem-%{gemname}
-Version:        1.0
+Version:        1.2.0
 Release:        1%{?dist}
 Group:          Development/Languages
 License:        MIT
@@ -15,6 +15,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       ruby(abi) = 1.8
 Requires:       rubygems
 Requires:       rubygem(rack) >= 0.9.1
+Requires:       rubygem(tilt)
 BuildRequires:  rubygem(shotgun) >= 0.2
 BuildRequires:  rubygem(shotgun) < 1.0
 Requires:       rubygem(rack-test) >= 0.3.0
@@ -54,15 +55,28 @@ rm -rf $RPM_BUILD_ROOT
 %{geminstdir}/Rakefile
 %doc %{gemdir}/doc/%{gemname}-%{version}
 %doc %{geminstdir}/README.rdoc
-%doc %{geminstdir}/README.jp.rdoc
+%doc %{geminstdir}/README.*.rdoc
 %doc %{geminstdir}/LICENSE
 %doc %{geminstdir}/AUTHORS
 %doc %{geminstdir}/CHANGES
+%doc %{geminstdir}/Gemfile
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 
 %changelog
+* Thu Feb 10 2011 Michal Fojtik <mfojtik at redhat.com> - 1.2.0-1
+- Version bump
+
+* Thu Feb 10 2011 Michal Fojtik <mfojtik at redhat.com> - 1.1.2-3
+- Added tilt dependency
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.1.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Jan 10 2011 Michal Fojtik <mfojtik at redhat.com> - 1.1.2-1
+- Version bump
+
 * Thu Mar 25 2010 Michal Fojtik <mfojtik at redhat.com> - 1.0-1
 - Sinatra now uses Tilt for rendering templates
 - New helper methods
diff --git a/sources b/sources
index b1b2e86..d4409b8 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 58dd78900b2b945f12665ed29d33a909  sinatra-1.0.gem
+22cc56449f5809af896554c2f10e6441  sinatra-1.2.0.gem


More information about the scm-commits mailing list