SHA256
1
0
forked from pool/libTMCG

Accepting request 619128 from games

libTMCG 1.3.13

OBS-URL: https://build.opensuse.org/request/show/619128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libTMCG?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-06-29 20:34:26 +00:00 committed by Git OBS Bridge
commit 1125f04ff5
6 changed files with 33 additions and 17 deletions

View File

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

View File

@ -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
View File

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

View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWy97SAAKCRBPWE64+yvh
T2u3AKCuK2Et60bLCYXw3IPlbmcuICU06QCfdcO4feINNIz8SgwHa/4ysskPcbM=
=ttj4
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jun 26 06:00:26 UTC 2018 - antoine.belvire@opensuse.org
- Fix install-info usage.
-------------------------------------------------------------------
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

View File

@ -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
@ -100,19 +100,21 @@ find %{buildroot} -type f -name "*.la" -delete -print
%post devel
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%postun devel
%preun devel
%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