[rubygem-rails] Update to Rails 4.0.0

Josef Stribny jstribny at fedoraproject.org
Thu Aug 8 14:20:54 UTC 2013


commit 5eaa5db6dea77f482a07252d188eaa66d56441a3
Author: Josef Stribny <jstribny at redhat.com>
Date:   Thu Aug 8 16:20:35 2013 +0200

    Update to Rails 4.0.0

 .gitignore         |    1 +
 rubygem-rails.spec |   24 +++++++++++++++++++++---
 sources            |    2 +-
 3 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f34b6cf..4105486 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ rails-2.3.5.gem
 /rails-3.2.11.gem
 /rails-3.2.12.gem
 /rails-3.2.13.gem
+/rails-4.0.0.gem
diff --git a/rubygem-rails.spec b/rubygem-rails.spec
index 4b5f5fb..6cbb58a 100644
--- a/rubygem-rails.spec
+++ b/rubygem-rails.spec
@@ -5,8 +5,8 @@
 Summary: Web-application framework
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 3.2.13
-Release: 2%{?dist}
+Version: 4.0.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -18,7 +18,10 @@ Requires: rubygem(actionpack) = %{version}
 Requires: rubygem(actionmailer) = %{version}
 Requires: rubygem(activeresource) = %{version}
 Requires: rubygem(railties) = %{version}
-Requires: rubygem(bundler) >= 1.0
+Requires: rubygem(sprockets-rails) >= 2.0.0
+Requires: rubygem(sprockets-rails) < 2.1.0
+Requires: rubygem(bundler) >= 1.3.0
+Requires: rubygem(bundler) < 2.0.0
 Requires: ruby(release)
 
 BuildRequires: rubygems-devel
@@ -31,6 +34,14 @@ Rails is a framework for building web-application using CGI, FCGI, mod_ruby,
 or WEBrick on top of either MySQL, PostgreSQL, SQLite, DB2, SQL Server, or
 Oracle with eRuby- or Builder-based templates.
 
+%package doc
+Summary: Documentation for %{name}
+Group: Documentation
+Requires: %{name} = %{version}-%{release}
+
+%description doc
+This package contains documentation for %{name}.
+
 
 %prep
 
@@ -44,7 +55,14 @@ Oracle with eRuby- or Builder-based templates.
 %exclude %{gem_cache}
 %exclude %{gem_docdir}
 
+%files doc
+%doc %{gem_instdir}/README.md
+%doc %{gem_instdir}/guides
+
 %changelog
+* Thu Aug 08 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.0-1
+- Update to Rails 4.0.0.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:3.2.13-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index c860a9e..4859e07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cbc908bc754dec989bc3bed97b24bf9c  rails-3.2.13.gem
+b82ed996085c4cad1134b00e27472fe2  rails-4.0.0.gem


More information about the scm-commits mailing list