packages: ruby-activesupport/ruby-activesupport.spec, ruby-activesupport/ru...

aredridel aredridel at pld-linux.org
Tue Nov 23 18:06:20 CET 2010


Author: aredridel                    Date: Tue Nov 23 17:06:20 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Patch dependencies.rb to require thread properly

---- Files affected:
packages/ruby-activesupport:
   ruby-activesupport.spec (1.29 -> 1.30) , ruby-activesupport-thread.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ruby-activesupport/ruby-activesupport.spec
diff -u packages/ruby-activesupport/ruby-activesupport.spec:1.29 packages/ruby-activesupport/ruby-activesupport.spec:1.30
--- packages/ruby-activesupport/ruby-activesupport.spec:1.29	Mon Mar  1 21:43:30 2010
+++ packages/ruby-activesupport/ruby-activesupport.spec	Tue Nov 23 18:06:14 2010
@@ -9,6 +9,7 @@
 Source0:	http://rubygems.org/downloads/%{pkgname}-%{version}.gem
 # Source0-md5:	c4cbb7dd1ea612fd1c6b181a211cd468
 Patch0:		%{name}-nogems.patch
+Patch1:		%{name}-thread.patch
 URL:		http://rubyforge.org/projects/activesupport/
 BuildRequires:	rpmbuild(macros) >= 1.277
 BuildRequires:	ruby >= 1:1.8.6
@@ -64,6 +65,7 @@
 %{__tar} xf %{SOURCE0} -O data.tar.gz | %{__tar} xz
 find -newer README  -o -print | xargs touch --reference %{SOURCE0}
 %patch0 -p1
+%patch1 -p1
 
 %{__rm} -r lib/active_support/vendor*
 
@@ -113,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2010/11/23 17:06:14  aredridel
+- Patch dependencies.rb to require thread properly
+
 Revision 1.29  2010/03/01 20:43:30  baggins
 - added ri package
 

================================================================
Index: packages/ruby-activesupport/ruby-activesupport-thread.patch
diff -u /dev/null packages/ruby-activesupport/ruby-activesupport-thread.patch:1.1
--- /dev/null	Tue Nov 23 18:06:20 2010
+++ packages/ruby-activesupport/ruby-activesupport-thread.patch	Tue Nov 23 18:06:14 2010
@@ -0,0 +1,9 @@
+diff -ur ruby-activesupport-2.3.5-o//lib/active_support/dependencies.rb ruby-activesupport-2.3.5/lib/active_support/dependencies.rb
+--- ruby-activesupport-2.3.5-o//lib/active_support/dependencies.rb	2010-03-19 09:04:11.000000000 +0100
++++ ruby-activesupport-2.3.5/lib/active_support/dependencies.rb	2010-11-23 18:01:20.000000000 +0100
+@@ -1,3 +1,4 @@
++require 'thread'
+ module ActiveSupport #:nodoc:
+   module Dependencies #:nodoc:
+     extend self
+Only in ruby-activesupport-2.3.5/lib/active_support: dependencies.rb~
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby-activesupport/ruby-activesupport.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list