From 2d5f8fb57dfcf8e59e0b7b293372adbc8a7a8795 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Wed, 23 Mar 2016 12:34:56 +0100
Subject: 0.160410 bump; Moose was replaced by Moo

---
 .gitignore             |  1 +
 perl-Crypt-PBKDF2.spec | 25 +++++++++++++++++--------
 sources                |  2 +-
 3 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index b706fb1..d81b32e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Crypt-PBKDF2-0.140890.tar.gz
 /Crypt-PBKDF2-0.142390.tar.gz
 /Crypt-PBKDF2-0.150900.tar.gz
+/Crypt-PBKDF2-0.160410.tar.gz
diff --git a/perl-Crypt-PBKDF2.spec b/perl-Crypt-PBKDF2.spec
index e4a42f6..54c790f 100644
--- a/perl-Crypt-PBKDF2.spec
+++ b/perl-Crypt-PBKDF2.spec
@@ -1,31 +1,36 @@
 Name:           perl-Crypt-PBKDF2
-Version:        0.150900
-Release:        4%{?dist}
+Version:        0.160410
+Release:        1%{?dist}
 Summary:        PBKDF2 password hashing algorithm
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-PBKDF2/
 Source0:        
http://www.cpan.org/modules/by-module/Crypt/Crypt-PBKDF2-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Digest) >= 1.16
 BuildRequires:  perl(Digest::HMAC) >= 1.01
 BuildRequires:  perl(Digest::SHA)
-BuildRequires:  perl(Digest::SHA3)
+BuildRequires:  perl(Digest::SHA3) >= 0.22
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Module::Runtime)
-BuildRequires:  perl(Moose) >= 1
-BuildRequires:  perl(Moose::Role)
-BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(Moo) >= 2
+BuildRequires:  perl(Moo::Role) >= 2
 BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(strictures) >= 2
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Try::Tiny) >= 0.04
+BuildRequires:  perl(Type::Tiny)
+BuildRequires:  perl(Types::Standard)
 BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -49,7 +54,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -57,11 +62,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 23 2016 Jitka Plesnikova <jples...@redhat.com> - 0.160410
+- 0.160410 bump; Moose was replaced by Moo
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.150900-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index da6e8b2..76f74ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b616ad383b5d9ea9bb8bde4ea0602f71  Crypt-PBKDF2-0.150900.tar.gz
+326bc844f06539f4ea91ee8e6409ce93  Crypt-PBKDF2-0.160410.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Crypt-PBKDF2.git/commit/?h=master&id=2d5f8fb57dfcf8e59e0b7b293372adbc8a7a8795
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to