File libtommath.changes of Package libtommath
-------------------------------------------------------------------
Mon Apr 22 09:09:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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)
-------------------------------------------------------------------
Wed Oct 18 11:11:53 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- 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.
-------------------------------------------------------------------
Wed Jun 28 15:07:14 UTC 2023 - Michal Kubecek <mkubecek@suse.cz>
- handle rpmlint warnings/errors:
* update rpmlintrc to address new Factory warnings
* make libtommath-examples noarch
* make shared library executable
-------------------------------------------------------------------
Wed Jun 28 14:53:06 UTC 2023 - Michal Kubecek <mkubecek@suse.cz>
- specfile style changes enforced by hard to avoid format_spec_file
service
-------------------------------------------------------------------
Wed Jun 28 12:58:35 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Add 546.patch: Fix possible integer overflow.
-------------------------------------------------------------------
Fri Mar 10 13:59:27 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
- Build AVX2 enabled hwcaps library for x86_64-v3
-------------------------------------------------------------------
Fri Nov 8 13:11:54 UTC 2019 - Michal Kubeček <mkubecek@suse.cz>
- update License tag in specfile (project relicensed to Unlicense
in upstream v1.1.0-rc1)
-------------------------------------------------------------------
Thu Oct 24 11:31:49 UTC 2019 - Michal Kubeček <mkubecek@suse.cz>
- 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
-------------------------------------------------------------------
Tue Jul 5 12:59:18 UTC 2016 - mpluskal@suse.com
- Run internal testsuite
- Simplify cleanup of unwanted files a bit
-------------------------------------------------------------------
Thu Apr 28 10:22:41 UTC 2016 - mkubecek@suse.cz
- 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
-------------------------------------------------------------------
Fri Apr 22 06:13:08 UTC 2016 - mkubecek@suse.cz
- 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
-------------------------------------------------------------------
Mon Oct 20 09:43:57 UTC 2014 - mkubecek@suse.cz
- libtommath0.spec: fix License tag to one from OBS list (WTFPL
is the license according to upstream web)
-------------------------------------------------------------------
Mon Jan 9 09:30:56 UTC 2012 - jengelh@medozas.de
- Remove redundant tags/sections (cf. specfile guidelines)
-------------------------------------------------------------------
Mon Jan 9 08:13:22 UTC 2012 - mkubecek@suse.cz
- add libtool to BuildRequires (needed for Factory)
- add trailing slash to URL
-------------------------------------------------------------------
Thu Aug 12 12:40:52 UTC 2010 - alexandre@exatati.com.br
- Update to 0.42.0;
- Spec file cleaned with spec-cleaner;
- Fixed doc permissions in spec file.