Compare commits
No commits in common. "c8-stream-5.3" and "c8-stream-5.32" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Devel-PPPort-3.56.tar.gz
|
||||
SOURCES/Devel-PPPort-3.62.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
6e8009273b2e96d802094aa108200b7b04e835ae SOURCES/Devel-PPPort-3.56.tar.gz
|
||||
d1cac485d2064ef94aea9544316b428c8db7d885 SOURCES/Devel-PPPort-3.62.tar.gz
|
||||
|
||||
@ -2,12 +2,13 @@
|
||||
%bcond_without perl_Devel_PPPort_enables_optional_test
|
||||
|
||||
Name: perl-Devel-PPPort
|
||||
Version: 3.56
|
||||
Version: 3.62
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl Pollution Portability header generator
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Devel-PPPort
|
||||
Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Devel-PPPort-%{version}.tar.gz
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
@ -19,13 +20,17 @@ BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
# Run-time:
|
||||
# warnings in PPPort.pm not used
|
||||
# Tests:
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(less)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Tie::Hash)
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(warnings)
|
||||
%if %{with perl_Devel_PPPort_enables_optional_test} && !%{defined %perl_bootstrap}
|
||||
# Optional tests:
|
||||
# File::Spec not helpful
|
||||
@ -68,6 +73,33 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 19 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3.62-1
|
||||
- 3.62 bump
|
||||
|
||||
* Thu Aug 13 2020 Petr Pisar <ppisar@redhat.com> - 3.60-1
|
||||
- 3.60 bump
|
||||
|
||||
* Tue Aug 11 2020 Petr Pisar <ppisar@redhat.com> - 3.59-1
|
||||
- 3.59 bump
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.58-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3.58-3
|
||||
- Perl 5.32 re-rebuild of bootstrapped packages
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3.58-2
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
* Tue Mar 10 2020 Petr Pisar <ppisar@redhat.com> - 3.58-1
|
||||
- 3.58 bump
|
||||
|
||||
* Mon Feb 03 2020 Petr Pisar <ppisar@redhat.com> - 3.57-1
|
||||
- 3.57 bump
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.56-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Tue Nov 26 2019 Petr Pisar <ppisar@redhat.com> - 3.56-1
|
||||
- 3.56 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user