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-PPIx-QuoteLike] rawhide: Update to 0.024 (rhbz#2488682)
Date: Sun, 14 Jun 2026 13:30:40 GMT	[thread overview]
Message-ID: <178144384033.1.13304852010088849975.rpms-perl-PPIx-QuoteLike-72ed99eca685@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/perl-PPIx-QuoteLike
            Branch : rawhide
            Commit : 72ed99eca685090e89eb6bae9018bb3d85ba8691
            Author : Paul Howarth <paul@city-fan.org>
            Date   : 2026-06-14T14:28:06+01:00
            Stats  : +21/-14 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-PPIx-QuoteLike/c/72ed99eca685090e89eb6bae9018bb3d85ba8691?branch=rawhide

            Log:
            Update to 0.024 (rhbz#2488682)

- New upstream release 0.024
  - Remove references to the RT bug tracking system
  - Replace wyant@cpan.org with harryfmudd@comcast.net
  - Repackage licenses so that GitHub can find them (maybe)
  - Add SECURITY policy
  - No functional changes

---
diff --git a/.gitignore b/.gitignore
index 36bc706..cb79e96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /PPIx-QuoteLike-0.021.tar.gz
 /PPIx-QuoteLike-0.022.tar.gz
 /PPIx-QuoteLike-0.023.tar.gz
+/PPIx-QuoteLike-0.024.tar.gz

diff --git a/perl-PPIx-QuoteLike.spec b/perl-PPIx-QuoteLike.spec
index 5095729..12f1f39 100644
--- a/perl-PPIx-QuoteLike.spec
+++ b/perl-PPIx-QuoteLike.spec
@@ -2,8 +2,8 @@
 %bcond_without perl_PPIx_QuoteLike_enables_PPIx_Regexp
 
 Name:           perl-PPIx-QuoteLike
-Version:        0.023
-Release:        10%{?dist}
+Version:        0.024
+Release:        1%{?dist}
 Summary:        Parse Perl string literals and string-literal-like things
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/PPIx-QuoteLike
@@ -13,26 +13,23 @@ BuildRequires:  coreutils
 BuildRequires:  make
 BuildRequires:  perl-generators
 BuildRequires:  perl-interpreter
-# Build.PL and inc/My/Module/Build.pm not used
-BuildRequires:  perl(:VERSION) >= 5.6
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Config)
-BuildRequires:  perl(constant)
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(lib)
-BuildRequires:  perl(strict)
-# Test::Without::Module not helpful
-BuildRequires:  perl(warnings)
+BuildRequires:  perl(Module::Metadata)
 # Run-time:
 BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Encode)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(PPI::Document) >= 1.238
 BuildRequires:  perl(PPI::Dumper) >= 1.238
 BuildRequires:  perl(re)
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 %if %{with perl_PPIx_QuoteLike_enables_PPIx_Regexp}
 # Optional run-time:
 # Author states there is a build-cycle with PPIx::Regexp, but I cannot see
@@ -43,6 +40,7 @@ BuildRequires:  perl(PPIx::Regexp)
 BuildRequires:  perl(charnames)
 BuildRequires:  perl(open)
 BuildRequires:  perl(Test::More) >= 0.88
+# Dependencies
 Requires:       perl(PPI::Document) >= 1.238
 Requires:       perl(PPI::Dumper) >= 1.238
 %if %{with perl_PPIx_QuoteLike_enables_PPIx_Regexp}
@@ -104,8 +102,8 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
 make test
 
 %files
-%license LICENSES/*
-%doc Changes CONTRIBUTING eg README
+%license LICENSE-Artistic LICENSE-GPL
+%doc Changes CONTRIBUTING eg/ README SECURITY
 %{perl_vendorlib}/PPIx/
 %{_mandir}/man3/PPIx::QuoteLike*.3*
 
@@ -113,6 +111,14 @@ make test
 %{_libexecdir}/%{name}
 
 %changelog
+* Sat Jun 13 2026 Paul Howarth <paul@city-fan.org> - 0.024-1
+- Update to 0.024 (rhbz#2488682)
+  - Remove references to the RT bug tracking system
+  - Replace wyant@cpan.org with harryfmudd@comcast.net
+  - Repackage licenses so that GitHub can find them (maybe)
+  - Add SECURITY policy
+  - No functional changes
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.023-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index 43f6147..18a8cd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (PPIx-QuoteLike-0.023.tar.gz) = 63a14b7d3337162ba2a4ac60195a45eb0a00084d77eb07fa98bd3c848e098279d7ad0f2dc08694dea40fe23006e2e0ded970d602b2a940009d29d47c604c45cd
+SHA512 (PPIx-QuoteLike-0.024.tar.gz) = 8d40d6a9e7c0f0cda9dd167f0648998567876aeb66aec618e2581a18a9527cbd934ed7bfac9660a0bfa302465b7a11c22bb4bc5bff58e2f06593e292d96542a5

                 reply	other threads:[~2026-06-14 13:30 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=178144384033.1.13304852010088849975.rpms-perl-PPIx-QuoteLike-72ed99eca685@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