Accepting request 1206445 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1206445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trng?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-10-09 20:13:04 +00:00 committed by Git OBS Bridge
commit 567d1608d1
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6646d911862edb5a35e1a633b2ebbe8b5e66a4147d1c075f35d18f49467a864
size 1508928

3
trng-4.27.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d04cc66b7163c869c061c1155e47fe6d54d9a7f1c1fcc0fddecb9269b66a3de
size 1509117

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 7 21:50:10 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.27:
* Fix "type struct uint128 violates the C++ One Definition
Rule" warning
- Update shared lib name in keeping with upstream so version bump.
- Re-enable builds on aarch64, ppc64*.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 22 11:56:18 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com> Mon Jul 22 11:56:18 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -16,9 +16,9 @@
# #
%global shlib libtrng4-25 %global shlib libtrng4-27
Name: trng Name: trng
Version: 4.26 Version: 4.27
Release: 0 Release: 0
Summary: A Random Number Generator Library Summary: A Random Number Generator Library
License: BSD-3-Clause License: BSD-3-Clause
@ -32,8 +32,6 @@ BuildRequires: libboost_headers-devel
BuildRequires: libboost_test-devel BuildRequires: libboost_test-devel
BuildRequires: tbb-devel BuildRequires: tbb-devel
BuildRequires: cmake(Catch2) < 3.0 BuildRequires: cmake(Catch2) < 3.0
# Fails at %%check: see https://github.com/rabauke/trng4/issues/32
ExcludeArch: aarch64 %{power64}
%description %description
TRNG is a pseudo random number generator C++ library. TRNG is a pseudo random number generator C++ library.