diff --git a/CryptX-0.042.tar.gz b/CryptX-0.042.tar.gz deleted file mode 100644 index 4028c0f..0000000 --- a/CryptX-0.042.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:181e15e8f6f08a8a755ade6c08170210d72b36097f9f1f8a4e394a746416255b -size 1200012 diff --git a/CryptX-0.044.tar.gz b/CryptX-0.044.tar.gz new file mode 100644 index 0000000..e263097 --- /dev/null +++ b/CryptX-0.044.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e5e6bd7b90af24c7e730751fec7b10d8e22ef4380d527bda242dee7dd20443 +size 1201145 diff --git a/perl-CryptX.changes b/perl-CryptX.changes index a3e5061..648502b 100644 --- a/perl-CryptX.changes +++ b/perl-CryptX.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Nov 29 06:17:38 UTC 2016 - coolo@suse.com + +- updated to 0.044 + see /usr/share/doc/packages/perl-CryptX/Changes + + 0.044 2016/11/28 + - fix #27 Math::BigInt::LTM compatibility with older Math::BigInt + +------------------------------------------------------------------- +Mon Nov 28 06:16:29 UTC 2016 - coolo@suse.com + +- updated to 0.043 + see /usr/share/doc/packages/perl-CryptX/Changes + + 0.043 2016/11/27 + - fix #26 Math::BigInt::LTM compatibility with Math::BigInt 1.999801+ + ------------------------------------------------------------------- Sun Nov 13 06:15:22 UTC 2016 - coolo@suse.com diff --git a/perl-CryptX.spec b/perl-CryptX.spec index 1201087..90cf963 100644 --- a/perl-CryptX.spec +++ b/perl-CryptX.spec @@ -17,7 +17,7 @@ Name: perl-CryptX -Version: 0.042 +Version: 0.044 Release: 0 %define cpan_name CryptX Summary: Crypto toolkit (self-contained no external libraries needed) @@ -87,6 +87,7 @@ Crypt::KeyDerivation %prep %setup -q -n %{cpan_name}-%{version} +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"