public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Emmanuel Seyman <emmanuel@seyman.fr>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Text-Password-Pronounceable] rawhide: Update to 0.31 and other changes
Date: Sun, 30 Aug 2026 00:36:20 GMT [thread overview]
Message-ID: <178805018032.1.17411264286776104880.rpms-perl-Text-Password-Pronounceable-1bbd3ab9b1f9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Text-Password-Pronounceable
Branch : rawhide
Commit : 1bbd3ab9b1f9c01dea359e97313b8c35d1d3ceea
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date : 2026-08-30T02:36:13+02:00
Stats : +23/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Text-Password-Pronounceable/c/1bbd3ab9b1f9c01dea359e97313b8c35d1d3ceea?branch=rawhide
Log:
Update to 0.31 and other changes
---
diff --git a/.gitignore b/.gitignore
index d319fa0..782165b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
Text-Password-Pronounceable-0.28.tar.gz
/Text-Password-Pronounceable-0.30.tar.gz
+/Text-Password-Pronounceable-0.31.tar.gz
diff --git a/perl-Text-Password-Pronounceable.spec b/perl-Text-Password-Pronounceable.spec
index 1d641b8..58605e4 100644
--- a/perl-Text-Password-Pronounceable.spec
+++ b/perl-Text-Password-Pronounceable.spec
@@ -1,9 +1,9 @@
Name: perl-Text-Password-Pronounceable
-Version: 0.30
-Release: 41%{?dist}
-License: Artistic-1.0-Perl
+Version: 0.31
+Release: 1%{?dist}
+License: GPL-1.0-or-later OR Artistic-1.0-Perl
Summary: Generate pronounceable passwords
-Source0: https://cpan.metacpan.org/authors/id/T/TS/TSIBLEY/Text-Password-Pronounceable-%{version}.tar.gz
+Source0: https://cpan.metacpan.org/authors/id/B/BP/BPS/Text-Password-Pronounceable-%{version}.tar.gz
Url: https://metacpan.org/release/Text-Password-Pronounceable
BuildArch: noarch
BuildRequires: coreutils
@@ -11,11 +11,17 @@ BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl(inc::Module::Install)
+BuildRequires: perl(Module::Install::Base)
+BuildRequires: perl(Module::Install::Can)
+BuildRequires: perl(Module::Install::Fetch)
+BuildRequires: perl(Module::Install::Makefile)
BuildRequires: perl(Module::Install::Metadata)
+BuildRequires: perl(Module::Install::ReadmeFromPod)
BuildRequires: perl(Module::Install::WriteAll)
BuildRequires: sed
# Run-time:
BuildRequires: perl(Carp)
+BuildRequires: perl(Crypt::URandom) >= 0.55
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Tests:
@@ -35,22 +41,27 @@ rm -r ./inc/*
sed -i -e '/^inc\//d' MANIFEST
%build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
%install
-make pure_install DESTDIR=%{buildroot}
+%{make_install}
%{_fixperms} %{buildroot}/*
%check
-make test
+%{make_build} test
%files
%doc CHANGES README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/Text*
+%{_mandir}/man3/Text*.3*
%changelog
+* Sun Aug 30 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 0.31-1
+- Update to 0.31
+- Use %%{make_build} and %%{make_install} where appropriate
+- Fix incorrect License value
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 6a94f33..acfe074 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Text-Password-Pronounceable-0.30.tar.gz) = a591073afa9002ecd098d3b6acdc35656e5b10df63eed4a4f6a1df5dbfc9b990c65937d7297b3bd0e7428f97969250a98ee20f2420a45b08a00e287bb200a601
+SHA512 (Text-Password-Pronounceable-0.31.tar.gz) = 2a37754fc077884a71310b6f1a898d8c5fa1b849ebec076197664f79ba450cf5a67fd55e8422ae3025f9e4737b761a554344034c955784005836745bd3830b7e
reply other threads:[~2026-08-30 0:36 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=178805018032.1.17411264286776104880.rpms-perl-Text-Password-Pronounceable-1bbd3ab9b1f9@fedoraproject.org \
--to=emmanuel@seyman.fr \
--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