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:
commit
0de90020c9
@ -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
3
trng-4.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6646d911862edb5a35e1a633b2ebbe8b5e66a4147d1c075f35d18f49467a864
|
||||||
|
size 1508928
|
@ -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>
|
Fri Oct 20 13:43:52 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package trng
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%global shlib libtrng4-25
|
%global shlib libtrng4-25
|
||||||
Name: trng
|
Name: trng
|
||||||
Version: 4.25
|
Version: 4.26
|
||||||
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,6 +32,8 @@ 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.
|
||||||
@ -74,8 +76,7 @@ applications against TRNG.
|
|||||||
%check
|
%check
|
||||||
%ctest
|
%ctest
|
||||||
|
|
||||||
%post -n %{shlib} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %{shlib}
|
||||||
%postun -n %{shlib} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %{shlib}
|
%files -n %{shlib}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user