Package Release Info

libtommath-1.3.0-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libtommath-devel
libtommath-examples
libtommath1
libtommath1-x86-64-v3

Change Logs

* Mon Apr 22 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 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 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 2023 Michal Kubecek <mkubecek@suse.cz>
- specfile style changes enforced by hard to avoid format_spec_file
  service
* Wed Jun 28 2023 Dominique Leuenberger <dimstar@opensuse.org>
- Add 546.patch: Fix possible integer overflow.
* Fri Mar 10 2023 Martin Pluskal <mpluskal@suse.com>
- Build AVX2 enabled hwcaps library for x86_64-v3
* Fri Nov 08 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 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
Version: 1.0-bp150.2.2
* Tue Jul 05 2016 mpluskal@suse.com
- Run internal testsuite
- Simplify cleanup of unwanted files a bit
* Thu Apr 28 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 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 2014 mkubecek@suse.cz
- libtommath0.spec: fix License tag to one from OBS list (WTFPL
  is the license according to upstream web)
* Mon Jan 09 2012 jengelh@medozas.de
- Remove redundant tags/sections (cf. specfile guidelines)
* Mon Jan 09 2012 mkubecek@suse.cz
- add libtool to BuildRequires (needed for Factory)
- add trailing slash to URL
* Thu Aug 12 2010 alexandre@exatati.com.br
- Update to 0.42.0;
- Spec file cleaned with spec-cleaner;
- Fixed doc permissions in spec file.