From 6c2487c2bfd0cd25edf5faa1aa290247558782e49af5faad8297078713213c26 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Fri, 26 May 2017 15:55:50 +0000 Subject: [PATCH] Accepting request 498505 from home:AndreasStieger:branches:games - update to 1.3.1: * VSSHE: added a simple variant of SetupGenerators_publiccoin() * DKG: use very strong randomness from libgcrypt (long term keys) * RFC4880: added implementation of Partial Body Lengths OBS-URL: https://build.opensuse.org/request/show/498505 OBS-URL: https://build.opensuse.org/package/show/games/libTMCG?expand=0&rev=2 --- libTMCG-1.3.0.tar.gz | 3 --- libTMCG-1.3.0.tar.gz.sig | 6 ------ libTMCG-1.3.1.tar.gz | 3 +++ libTMCG-1.3.1.tar.gz.sig | 6 ++++++ libTMCG.changes | 8 ++++++++ libTMCG.spec | 2 +- 6 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 libTMCG-1.3.0.tar.gz delete mode 100644 libTMCG-1.3.0.tar.gz.sig create mode 100644 libTMCG-1.3.1.tar.gz create mode 100644 libTMCG-1.3.1.tar.gz.sig diff --git a/libTMCG-1.3.0.tar.gz b/libTMCG-1.3.0.tar.gz deleted file mode 100644 index 9556080..0000000 --- a/libTMCG-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a88d88207ecc746e048ca71f7c911f4178e4c130c4bd163a3859614bd89e274 -size 1026182 diff --git a/libTMCG-1.3.0.tar.gz.sig b/libTMCG-1.3.0.tar.gz.sig deleted file mode 100644 index 4923131..0000000 --- a/libTMCG-1.3.0.tar.gz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWRdzCAAKCRBPWE64+yvh -T/HmAJ9A8Kb0HKWis0bDjjd9YGFDLOxIKACeLA8+0mlB/rDb9fz9+m5r7OUH9Rw= -=kwXo ------END PGP SIGNATURE----- diff --git a/libTMCG-1.3.1.tar.gz b/libTMCG-1.3.1.tar.gz new file mode 100644 index 0000000..5df730f --- /dev/null +++ b/libTMCG-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fc83407c3fd6aba305bf6cd24172fed499bf8f63e5c519d3a0291faa3183af +size 1028351 diff --git a/libTMCG-1.3.1.tar.gz.sig b/libTMCG-1.3.1.tar.gz.sig new file mode 100644 index 0000000..bff9959 --- /dev/null +++ b/libTMCG-1.3.1.tar.gz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR29zARMp0n2418P5dPWE64+yvhTwUCWSa/YAAKCRBPWE64+yvh +TwFRAJ0cO/nl/FD1YZlCHtSV6O4ivH9PYQCcDUQMFp3d+YSwDU3U8c9uqOe7Zhg= +=y48Y +-----END PGP SIGNATURE----- diff --git a/libTMCG.changes b/libTMCG.changes index a6906dc..0284364 100644 --- a/libTMCG.changes +++ b/libTMCG.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 26 15:54:37 UTC 2017 - astieger@suse.com + +- update to 1.3.1: + * VSSHE: added a simple variant of SetupGenerators_publiccoin() + * DKG: use very strong randomness from libgcrypt (long term keys) + * RFC4880: added implementation of Partial Body Lengths + ------------------------------------------------------------------- Wed May 17 20:08:23 UTC 2017 - astieger@suse.com diff --git a/libTMCG.spec b/libTMCG.spec index 09d54e1..9c2b794 100644 --- a/libTMCG.spec +++ b/libTMCG.spec @@ -20,7 +20,7 @@ %define sover 5 Name: libTMCG -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: C++ library for creating secure and fair online card games License: GPL-2.0+