public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Crypt-PBKDF2] epel8: 0.160410 bump; Moose was replaced by Moo
Date: Wed, 24 Jun 2026 13:39:38 GMT	[thread overview]
Message-ID: <178230837821.1.12035902555604322021.rpms-perl-Crypt-PBKDF2-2d5f8fb57dfc@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-24 13:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178230837821.1.12035902555604322021.rpms-perl-Crypt-PBKDF2-2d5f8fb57dfc@fedoraproject.org \
    --to=jplesnik@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox