public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Module-CPANTS-Analyse] f43: Update to 1.03 (rhbz#2492167)
Date: Wed, 24 Jun 2026 13:16:05 GMT	[thread overview]
Message-ID: <178230696587.1.932516315834150129.rpms-perl-Module-CPANTS-Analyse-a020e24a257e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/perl-Module-CPANTS-Analyse
            Branch : f43
            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=f43

            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

                 reply	other threads:[~2026-06-24 13:16 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=178230696587.1.932516315834150129.rpms-perl-Module-CPANTS-Analyse-a020e24a257e@fedoraproject.org \
    --to=paul@city-fan.org \
    --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