summaryrefslogtreecommitdiffstats
path: root/rubygem-activerecord.spec
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2011-03-28 14:43:19 +0200
committerVít Ondruch <vondruch@redhat.com>2011-03-28 14:43:19 +0200
commit642a1f76134410da3f2da4e58f1bef086d2937a1 (patch)
treefc1b8315d704867408225fe2234d61dcc6ca3a6d /rubygem-activerecord.spec
parente4c83d376d24d42eb848b98f603520df57fd53eb (diff)
downloadrubygem-activerecord-642a1f76134410da3f2da4e58f1bef086d2937a1.tar.gz
rubygem-activerecord-642a1f76134410da3f2da4e58f1bef086d2937a1.tar.xz
rubygem-activerecord-642a1f76134410da3f2da4e58f1bef086d2937a1.zip
Updated to ActiveRecord 3.0.5.
Diffstat (limited to 'rubygem-activerecord.spec')
-rw-r--r--rubygem-activerecord.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index 370f2e3..ac12655 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -8,8 +8,8 @@
Summary: Implements the ActiveRecord pattern for ORM
Name: rubygem-%{gemname}
Epoch: 1
-Version: 3.0.3
-Release: 2%{?dist}
+Version: 3.0.5
+Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://www.rubyonrails.org
@@ -22,7 +22,7 @@ Source1: http://github.com/rails/rails/raw/v%{version}/%{gemname}/Rakefile
# You may check it out like so
# git clone http://github.com/rails/rails.git
# cd rails/activerecord/
-# git checkout v3.0.3
+# git checkout v3.0.5
# tar czvf activerecord-tests.tgz test/
Source2: activerecord-tests.tgz
@@ -34,12 +34,12 @@ Patch0: activerecord-rakefile-fix.patch
# dependency on a file in the greater rails proj
Patch1: activerecord-tests-fix.patch
-# patch0 needed to make ar tests compatable w/ current sqlite3 version in fedora
-Patch2: activerecord-3.0.3-sqlite3-compat.patch
-
# patch1 https://rails.lighthouseapp.com/projects/8994/tickets/3210-rails-postgres-issue
Patch3: activerecord-3.0.3-postgres-fix.patch
+# https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/6636-activerecord-305testcasestimestamp_testrb-fails
+Patch4: activerecord-disabled-failing-timestamp-test.patch
+
Requires: ruby(abi) = %{rubyabi}
Requires: rubygems
Requires: rubygem(activesupport) = %{version}
@@ -84,8 +84,8 @@ tar xzvf %{SOURCE2} -C .%{geminstdir}
pushd ./%{geminstdir}
%patch0 -p0
%patch1 -p0
-%patch2 -p0
%patch3 -p0
+%patch4 -p2
popd
# Remove backup files
@@ -144,6 +144,9 @@ rake test_sqlite3 --trace
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
%changelog
+* Fri Mar 25 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.5-1
+- Updated to ActiveRecord 3.0.5
+
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild