Skip to content

Commit 8f34d4d

Browse files
v-smalavathuSumitJenaHCL
authored andcommitted
perl-Test-Synopsis: Update Version from 0.16 -> 0.17 (microsoft#11634)
1 parent 53ae0e3 commit 8f34d4d

File tree

3 files changed

+74
-18
lines changed

3 files changed

+74
-18
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"Signatures": {
3-
"perl-Test-Synopsis-0.16.tar.gz": "1b13ec73bcf72462c060f8819491444d7473f3ea8aeb4c0ed828263eed0e0925"
3+
"perl-Test-Synopsis-0.17.tar.gz": "d268c98b33d2fa14dbb22b20d6561bab489ee82587dfbe19ad277620c7b8b6de"
44
}
55
}
6+

SPECS-EXTENDED/perl-Test-Synopsis/perl-Test-Synopsis.spec

Lines changed: 70 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ Distribution: Azure Linux
33
# noarch, but to avoid debug* files interfering with manifest test:
44
%global debug_package %{nil}
55

6+
# Similarly, for package note feature
7+
%undefine _package_note_file
8+
69
Name: perl-Test-Synopsis
7-
Version: 0.16
8-
Release: 7%{?dist}
10+
Version: 0.17
11+
Release: 12%{?dist}
912
Summary: Test your SYNOPSIS code
10-
License: GPL+ or Artistic
13+
License: GPL-1.0-or-later OR Artistic-1.0-Perl
1114
URL: https://metacpan.org/release/Test-Synopsis
12-
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Synopsis-%{version}.tar.gz#/perl-Test-Synopsis-%{version}.tar.gz
15+
Source0: https://cpan.metacpan.org/authors/id/Z/ZO/ZOFFIX/Test-Synopsis-%{version}.tar.gz#/perl-Test-Synopsis-%{version}.tar.gz
1316
BuildArch: noarch
1417
# Module Build
1518
BuildRequires: coreutils
@@ -26,13 +29,13 @@ BuildRequires: perl(strict)
2629
BuildRequires: perl(Test::Builder::Module)
2730
BuildRequires: perl(warnings)
2831
# Test Suite
32+
BuildRequires: perl(blib)
2933
BuildRequires: perl(File::Spec)
3034
BuildRequires: perl(IO::Handle)
3135
BuildRequires: perl(IPC::Open3)
3236
BuildRequires: perl(Test::Builder) >= 0.34
3337
BuildRequires: perl(Test::Builder::Tester)
3438
BuildRequires: perl(Test::More)
35-
BuildRequires: perl(blib)
3639
# Extra Tests; can't run these when bootstrapping or in EL since many
3740
# of these packages won't be available
3841
%if 0%{!?perl_bootstrap:1} && 0%{!?rhel:1}
@@ -51,11 +54,11 @@ BuildRequires: perl(Test::NoTabs)
5154
BuildRequires: perl(Test::Pod) >= 1.41
5255
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
5356
BuildRequires: perl(Test::Portability::Files)
54-
BuildRequires: perl(Test::Spelling) >= 0.23, hunspell-en
57+
BuildRequires: perl(Test::Spelling) >= 0.12, hunspell-en
5558
BuildRequires: perl(Test::Version)
5659
%endif
5760
# Runtime
58-
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
61+
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
5962
Requires: perl(Test::Builder::Module)
6063

6164
%description
@@ -85,22 +88,74 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
8588
%endif
8689

8790
%files
88-
%if 0%{?_licensedir:1}
8991
%license LICENSE
90-
%else
91-
%doc LICENSE
92-
%endif
9392
%doc Changes README README.md
9493
%{perl_vendorlib}/Test/
9594
%{_mandir}/man3/Test::Synopsis.3*
9695

9796
%changelog
98-
* Mon Apr 25 2022 Muhammad Falak <mwani@microsoft.com> - 0.16-7
99-
- Add an explicit BR on `perl(blib)` to enable ptest
97+
* Fri Dec 20 2024 Sreenivasulu Malavathula <v-smalavathu@microsoft.com> - 0.17-12
98+
- Initial Azure Linux import from Fedora 41 (license: MIT)
10099
- License verified
101100

102-
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.16-6
103-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
101+
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 0.17-11
102+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
103+
104+
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.17-10
105+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
106+
107+
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.17-9
108+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
109+
110+
* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 0.17-8
111+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
112+
113+
* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.17-7
114+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
115+
116+
* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.17-6
117+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
118+
119+
* Fri Jun 03 2022 Jitka Plesnikova <[email protected]> - 0.17-5
120+
- Perl 5.36 re-rebuild of bootstrapped packages
121+
122+
* Mon May 30 2022 Jitka Plesnikova <[email protected]> - 0.17-4
123+
- Perl 5.36 rebuild
124+
125+
* Fri Mar 11 2022 Paul Howarth <[email protected]> - 0.17-3
126+
- Work around FTBFS triggered by package note feature
127+
128+
* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 0.17-2
129+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
130+
131+
* Mon Dec 13 2021 Paul Howarth <[email protected]> - 0.17-1
132+
- Update to 0.17
133+
- Mention related module Test::Synopsis::Expectation in docs (GH#22)
134+
- Use %%license unconditionally
135+
136+
* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 0.16-13
137+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
138+
139+
* Mon May 24 2021 Jitka Plesnikova <[email protected]> - 0.16-12
140+
- Perl 5.34 re-rebuild of bootstrapped packages
141+
142+
* Fri May 21 2021 Jitka Plesnikova <[email protected]> - 0.16-11
143+
- Perl 5.34 rebuild
144+
145+
* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.16-10
146+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
147+
148+
* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 0.16-9
149+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
150+
151+
* Fri Jun 26 2020 Jitka Plesnikova <[email protected]> - 0.16-8
152+
- Perl 5.32 re-rebuild of bootstrapped packages
153+
154+
* Mon Jun 22 2020 Jitka Plesnikova <[email protected]> - 0.16-7
155+
- Perl 5.32 rebuild
156+
157+
* Tue Mar 10 2020 Paul Howarth <[email protected]> - 0.16-6
158+
- BR: perl(blib) for t/00-compile.t
104159

105160
* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.16-5
106161
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20243,8 +20243,8 @@
2024320243
"type": "other",
2024420244
"other": {
2024520245
"name": "perl-Test-Synopsis",
20246-
"version": "0.16",
20247-
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/Test/Test-Synopsis-0.16.tar.gz"
20246+
"version": "0.17",
20247+
"downloadUrl": "https://cpan.metacpan.org/authors/id/Z/ZO/ZOFFIX/Test-Synopsis-0.17.tar.gz"
2024820248
}
2024920249
}
2025020250
},

0 commit comments

Comments
 (0)