8a02e26
# Generated from activerecord-1.15.5.gem by gem2rpm -*- rpm-spec -*-
a89e8a2
%global gem_name activerecord
1dd6aab
Josef Stribny f438a65
Name: rubygem-%{gem_name}
aa22f54
Epoch: 1
dc95d5c
Version: 7.0.2.3
51da238
Release: 1%{?dist}
18a497d
Summary: Object-relational mapper framework (part of Rails)
8a02e26
License: MIT
18a497d
URL: http://rubyonrails.org
e4e0d60
Source0: https://rubygems.org/gems/%{gem_name}-%{version}%{?prerelease}.gem
e4e0d60
# The gem doesn't ship with the test suite.
e4e0d60
# You may check it out like so
283a7cb
# git clone http://github.com/rails/rails.git
dc95d5c
# cd rails/activerecord && git archive -v -o activerecord-7.0.2.3-tests.txz v7.0.2.3 test/
e4e0d60
Source1: activerecord-%{version}%{?prerelease}-tests.txz
e4e0d60
# The tools are needed for the test suite, are however unpackaged in gem file.
e4e0d60
# You may check it out like so
e4e0d60
# git clone http://github.com/rails/rails.git --no-checkout
dc95d5c
# cd rails && git archive -v -o rails-7.0.2.3-tools.txz v7.0.2.3 tools/
e4e0d60
Source2: rails-%{version}%{?prerelease}-tools.txz
f534944
18a497d
# Database dump/load reuires the executable.
18a497d
Suggests: %{_bindir}/sqlite3
Josef Stribny f438a65
BuildRequires: rubygems-devel
Josef Stribny 6f3d41c
BuildRequires: rubygem(bcrypt)
Josef Stribny f438a65
BuildRequires: rubygem(activesupport) = %{version}
Josef Stribny f438a65
BuildRequires: rubygem(activemodel)   = %{version}
e4e0d60
BuildRequires: rubygem(actionpack)   = %{version}
18a497d
BuildRequires: rubygem(builder)
Josef Stribny f438a65
BuildRequires: rubygem(sqlite3)
Josef Stribny f438a65
BuildRequires: rubygem(mocha)
Josef Stribny 6f3d41c
BuildRequires: rubygem(rack)
e4e0d60
BuildRequires: rubygem(pg)
51da238
BuildRequires: rubygem(benchmark-ips)
51da238
BuildRequires: rubygem(zeitwerk)
c313c35
BuildRequires: %{_bindir}/sqlite3
8a02e26
BuildArch: noarch
8a02e26
8a02e26
%description
8a02e26
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database
8a02e26
tables and classes together for business objects, like Customer or
8a02e26
Subscription, that can find, save, and destroy themselves without resorting to
8a02e26
manual SQL.
8a02e26
4769679
%package doc
Josef Stribny f438a65
Summary: Documentation for %{name}
Josef Stribny f438a65
Requires: %{name} = %{epoch}:%{version}-%{release}
4769679
BuildArch: noarch
8a02e26
4769679
%description doc
18a497d
Documentation for %{name}.
8a02e26
4769679
%prep
e4e0d60
%setup -q -n %{gem_name}-%{version}%{?prerelease} -b1 -b2
Josef Stribny b750f71
1dd6aab
%build
e4e0d60
gem build ../%{gem_name}-%{version}%{?prerelease}.gemspec
Josef Stribny b750f71
%gem_install
Josef Stribny b750f71
1dd6aab
1dd6aab
%install
a89e8a2
mkdir -p %{buildroot}%{gem_dir}
18a497d
cp -a .%{gem_dir}/* \
18a497d
        %{buildroot}%{gem_dir}/
1dd6aab
1dd6aab
%check
a89e8a2
pushd .%{gem_instdir}
e4e0d60
ln -s %{_builddir}/tools ..
0fa7735
# Move the tests into place.
e4e0d60
mv %{_builddir}/test .
18a497d
d339c73
# Remove unnecessary dependency
d339c73
sed -i '/require .byebug./ s/^/#/g' test/cases/base_prevent_writes_test.rb
d339c73
51da238
# Tests require postgresql with :interval support
51da238
# adapter_specific_registry.rb:36:in `lookup': Unknown type :interval
51da238
mv test/cases/adapters/postgresql/datatype_test.rb{,.disable}
51da238
mv test/cases/adapters/postgresql/geometric_test.rb{,.disable}
51da238
51da238
# Build system is slower than expected
51da238
sed -i '/assert_slower_by_at_most/ s/1\.4/1.7/' \
51da238
  test/cases/encryption/performance/envelope_encryption_performance_test.rb
7a3dc60
dc95d5c
# Require of activerecord library is missing
dc95d5c
# https://github.com/rails/rails/pull/44639
dc95d5c
sed -i '/require .active_support\/core_ext\/enumerable/ i \
dc95d5c
require "active_support/core_ext/kernel/reporting"' test/cases/base_test.rb
dc95d5c
51da238
ruby -Itest:lib -e 'Dir.glob("./test/cases/**/*_test.rb").sort.each{ |f| require f }'
a89e8a2
popd
1dd6aab
8a02e26
%files
a89e8a2
%dir %{gem_instdir}
18a497d
%license %{gem_instdir}/MIT-LICENSE
a89e8a2
%{gem_libdir}
27fead4
%exclude %{gem_cache}
a89e8a2
%{gem_spec}
8a02e26
4769679
%files doc
4769679
%doc %{gem_docdir}
4769679
%doc %{gem_instdir}/CHANGELOG.md
4769679
%doc %{gem_instdir}/README.rdoc
18a497d
%{gem_instdir}/examples
4769679
8a02e26
%changelog
dc95d5c
* Mon Mar 14 2022 Pavel Valena <pvalena@redhat.com> - 1:7.0.2.3-1
dc95d5c
- Update to activerecord 7.0.2.3.
dc95d5c
51da238
* Thu Feb 03 2022 Pavel Valena <pvalena@redhat.com> - 1:7.0.1-1
51da238
- Update to activerecord 7.0.1.
51da238
a014bb4
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.1.4.1-2
a014bb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
a014bb4
3c13835
* Fri Sep 17 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.4.1-1
3c13835
- Update to activerecord 6.1.4.1.
3c13835
4ba5291
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.1.4-2
4ba5291
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
4ba5291
7a3dc60
* Wed Jun 30 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.4-1
7a3dc60
- Update to activerecord 6.1.4.
7a3dc60
410a507
* Tue May 18 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3.2-1
410a507
- Update to activerecord 6.1.3.2.
410a507
7d89749
* Fri Apr 09 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3.1-1
7d89749
- Update to activerecord 6.1.3.1.
7d89749
cc24bd7
* Thu Feb 18 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3-1
cc24bd7
- Update to activerecord 6.1.3.
cc24bd7
fb6762c
* Mon Feb 15 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.2.1-1
fb6762c
- Update to activerecord 6.1.2.1.
fb6762c
d339c73
* Wed Jan 27 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.1-1
d339c73
- Update to activerecord 6.1.1.
d339c73
f997e80
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.0.3.4-2
f997e80
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f997e80
8816e3f
* Thu Oct  8 11:46:23 CEST 2020 Pavel Valena <pvalena@redhat.com> - 1:6.0.3.4-1
8816e3f
- Update to activerecord 6.0.3.4.
8816e3f
  Resolves: rhbz#1877501
