epel9
Petr Písař 5 years ago
parent a8d5a585c3
commit 893f6573ce

1
.gitignore vendored

@ -2,3 +2,4 @@
/PPIx-QuoteLike-0.006.tar.gz /PPIx-QuoteLike-0.006.tar.gz
/PPIx-QuoteLike-0.007.tar.gz /PPIx-QuoteLike-0.007.tar.gz
/PPIx-QuoteLike-0.008.tar.gz /PPIx-QuoteLike-0.008.tar.gz
/PPIx-QuoteLike-0.009.tar.gz

@ -2,8 +2,8 @@
%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.008 Version: 0.009
Release: 2%{?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+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/PPIx-QuoteLike URL: https://metacpan.org/release/PPIx-QuoteLike
@ -31,6 +31,7 @@ BuildRequires: perl(PPI::Document) >= 1.117
BuildRequires: perl(PPI::Dumper) >= 1.117 BuildRequires: perl(PPI::Dumper) >= 1.117
BuildRequires: perl(re) BuildRequires: perl(re)
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
@ -83,6 +84,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Feb 28 2020 Petr Pisar <ppisar@redhat.com> - 0.009-1
- 0.009 bump
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (PPIx-QuoteLike-0.008.tar.gz) = 65100656477da6d4a1eee6f5b1a3c82d4ddbd4e7f809ffe724204f3262c7b46e1c618b6920eaba98577dfef274d8cea695bc120aa3918665b285376709a9226c SHA512 (PPIx-QuoteLike-0.009.tar.gz) = 0a1fb89e428870d78614a4aa146a8ddca0b6f909176393d7f8888a1620e4e39b5326d1e2687a61403a9e0a38bbbc038b77ef71fea2279f9e16e959a02346273c

Loading…
Cancel
Save