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:
Dominique Leuenberger 2021-04-15 14:56:58 +00:00 committed by Git OBS Bridge
commit 1a2deeaa84
4 changed files with 18 additions and 11 deletions

View File

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

Binary file not shown.

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -16,18 +16,16 @@
#
%define cpan_name Crypt-Rijndael
Name: perl-Crypt-Rijndael
Version: 1.15
Version: 1.16
Release: 0
#Upstream: SUSE-Public-Domain
%define cpan_name Crypt-Rijndael
Summary: Crypt::CBC compliant Rijndael encryption module
License: LGPL-3.0-only
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
@ -76,11 +74,11 @@ bytes), otherwise this function will croak. Apart from that, it can be of
Decrypts '$data'.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%make_build
%check
make test
@ -91,7 +89,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes NEWS README
%license COPYING LICENSE