Accepting request 1193195 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1193195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trng?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2024-08-12 10:31:26 +00:00 committed by Git OBS Bridge
commit 0de90020c9
4 changed files with 16 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 22 11:56:18 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.26:
* Many changes, but no release notes.
- Disable builds for aarch64, ppc64*, test fails
(gh#rabauke/trng4#32).
-------------------------------------------------------------------
Fri Oct 20 13:43:52 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package trng
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%global shlib libtrng4-25
Name: trng
Version: 4.25
Version: 4.26
Release: 0
Summary: A Random Number Generator Library
License: BSD-3-Clause
@ -32,6 +32,8 @@ BuildRequires: libboost_headers-devel
BuildRequires: libboost_test-devel
BuildRequires: tbb-devel
BuildRequires: cmake(Catch2) < 3.0
# Fails at %%check: see https://github.com/rabauke/trng4/issues/32
ExcludeArch: aarch64 %{power64}
%description
TRNG is a pseudo random number generator C++ library.
@ -74,8 +76,7 @@ applications against TRNG.
%check
%ctest
%post -n %{shlib} -p /sbin/ldconfig
%postun -n %{shlib} -p /sbin/ldconfig
%ldconfig_scriptlets -n %{shlib}
%files -n %{shlib}
%license COPYING