rpms/ruby-activerecord/FC-6 .cvsignore, 1.2, 1.3 ruby-activerecord.spec, 1.1, 1.2 sources, 1.2, 1.3

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Fri Jan 19 23:04:33 UTC 2007


Author: lutter

Update of /cvs/extras/rpms/ruby-activerecord/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25585

Modified Files:
	.cvsignore ruby-activerecord.spec sources 
Log Message:
New version 1.15.1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ruby-activerecord/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	14 Dec 2006 23:19:26 -0000	1.2
+++ .cvsignore	19 Jan 2007 23:04:03 -0000	1.3
@@ -1 +1 @@
-activerecord-1.14.4.tgz
+activerecord-1.15.1.tgz


Index: ruby-activerecord.spec
===================================================================
RCS file: /cvs/extras/rpms/ruby-activerecord/FC-6/ruby-activerecord.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-activerecord.spec	14 Dec 2006 23:19:26 -0000	1.1
+++ ruby-activerecord.spec	19 Jan 2007 23:04:03 -0000	1.2
@@ -4,26 +4,25 @@
 %define with_check 0%{?fedora}
 
 Name:           ruby-%{rname}
-Version:        1.14.4
-Release:        2%{?dist}
+Version:        1.15.1
+Release:        1%{?dist}
 Summary:        Implements the ActiveRecord pattern for ORM
 
 Group:          Development/Languages
 
 License:        MIT
 URL:            http://rubyforge.org/projects/activerecord/
-Source0:        http://rubyforge.org/frs/download.php/12246/activerecord-1.14.4.tgz
-# Patch from http://dev.rubyonrails.org/ticket/5268
-Patch0:         fix_ar_tests_accounts.diff
+Source0:        http://rubyforge.org/frs/download.php/16548/activerecord-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  ruby >= 1.8
 %if %with_check
-BuildRequires:  ruby(active_support) ruby(sqlite3)
+BuildRequires:  ruby(active_support) = 1.4.0
+BuildRequires:  ruby(sqlite3)
 %endif
 Requires:       ruby(abi) = 1.8
-Requires:       ruby(active_support)
+Requires:       ruby(active_support) = 1.4.0
 Provides:       ruby(active_record) = %{version}
 
 %description
@@ -36,7 +35,6 @@
 %prep
 %setup -q -n %{rname}-%{version}
 chmod 0644 README
-%patch0 -p1
 
 %build
 
@@ -62,6 +60,10 @@
 %doc README CHANGELOG examples/
 
 %changelog
+* Fri Jan 19 2007 David Lutterkort <dlutter at redhat.com> - 1.15.1-1
+- New version
+- Remove patch fix_ar_tests_accounts.diff, fixed upstream (ticket 5268)
+
 * Wed Nov 15 2006 David Lutterkort <dlutter at redhat.com> - 1.14.4-2
 - Run test suite for Fedora; requires patch0 to run successfully
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ruby-activerecord/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	14 Dec 2006 23:19:26 -0000	1.2
+++ sources	19 Jan 2007 23:04:03 -0000	1.3
@@ -1 +1 @@
-ce66299a7fe99fdaf2c9747e850560b6  activerecord-1.14.4.tgz
+a869baa417e3439fb547dd25ce3340af  activerecord-1.15.1.tgz




More information about the fedora-extras-commits mailing list