Accepting request 884587 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/884587 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-Rijndael?expand=0&rev=17
This commit is contained in:
commit
1a2deeaa84
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a0989b55990d7905d1b5bf524cd8b46aadc0de778414d4ca8d406aa2aa594163
|
|
||||||
size 71407
|
|
BIN
Crypt-Rijndael-1.16.tar.gz
(Stored with Git LFS)
Normal file
BIN
Crypt-Rijndael-1.16.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 2 03:06:16 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.16
|
||||||
|
see /usr/share/doc/packages/perl-Crypt-Rijndael/Changes
|
||||||
|
|
||||||
|
1.16 - 2021-04-01
|
||||||
|
* Add non-blocksized encoding support to streaming modes
|
||||||
|
* Explicitly use downgraded strings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 11 03:07:15 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Sun Oct 11 03:07:15 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Crypt-Rijndael
|
# spec file for package perl-Crypt-Rijndael
|
||||||
#
|
#
|
||||||
# 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,18 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define cpan_name Crypt-Rijndael
|
||||||
Name: perl-Crypt-Rijndael
|
Name: perl-Crypt-Rijndael
|
||||||
Version: 1.15
|
Version: 1.16
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: SUSE-Public-Domain
|
#Upstream: SUSE-Public-Domain
|
||||||
%define cpan_name Crypt-Rijndael
|
|
||||||
Summary: Crypt::CBC compliant Rijndael encryption module
|
Summary: Crypt::CBC compliant Rijndael encryption module
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
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/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{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}
|
||||||
@ -76,11 +74,11 @@ bytes), otherwise this function will croak. Apart from that, it can be of
|
|||||||
Decrypts '$data'.
|
Decrypts '$data'.
|
||||||
|
|
||||||
%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
|
||||||
@ -91,7 +89,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes NEWS README
|
%doc Changes NEWS README
|
||||||
%license COPYING LICENSE
|
%license COPYING LICENSE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user