diff options
author | Scott Seago <sseago@fedoraproject.org> | 2009-07-24 15:46:43 +0000 |
---|---|---|
committer | Scott Seago <sseago@fedoraproject.org> | 2009-07-24 15:46:43 +0000 |
commit | 58cea3c613d41f1a582983a28e885c20e5b85d09 (patch) | |
tree | f25885da55e062e2740727703a528c2438325fa0 | |
parent | 3732b716f186ae2b949bab9453d8037815b9fb33 (diff) | |
download | rubygem-rails-58cea3c613d41f1a582983a28e885c20e5b85d09.tar.gz rubygem-rails-58cea3c613d41f1a582983a28e885c20e5b85d09.tar.xz rubygem-rails-58cea3c613d41f1a582983a28e885c20e5b85d09.zip |
additional fix for BZ 496480
-rw-r--r-- | rubygem-rails.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rubygem-rails.spec b/rubygem-rails.spec index 7a0bda0..0ca01a3 100644 --- a/rubygem-rails.spec +++ b/rubygem-rails.spec @@ -7,7 +7,7 @@ Summary: Web-application framework Name: rubygem-%{gemname} Version: 2.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: MIT URL: http://www.rubyonrails.org @@ -97,6 +97,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 24 2009 Scott Seago <sseago@redhat.com> - 2.3.2-3 +- Remove the 'delete zero length files' bit, as some of these are needed. + * Wed May 6 2009 David Lutterkort <lutter@redhat.com> - 2.3.2-2 - Fix replacement of shebang lines; broke scripts/generate (bz 496480) |