[rubygem-rails] Update to Rails 3.0.13.

Vít Ondruch vondruch at fedoraproject.org
Fri Jun 1 14:01:52 UTC 2012


commit 0f28ac58b8eaaad309e545876973b6a7c3a2300a
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Jun 1 16:01:15 2012 +0200

    Update to Rails 3.0.13.

 .gitignore         |    1 +
 rubygem-rails.spec |    8 +++++---
 sources            |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 942e731..76e3296 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ rails-2.3.5.gem
 /rails-3.0.9.gem
 /rails-3.0.10.gem
 /rails-3.0.11.gem
+/rails-3.0.13.gem
diff --git a/rubygem-rails.spec b/rubygem-rails.spec
index 4ad5ebf..477ff52 100644
--- a/rubygem-rails.spec
+++ b/rubygem-rails.spec
@@ -6,7 +6,7 @@
 Summary: Web-application framework
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 3.0.11
+Version: 3.0.13
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -70,15 +70,17 @@ find %{buildroot}/%{gem_instdir} -type f -perm /g+wx -exec chmod -v g-w {} \;
 find %{buildroot}/%{gem_instdir} -type f ! -perm /go+r -exec chmod -v go+r {} \;
 
 %files
-%defattr(-, root, root, -)
 %dir %{gem_instdir}
-%{gem_cache}
+%exclude %{gem_cache}
 %{gem_spec}
 
 %{gem_instdir}/bin
 %{_bindir}/rails
 
 %changelog
+* Fri Jun 01 2012 Vít Ondruch <vondruch at redhat.com> - 1:3.0.13-1
+- Update to Rails 3.0.13.
+
 * Wed Feb 01 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:3.0.11-1
 - Rebuilt for Ruby 1.9.3.
 
diff --git a/sources b/sources
index 4fcf6d5..30ca603 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a580b7c5563a10b87ed625b06de5e1d  rails-3.0.11.gem
+2cd8ba937a989690c33713708b2f2370  rails-3.0.13.gem


More information about the scm-commits mailing list