-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating CBL-Mariner import Fedora 41 (Version 0.16 -> 0.17).
- Added "License verified" statement to the changelog.
- Loading branch information
1 parent
757476a
commit b6f7127
Showing
3 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
SPECS-EXTENDED/perl-Test-Synopsis/perl-Test-Synopsis.signatures.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"perl-Test-Synopsis-0.16.tar.gz": "1b13ec73bcf72462c060f8819491444d7473f3ea8aeb4c0ed828263eed0e0925" | ||
"Test-Synopsis-0.17.tar.gz": "d268c98b33d2fa14dbb22b20d6561bab489ee82587dfbe19ad277620c7b8b6de" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,16 @@ Distribution: Azure Linux | |
# noarch, but to avoid debug* files interfering with manifest test: | ||
%global debug_package %{nil} | ||
|
||
# Similarly, for package note feature | ||
%undefine _package_note_file | ||
|
||
Name: perl-Test-Synopsis | ||
Version: 0.16 | ||
Release: 7%{?dist} | ||
Version: 0.17 | ||
Release: 12%{?dist} | ||
Summary: Test your SYNOPSIS code | ||
License: GPL+ or Artistic | ||
License: GPL-1.0-or-later OR Artistic-1.0-Perl | ||
URL: https://metacpan.org/release/Test-Synopsis | ||
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Synopsis-%{version}.tar.gz#/perl-Test-Synopsis-%{version}.tar.gz | ||
Source0: https://cpan.metacpan.org/authors/id/Z/ZO/ZOFFIX/Test-Synopsis-%{version}.tar.gz | ||
BuildArch: noarch | ||
# Module Build | ||
BuildRequires: coreutils | ||
|
@@ -26,13 +29,13 @@ BuildRequires: perl(strict) | |
BuildRequires: perl(Test::Builder::Module) | ||
BuildRequires: perl(warnings) | ||
# Test Suite | ||
BuildRequires: perl(blib) | ||
BuildRequires: perl(File::Spec) | ||
BuildRequires: perl(IO::Handle) | ||
BuildRequires: perl(IPC::Open3) | ||
BuildRequires: perl(Test::Builder) >= 0.34 | ||
BuildRequires: perl(Test::Builder::Tester) | ||
BuildRequires: perl(Test::More) | ||
BuildRequires: perl(blib) | ||
# Extra Tests; can't run these when bootstrapping or in EL since many | ||
# of these packages won't be available | ||
%if 0%{!?perl_bootstrap:1} && 0%{!?rhel:1} | ||
|
@@ -51,11 +54,10 @@ BuildRequires: perl(Test::NoTabs) | |
BuildRequires: perl(Test::Pod) >= 1.41 | ||
BuildRequires: perl(Test::Pod::Coverage) >= 1.08 | ||
BuildRequires: perl(Test::Portability::Files) | ||
BuildRequires: perl(Test::Spelling) >= 0.23, hunspell-en | ||
BuildRequires: perl(Test::Spelling) >= 0.12, hunspell-en | ||
BuildRequires: perl(Test::Version) | ||
%endif | ||
# Runtime | ||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) | ||
# Dependencies | ||
Requires: perl(Test::Builder::Module) | ||
|
||
%description | ||
|
@@ -85,16 +87,16 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" | |
%endif | ||
|
||
%files | ||
%if 0%{?_licensedir:1} | ||
%license LICENSE | ||
%else | ||
%doc LICENSE | ||
%endif | ||
%doc Changes README README.md | ||
%{perl_vendorlib}/Test/ | ||
%{_mandir}/man3/Test::Synopsis.3* | ||
|
||
%changelog | ||
* Fri Dec 20 2024 Sreenivasulu Malavathula <[email protected]> 0.17-12 | ||
- Initial CBL-Mariner import from Fedora 41 (license: GPL-1.0-or-later OR Artistic-1.0-Perl). | ||
- License verified. | ||
|
||
* Mon Apr 25 2022 Muhammad Falak <[email protected]> - 0.16-7 | ||
- Add an explicit BR on `perl(blib)` to enable ptest | ||
- License verified | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters