Compare commits

...

8 Commits

Author SHA1 Message Date
Thomas Moschny 0240c23bb4 Merge branch 'master' into epel7 2017-10-02 19:36:18 +02:00
Thomas Moschny 059fa3478a Merge branch 'master' into epel7 2017-08-13 17:30:05 +02:00
Thomas Moschny 07c6ea844e Merge branch 'master' into epel7 2016-12-12 12:09:04 +01:00
Thomas Moschny 3da1a98ff8 Merge branch 'master' into epel7 2016-04-29 20:56:38 +02:00
Thomas Moschny 610e7c81c9 Merge branch 'master' into epel7 2016-02-08 19:09:07 +01:00
Thomas Moschny 8f960bd638 Merge branch 'master' into epel7 2015-02-26 18:32:31 +01:00
Thomas Moschny f47d9511a5 Update to 1.10.8, based on the current rawhide spec file, also containing these changes:
- Added ppc64le arch support (Brent Baude <baude@us.ibm.com>)
  - Added AArch64 arch support (Marcin Juszkiewicz
    <mjuszkiewicz@redhat.com>, Peter Robinson <pbrobinson@gmail.com>)
  - Re-enable IDEA (rhbz#1003052) and SRP-6 Modernize spec file New
  - -doc subpackage containing HTML documentation Package Python
  - binding
2014-06-04 18:55:56 +02:00
Thomas Moschny e49d368d5d Add patch to fix prime testing. 2014-05-10 16:16:59 +02:00
1 changed files with 19 additions and 64 deletions

View File

@ -129,6 +129,7 @@ interfaces may change in the future.
# These tests will fail.
rm -rf checks/ec_tests.cpp
%build
# we have the necessary prerequisites, so enable optional modules
%global enable_modules bzip2,zlib,openssl
@ -317,72 +318,26 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
- Mark license.txt with %%license.
- Change %%define -> %%global.
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.9-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Thu Feb 26 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.9-4
- Update to 1.10.9, based on the current rawhide spec file, also
containing these changes:
- Re-enable cleared ECC (spot@fedoraproject.org)
- Disable gmp engine (rhbz#1116406)
- Use _pkgdocdir
* Thu Jan 14 2016 Jonathan Wakely <jwakely@redhat.com> - 1.10.9-9
- Rebuilt for Boost 1.60
* Wed Jun 4 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.8-5
- Update to 1.10.8, based on the current rawhide spec file, also
containing these changes:
- Added ppc64le arch support (Brent Baude <baude@us.ibm.com>)
- Added AArch64 arch support (Marcin Juszkiewicz
<mjuszkiewicz@redhat.com>, Peter Robinson <pbrobinson@gmail.com>)
- Re-enable IDEA (rhbz#1003052) and SRP-6
- Modernize spec file
- New-doc subpackage containing HTML documentation
- Package Python binding
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.10.9-8
- Rebuilt for Boost 1.59
* Fri Jul 24 2015 David Tardon <dtardon@redhat.com> - 1.10.9-7
- rebuild for Boost 1.58
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.9-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Thu Apr 23 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.9-5
- Rebuild for gcc5.
* Fri Feb 6 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.9-4
- Re-enable cleared ECC. Patch by Tom Callaway <spot@fedoraproject.org>.
* Thu Feb 5 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.9-3
- Disable gmp engine (see bug 1116406).
- Use _pkgdocdir.
* Thu Feb 5 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.9-2
- Remove workaround for bug 1186014.
* Sat Jan 31 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.9-1
- Update to 1.10.9.
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.8-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.8-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat May 31 2014 Björn Esser <bjoern.esser@gmail.com> - 1.10.8-5
- rebuild for boost 1.55.0 (libboost_python.so.1.55.0)
* Sun May 25 2014 Brent Baude <baude@us.ibm.com> - 1.10.8-4
- Added ppc64le arch support
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 1.10.8-3
- rebuild for boost 1.55.0
* Mon May 12 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.10.8-2
- Added AArch64 architecture support
* Sat May 10 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.8-1
- Update to 1.10.8.
* Tue Sep 3 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.5-4
- Re-enable IDEA (rhbz#1003052) and SRP-6.
* Sat Jul 27 2013 Petr Machata <pmachata@redhat.com> - 1.10.5-3
- Rebuild for boost 1.54.0
* Fri Jul 26 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.5-2
- Rename the subpackage for the Python binding.
* Fri Jul 26 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.5-1
- Update to 1.10.5.
- Modernize spec file.
- New -doc subpackage containing HTML documentation.
- Package Python binding.
* Sat May 10 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.14-3
- Add patch to fix prime testing.
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild