diff --git a/CryptX-0.062.tar.gz b/CryptX-0.062.tar.gz deleted file mode 100644 index 09a912b..0000000 --- a/CryptX-0.062.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:026db0c97284fddcb01f2aff7197c3c2d73a0a5a004289a782c7158d41295543 -size 1600185 diff --git a/CryptX-0.063.tar.gz b/CryptX-0.063.tar.gz new file mode 100644 index 0000000..72505fb --- /dev/null +++ b/CryptX-0.063.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfc672e0e56d56cf849caf0b929ed94f87cb4e6be5c20757ca3d3dbe5569595 +size 1602823 diff --git a/perl-CryptX.changes b/perl-CryptX.changes index 0219c06..a3e37df 100644 --- a/perl-CryptX.changes +++ b/perl-CryptX.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 6 15:30:04 UTC 2018 - Stephan Kulow + +- updated to 0.063 + see /usr/share/doc/packages/perl-CryptX/Changes + + 0.063 2018-11-28 + - proper patch for #46 (related to Math::BigInt::LTM) + ------------------------------------------------------------------- Thu Nov 8 06:10:28 UTC 2018 - Stephan Kulow diff --git a/perl-CryptX.spec b/perl-CryptX.spec index f64e40f..ab82630 100644 --- a/perl-CryptX.spec +++ b/perl-CryptX.spec @@ -17,7 +17,7 @@ Name: perl-CryptX -Version: 0.062 +Version: 0.063 Release: 0 %define cpan_name CryptX Summary: Cryptographic toolkit (self-contained, no external libraries needed) @@ -113,10 +113,10 @@ Crypt::Misc %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install