Compare commits

..

No commits in common. 'i9c' and 'f38' have entirely different histories.
i9c ... f38

2
.gitignore vendored

@ -1 +1 @@
SOURCES/Perl-Tidy-20210111.tar.gz /*.tar.*

@ -1 +0,0 @@
c4447afab088652f1de3d5b22fd42c16d58f5815 SOURCES/Perl-Tidy-20210111.tar.gz

@ -1,8 +1,8 @@
Name: perltidy Name: perltidy
Version: 20210111 Version: 20230309
Release: 4%{?dist} Release: 1%{?dist}
Summary: Tool for indenting and re-formatting Perl scripts Summary: Tool for indenting and re-formatting Perl scripts
License: GPLv2+ License: GPL-2.0-or-later
URL: http://perltidy.sourceforge.net/ URL: http://perltidy.sourceforge.net/
Source0: https://cpan.metacpan.org/modules/by-module/Perl/Perl-Tidy-%{version}.tar.gz Source0: https://cpan.metacpan.org/modules/by-module/Perl/Perl-Tidy-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -21,6 +21,7 @@ BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper) BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::MD5)
BuildRequires: perl(Encode) BuildRequires: perl(Encode)
BuildRequires: perl(English)
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
BuildRequires: perl(File::Basename) BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Copy) BuildRequires: perl(File::Copy)
@ -29,6 +30,7 @@ BuildRequires: perl(File::Temp)
BuildRequires: perl(Getopt::Long) BuildRequires: perl(Getopt::Long)
BuildRequires: perl(HTML::Entities) BuildRequires: perl(HTML::Entities)
BuildRequires: perl(IO::File) BuildRequires: perl(IO::File)
BuildRequires: perl(List::Util)
BuildRequires: perl(Pod::Html) BuildRequires: perl(Pod::Html)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(vars) BuildRequires: perl(vars)
@ -39,12 +41,17 @@ BuildRequires: perl(Test)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(utf8) BuildRequires: perl(utf8)
# Runtime # Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(File::Spec) Requires: perl(File::Spec)
Requires: perl(HTML::Entities) Requires: perl(HTML::Entities)
Requires: perl(Pod::Html) Requires: perl(Pod::Html)
Provides: perl-Perl-Tidy = %{version}-%{release} Provides: perl-Perl-Tidy = %{version}-%{release}
# EL-7's dependency generator picks up things from documentation that it shouldn't do,
# though strangely the one in F-19 does not, despite both being rpm 4.11.3
%if 0%{?el7}
%global __requires_exclude ^perl[(]([*]?[{}]|[)])?[)]
%endif
%description %description
Perltidy is a Perl script that indents and re-formats Perl scripts to Perltidy is a Perl script that indents and re-formats Perl scripts to
make them easier to read. If you write Perl scripts, or spend much make them easier to read. If you write Perl scripts, or spend much
@ -89,15 +96,56 @@ make test
%{_mandir}/man3/Perl::Tidy.3* %{_mandir}/man3/Perl::Tidy.3*
%changelog %changelog
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 20210111-4 * Thu Mar 9 2023 Paul Howarth <paul@city-fan.org> - 20230309-1
- Rebuilt for MSVSphere 9.1. - Update to 20230309 (see CHANGES.md for details) (rhbz#2176557)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20221112-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Nov 11 2022 Paul Howarth <paul@city-fan.org> - 20221112-1
- Update to 20221112 (rhbz#2142076)
- Fix undef warning in Perl before 5.12 (CPAN RT#145095)
* Thu Nov 10 2022 Paul Howarth <paul@city-fan.org> - 20221111-1
- Update to 20221111 (see CHANGES.md for details) (rhbz#2141765)
- Use SPDX-format license tag
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20220613-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Paul Howarth <paul@city-fan.org> - 20220613-1
- Update to 20220613 (see CHANGES.md for details)
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 20220217-2
- Perl 5.36 rebuild
* Tue Feb 15 2022 Paul Howarth <paul@city-fan.org> - 20220217-1
- Update to 20220217 (see CHANGES.md for details)
* Tue Feb 15 2022 Paul Howarth <paul@city-fan.org> - 20220215-1
- Update to 20220215 (see CHANGES.md for details)
- Add workaround for bogus dependencies generated on EL-7
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20211029-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Oct 29 2021 Paul Howarth <paul@city-fan.org> - 20211029-1
- Update to 20211029 (see CHANGES.md for details)
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20210717-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sat Jul 17 2021 Paul Howarth <paul@city-fan.org> - 20210717-1
- Update to 20210717 (see CHANGES.md for details)
* Thu Jun 24 2021 Paul Howarth <paul@city-fan.org> - 20210625-1
- Update to 20210625 (see CHANGES.md for details)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 20210111-4 * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 20210402-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Perl 5.34 rebuild
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20210111-3 * Thu Apr 1 2021 Paul Howarth <paul@city-fan.org> - 20210402-1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Update to 20210402 (see CHANGES.md for details)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20210111-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20210111-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -0,0 +1 @@
SHA512 (Perl-Tidy-20230309.tar.gz) = 5b29b10fe758a59e13126b4b050c2f82c82e925cc99f832c47ba6393014d42b10d963630aa98e590dda5cccfaca4810c8244cbb48ddde975a30781061414b034
Loading…
Cancel
Save