|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: perl-PPI
|
|
|
|
|
Version: 1.270
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.276
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Parse, Analyze and Manipulate Perl
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: https://metacpan.org/release/PPI
|
|
|
|
@ -30,7 +30,7 @@ BuildRequires: perl(Digest::MD5) >= 2.35
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(IO::String) >= 1.07
|
|
|
|
|
BuildRequires: perl(if)
|
|
|
|
|
BuildRequires: perl(List::Util) >= 1.33
|
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
|
BuildRequires: perl(Params::Util) >= 1.00
|
|
|
|
@ -44,12 +44,9 @@ BuildRequires: perl(CPAN::Meta) >= 2.120900
|
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
|
BuildRequires: perl(File::Copy)
|
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
|
BuildRequires: perl(File::Spec::Unix)
|
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
|
BuildRequires: perl(if)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
|
BuildRequires: perl(Test::NoWarnings)
|
|
|
|
|
BuildRequires: perl(Test::Object) >= 0.07
|
|
|
|
|
BuildRequires: perl(Test::SubCalls) >= 1.07
|
|
|
|
@ -57,7 +54,6 @@ BuildRequires: perl(Test::Warnings)
|
|
|
|
|
BuildRequires: perl(Time::HiRes)
|
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
|
# =============== Module Runtime ====================
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
%if %{with XSAccessor}
|
|
|
|
|
BuildRequires: perl(Class::XSAccessor)
|
|
|
|
|
%endif
|
|
|
|
@ -97,6 +93,74 @@ make test
|
|
|
|
|
%{_mandir}/man3/PPI*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.276-3
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Tue Sep 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.276-3
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.276-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.276-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Paul Howarth <paul@city-fan.org> - 1.276-1
|
|
|
|
|
- Update to 1.276
|
|
|
|
|
- Implement replace method (GH#274)
|
|
|
|
|
|
|
|
|
|
* Tue Jul 19 2022 Paul Howarth <paul@city-fan.org> - 1.275-1
|
|
|
|
|
- Update to 1.275
|
|
|
|
|
- CHECK bareword handle was parsed as scheduled block (GH#247)
|
|
|
|
|
|
|
|
|
|
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.274-2
|
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 3 2022 Paul Howarth <paul@city-fan.org> - 1.274-1
|
|
|
|
|
- Update to 1.274
|
|
|
|
|
- Indentation in here-docs is now preserved (GH#252)
|
|
|
|
|
|
|
|
|
|
* Mon Apr 25 2022 Paul Howarth <paul@city-fan.org> - 1.273-1
|
|
|
|
|
- Update to 1.273
|
|
|
|
|
- Whitespace in signatures is now preserved (GH#257)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 2 2022 Paul Howarth <paul@city-fan.org> - 1.272-1
|
|
|
|
|
- Update to 1.272
|
|
|
|
|
- Drop prerequisite for IO::String on perl 5.8+
|
|
|
|
|
|
|
|
|
|
* Wed Jan 26 2022 Paul Howarth <paul@city-fan.org> - 1.271-1
|
|
|
|
|
- Update to 1.271
|
|
|
|
|
- Return correct name for lexical subroutines
|
|
|
|
|
- Silence uninitialized warning in t/07_token.t
|
|
|
|
|
- Bump minimum Test::More version to 0.96
|
|
|
|
|
- Fix some typos in Pod
|
|
|
|
|
- Moved repository to Perl-Critic GitHub org:
|
|
|
|
|
https://github.com/Perl-Critic/PPI
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.270-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.270-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.270-7
|
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.270-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.270-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.270-4
|
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.270-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.270-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.270-1
|
|
|
|
|
- Update to 1.270
|
|
|
|
|
- Attempt to handle new blead binary/hexadecimal parsing behavior in tests
|