forked from pool/libTMCG
Accepting request 618914 from home:kbabioch:branches:games
- Update to 1.3.13 - Lots of major improvements for undocumented OpenPGP interface - PRNG from Botan is used as additional source of randomness - SHA3 is emulated if runtime version of libgcrypt is too old - Applied spec-cleaner OBS-URL: https://build.opensuse.org/request/show/618914 OBS-URL: https://build.opensuse.org/package/show/games/libTMCG?expand=0&rev=13
This commit is contained in:
parent
012f762960
commit
12f60dad97
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7b375eb54aaec846b4b05d14f246c6f37308126557e3dd5614fed8a8f711531
|
||||
size 1058632
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWrEyfQAKCRBPWE64+yvh
|
||||
T9AxAJ9/lKi4LWqg6XypUkZoRziAkDrUWQCgsLppXpMR7GYWJ+y0eyh6m6BdVmc=
|
||||
=Qusw
|
||||
-----END PGP SIGNATURE-----
|
3
libTMCG-1.3.13.tar.gz
Normal file
3
libTMCG-1.3.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:162e4bb8e7ff56fa0ff3b013ac41a2525772fbc13506951a067cdce4bc3080fa
|
||||
size 1094057
|
6
libTMCG-1.3.13.tar.gz.sig
Normal file
6
libTMCG-1.3.13.tar.gz.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWy97SAAKCRBPWE64+yvh
|
||||
T2u3AKCuK2Et60bLCYXw3IPlbmcuICU06QCfdcO4feINNIz8SgwHa/4ysskPcbM=
|
||||
=ttj4
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 09:25:35 UTC 2018 - kbabioch@suse.com
|
||||
|
||||
- Update to 1.3.13
|
||||
- Lots of major improvements for undocumented OpenPGP interface
|
||||
- PRNG from Botan is used as additional source of randomness
|
||||
- SHA3 is emulated if runtime version of libgcrypt is too old
|
||||
- Applied spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 21 08:03:04 UTC 2018 - kbabioch@suse.com
|
||||
|
||||
|
16
libTMCG.spec
16
libTMCG.spec
@ -18,14 +18,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 12
|
||||
%define sover 13
|
||||
Name: libTMCG
|
||||
Version: 1.3.12
|
||||
Version: 1.3.13
|
||||
Release: 0
|
||||
Summary: C++ library for creating secure and fair online card games
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://www.nongnu.org/libtmcg/
|
||||
URL: https://www.nongnu.org/libtmcg/
|
||||
Source: https://download.savannah.gnu.org/releases/libtmcg/%{name}-%{version}.tar.gz
|
||||
Source2: https://download.savannah.gnu.org/releases/libtmcg/%{name}-%{version}.tar.gz.sig
|
||||
Source3: https://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=libtmcg&download=1#/%{name}.keyring
|
||||
@ -104,15 +104,17 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%files -n libTMCG%{sover}
|
||||
%doc AUTHORS BUGS ChangeLog COPYING NEWS PATENTS THANKS TODO README
|
||||
%license COPYING
|
||||
%doc AUTHORS BUGS ChangeLog NEWS PATENTS THANKS TODO README
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS BUGS ChangeLog COPYING NEWS PATENTS THANKS TODO README
|
||||
%doc AUTHORS BUGS ChangeLog NEWS PATENTS THANKS TODO README
|
||||
%license COPYING
|
||||
%{_bindir}/%{name}-config
|
||||
%{_libdir}/lib*.so
|
||||
%{_includedir}/*.h*
|
||||
%{_datadir}/aclocal/%{name}.m4
|
||||
%{_infodir}/%{name}.info%{ext_info}
|
||||
%{_infodir}/%{name}.info%{?ext_info}
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user