rpms/rubygem-sinatra/F-11 .cvsignore, 1.2, 1.3 rubygem-sinatra.spec, 1.1, 1.2 sources, 1.2, 1.3

Michal fojtik mfojtik at fedoraproject.org
Thu May 13 14:24:00 UTC 2010


Author: mfojtik

Update of /cvs/pkgs/rpms/rubygem-sinatra/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25047

Modified Files:
	.cvsignore rubygem-sinatra.spec sources 
Log Message:
Imported new version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-sinatra/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	12 Jan 2010 16:14:11 -0000	1.2
+++ .cvsignore	13 May 2010 14:23:59 -0000	1.3
@@ -1 +1 @@
-sinatra-0.10.1.gem
+sinatra-1.0.gem


Index: rubygem-sinatra.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-sinatra/F-11/rubygem-sinatra.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rubygem-sinatra.spec	12 Jan 2010 16:14:12 -0000	1.1
+++ rubygem-sinatra.spec	13 May 2010 14:24:00 -0000	1.2
@@ -1,4 +1,3 @@
-# Generated from sinatra-0.9.2.gem by gem2rpm -*- rpm-spec -*-
 %global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
 %global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %global gemname sinatra
@@ -6,7 +5,7 @@
 
 Summary:        Ruby-based web application framework
 Name:           rubygem-%{gemname}
-Version:        0.10.1
+Version:        1.0
 Release:        1%{?dist}
 Group:          Development/Languages
 License:        MIT
@@ -16,12 +15,13 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 Requires:       ruby(abi) = 1.8
 Requires:       rubygems
 Requires:       rubygem(rack) >= 0.9.1
-Requires:       rubygem(shotgun) >= 0.2
-Requires:       rubygem(shotgun) < 1.0
+BuildRequires:  rubygem(shotgun) >= 0.2
+BuildRequires:  rubygem(shotgun) < 1.0
 Requires:       rubygem(rack-test) >= 0.3.0
 BuildRequires:  rubygems
 BuildArch:      noarch
 Provides:       rubygem(%{gemname}) = %{version}
+Epoch:          1
 
 %description
 Sinatra is a DSL intended for quickly creating web-applications in Ruby
@@ -54,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 %{geminstdir}/Rakefile
 %doc %{gemdir}/doc/%{gemname}-%{version}
 %doc %{geminstdir}/README.rdoc
-%lang(jp) %doc %{geminstdir}/README.jp.rdoc
+%doc %{geminstdir}/README.jp.rdoc
 %doc %{geminstdir}/LICENSE
 %doc %{geminstdir}/AUTHORS
 %doc %{geminstdir}/CHANGES
@@ -63,6 +63,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 25 2010 Michal Fojtik <mfojtik at redhat.com> - 1.0-1
+- Sinatra now uses Tilt for rendering templates
+- New helper methods
+- New argument to specify the address to bind to
+- Speed improvement in rendering templates
+
+* Thu Feb 15 2010 Michal Fojtik <mfojtik at redhat.com> - 0.9.4-2
+- Downgrade-Release
+
 * Thu Jan 07 2010 Michal Fojtik <mfojtik at redhat.com> - 0.10.1-1
 - Version-Release
 - Added jp README


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-sinatra/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	12 Jan 2010 16:14:12 -0000	1.2
+++ sources	13 May 2010 14:24:00 -0000	1.3
@@ -1 +1 @@
-5aac7f5d24ce8c32da119ca13626bed1  sinatra-0.10.1.gem
+58dd78900b2b945f12665ed29d33a909  sinatra-1.0.gem



More information about the scm-commits mailing list