[rubygem-railties] Update to Railties 3.0.9

Vít Ondruch vondruch at fedoraproject.org
Mon Jul 11 08:24:54 UTC 2011


commit 504d3135d82fb3d2e0b3a5cc453881207563c0a5
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Jul 7 10:26:07 2011 +0200

    Update to Railties 3.0.9

 .gitignore                      |    1 +
 clog                            |    2 --
 railties-include-rake-dsl.patch |   11 -----------
 rubygem-railties.spec           |   15 ++++++++-------
 sources                         |    2 +-
 5 files changed, 10 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f47b75f..06cf049 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /railties-3.0.3.gem
 /railties-3.0.5.gem
+/railties-3.0.9.gem
diff --git a/rubygem-railties.spec b/rubygem-railties.spec
index e469c95..fab3fde 100644
--- a/rubygem-railties.spec
+++ b/rubygem-railties.spec
@@ -1,14 +1,16 @@
 # Generated from railties-3.0.3.gem by gem2rpm -*- rpm-spec -*-
-%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %global gemname railties
+
+%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %global geminstdir %{gemdir}/gems/%{gemname}-%{version}
 %global download_path http://rubygems.org/downloads/
+
 %global rubyabi 1.8
 
 Summary: Tools for creating, working with, and running Rails applications
 Name: rubygem-%{gemname}
-Version: 3.0.5
-Release: 2%{?dist}
+Version: 3.0.9
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -16,7 +18,6 @@ Source0: %{download_path}%{gemname}-%{version}.gem
 # ** Take LICENSE file from upstream. **
 # wget --no-check-certificate https://github.com/rails/rails/raw/master/railties/MIT-LICENSE
 Source1: http://github.com/rails/rails/raw/master/railties/MIT-LICENSE
-Patch0: railties-include-rake-dsl.patch
 Requires: ruby(abi) = %{rubyabi}
 Requires: rubygems
 Requires: rubygem(rake) >= 0.8.7
@@ -60,9 +61,6 @@ gem install --local --install-dir .%{gemdir} \
 # source
 find .%{geminstdir} -name *.css -type f -perm /a+x -exec %{__chmod} -v 644 {} \;
 
-pushd .%{geminstdir}
-%patch0
-
 %build
 
 %install
@@ -85,6 +83,9 @@ pushd .%{geminstdir}
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Thu Jul 07 2011 Vít Ondruch <vondruch at redhat.com> - 3.0.9-1
+- Update to Railties 3.0.9
+
 * Mon Jun 27 2011  <mmorsi at redhat.com> - 3.0.5-2
 - include fix for BZ #715385
 
diff --git a/sources b/sources
index ad29892..ef8c076 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-288cf11bfbe76e156cd827fbc697ec8d  railties-3.0.5.gem
+2433174a7d5c9635c75e297673778d00  railties-3.0.9.gem


More information about the scm-commits mailing list