From 3b08e13c9745d571169183caf4dca54170847158 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Wed, 7 Oct 2009 23:01:38 +0000 Subject: [PATCH] Bump Epoch to ensure upgrade path from F-11 --- rubygem-activesupport.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index ea65caa..4f34a20 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -8,8 +8,9 @@ Summary: Support and utility classes used by the Rails framework Name: rubygem-%{gemname} +Epoch: 1 Version: 2.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: MIT URL: http://www.rubyonrails.org @@ -67,6 +68,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 7 2009 David Lutterkort - 1:2.3.4-2 +- Bump Epoch to ensure upgrade path from F-11 + * Mon Sep 7 2009 Mamoru Tasaka - 2.3.4-1 - Update to 2.3.4 (bug 520843, CVE-2009-3009)