forked from pool/perl-CryptX
Accepting request 872762 from devel:languages:perl:autoupdate
- updated to 0.070
see /usr/share/doc/packages/perl-CryptX/Changes
0.070 2021-02-12
- fix #66 remove -flto=auto (Makefile.PL)
- fix #65 typo in docs (lib/Crypt/Cipher.pm)
- bundled libtomcrypt update branch:develop (commit:910d6252 2021-01-19)
OBS-URL: https://build.opensuse.org/request/show/872762
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CryptX?expand=0&rev=32
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b5503a35046a973174234a823dba63403b080957c4a370d60d66aa7c7587d850
|
|
||||||
size 1644304
|
|
||||||
3
CryptX-0.070.tar.gz
Normal file
3
CryptX-0.070.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f3a22c9035b4aaf96bb931dd57d6e431990d29c5f55dde949a54b6e65e9450e
|
||||||
|
size 1646020
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 13 03:06:21 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.070
|
||||||
|
see /usr/share/doc/packages/perl-CryptX/Changes
|
||||||
|
|
||||||
|
0.070 2021-02-12
|
||||||
|
- fix #66 remove -flto=auto (Makefile.PL)
|
||||||
|
- fix #65 typo in docs (lib/Crypt/Cipher.pm)
|
||||||
|
- bundled libtomcrypt update branch:develop (commit:910d6252 2021-01-19)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 26 03:07:55 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Wed Aug 26 03:07:55 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-CryptX
|
# spec file for package perl-CryptX
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,17 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-CryptX
|
|
||||||
Version: 0.069
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name CryptX
|
%define cpan_name CryptX
|
||||||
|
Name: perl-CryptX
|
||||||
|
Version: 0.070
|
||||||
|
Release: 0
|
||||||
Summary: Cryptographic toolkit
|
Summary: Cryptographic toolkit
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIK/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIK/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -109,11 +107,11 @@ Crypt::KeyDerivation
|
|||||||
Crypt::Misc
|
Crypt::Misc
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -124,7 +122,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README.md
|
%doc Changes README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user