Compare commits

...

No commits in common. 'i9' and 'epel9' have entirely different histories.
i9 ... epel9

16
.gitignore vendored

@ -1 +1,15 @@
SOURCES/PPIx-QuoteLike-0.023.tar.gz /PPIx-QuoteLike-0.005.tar.gz
/PPIx-QuoteLike-0.006.tar.gz
/PPIx-QuoteLike-0.007.tar.gz
/PPIx-QuoteLike-0.008.tar.gz
/PPIx-QuoteLike-0.009.tar.gz
/PPIx-QuoteLike-0.010.tar.gz
/PPIx-QuoteLike-0.011.tar.gz
/PPIx-QuoteLike-0.012.tar.gz
/PPIx-QuoteLike-0.013.tar.gz
/PPIx-QuoteLike-0.014.tar.gz
/PPIx-QuoteLike-0.015.tar.gz
/PPIx-QuoteLike-0.016.tar.gz
/PPIx-QuoteLike-0.017.tar.gz
/PPIx-QuoteLike-0.018.tar.gz
/PPIx-QuoteLike-0.019.tar.gz

@ -1 +0,0 @@
1de36b3cd9c10c61d0aa8ca833660143cc03ffbd SOURCES/PPIx-QuoteLike-0.023.tar.gz

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

@ -0,0 +1,2 @@
from Config import *
addFilter("-tests\.noarch: W: no-documentation")

@ -2,10 +2,10 @@
%bcond_without perl_PPIx_QuoteLike_enables_PPIx_Regexp %bcond_without perl_PPIx_QuoteLike_enables_PPIx_Regexp
Name: perl-PPIx-QuoteLike Name: perl-PPIx-QuoteLike
Version: 0.023 Version: 0.019
Release: 3%{?dist} Release: 1%{?dist}
Summary: Parse Perl string literals and string-literal-like things Summary: Parse Perl string literals and string-literal-like things
License: GPL-1.0-or-later OR Artistic-1.0-Perl License: GPL+ or Artistic
URL: https://metacpan.org/release/PPIx-QuoteLike URL: https://metacpan.org/release/PPIx-QuoteLike
Source0: https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -28,11 +28,12 @@ BuildRequires: perl(warnings)
BuildRequires: perl(base) BuildRequires: perl(base)
BuildRequires: perl(Encode) BuildRequires: perl(Encode)
BuildRequires: perl(List::Util) BuildRequires: perl(List::Util)
BuildRequires: perl(PPI::Document) >= 1.238 BuildRequires: perl(PPI::Document) >= 1.117
BuildRequires: perl(PPI::Dumper) >= 1.238 BuildRequires: perl(PPI::Dumper) >= 1.117
BuildRequires: perl(re) BuildRequires: perl(re)
BuildRequires: perl(Readonly) BuildRequires: perl(Readonly)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Text::Tabs)
%if %{with perl_PPIx_QuoteLike_enables_PPIx_Regexp} %if %{with perl_PPIx_QuoteLike_enables_PPIx_Regexp}
# Optional run-time: # Optional run-time:
# Author states there is a build-cycle with PPIx::Regexp, but I cannot see # Author states there is a build-cycle with PPIx::Regexp, but I cannot see
@ -43,8 +44,9 @@ BuildRequires: perl(PPIx::Regexp)
BuildRequires: perl(charnames) BuildRequires: perl(charnames)
BuildRequires: perl(open) BuildRequires: perl(open)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
Requires: perl(PPI::Document) >= 1.238 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(PPI::Dumper) >= 1.238 Requires: perl(PPI::Document) >= 1.117
Requires: perl(PPI::Dumper) >= 1.117
%if %{with perl_PPIx_QuoteLike_enables_PPIx_Regexp} %if %{with perl_PPIx_QuoteLike_enables_PPIx_Regexp}
Recommends: perl(PPIx::Regexp) Recommends: perl(PPIx::Regexp)
%endif %endif
@ -62,7 +64,7 @@ Summary: Tests for %{name}
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: perl-Test-Harness Requires: perl-Test-Harness
Requires: perl(open) Requires: perl(open)
Requires: perl(PPI::Document) >= 1.238 Requires: perl(PPI::Document) >= 1.117
%description tests %description tests
Tests from %{name}. Execute them Tests from %{name}. Execute them
@ -113,55 +115,6 @@ make test
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%changelog %changelog
* Tue Sep 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.023-3
- Rebuilt for MSVSphere 9.2
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.023-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Sep 17 2022 Paul Howarth <paul@city-fan.org> - 0.023-2
- Use SPDX-format license tag
* Fri Sep 16 2022 Paul Howarth <paul@city-fan.org> - 0.023-1
- Update to 0.023 (rhbz#2127475)
- Update discouragement notice for variables(), and add a TODO in
t/variables.t for why
- Correct normalization of ${^FOO} for PPI: if the caret is present the
braces are not removed
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.022-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-2
- Perl 5.36 rebuild
* Sat Apr 16 2022 Paul Howarth <paul@city-fan.org> - 0.022-1
- Update to 0.022
- Remove 'postderef' argument to new(); postfix dereference is always
recognized
* Sun Apr 3 2022 Paul Howarth <paul@city-fan.org> - 0.021-1
- Update to 0.021
- Recognize postfix deref in '@{[ ... ]}' for determining minimum Perl
version; this recognizes all forms of postfix dereference, including ->%%*,
->&*, and ->** (NOTE: for now, this remains a
PPIx::QuoteLike::Token::Interpolation)
- Require PPI 1.238 for postfix deref support, and prune code that dealt with
PPI's old behavior
- Postfix %%*, &*, and ** do not interpolate
- Correct perl_version_introduced() for interpolated postfix scalar deref
* Tue Mar 22 2022 Adam Williamson <awilliam@redhat.com> - 0.020-2
- Rebuild with no changes to fix update mess on F36
* Thu Mar 17 2022 Paul Howarth <paul@city-fan.org> - 0.020-1
- Update to 0.020
- Correct and optimize the computation of logical column position (the one
that takes account of tabs)
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.019-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Nov 16 2021 Paul Howarth <paul@city-fan.org> - 0.019-1 * Tue Nov 16 2021 Paul Howarth <paul@city-fan.org> - 0.019-1
- Update to 0.019 - Update to 0.019
- Add CONTRIBUTING file - Add CONTRIBUTING file

@ -0,0 +1,5 @@
summary: Sanity tests
discover:
how: fmf
execute:
how: tmt

@ -0,0 +1 @@
SHA512 (PPIx-QuoteLike-0.019.tar.gz) = 916ec0298122721cae57ee04ac79ace7f1d4667452ba6b9293bffe77d0b34c26f84780046b3f8d595bc3dc39147b46a6b879c091e36a31ce04a62f5af3524340

@ -0,0 +1,4 @@
summary: Upstream tests
component: perl-PPIx-QuoteLike
require: perl-PPIx-QuoteLike-tests
test: /usr/libexec/perl-PPIx-QuoteLike/test
Loading…
Cancel
Save