[rubygem-railties] Updated to Railties 3.0.5.

Vít Ondruch vondruch at fedoraproject.org
Tue Mar 29 07:05:13 UTC 2011


commit 80f66f0f4528d77407a01454a6d7b5a65a6fe241
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Mar 29 09:05:00 2011 +0200

    Updated to Railties 3.0.5.

 rubygem-railties.spec |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/rubygem-railties.spec b/rubygem-railties.spec
index 81ce9fe..26234ef 100644
--- a/rubygem-railties.spec
+++ b/rubygem-railties.spec
@@ -7,8 +7,8 @@
 
 Summary: Tools for creating, working with, and running Rails applications
 Name: rubygem-%{gemname}
-Version: 3.0.3
-Release: 8%{?dist}
+Version: 3.0.5
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -21,8 +21,8 @@ Requires: rubygems
 Requires: rubygem(rake) >= 0.8.7
 Requires: rubygem(thor) >= 0.14.4
 Requires: rubygem(thor) < 0.15
-Requires: rubygem(activesupport) = 3.0.3
-Requires: rubygem(actionpack) = 3.0.3
+Requires: rubygem(activesupport) = %{version}
+Requires: rubygem(actionpack) = %{version}
 BuildRequires: rubygems
 BuildRequires: ruby(abi) = %{rubyabi}
 BuildArch: noarch
@@ -39,6 +39,7 @@ Railties is responsible to glue all frameworks together. Overall, it:
 Summary: Documentation for %{name}
 Group: Documentation
 Requires: %{name} = %{version}-%{release}
+
 %description doc
 This package contains documentation for %{name}.
 
@@ -50,7 +51,7 @@ gem install --local --install-dir .%{gemdir} \
 %{__rm} -Rf .%{geminstdir}/.yardoc
 
 # move LICENSE file into place
-%{__mv} -f %{SOURCE1} .%{geminstdir}/
+%{__install} -m 644 %{SOURCE1} .%{geminstdir}/.
 
 # May by only for v.3.0.3-6
 #  
@@ -80,8 +81,8 @@ find .%{geminstdir} -name *.css -type f -perm /a+x -exec %{__chmod} -v 644 {} \;
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.3-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Tue Mar 29 2011 Vít Ondruch <vondruch at redhat.com> - 3.0.5-1
+- Updated to Railties 3.0.5
 
 * Wed Feb 02 2011  <Minnikhanov at gmail.com> - 3.0.3-7
 - Fix Comment 11 #665560. https://bugzilla.redhat.com/show_bug.cgi?id=668090#c11


More information about the scm-commits mailing list