commit 8759b4dda6c488e7c93d1557509acbf7feb2b77e Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Fri Jul 19 09:23:44 2013 +0200 2.12_001 bump .gitignore | 1 + perl-Crypt-Blowfish.spec | 21 +++++++++++++++------ sources | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) --- diff --git a/.gitignore b/.gitignore index d8475b6..3f89a78 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Crypt-Blowfish-2.10.tar.gz +/Crypt-Blowfish-2.12_001.tar.gz diff --git a/perl-Crypt-Blowfish.spec b/perl-Crypt-Blowfish.spec index 6b5c501..5c3c1af 100644 --- a/perl-Crypt-Blowfish.spec +++ b/perl-Crypt-Blowfish.spec @@ -1,23 +1,29 @@ +%global cpan_version 2.12_001 + Summary: XS Blowfish implementation for Perl Name: perl-Crypt-Blowfish -Version: 2.10 -Release: 18%{?dist} +Version: %(echo '%{cpan_version}' | tr _ .) +Release: 1%{?dist} License: Copyright only Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-Blowfish/ -Source0: http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAVIDO/Crypt-Blowfish-%{cpan_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Carp) # Recommended: Requires: perl(Crypt::CBC) +BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) # Runt-time: BuildRequires: perl(Carp) BuildRequires: perl(DynaLoader) BuildRequires: perl(Exporter) +BuildRequires: perl(strict) +BuildRequires: perl(vars) # Tests: -BuildRequires: perl(Crypt::CBC) +BuildRequires: perl(Benchmark) +# Optional tests: +BuildRequires: perl(Crypt::CBC) >= 1.22 %description Crypt::Blowfish is an XS-based implementation of the Blowfish @@ -26,7 +32,7 @@ take full advantage of Crypt::CBC when desired. Blowfish keys may be up to 448 bits (56 bytes) long. %prep -%setup -q -n Crypt-Blowfish-%{version} +%setup -q -n Crypt-Blowfish-%{cpan_version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -54,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Jul 19 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 2.12.001-1 +- 2.12_001 bump + * Thu Jul 18 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 2.10-18 - Perl 5.18 rebuild diff --git a/sources b/sources index bf64663..ad3a427 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15b53308df3b29a62a9f2f718aace19a Crypt-Blowfish-2.10.tar.gz +7789bf6dbe44661efa7fdaf522b9603e Crypt-Blowfish-2.12_001.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel