public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Crypt-PBKDF2] epel8: 0.160410 bump; Moose was replaced by Moo
@ 2026-06-24 13:39 Jitka Plesnikova
0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-06-24 13:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Crypt-PBKDF2
Branch : epel8
Commit : 2d5f8fb57dfcf8e59e0b7b293372adbc8a7a8795
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2016-03-23T12:34:56+01:00
Stats : +19/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Crypt-PBKDF2/c/2d5f8fb57dfcf8e59e0b7b293372adbc8a7a8795?branch=epel8
Log:
0.160410 bump; Moose was replaced by Moo
---
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 <jplesnik@redhat.com> - 0.160410
+- 0.160410 bump; Moose was replaced by Moo
+
* Thu Feb 04 2016 Fedora Release Engineering <releng@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 13:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 13:39 [rpms/perl-Crypt-PBKDF2] epel8: 0.160410 bump; Moose was replaced by Moo Jitka Plesnikova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox