public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Text-Password-Pronounceable] rawhide: Update to 0.31 and other changes
@ 2026-08-30  0:36 Emmanuel Seyman
  0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-08-30  0:36 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-30  0:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30  0:36 [rpms/perl-Text-Password-Pronounceable] rawhide: Update to 0.31 and other changes Emmanuel Seyman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox