public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-String-License] rawhide: hard-code perl(String::License) provide
@ 2026-09-08 13:51 Tom spot Callaway
0 siblings, 0 replies; only message in thread
From: Tom spot Callaway @ 2026-09-08 13:51 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-08 13:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 13:51 [rpms/perl-String-License] rawhide: hard-code perl(String::License) provide Tom spot Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox