rpms/rubygem-activesupport/devel .cvsignore, 1.9, 1.10 rubygem-activesupport.spec, 1.10, 1.11 sources, 1.9, 1.10

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Sep 20 16:40:30 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/rubygem-activesupport/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7435/rubygem-activesupport/devel

Modified Files:
	.cvsignore rubygem-activesupport.spec sources 
Log Message:
rails 2.3.4 (CVE-2009-3009), requires rubygems >= 1.3.4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rubygem-activesupport/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	26 Jul 2009 10:53:00 -0000	1.9
+++ .cvsignore	20 Sep 2009 16:40:28 -0000	1.10
@@ -1 +1 @@
-activesupport-2.3.3.gem
+activesupport-2.3.4.gem


Index: rubygem-activesupport.spec
===================================================================
RCS file: /cvs/extras/rpms/rubygem-activesupport/devel/rubygem-activesupport.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- rubygem-activesupport.spec	26 Jul 2009 10:53:01 -0000	1.10
+++ rubygem-activesupport.spec	20 Sep 2009 16:40:28 -0000	1.11
@@ -4,9 +4,11 @@
 %define gemname activesupport
 %define geminstdir %{gemdir}/gems/%{gemname}-%{version}
 
+%define rubyabi 1.8
+
 Summary: Support and utility classes used by the Rails framework
 Name: rubygem-%{gemname}
-Version: 2.3.3
+Version: 2.3.4
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -14,6 +16,7 @@ URL: http://www.rubyonrails.org
 Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: rubygems
+Requires: ruby(abi) = %{rubyabi}
 BuildRequires: rubygems
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
@@ -64,6 +67,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep 7 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.3.4-1
+- Update to 2.3.4 (bug 520843, CVE-2009-3009)
+
 * Sun Jul 26 2009 Jeroen van Meeuwen <j.van.meeuwen at ogd.nl> - 2.3.3-1
 - New upstream version
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rubygem-activesupport/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	26 Jul 2009 10:53:01 -0000	1.9
+++ sources	20 Sep 2009 16:40:28 -0000	1.10
@@ -1 +1 @@
-7ca84c881594a6a999c9ac7e5e37011c  activesupport-2.3.3.gem
+ee059377acd0536645e6a06a96f1ffcc  activesupport-2.3.4.gem




More information about the scm-commits mailing list