| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to 1.3.0: * Deprecate more APIs which are replaced in develop * Add support for CMake (PR #573) * Add support for GitHub Actions (PR #573)
- Update to version 1.2.1 (bsc#1214927, CVE-2023-36328):
+ Bugfix release because of potential integer overflow (
CVE-2023-36328).
- Drop 546.patch: fixed upstream.
- Update libtommath.keyring to contain gpg key
7B24BC73AFEEFA69A5BDE9C53FAA94B3BD9016D9.
- handle rpmlint warnings/errors: * update rpmlintrc to address new Factory warnings * make libtommath-examples noarch * make shared library executable
- specfile style changes enforced by hard to avoid format_spec_file service
- Add 546.patch: Fix possible integer overflow.
- Build AVX2 enabled hwcaps library for x86_64-v3
- update License tag in specfile (project relicensed to Unlicense in upstream v1.1.0-rc1)
- upgrade to version 1.2.0
* API refactoring, some functions marked as deprecated
* functions returning a value marked with "warn on unused result"
* FIPS 186.4 complient prime checking
* two's complement functions and mp_{set,get}_double()
* mp_rand() has multiple native random provider implementations
* add mp_decr(), mp_incr() and mp_log_u32()
* various improvements
* provide pkgconfig file
- adjust build and install section to match upstream changes
- Run internal testsuite - Simplify cleanup of unwanted files a bit
- more specfile cleanup
* use one line version of post/postun scriptlets; less readable
but preferred by Factory maintainers
* remove info about author from description (requested by Factory
maintainers)
* more pointless changes requested by spec-cleaner
* copy general info about TomMath to subpackages
- upgrade to version 1.0 * new functions * performance improvements * fix build issues for Linux x32 ABI - better conform to shared library packaging guidelines - some more specfile cleanup - add tarball signature - add baselibs.conf - add provides/obsoletes for clean upgrade - libtommath0-makefile.shared.patch: removed (fixed in upstream) - explicitly set doc permissions to fix build on SLE11
- libtommath0.spec: fix License tag to one from OBS list (WTFPL is the license according to upstream web)
- Remove redundant tags/sections (cf. specfile guidelines)
- add libtool to BuildRequires (needed for Factory) - add trailing slash to URL
- Update to 0.42.0; - Spec file cleaned with spec-cleaner; - Fixed doc permissions in spec file.