]> git.pld-linux.org Git - packages/ruby-activesupport2.git/commitdiff
- updated to 2.3.16 auto/th/ruby-activesupport2-2.3.16-1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 1 Feb 2013 00:30:57 +0000 (01:30 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 1 Feb 2013 00:30:57 +0000 (01:30 +0100)
- fix for ruby 1.9.3 merged upstream

ruby-activesupport-ruby-1.9.3.patch [deleted file]
ruby-activesupport2.spec

diff --git a/ruby-activesupport-ruby-1.9.3.patch b/ruby-activesupport-ruby-1.9.3.patch
deleted file mode 100644 (file)
index 3c7e03a..0000000
+++ /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]
index 3d32cd45884441848e98289bc6cfc3548271dbf0..d4ea00de0b37f4d0f286d7c323b8de4b1dd7b0dd 100644 (file)
@@ -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*
 
This page took 0.303763 seconds and 4 git commands to generate.