SHA256
1
0
forked from pool/libTMCG

Accepting request 564429 from home:AndreasStieger:branches:games

- update to 1.3.9:
  * fix two minor bugs in the OpenPGP implementation
- includes changes from 1.3.8:
  * The S2K count for OpenPGP private key encryption has been
    increased to a reasonable value
- includes changes from 1.3.7, 1.3.6, 1.3.5:
  * minor bug fixes
- includes changes from 1.3.4:
  * DKG tools removed, deparate project DKGPG
- includes changes from 1.3.3:

OBS-URL: https://build.opensuse.org/request/show/564429
OBS-URL: https://build.opensuse.org/package/show/games/libTMCG?expand=0&rev=4
This commit is contained in:
2018-01-14 21:00:30 +00:00
committed by Git OBS Bridge
parent 023be678b4
commit e70ac3d82e
6 changed files with 22 additions and 26 deletions

View File

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

View File

@@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWfYLyQAKCRBPWE64+yvh
T6RfAJwL/ZqtD16dFgSfvMPbMtfOxUHrAgCeKUqF7eRkzQ5OyMifUVodYOBH+sQ=
=RQWo
-----END PGP SIGNATURE-----

3
libTMCG-1.3.9.tar.gz Normal file
View File

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

6
libTMCG-1.3.9.tar.gz.sig Normal file
View File

@@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWj4OlQAKCRBPWE64+yvh
T+o9AJ4nLgV3xMGDM9oF/2sC6Bv2WnGmMgCdGf2p3k4TJzXegCKuElsb9GtsHvg=
=cmGv
-----END PGP SIGNATURE-----

View File

@@ -1,7 +1,16 @@
-------------------------------------------------------------------
Sun Jan 14 20:45:13 UTC 2018 - astieger@suse.com
Sun Jan 14 20:56:24 UTC 2018 - astieger@suse.com
- update to 1.3.3:
- update to 1.3.9:
* fix two minor bugs in the OpenPGP implementation
- includes changes from 1.3.8:
* The S2K count for OpenPGP private key encryption has been
increased to a reasonable value
- includes changes from 1.3.7, 1.3.6, 1.3.5:
* minor bug fixes
- includes changes from 1.3.4:
* DKG tools removed, deparate project DKGPG
- includes changes from 1.3.3:
* Small enhancements for DKG tools
- includes changes from 1.3.2:
* Major improvements for distributed key generation (DKG) and

View File

@@ -18,9 +18,9 @@
#
%define sover 6
%define sover 9
Name: libTMCG
Version: 1.3.3
Version: 1.3.9
Release: 0
Summary: C++ library for creating secure and fair online card games
License: GPL-2.0+
@@ -107,14 +107,6 @@ Requires(preun): %{install_info_prereq}
%description devel
Libraries, includes etc to develop with the libTMCG library.
%package utils
Summary: Utilities from the TMCG libraries
Group: Productivity/Security
%description utils
Utilities from the TMCG library, including experimental tools for
distributed key generation.
%prep
%setup -q
@@ -148,9 +140,4 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_datadir}/aclocal/%{name}.m4
%{_infodir}/%{name}.info%{ext_info}
%files utils
%doc AUTHORS BUGS ChangeLog COPYING NEWS PATENTS THANKS TODO README
%{_bindir}/dkg-*
%{_mandir}/man1/dkg-*.1%{ext_man}
%changelog