public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Module-CPANTS-Analyse] rawhide: Update to 1.03 (rhbz#2492167)
@ 2026-06-24 12:51 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-06-24 12:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Module-CPANTS-Analyse
Branch : rawhide
Commit : a020e24a257e256a3611222695f3836dedf7a5e0
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-06-24T13:48:57+01:00
Stats : +10/-28 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Module-CPANTS-Analyse/c/a020e24a257e256a3611222695f3836dedf7a5e0?branch=rawhide
Log:
Update to 1.03 (rhbz#2492167)
- New upstream release 1.03
- Fix tests to work with newer Archive::Tar (GH#51)
- Check link errors and warnings while extracting an archive
---
diff --git a/Module-CPANTS-Analyse-1.02-symlink.patch b/Module-CPANTS-Analyse-1.02-symlink.patch
deleted file mode 100644
index 4ada57a..0000000
--- a/Module-CPANTS-Analyse-1.02-symlink.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- t/analyse/manifest.t
-+++ t/analyse/manifest.t
-@@ -57,7 +57,7 @@ test_distribution {
- MANIFEST
- EOF
-
-- eval { symlink "$dir/MANIFEST", "$dir/MANIFEST.lnk" };
-+ eval { symlink "MANIFEST", "$dir/MANIFEST.lnk" };
- if ($@) {
- diag "symlink is not supported";
- return;
-@@ -73,7 +73,7 @@ test_distribution {
- MANIFEST
- EOF
-
-- eval { symlink "$dir/MANIFEST", "$dir/MANIFEST.lnk" };
-+ eval { symlink "MANIFEST", "$dir/MANIFEST.lnk" };
- if ($@) {
- diag "symlink is not supported";
- return;
diff --git a/perl-Module-CPANTS-Analyse.spec b/perl-Module-CPANTS-Analyse.spec
index b85baca..824e198 100644
--- a/perl-Module-CPANTS-Analyse.spec
+++ b/perl-Module-CPANTS-Analyse.spec
@@ -1,11 +1,10 @@
Name: perl-Module-CPANTS-Analyse
-Version: 1.02
-Release: 8%{?dist}
+Version: 1.03
+Release: 1%{?dist}
Summary: Generate Kwalitee ratings for a distribution
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Module-CPANTS-Analyse
Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-CPANTS-Analyse-%{version}.tar.gz
-Patch1: Module-CPANTS-Analyse-1.02-symlink.patch
BuildArch: noarch
# Module Build
BuildRequires: coreutils
@@ -55,6 +54,8 @@ BuildRequires: perl(FindBin)
BuildRequires: perl(lib)
BuildRequires: perl(Test::FailWarnings)
BuildRequires: perl(Test::More) >= 0.88
+# Optional Tests
+BuildRequires: perl(Test::File) >= 1.993
# Dependencies
Requires: perl(Archive::Any::Lite) >= 0.06
Requires: perl(Archive::Tar) >= 1.76
@@ -86,10 +87,6 @@ metadata for all distributions on CPAN.
%prep
%setup -q -n Module-CPANTS-Analyse-%{version}
-# Use relative symlinks rather than absolute symlinks in test
-# https://github.com/cpants/Module-CPANTS-Analyse/pull/51
-%patch -P 1
-
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
@@ -129,6 +126,11 @@ make test
%{_mandir}/man3/Module::CPANTS::Kwalitee::Version.3*
%changelog
+* Wed Jun 24 2026 Paul Howarth <paul@city-fan.org> - 1.03-1
+- Update to 1.03 (rhbz#2492167)
+ - Fix tests to work with newer Archive::Tar (GH#51)
+ - Check link errors and warnings while extracting an archive
+
* Sun May 31 2026 Paul Howarth <paul@city-fan.org> - 1.02-8
- Use relative symlinks rather than absolute symlinks in test (GH#51)
- Use %%{make_build} and %%{make_install}
diff --git a/sources b/sources
index 84b77d1..7534d93 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Module-CPANTS-Analyse-1.02.tar.gz) = 572633299084f531067b3ac02593017532a984f493386d839547f8e53052ab0adac250301688398198c2728404408e09b2e697291a1006c789c2774a6bcc8001
+SHA512 (Module-CPANTS-Analyse-1.03.tar.gz) = 7ccb421c8a25f22e3e6bc686b243604e8de54b292fd80e014ae631e498654e88d7ba012d34982f56b14f4cd6384579ce50bfd1a31cda06659d75caadb9ab6e2b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-24 12:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 12:51 [rpms/perl-Module-CPANTS-Analyse] rawhide: Update to 1.03 (rhbz#2492167) Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox