Skip to content

Commit b3ef099

Browse files
authored
Upgrade: perltidy to version 20240903 (#11563)
1 parent bc6f042 commit b3ef099

3 files changed

Lines changed: 131 additions & 16 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"Perl-Tidy-20200110.tar.gz": "c8c13ab88f42409d419993d488b8dc7cf4a02d5034d3037ca859fb93b18e8086"
3+
"Perl-Tidy-20240903.tar.gz": "22fba4ba84cf2ba5fb4ade3ae65c6deb48a0ee61fe446858d3ae8c5e00f37e81"
44
}
5-
}
5+
}

SPECS-EXTENDED/perltidy/perltidy.spec

Lines changed: 127 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Name: perltidy
2-
Version: 20200110
3-
Release: 3%{?dist}
2+
Version: 20240903
3+
Release: 2%{?dist}
44
Summary: Tool for indenting and re-formatting Perl scripts
5-
License: GPLv2+
5+
License: GPL-2.0-or-later
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
88
URL: http://perltidy.sourceforge.net/
9-
Source0: https://cpan.metacpan.org/modules/by-module/Perl/Perl-Tidy-%{version}.tar.gz
9+
Source0: https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-%{version}.tar.gz
1010
BuildArch: noarch
1111
# Module Build
1212
BuildRequires: coreutils
@@ -23,6 +23,7 @@ BuildRequires: perl(Cwd)
2323
BuildRequires: perl(Data::Dumper)
2424
BuildRequires: perl(Digest::MD5)
2525
BuildRequires: perl(Encode)
26+
BuildRequires: perl(English)
2627
BuildRequires: perl(Exporter)
2728
BuildRequires: perl(File::Basename)
2829
BuildRequires: perl(File::Copy)
@@ -31,17 +32,20 @@ BuildRequires: perl(File::Temp)
3132
BuildRequires: perl(Getopt::Long)
3233
BuildRequires: perl(HTML::Entities)
3334
BuildRequires: perl(IO::File)
35+
BuildRequires: perl(List::Util)
3436
BuildRequires: perl(Pod::Html)
37+
BuildRequires: perl(Scalar::Util)
3538
BuildRequires: perl(strict)
3639
BuildRequires: perl(vars)
3740
BuildRequires: perl(warnings)
3841
# Test Suite
3942
BuildRequires: perl(FindBin)
4043
BuildRequires: perl(Test)
44+
BuildRequires: perl(Test::More)
4145
BuildRequires: perl(utf8)
42-
# Runtime
43-
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
46+
# Dependencies
4447
Requires: perl(File::Spec)
48+
Requires: perl(File::Temp)
4549
Requires: perl(HTML::Entities)
4650
Requires: perl(Pod::Html)
4751
Provides: perl-Perl-Tidy = %{version}-%{release}
@@ -82,20 +86,131 @@ find %{buildroot} -type f -name .packlist -delete
8286
make test
8387

8488
%files
85-
%if 0%{?_licensedir:1}
8689
%license COPYING
87-
%else
88-
%doc COPYING
89-
%endif
9090
%doc BUGS.md CHANGES.md README.md docs/ examples/
9191
%{_bindir}/perltidy
9292
%{perl_vendorlib}/Perl/
9393
%{_mandir}/man1/perltidy.1*
9494
%{_mandir}/man3/Perl::Tidy.3*
9595

