SHA256
8
0
forked from pool/perl-CryptX

Accepting request 442506 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/442506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CryptX?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2016-11-29 07:16:41 +00:00
committed by Git OBS Bridge
parent b8f498cdc2
commit ee703efd7d
4 changed files with 23 additions and 4 deletions

View File

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

3
CryptX-0.044.tar.gz Normal file
View File

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

View File

@@ -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

View File

@@ -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}"