]> git.pld-linux.org Git - packages/ruby-activerecord.git/commitdiff
- up to 1.11.0
authoraredridel <aredridel@pld-linux.org>
Sat, 9 Jul 2005 18:36:49 +0000 (18:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-activerecord.spec -> 1.22

ruby-activerecord.spec

index c7c99faa78a05f9f924100796e5bd671bf725b45..69516fb524019bcd660b1d2b63bdb7fc84bc46b0 100644 (file)
@@ -10,16 +10,18 @@ Summary:    Object-Relational mapping library for Ruby
 Summary(pl):   Biblioteka odwzorowaƱ obiektowo-relacyjnych dla Ruby
 Name:          ruby-ActiveRecord
 %define tarname activerecord
-Version:       1.10.1
+Version:       1.11.0
 Release:       1
 License:       Ruby-alike
 Group:         Development/Languages
-Source0:       http://rubyforge.org/frs/download.php/4147/%{tarname}-%{version}.tgz
-# Source0-md5: cdb3d4a0f23033688afca8ae64180c3c
+Source0:       http://rubyforge.org/frs/download.php/5111/%{tarname}-%{version}.tgz
+# Source0-md5: caaa795595cb012890a811167f184b3f
+Patch0:        %{name}-sanity.patch
 uRL:           http://activerecord.rubyonrails.org/
 BuildRequires: ruby
 Requires:      ruby
 Requires: ruby-ActiveSupport
+Requires: ruby-transaction-simple
 #BuildArch:    noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -32,6 +34,7 @@ Ruby.
 
 %prep
 %setup -q -n %{tarname}-%{version}
+%patch0 -p1
 
 %build
 rm lib/active_record/vendor -r
This page took 0.067362 seconds and 4 git commands to generate.