6f11774
# Generated from actionpack-1.13.5.gem by gem2rpm -*- rpm-spec -*-
270805a
%global gem_name actionpack
6f11774
a27e362
# Circular dependency with rubygem-railties.
a27e362
%{?_with_bootstrap: %global bootstrap 1}
c819ca5
%global bootstrap 1
Josef Stribny 68fd6b9
270805a
Name: rubygem-%{gem_name}
a0326c1
Epoch: 1
c819ca5
Version: 5.2.2
c819ca5
Release: 1%{?dist}
a27e362
Summary: Web-flow and rendering framework putting the VC in MVC (part of Rails)
6f11774
License: MIT
a27e362
URL: http://rubyonrails.org
a27e362
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
27692c1
a27e362
# ActionPack gem doesn't ship with the test suite.
27692c1
# You may check it out like so
27692c1
# git clone http://github.com/rails/rails.git
27692c1
# cd rails/actionpack/
c819ca5
# git checkout v5.2.2 && tar czvf actionpack-5.2.2-tests.tgz test/
a27e362
Source1: actionpack-%{version}-tests.tgz
a0f2f94
4d535e7
# Let's keep Requires and BuildRequires sorted alphabeticaly
a27e362
BuildRequires: ruby(release)
270805a
BuildRequires: rubygems-devel
a27e362
BuildRequires: ruby >= 2.2.2
a27e362
%if ! 0%{?bootstrap}
4d535e7
BuildRequires: rubygem(activemodel) = %{version}
4d535e7
BuildRequires: rubygem(activerecord) = %{version}
27692c1
BuildRequires: rubygem(activesupport) = %{version}
Josef Stribny 59ace5a
BuildRequires: rubygem(actionview) = %{version}
Josef Stribny 23bc7c3
BuildRequires: rubygem(railties) = %{version}
a27e362
BuildRequires: rubygem(rack)
a27e362
BuildRequires: rubygem(rack-cache)
a27e362
BuildRequires: rubygem(rack-test)
8c36f56
BuildRequires: rubygem(puma)
8c36f56
BuildRequires: rubygem(capybara) >= 2.13.0
Josef Stribny 68fd6b9
%endif
6f11774
BuildArch: noarch
6f11774
6f11774
%description
6f11774
Eases web-request routing, handling, and response as a half-way front,
6f11774
half-way page controller. Implemented with specific emphasis on enabling easy
6f11774
unit/integration testing that doesn't require a browser.
6f11774
4d535e7
%package doc
4d535e7
Summary: Documentation for %{name}
a27e362
Requires: %{name} = %{epoch}:%{version}-%{release}
a27e362
BuildArch: noarch
4d535e7
4d535e7
%description doc
a27e362
Documentation for %{name}.
6f11774
6f11774
%prep
6b00f91
%setup -q -c -T
a0f2f94
%gem_install -n %{SOURCE0}
27692c1
be8dd7c
6b00f91
%build
6b00f91
6b00f91
%install
270805a
mkdir -p %{buildroot}%{gem_dir}
a27e362
cp -a .%{gem_dir}/* \
a27e362
        %{buildroot}%{gem_dir}/
6b00f91
6f11774
a27e362
%if ! 0%{?bootstrap}
6b00f91
%check
270805a
pushd .%{gem_instdir}
6b00f91
a27e362
# move the tests into place
a27e362
tar xzvf %{SOURCE1}
aa6ad28
f57d5d8
# Allow multiple `requires` of the Request class
f57d5d8
# https://gist.github.com/unixcharles/3973073
f57d5d8
match_class_request='/^\s*class Request < DelegateClass(ActionDispatch::Request)$/'
f57d5d8
sed -i "${match_class_request} i \
f57d5d8
  DELEGATE_REQUEST = DelegateClass(ActionDispatch::Request) unless defined?(DELEGATE_REQUEST)" \
f57d5d8
  test/abstract_unit.rb
f57d5d8
sed -i "${match_class_request} s/\S*$/DELEGATE_REQUEST/" \
f57d5d8
  test/abstract_unit.rb
f57d5d8
a27e362
ruby -Ilib:test -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
4d535e7
popd
Josef Stribny 68fd6b9
%endif
6b00f91
6f11774
%files
270805a
%dir %{gem_instdir}
a27e362
%license %{gem_instdir}/MIT-LICENSE
4d535e7
%{gem_libdir}
aa6ad28
%exclude %{gem_cache}
270805a
%{gem_spec}
6f11774
4d535e7
%files doc
4d535e7
%doc %{gem_docdir}
4d535e7
%doc %{gem_instdir}/CHANGELOG.md
4d535e7
%doc %{gem_instdir}/README.rdoc
6f11774
6f11774
%changelog
c819ca5
* Wed Dec 05 2018 Pavel Valena <pvalena@redhat.com> - 1:5.2.2-1
c819ca5
- Update to Action Pack 5.2.2.
c819ca5
32e7f5b
* Thu Aug 09 2018 Pavel Valena <pvalena@redhat.com> - 1:5.2.1-2
32e7f5b
- Enable tests.
32e7f5b
3e3aaa1
* Wed Aug 08 2018 Pavel Valena <pvalena@redhat.com> - 1:5.2.1-1
3e3aaa1
- Update to Action Pack 5.2.1.
3e3aaa1
45f3f55
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.2.0-3
45f3f55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
45f3f55
f57d5d8
* Fri May 04 2018 Pavel Valena <pvalena@redhat.com> - 1:5.2.0-2
f57d5d8
- Enable tests.
f57d5d8
3916767
* Mon Apr 23 2018 Pavel Valena <pvalena@redhat.com> - 1:5.2.0-1
3916767
- Update to Action Pack 5.2.0.
3916767
3c9ba4b
* Mon Feb 19 2018 Pavel Valena <pvalena@redhat.com> - 1:5.1.5-2
3c9ba4b
- Enable tests.
3c9ba4b
488ef6f
* Fri Feb 16 2018 Pavel Valena <pvalena@redhat.com> - 1:5.1.5-1
488ef6f
- Update to Action Pack 5.1.5.
488ef6f
  Remove patch{0,1}; subsumed
488ef6f
cd70b4d
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.4-4
cd70b4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
cd70b4d
be8dd7c
* Fri Jan 12 2018 Vít Ondruch <vondruch@redhat.com> - 1:5.1.4-3
be8dd7c
- Fix Ruby 2.5 compatibility.
be8dd7c
ac96bc7
* Mon Sep 11 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.4-2
ac96bc7
- Enable tests.
ac96bc7
aedd55c
* Mon Sep 11 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.4-1
aedd55c
- Update to Action Pack 5.1.4.
aedd55c
d2f15c8
* Sat Aug 12 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.3-2
d2f15c8
- Enable tests.
d2f15c8
23f9495
* Tue Aug 08 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.3-1
23f9495
- Update to Action Pack 5.1.3.
23f9495
36a7538
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.2-3
36a7538
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
36a7538
4f8a9d3
* Wed Jun 28 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.2-2
4f8a9d3
- Enable tests.
4f8a9d3
cc9ebfc
* Tue Jun 27 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.2-1
cc9ebfc
- Update to Action Pack 5.1.2.
cc9ebfc
82a218f
* Thu Jun 01 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.1-2
82a218f
- Enable tests.
82a218f
8c36f56
* Mon May 22 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.1-1
8c36f56
- Update to Action Pack 5.1.1.
8c36f56
0bf46d5
* Tue Mar 07 2017 Pavel Valena <pvalena@redhat.com> - 1:5.0.2-2
0bf46d5
- Enable tests.
0bf46d5
2332b60
* Thu Mar 02 2017 Pavel Valena <pvalena@redhat.com> - 1:5.0.2-1
2332b60
- Update to Action Pack 5.0.2.
2332b60
39e78be
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.0.1-3
39e78be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
39e78be
c39d88d
* Tue Jan 03 2017 Pavel Valena <pvalena@redhat.com> - 1:5.0.1-2
c39d88d
- Enable tests.
c39d88d
58bb2a3
* Mon Jan 02 2017 Pavel Valena <pvalena@redhat.com> - 1:5.0.1-1
58bb2a3
- Update to Action Pack 5.0.1.
58bb2a3
74d2786
* Tue Aug 16 2016 Pavel Valena <pvalena@redhat.com> - 1:5.0.0.1-2
74d2786
- Enable tests
74d2786
74d2786
* Tue Aug 16 2016 Pavel Valena <pvalena@redhat.com> - 1:5.0.0.1-2
74d2786
- Enable tests
74d2786
be4b83c
* Mon Aug 15 2016 Pavel Valena <pvalena@redhat.com> - 1:5.0.0.1-1
be4b83c
- Update to Actionpack 5.0.0.1
be4b83c
a27e362
* Tue Jul 12 2016 Vít Ondruch <vondruch@redhat.com> - 1:5.0.0-1
a27e362
- Update to ActionPack 5.0.0.
a27e362
3f75922
* Tue Mar 08 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.6-2
3f75922
- Enable tests
3f75922
f4d8af6
* Tue Mar 08 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.6-1
f4d8af6
- Update to actionpack 4.2.6
f4d8af6
055ba02
* Thu Mar 03 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.5.2-2
055ba02
- Enable tests
055ba02
588cf88
* Wed Mar 02 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.5.2-1
588cf88
- Update to actionpack 4.2.5.2
588cf88
d99b978
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.2.5.1-4
d99b978
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d99b978
cc1a420
* Wed Jan 27 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.5.1-3
cc1a420
- Fix macros in comment
cc1a420
f1fcc72
* Tue Jan 26 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.5.1-2
f1fcc72
- Enable tests
f1fcc72
4b0a4c7
* Tue Jan 26 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.5.1-1
4b0a4c7
- Update to actionpack 4.2.5.1
4b0a4c7
9b80025
* Wed Nov 18 2015 Pavel Valena <pvalena@redhat.com> - 1:4.2.5-2
9b80025
- Enable tests
9b80025
3050c3d
* Wed Nov 18 2015 Pavel Valena <pvalena@redhat.com> - 1:4.2.5-1
3050c3d
- Update to actionpack 4.2.5
3050c3d
Josef Stribny 31c85e3
* Wed Aug 26 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.4-2
Josef Stribny 31c85e3
- Enable tests
Josef Stribny 31c85e3
Josef Stribny 6c25852
* Wed Aug 26 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.4-1
Josef Stribny 6c25852
- Update to actionpack 4.2.4
Josef Stribny 6c25852
Josef Stribny bbbd801
* Wed Jul 01 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.3-2
Josef Stribny 48b0c87
- Enable tests
Josef Stribny 48b0c87
Josef Stribny 8c59498
* Tue Jun 30 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.3-1
Josef Stribny 8c59498
- Update to actionpack 4.2.3
Josef Stribny 8c59498
Josef Stribny 886989b
* Tue Jun 23 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.2-2
Josef Stribny 886989b
- Run tests
Josef Stribny 886989b
Josef Stribny c0f97f2
* Mon Jun 22 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.2-1
Josef Stribny c0f97f2
- Update to actionpack 4.2.2
Josef Stribny c0f97f2
46601a3
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.2.1-3
46601a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
46601a3
Josef Stribny 4abfd6f
* Fri Mar 20 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.1-2
Josef Stribny 4abfd6f
- Run tests
Josef Stribny 4abfd6f
Josef Stribny 1739542
* Fri Mar 20 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.1-1
Josef Stribny 1739542
- Update to actionpack 4.2.1
Josef Stribny 1739542
Josef Stribny 23bc7c3
* Fri Feb 13 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.0-2
Josef Stribny 23bc7c3
- Run all tests
Josef Stribny 23bc7c3
Josef Stribny 68fd6b9
* Mon Feb 09 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.0-1
Josef Stribny 68fd6b9
- Update to actionpack 4.2.0
Josef Stribny 68fd6b9
Josef Stribny c93a770
* Mon Aug 25 2014 Josef Stribny <jstribny@redhat.com> - 4.1.5-1
Josef Stribny c93a770
- Update to actionpack 4.1.5
Josef Stribny c93a770
Josef Stribny a2143af
* Fri Jul 04 2014 Josef Stribny <jstribny@redhat.com> - 4.1.4-1
Josef Stribny a2143af
- Update to actionpack 4.1.4
Josef Stribny a2143af
302039c
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.1.1-2
302039c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
302039c
Josef Stribny 2cc76e7
* Thu May 22 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.1-1
Josef Stribny 2cc76e7
- Update to ActionPack 4.1.1
Josef Stribny 2cc76e7
Josef Stribny 2cb4640
* Fri Apr 18 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.0-2
Josef Stribny 2cb4640
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
Josef Stribny 2cb4640
Josef Stribny 59ace5a
* Mon Apr 14 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.0-1
Josef Stribny 59ace5a
- Update to ActionPack 4.1.0
Josef Stribny 59ace5a
Josef Stribny 6011aea
* Wed Feb 26 2014 Josef Stribny <jstribny@redhat.com> - 1:4.0.3-1
Josef Stribny 59ace5a
- Update to ActionPack 4.0.3
Josef Stribny 6011aea
Josef Stribny a86f8f2
* Thu Dec 05 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.2-1
Josef Stribny 59ace5a
- Update to ActionPack 4.0.2
Josef Stribny a86f8f2
  - Fixes CVE-2013-6417, CVE-2013-6414, CVE-2013-6415, CVE-2013-6416 and CVE-2013-4491
Josef Stribny a86f8f2
Josef Stribny eed9fe7
* Thu Nov 14 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.1-1
Josef Stribny 59ace5a
- Update to ActionPack 4.0.1
Josef Stribny eed9fe7
Josef Stribny a1ef844
* Thu Aug 08 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.0-1
Josef Stribny a1ef844
- Update to ActionPack 4.0.0.
Josef Stribny a1ef844
29f5f91
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.13-3
29f5f91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
29f5f91
25125bf
* Wed Mar 20 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.13-2
25125bf
- Test suite passes once again.
25125bf
48d8df5
* Tue Mar 19 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.13-1
48d8df5
- Update to the ActionPack 3.2.13.
48d8df5
a0f2f94
* Fri Mar 08 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.12-2
a0f2f94
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
a0f2f94
fd4e35e
* Tue Feb 12 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.12-1
fd4e35e
- Update to the ActionPack 3.2.12.
fd4e35e
6224fab
* Wed Jan 09 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.11-1
6224fab
- Update to the ActionPack 3.2.11.
6224fab
194c6a2
* Thu Jan 03 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.10-1
194c6a2
- Update to the ActionPack 3.2.10.
194c6a2
179fcd0
* Sat Oct 13 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.8-2
179fcd0
- Relaxed Builder dependency.
179fcd0
d84fdb3
* Mon Aug 13 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.8-1
d84fdb3
- Update to the ActionPack 3.2.8.
d84fdb3
526b5fb
* Wed Aug 01 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.2.7-2
526b5fb
- Remove the unneded symlink used for tests in previous versions (RHBZ #840119).
526b5fb
e410ad6
* Mon Jul 30 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.7-1
e410ad6
- Update to the ActionPack 3.2.7.
e410ad6
fec4251
* Tue Jul 24 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.6-2
fec4251
- Fixed missing epoch in -doc subpackage.
fec4251
194c6a2
* Mon Jul 23 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.2.6-1
4d535e7
- Updated to the ActionPack 3.2.6.
4d535e7
- Remove Rake dependency.
4d535e7
- Introduce -doc subpackage.
4d535e7
- Relax sprockets dependency.
4d535e7
215cae1
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.15-2
215cae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
215cae1
903d3d5
* Fri Jun 15 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.15-1
903d3d5
- Updated to the ActionPack 3.0.15.
903d3d5
aa6ad28
* Fri Jun 01 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.13-1
aa6ad28
- Updated to the ActionPack 3.0.13.
aa6ad28
b67d4ee
* Fri Mar 16 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.0.11-3
b67d4ee
- The CVE patches names now contain the CVE id.
b67d4ee
be86fa3
* Tue Mar 06 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.0.11-2
be86fa3
- Fix for CVE-2012-1098.
be86fa3
- Fix for CVE-2012-1099.
be86fa3
270805a
* Tue Jan 31 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.0.11-1
270805a
- Rebuilt for Ruby 1.9.3.
270805a
- Updated to ActionPack 3.0.11.
270805a
132121e
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.10-2
132121e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
132121e
056f457
* Mon Aug 22 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.10-1
056f457
- Update to ActionPack 3.0.10
056f457
ffe9fad
* Mon Jul 04 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.9-1
ffe9fad
- Update to ActionPack 3.0.9
ffe9fad
b7b20f3
* Thu Jun 16 2011 Mo Morsi <mmorsi@redhat.com> - 1:3.0.5-3
b7b20f3
- Include fix for CVE-2011-2197
b7b20f3
6415f27
* Fri Jun 03 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.5-2
6415f27
- Removed regin and multimap dependencies. They were added into rack-mount
6415f27
  where they actually belongs.
6415f27
c4b9052
* Fri Mar 25 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.5-1
c4b9052
- Updated to ActionPack 3.0.5
c4b9052
eb9710a
* Wed Feb 16 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.3-4
eb9710a
- Relaxed erubis dependency
eb9710a
- Fixed build compatibility with RubyGems 1.5
eb9710a
e8b823b
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.3-3
e8b823b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e8b823b
8e33379
* Mon Feb 07 2011 Mohammed Morsi <mmorsi@redhat.com> - 1:3.0.3-2
8e33379
- changelog fixes
8e33379
27692c1
* Mon Jan 10 2011 Mohammed Morsi <mmorsi@redhat.com> - 1:3.0.3-1
27692c1
- Update to rails 3
e8b4c1a
8e33379
* Thu Aug 12 2010 Mohammed Morsi <mmorsi@redhat.com> - 1:2.3.8-2
8e33379
- Bumped actionpack rack dependency to version 1.1.0
8e33379
8e33379
* Mon Aug 09 2010 Mohammed Morsi <mmorsi@redhat.com> - 1:2.3.8-1
8e33379
- Update to 2.3.8
8e33379
c0987de
* Mon May 17 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:2.3.5-2
c0987de
- Set TMPDIR environment at %%check to make it sure all files created
c0987de
  during rpmbuild are cleaned up
c0987de
f073f4b
* Thu Jan 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:2.3.5-1
f073f4b
- Update to 2.3.5
f073f4b
a647a23
* Fri Jan  8 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:2.3.4-4
a647a23
- Workaround patch to fix for rack 1.1.0 dependency (bug 552972)
a647a23
a647a23
* Thu Dec 10 2009 David Lutterkort <lutter@redhat.com> - 1:2.3.4-3
a647a23
- Patch for CVE-2009-4214 (bz 542786)
a647a23
a0326c1
* Wed Oct  7 2009 David Lutterkort <lutter@redhat.com> - 1:2.3.4-2
a0326c1
- Bump Epoch to ensure upgrade path from F-11
a0326c1
db07e32
* Sun Sep 20 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.3.4-1
db07e32
- Update to 2.3.4 (bug 520843, CVE-2009-3009)
db07e32
- Fix tests
db07e32
6b00f91
* Sun Aug  2 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.3.3-1
6b00f91
- 2.3.3
6b00f91
- Enable test (some tests fail, please someone investigate!!)
6b00f91
9d6a323
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
9d6a323
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9d6a323
a923fd1
* Mon Mar 16 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 2.3.2-1
a923fd1
- New upstream version
a923fd1
6196891
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-2
6196891
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6196891
d324855
* Tue Dec 23 2008 David Lutterkort <lutter@redhat.com> - 2.2.2-1
d324855
- New version
d324855
23b1576
* Tue Sep 16 2008 David Lutterkort <dlutter@redhat.com> - 2.1.1-1
23b1576
- New version (fixes CVE-2008-4094)
23b1576
ad1a75b
* Thu Jul 31 2008 Michael Stahnke <stahnma@fedoraproject.org> - 2.1.0-1
ad1a75b
- New Upstream
23b1576
486c13f
* Tue Apr  8 2008 David Lutterkort <dlutter@redhat.com> - 2.0.2-2
486c13f
- Fix dependency
486c13f
d96bd35
* Mon Apr 07 2008 David Lutterkort <dlutter@redhat.com> - 2.0.2-1
d96bd35
- New version
d96bd35
7d84d5c
* Mon Dec 10 2007 David Lutterkort <dlutter@redhat.com> - 2.0.1-1
7d84d5c
- New version
7d84d5c
6f11774
* Thu Nov 29 2007 David Lutterkort <dlutter@redhat.com> - 1.13.6-1
6f11774
- New version
6f11774
194c6a2
* Tue Nov 13 2007 David Lutterkort <dlutter@redhat.com> - 1.13.5-2
6f11774
- Fix buildroot; mark docs in geminstdir cleanly
6f11774
6f11774
* Tue Oct 30 2007 David Lutterkort <dlutter@redhat.com> - 1.13.5-1
6f11774
- Initial package