8816e3f
37e0582
* Tue Sep 22 00:45:21 CEST 2020 Pavel Valena <pvalena@redhat.com> - 1:6.0.3.3-1
37e0582
- Update to activerecord 6.0.3.3.
37e0582
  Resolves: rhbz#1877501
37e0582
aba65ae
* Mon Aug 17 05:04:27 GMT 2020 Pavel Valena <pvalena@redhat.com> - 1:6.0.3.2-1
aba65ae
- Update to activerecord 6.0.3.2.
aba65ae
  Resolves: rhbz#1742794
aba65ae
e4e0d60
* Mon Aug 03 07:01:37 GMT 2020 Pavel Valena <pvalena@redhat.com> - 6.0.3.1-1
e4e0d60
- Update to ActiveRecord 6.0.3.1.
e4e0d60
  Resolves: rhbz#1742794
e4e0d60
c2518ca
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.3-5
c2518ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c2518ca
0fa7735
* Fri Apr 17 2020 Vít Ondruch <vondruch@redhat.com> - 1:5.2.3-4
0fa7735
- Fix Ruby 2.7 test errors.
0fa7735
  Resovles: rhbz#1799986
0fa7735
72c9b5e
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.3-3
72c9b5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
72c9b5e
db2c934
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.3-2
db2c934
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
db2c934
8df7d48
* Thu Mar 28 2019 Pavel Valena <pvalena@redhat.com> - 1:5.2.3-1
8df7d48
- Update to Active Record 5.2.3.
8df7d48
267d1a7
* Thu Mar 14 2019 Pavel Valena <pvalena@redhat.com> - 1:5.2.2.1-1
267d1a7
- Update to Active Record 5.2.2.1.
267d1a7
f7f949c
* Thu Feb 07 2019 Vít Ondruch <vondruch@redhat.com> - 1:5.2.2-4
f7f949c
- Drop unnecessary erubis dependency.
f7f949c
d4f05b2
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.2-3
d4f05b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d4f05b2
dc8a136
* Fri Jan 11 2019 Pavel Valena <pvalena@redhat.com> - 1:5.2.2-2
dc8a136
- Fix Ruby 2.6 compatibility
dc8a136
df72d94
* Wed Dec 05 2018 Pavel Valena <pvalena@redhat.com> - 1:5.2.2-1
df72d94
- Update to Active Record 5.2.2.
df72d94
1a6257d
* Wed Aug 08 2018 Pavel Valena <pvalena@redhat.com> - 1:5.2.1-1
1a6257d
- Update to Active Record 5.2.1.
1a6257d
e922585
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.0-2
e922585
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e922585
9dc882e
* Mon Apr 23 2018 Pavel Valena <pvalena@redhat.com> - 1:5.2.0-1
9dc882e
- Update to Active Record 5.2.0.
9dc882e
cf137e2
* Fri Feb 16 2018 Pavel Valena <pvalena@redhat.com> - 1:5.1.5-1
cf137e2
- Update to Active Record 5.1.5.
cf137e2
b7f067a
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.4-2
b7f067a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b7f067a
9998c12
* Mon Sep 11 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.4-1
9998c12
- Update to Active Record 5.1.4.
9998c12
4db8b44
* Tue Aug 08 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.3-1
4db8b44
- Update to Active Record 5.1.3.
4db8b44
1e6891c
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.2-2
1e6891c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1e6891c
5e17b17
* Tue Jun 27 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.2-1
5e17b17
- Update to Active Record 5.1.2.
5e17b17
ac4483f
* Mon May 22 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.1-1
ac4483f
- Update to Active Record 5.1.1.
ac4483f
179ca3a
* Thu Mar 02 2017 Pavel Valena <pvalena@redhat.com> - 1:5.0.2-1
179ca3a
- Update to Active Record 5.0.2.
179ca3a
c914c04
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.0.1-3
c914c04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c914c04
7043b6f
* Tue Jan 24 2017 Vít Ondruch <vondruch@redhat.com> - 1:5.0.1-2
7043b6f
- Fix unstable ReflectionTest#test_read_attribute_names test.
7043b6f
f534944
* Mon Jan 02 2017 Pavel Valena <pvalena@redhat.com> - 1:5.0.1-1
f534944
- Update to Active Record 5.0.1.
f534944
- Fix warnings: Fixnum and Bignum are deprecated in Ruby trunk
f534944
458d75b
* Mon Aug 15 2016 Pavel Valena <pvalena@redhat.com> - 1:5.0.0.1-1
458d75b
- Update to Activerecord 5.0.0.1
458d75b
18a497d
* Thu Jul 07 2016 Vít Ondruch <vondruch@redhat.com> - 1:5.0.0-1
18a497d
- Update to ActiveRecord 5.0.0.
18a497d
e1ca736
* Tue Mar 08 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.6-1
e1ca736
- Update to activerecord 4.2.6
e1ca736
123c3c0
* Wed Mar 02 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.5.2-1
123c3c0
- Update to activerecord 4.2.5.2
c313c35
- Add sqlite3 executable to BR
123c3c0
8b9d4be
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.5.1-2
8b9d4be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8b9d4be
aad1ec4
* Tue Jan 26 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.5.1-1
aad1ec4
- Update to activerecord 4.2.5.1
aad1ec4
6312355
* Wed Nov 18 2015 Pavel Valena <pvalena@redhat.com> - 1:4.2.5-1
6312355
- Update to activerecord 4.2.5
6312355
Josef Stribny ff43676
* Wed Aug 26 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.4-1
Josef Stribny ff43676
- Update to activerecord 4.2.4
Josef Stribny ff43676
Josef Stribny 59b17c0
* Tue Jun 30 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.3-1
Josef Stribny 59b17c0
- Update to activerecord 4.2.3
Josef Stribny 59b17c0
Josef Stribny 4ab0402
* Mon Jun 22 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.2-1
Josef Stribny 4ab0402
- Update to activerecord 4.2.2
Josef Stribny 4ab0402
c314da6
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.2.1-2
c314da6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c314da6
Josef Stribny 89538c4
* Fri Mar 20 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.1-1
Josef Stribny 89538c4
- Update to activerecord 4.2.1
Josef Stribny 89538c4
Josef Stribny 241d801
* Mon Feb 09 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.0-1
Josef Stribny 241d801
- Update to activerecord 4.2.0
Josef Stribny 241d801
Josef Stribny 66ce26e
* Mon Aug 25 2014 Josef Stribny <jstribny@redhat.com> - 4.1.5-1
Josef Stribny 66ce26e
- Update to activerecord 4.1.5
Josef Stribny 66ce26e
Josef Stribny dddeeec
* Fri Jul 04 2014 Josef Stribny <jstribny@redhat.com> - 4.1.4-1
Josef Stribny dddeeec
- Update to activerecord 4.1.4
Josef Stribny dddeeec
4f64aaa
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.1.1-2
4f64aaa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4f64aaa
Josef Stribny 35e9459
* Thu May 22 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.1-1
Josef Stribny 35e9459
- Update to ActiveRecord 4.1.1
Josef Stribny 35e9459
Josef Stribny 6f3d41c
* Thu Apr 17 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.0-2
Josef Stribny 6f3d41c
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
Josef Stribny 6f3d41c
Josef Stribny 9b22592
* Fri Apr 11 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.0-1
Josef Stribny 9b22592
- Update to ActiveRecord 4.1.0
Josef Stribny 9b22592
Josef Stribny dcb76e8
* Wed Feb 26 2014 Josef Stribny <jstribny@redhat.com> - 1:4.0.3-1
Josef Stribny dcb76e8
- Update to ActiveRecord 4.0.3
Josef Stribny dcb76e8
Josef Stribny b750f71
* Wed Dec 11 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.2-2
Josef Stribny b750f71
- Enable tests
Josef Stribny b750f71
- Patch for new sqlite
Josef Stribny b750f71
Josef Stribny d770e5b
* Thu Dec 05 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.2-1
Josef Stribny d770e5b
- Update to ActiveRecord 4.0.2
Josef Stribny 9034f11
- Disable tests
Josef Stribny d770e5b
Josef Stribny f438a65
* Thu Nov 21 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.1-2
Josef Stribny f438a65
- Fix: this shouldn't be scl spec
Josef Stribny f438a65
Josef Stribny 2d9c15c
* Mon Nov 11 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.1-1
Josef Stribny 2d9c15c
- Update to ActiveRecord 4.0.1
Josef Stribny 2d9c15c
Josef Stribny 2d9c15c
* Fri Oct 04 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.0-2
Josef Stribny 2d9c15c
- Convert to scl
Josef Stribny 2d9c15c
Josef Stribny e45b5bc
* Thu Aug 01 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.0-1
Josef Stribny e45b5bc
- Update to ActiveRecord 4.0.0.
3cf5661
6c58514
* Tue Mar 19 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.13-1
6c58514
- Update to ActiveRecord 3.2.13.
6c58514
fce32bb
* Mon Mar 04 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.12-2
fce32bb
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
fce32bb
65823e4
* Tue Feb 12 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.12-1
65823e4
- Update to ActiveRecord 3.2.12.
65823e4
9afa9e4
* Wed Jan 09 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.11-1
9afa9e4
- Update to ActiveRecord 3.2.11.
9afa9e4
bbb9e28
* Thu Jan 03 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.10-1
bbb9e28
- Update to ActiveRecord 3.2.10.
bbb9e28
aa5f23e
* Mon Aug 13 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.8-1
aa5f23e
- Update to ActiveRecord 3.2.8.
aa5f23e
6de845f
* Mon Jul 30 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.7-1
6de845f
- Update to ActiveRecord 3.2.7.
6de845f
b8beba2
* Tue Jul 24 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.6-2
b8beba2
- Fixed missing epoch in -doc subpackage.
b8beba2
4769679
* Thu Jul 19 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.6-1
4769679
- Update to ActiveRecord 3.2.6.
4769679
ebfbb96
* Fri Jun 15 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.15-1
ebfbb96
- Update to ActiveRecord 3.0.15.
ebfbb96
27fead4
* Fri Jun 01 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.13-1
27fead4
- Update to ActiveRecord 3.0.13.
27fead4
a89e8a2
* Tue Jan 31 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.0.11-1
a89e8a2
- Rebuilt for Ruby 1.9.3.
27fead4
- Update to ActionRecord 3.0.11
a89e8a2
d9a10ad
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.10-2
d9a10ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d9a10ad
4212061
* Mon Aug 22 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.10-1
4212061
- Update to ActiveRecord 3.0.10
4212061
54819ad
* Mon Jul 04 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.9-1
54819ad
- Update to ActiveRecord 3.0.9
54819ad
642a1f7
* Fri Mar 25 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.5-1
642a1f7
- Updated to ActiveRecord 3.0.5
642a1f7
9c6e660
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.3-2
9c6e660
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9c6e660
283a7cb
* Mon Jan 10 2011 Mohammed Morsi <mmorsi@redhat.com> - 1:3.0.3-1
283a7cb
- Update to rails 3
283a7cb
611b284
* Wed Sep 08 2010 Mohammed Morsi <mmorsi@redhat.com> - 1:2.3.8-4
611b284
- Updated postgres fix to resolve security issue
611b284
b800795
* Mon Aug 16 2010 Mohammed Morsi <mmorsi@redhat.com> - 1:2.3.8-3
b800795
- Included postgres fix (patch also pushed upstream, see rails issue tracker)
b800795
b800795
* Thu Aug 12 2010 Mohammed Morsi <mmorsi@redhat.com> - 1:2.3.8-2
b800795
- Updated patch0 to correctly parse sqlite3 version
b800795
b800795
* Wed Aug 04 2010 Mohammed Morsi <mmorsi@redhat.com> - 1:2.3.8-1
b800795
- Update to 2.3.8
b800795
4ce3824
* Thu Jan 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:2.3.5-1
4ce3824
- Update to 2.3.5
4ce3824
aa22f54
* Wed Oct  7 2009 David Lutterkort <lutter@redhat.com> - 1:2.3.4-2
aa22f54
- Bump Epoch to ensure upgrade path from F-11
aa22f54
1dd6aab
* Fri Sep 18 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.3.4-1
1dd6aab
- Update to 2.3.4
1dd6aab
- Enable check
1dd6aab
5c628a4
* Sun Jul 26 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 2.3.3-1
5c628a4
- New upstream version
5c628a4
bacb6b7
* Mon Mar 16 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 2.3.2-1
bacb6b7
- New upstream version
bacb6b7
837df6b
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-2
837df6b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
837df6b
cc6d25e
* Mon Nov 24 2008 Jeroen van Meeuwen <kanarip@fedoraproject.org> - 2.2.2-1
cc6d25e
- New upstream version
cc6d25e
- Fixed rpmlint errors zero-length files and script-without-shebang
cc6d25e
6f9db8f
* Thu Nov 20 2008 David Lutterkort <lutter@redhat.com> - 2.1.1-2
6f9db8f
- Do not mark lib/ as doc
6f9db8f
6f9db8f
* Tue Sep 16 2008 David Lutterkort <dlutter@redhat.com> - 2.1.1-1
950a022
- New version (fixes CVE-2008-4094)
950a022
789c32b
* Thu Jul 31 2008 Michael Stahnke <stahnma@fedoraproject.org> - 2.1.0-1
789c32b
- New Upstream
789c32b
31182b1
* Tue Apr  8 2008 David Lutterkort <dlutter@redhat.com> - 2.0.2-2
31182b1
- Fix dependency
31182b1
db0096e
* Mon Apr 07 2008 David Lutterkort <dlutter@redhat.com> - 2.0.2-1
db0096e
- New version
db0096e
279fc74
* Mon Dec 10 2007 David Lutterkort <dlutter@redhat.com> - 2.0.1-1
279fc74
- New version
279fc74
8a02e26
* Thu Nov 29 2007 David Lutterkort <dlutter@redhat.com> - 1.15.6-1
8a02e26
- New version
8a02e26
Josef Stribny 2ee81bb
* Wed Nov 14 2007 David Lutterkort <dlutter@redhat.com> - 1.15.5-2
8a02e26
- Fix buildroot
8a02e26
- Properly mark docs in geminstdir
8a02e26
8a02e26
* Tue Oct 30 2007 David Lutterkort <dlutter@redhat.com> - 1.15.5-1
8a02e26
- Initial package