public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-String-License] rawhide: hard-code perl(String::License) provide
Date: Tue, 08 Sep 2026 13:51:18 GMT [thread overview]
Message-ID: <178887547868.1.2446685582701885164.rpms-perl-String-License-54663084d5cf@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-String-License
Branch : rawhide
Commit : 54663084d5cf2dbbd1e40429c6be4334089d6b03
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-09-08T09:51:13-04:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-String-License/c/54663084d5cf2dbbd1e40429c6be4334089d6b03?branch=rawhide
Log:
hard-code perl(String::License) provide
---
diff --git a/perl-String-License.spec b/perl-String-License.spec
index 9e62fb8..25ed7df 100644
--- a/perl-String-License.spec
+++ b/perl-String-License.spec
@@ -1,6 +1,6 @@
Name: perl-String-License
Version: 0.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Detect source code license statements in a text string
License: AGPL-3.0-or-later
@@ -45,6 +45,11 @@ BuildRequires: perl(Test::Without::Module)
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
+# Because upstream changed "package" to "class" in lib/String/License.pm
+# Fedora's perl provides generator no longer picks it up
+# Not sure if this is something to fix in this source code or the generator
+# but in the meantime, hard code it.
+Provides: perl(String::License) = %{version}
%description
String::License identifies license statements in a string and serializes them
@@ -77,6 +82,9 @@ make test
%changelog
+* Tue Sep 08 2026 Tom Callaway <spot@fedoraproject.org> - 0.1.1-2
+- hard-code perl(String::License) provide
+
* Thu Sep 03 2026 Sandro Mani <manisandro@gmail.com> - 0.1.1-1
- Update to 0.1.1
reply other threads:[~2026-09-08 13:51 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=178887547868.1.2446685582701885164.rpms-perl-String-License-54663084d5cf@fedoraproject.org \
--to=spotaws@amazon.com \
--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