rpms/ruby-activerecord/F-8 .cvsignore, 1.4, 1.5 ruby-activerecord.spec, 1.3, 1.4 sources, 1.4, 1.5

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Wed Dec 19 18:42:45 UTC 2007


Author: lutter

Update of /cvs/pkgs/rpms/ruby-activerecord/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24159/F-8

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-activerecord/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	29 Nov 2007 22:43:59 -0000	1.4
+++ .cvsignore	19 Dec 2007 18:42:11 -0000	1.5
@@ -1 +1 @@
-activerecord-1.15.6.tgz
+activerecord-2.0.1.tgz


Index: ruby-activerecord.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-activerecord/F-8/ruby-activerecord.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-activerecord.spec	29 Nov 2007 22:43:59 -0000	1.3
+++ ruby-activerecord.spec	19 Dec 2007 18:42:11 -0000	1.4
@@ -1,10 +1,10 @@
 %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
 %define rname activerecord
 # Only run the tests on distros that have sqlite3
-%define with_check 0%{?fedora}
+%define with_check 0
 
 Name:           ruby-%{rname}
-Version:        1.15.6
+Version:        2.0.1
 Release:        1%{?dist}
 Summary:        Implements the ActiveRecord pattern for ORM
 
@@ -12,17 +12,17 @@
 
 License:        MIT
 URL:            http://rubyforge.org/projects/activerecord/
-Source0:        http://rubyforge.org/frs/download.php/28326/activerecord-%{version}.tgz
+Source0:        http://rubyforge.org/frs/download.php/28874/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) = 1.4.4
+BuildRequires:  ruby(active_support) = 2.0.1
 BuildRequires:  ruby(sqlite3)
 %endif
 Requires:       ruby(abi) = 1.8
-Requires:       ruby(active_support) = 1.4.4
+Requires:       ruby(active_support) = 2.0.1
 Provides:       ruby(active_record) = %{version}
 
 %description
@@ -55,11 +55,15 @@
 
 %files
 %defattr(-,root,root,-)
+%{ruby_sitelib}/activerecord.rb
 %{ruby_sitelib}/active_record.rb
 %{ruby_sitelib}/active_record
 %doc README CHANGELOG examples/
 
 %changelog
+* Mon Dec 10 2007 David Lutterkort <dlutter at redhat.com> - 2.0.1-1
+- New version
+
 * Thu Nov 29 2007 David Lutterkort <dlutter at redhat.com> - 1.15.6-1
 - New version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-activerecord/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	29 Nov 2007 22:43:59 -0000	1.4
+++ sources	19 Dec 2007 18:42:11 -0000	1.5
@@ -1 +1 @@
-841a51b68fb15b7f083e2b5ea1880a4c  activerecord-1.15.6.tgz
+0aedb7f9e0d672a73b85885e7fd5bf12  activerecord-2.0.1.tgz




More information about the fedora-extras-commits mailing list