diff --git a/libTMCG-1.3.12.tar.gz b/libTMCG-1.3.12.tar.gz deleted file mode 100644 index e618181..0000000 --- a/libTMCG-1.3.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7b375eb54aaec846b4b05d14f246c6f37308126557e3dd5614fed8a8f711531 -size 1058632 diff --git a/libTMCG-1.3.12.tar.gz.sig b/libTMCG-1.3.12.tar.gz.sig deleted file mode 100644 index 60bc830..0000000 --- a/libTMCG-1.3.12.tar.gz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWrEyfQAKCRBPWE64+yvh -T9AxAJ9/lKi4LWqg6XypUkZoRziAkDrUWQCgsLppXpMR7GYWJ+y0eyh6m6BdVmc= -=Qusw ------END PGP SIGNATURE----- diff --git a/libTMCG-1.3.13.tar.gz b/libTMCG-1.3.13.tar.gz new file mode 100644 index 0000000..8a561d7 --- /dev/null +++ b/libTMCG-1.3.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162e4bb8e7ff56fa0ff3b013ac41a2525772fbc13506951a067cdce4bc3080fa +size 1094057 diff --git a/libTMCG-1.3.13.tar.gz.sig b/libTMCG-1.3.13.tar.gz.sig new file mode 100644 index 0000000..66d9942 --- /dev/null +++ b/libTMCG-1.3.13.tar.gz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWy97SAAKCRBPWE64+yvh +T2u3AKCuK2Et60bLCYXw3IPlbmcuICU06QCfdcO4feINNIz8SgwHa/4ysskPcbM= +=ttj4 +-----END PGP SIGNATURE----- diff --git a/libTMCG.changes b/libTMCG.changes index 2c4a9ca..32f1d71 100644 --- a/libTMCG.changes +++ b/libTMCG.changes @@ -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 diff --git a/libTMCG.spec b/libTMCG.spec index afa4d3c..8228ebc 100644 --- a/libTMCG.spec +++ b/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 @@ -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