diff --git a/.gitignore b/.gitignore index 322854c..370dc97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Crypt-Twofish-2.14.tar.gz /Crypt-Twofish-2.15.tar.gz +/Crypt-Twofish-2.17.tar.gz diff --git a/perl-Crypt-Twofish.spec b/perl-Crypt-Twofish.spec index 68556f4..e2fce76 100644 --- a/perl-Crypt-Twofish.spec +++ b/perl-Crypt-Twofish.spec @@ -1,14 +1,26 @@ Name: perl-Crypt-Twofish -Version: 2.15 -Release: 3%{?dist} +Version: 2.17 +Release: 1%{?dist} Summary: Twofish Encryption Algorithm License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Twofish/ Source0: http://www.cpan.org/authors/id/A/AM/AMS/Crypt-Twofish-%{version}.tar.gz +BuildRequires: perl +BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) +# Run-time: +BuildRequires: perl(Carp) BuildRequires: perl(Crypt::CBC) +BuildRequires: perl(DynaLoader) +BuildRequires: perl(strict) +BuildRequires: perl(vars) +# Tests: +BuildRequires: perl(Benchmark) +BuildRequires: perl(Test) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Crypt::CBC) %{?perl_default_filter} @@ -43,6 +55,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Jul 18 2013 Petr Pisar - 2.17-1 +- 2.17 bump + * Thu Jul 18 2013 Petr Pisar - 2.15-3 - Perl 5.18 rebuild diff --git a/sources b/sources index 1af65c7..c73208e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a4a9c1eccc622a31af58bddb2e7bd31 Crypt-Twofish-2.15.tar.gz +bb6e7ec9ff6db6aea27dce7175a852e2 Crypt-Twofish-2.17.tar.gz