9696
%changelog
97-
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 20200110-3
98-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
97+
* Wed Dec 18 2024 Sumit Jena <v-sumitjena@microsoft.com> - 20240903-2
98+
- Initial Azure Linux import from Fedora 41 (license: MIT).
99+
- License verified.
100+
101+
* Tue Sep 3 2024 Paul Howarth <paul@city-fan.org> - 20240903-1
102+
- Update to 20240903 (see CHANGES.md for details) (rhbz#2309446)
103+
104+
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20240511-2
105+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
106+
107+
* Sun May 12 2024 Paul Howarth <paul@city-fan.org> - 20240511-1
108+
- Update to 20240511 (see CHANGES.md for details)
109+
110+
* Thu Feb 1 2024 Paul Howarth <paul@city-fan.org> - 20240202-1
111+
- Update to 20240202 (see CHANGES.md for details) (rhbz#2262294)
112+
113+
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20230912-3
114+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
115+
116+
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20230912-2
117+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
118+
119+
* Wed Sep 13 2023 Paul Howarth <paul@city-fan.org> - 20230912-1
120+
- Update to 20230912 (rhbz#2238633)
121+
- Remove a syntax error check that could cause an incorrect error message
122+
when List::Gather::gather was used (GH#124)
123+
124+
* Sat Sep 9 2023 Paul Howarth <paul@city-fan.org> - 20230909-1
125+
- Update to 20230909 (see CHANGES.md for details) (rhbz#2238025)
126+
127+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20230701-2
128+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
129+
130+
* Sat Jul 1 2023 Paul Howarth <paul@city-fan.org> - 20230701-1
131+
- Update to 20230701 (see CHANGES.md for details) (rhbz#2219054)
132+
133+
* Thu Mar 9 2023 Paul Howarth <paul@city-fan.org> - 20230309-1
134+
- Update to 20230309 (see CHANGES.md for details) (rhbz#2176557)
135+
136+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20221112-2
137+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
138+
139+
* Fri Nov 11 2022 Paul Howarth <paul@city-fan.org> - 20221112-1
140+
- Update to 20221112 (rhbz#2142076)
141+
- Fix undef warning in Perl before 5.12 (CPAN RT#145095)
142+
143+
* Thu Nov 10 2022 Paul Howarth <paul@city-fan.org> - 20221111-1
144+
- Update to 20221111 (see CHANGES.md for details) (rhbz#2141765)
145+
- Use SPDX-format license tag
146+
147+
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20220613-2
148+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
149+
150+
* Mon Jun 13 2022 Paul Howarth <paul@city-fan.org> - 20220613-1
151+
- Update to 20220613 (see CHANGES.md for details)
152+
153+
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 20220217-2
154+
- Perl 5.36 rebuild
155+
156+
* Tue Feb 15 2022 Paul Howarth <paul@city-fan.org> - 20220217-1
157+
- Update to 20220217 (see CHANGES.md for details)
158+
159+
* Tue Feb 15 2022 Paul Howarth <paul@city-fan.org> - 20220215-1
160+
- Update to 20220215 (see CHANGES.md for details)
161+
- Add workaround for bogus dependencies generated on EL-7
162+
163+
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20211029-2
164+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
165+
166+
* Fri Oct 29 2021 Paul Howarth <paul@city-fan.org> - 20211029-1
167+
- Update to 20211029 (see CHANGES.md for details)
168+
169+
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20210717-2
170+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
171+
172+
* Sat Jul 17 2021 Paul Howarth <paul@city-fan.org> - 20210717-1
173+
- Update to 20210717 (see CHANGES.md for details)
174+
175+
* Thu Jun 24 2021 Paul Howarth <paul@city-fan.org> - 20210625-1
176+
- Update to 20210625 (see CHANGES.md for details)
177+
178+
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 20210402-2
179+
- Perl 5.34 rebuild
180+
181+
* Thu Apr 1 2021 Paul Howarth <paul@city-fan.org> - 20210402-1
182+
- Update to 20210402 (see CHANGES.md for details)
183+
184+
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20210111-2
185+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
186+
187+
* Mon Jan 11 2021 Paul Howarth <paul@city-fan.org> - 20210111-1
188+
- Update to 20210111 (see CHANGES.md for details)
189+
- Use %%license unconditionally
190+
191+
* Mon Dec 7 2020 Paul Howarth <paul@city-fan.org> - 20201207-1
192+
- Update to 20201207 (see CHANGES.md for details)
193+
194+
* Thu Dec 3 2020 Paul Howarth <paul@city-fan.org> - 20201202-1
195+
- Update to 20201202 (see CHANGES.md for details)
196+
197+
* Tue Sep 29 2020 Paul Howarth <paul@city-fan.org> - 20201001-1
198+
- Update to 20201001 (see CHANGES.md for details)
199+
200+
* Mon Sep 7 2020 Paul Howarth <paul@city-fan.org> - 20200907-1
201+
- Update to 20200907 (see CHANGES.md for details)
202+
203+
* Sat Aug 22 2020 Paul Howarth <paul@city-fan.org> - 20200822-1
204+
- Update to 20200822 (see CHANGES.md for details)
205+
206+
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200619-3
207+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
208+
209+
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 20200619-2
210+
- Perl 5.32 rebuild
211+
212+
* Sat Jun 20 2020 Paul Howarth <paul@city-fan.org> - 20200619-1
213+
- Update to 20200619 (see CHANGES.md for details)
99214

100215
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200110-2
101216
- 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
@@ -21003,8 +21003,8 @@
2100321003
"type": "other",
2100421004
"other": {
2100521005
"name": "perltidy",
21006-
"version": "20200110",
21007-
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/Perl/Perl-Tidy-20200110.tar.gz"
21006+
"version": "20240903",
21007+
"downloadUrl": "https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20240903.tar.gz"
2100821008
}
2100921009
}
2101021010
},

0 commit comments

Comments
 (0)