[packages/ruby-activesupport2] - updated to 2.3.16 - fix for ruby 1.9.3 merged upstream

baggins baggins at pld-linux.org
Fri Feb 1 01:31:35 CET 2013


commit 24f5faee7dc7b6656e0bcefe2d4bf715ec5fc83a
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Feb 1 01:30:57 2013 +0100

    - updated to 2.3.16
    - fix for ruby 1.9.3 merged upstream

 ruby-activesupport-ruby-1.9.3.patch | 10 ----------
 ruby-activesupport2.spec            |  6 ++----
 2 files changed, 2 insertions(+), 14 deletions(-)
---
diff --git a/ruby-activesupport2.spec b/ruby-activesupport2.spec
index 3d32cd4..d4ea00d 100644
--- a/ruby-activesupport2.spec
+++ b/ruby-activesupport2.spec
@@ -1,14 +1,13 @@
 %define pkgname activesupport
 Summary:	Utility libraries for Ruby on Rails
 Name:		ruby-activesupport2
-Version:	2.3.15
+Version:	2.3.16
 Release:	1
 License:	Ruby-alike
 Group:		Development/Languages
 Source0:	http://rubygems.org/downloads/%{pkgname}-%{version}.gem
-# Source0-md5:	e85d00c8d7e535e71551b744006a13bc
+# Source0-md5:	e8110faabd5f937191585fb1b2986b17
 Patch0:		ruby-activesupport-nogems.patch
-Patch1:		ruby-activesupport-ruby-1.9.3.patch
 URL:		http://rubyforge.org/projects/activesupport/
 BuildRequires:	rpmbuild(macros) >= 1.277
 BuildRequires:	ruby >= 1:1.8.6
@@ -65,7 +64,6 @@ Dokumentacji w formacie ri dla %{pkgname}.
 %{__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*
 
diff --git a/ruby-activesupport-ruby-1.9.3.patch b/ruby-activesupport-ruby-1.9.3.patch
deleted file mode 100644
index 3c7e03a..0000000
--- a/ruby-activesupport-ruby-1.9.3.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ruby-activesupport2-2.3.11/lib/active_support/core_ext/load_error.rb~	2011-02-08 22:13:21.000000000 +0100
-+++ ruby-activesupport2-2.3.11/lib/active_support/core_ext/load_error.rb	2011-12-09 14:34:32.686321193 +0100
-@@ -18,6 +18,7 @@
-   end
- 
-   REGEXPS = [
-+    [/^cannot load such file -- (.+)$/i, 1],
-     [/^no such file to load -- (.+)$/i, 1],
-     [/^Missing \w+ (file\s*)?([^\s]+.rb)$/i, 2],
-     [/^Missing API definition file in (.+)$/i, 1]
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-activesupport2.git/commitdiff/24f5faee7dc7b6656e0bcefe2d4bf715ec5fc83a



More information about the pld-cvs-commit mailing list