From 8f3cab487634ada6b30969d1af1d56a090227475 Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 19 Sep 2023 17:11:07 +0300 Subject: [PATCH] Update to 1.276 --- .gitignore | 2 +- .perl-PPI.metadata | 2 +- SPECS/perl-PPI.spec | 76 +++++++++++++++++++++++++++++++++++++++------ 3 files changed, 69 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 9593ae1..43af560 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/PPI-1.270.tar.gz +SOURCES/PPI-1.276.tar.gz diff --git a/.perl-PPI.metadata b/.perl-PPI.metadata index c8665f9..ac5f05f 100644 --- a/.perl-PPI.metadata +++ b/.perl-PPI.metadata @@ -1 +1 @@ -b703354af16817112707ae9bd138e2a837bb7218 SOURCES/PPI-1.270.tar.gz +c4dc43161e5a70b484c854da349e33011c29ac8d SOURCES/PPI-1.276.tar.gz diff --git a/SPECS/perl-PPI.spec b/SPECS/perl-PPI.spec index fa0c10b..3ccdc11 100644 --- a/SPECS/perl-PPI.spec +++ b/SPECS/perl-PPI.spec @@ -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,9 +93,71 @@ make test %{_mandir}/man3/PPI*.3* %changelog -* Tue Sep 19 2023 Arkady L. Shane - 1.270-1 +* Tue Sep 19 2023 Arkady L. Shane - 1.276-3 - Rebuilt for MSVSphere 9.2 +* Fri Jan 20 2023 Fedora Release Engineering - 1.276-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 1.276-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jul 20 2022 Paul Howarth - 1.276-1 +- Update to 1.276 + - Implement replace method (GH#274) + +* Tue Jul 19 2022 Paul Howarth - 1.275-1 +- Update to 1.275 + - CHECK bareword handle was parsed as scheduled block (GH#247) + +* Tue May 31 2022 Jitka Plesnikova - 1.274-2 +- Perl 5.36 rebuild + +* Tue May 3 2022 Paul Howarth - 1.274-1 +- Update to 1.274 + - Indentation in here-docs is now preserved (GH#252) + +* Mon Apr 25 2022 Paul Howarth - 1.273-1 +- Update to 1.273 + - Whitespace in signatures is now preserved (GH#257) + +* Wed Feb 2 2022 Paul Howarth - 1.272-1 +- Update to 1.272 + - Drop prerequisite for IO::String on perl 5.8+ + +* Wed Jan 26 2022 Paul Howarth - 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 - 1.270-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 1.270-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri May 21 2021 Jitka Plesnikova - 1.270-7 +- Perl 5.34 rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.270-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 1.270-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jun 23 2020 Jitka Plesnikova - 1.270-4 +- Perl 5.32 rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 1.270-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 1.270-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Wed Jul 10 2019 Jitka Plesnikova - 1.270-1 - Update to 1.270 - Attempt to handle new blead binary/hexadecimal parsing behavior in tests