Compare commits
No commits in common. "c8-stream-5.3" and "c9" have entirely different histories.
c8-stream-
...
c9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/podlators-4.12.tar.gz
|
||||
SOURCES/podlators-4.14.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
90fe30f4ebb70bb7df16dfc68ad926c91188f7c9 SOURCES/podlators-4.12.tar.gz
|
||||
d018dd65ec935da3978a4be67020d1a3654b485f SOURCES/podlators-4.14.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-podlators
|
||||
Epoch: 1
|
||||
Version: 4.12
|
||||
Release: 2%{?dist}
|
||||
Version: 4.14
|
||||
Release: 460%{?dist}
|
||||
Summary: Format POD source into various output formats
|
||||
# pod/perlpodstyle.pod: FSFAP
|
||||
# other files: GPL+ or Artistic
|
||||
@ -32,7 +32,7 @@ BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(:VERSION) >= 5.6
|
||||
BuildRequires: perl(:VERSION) >= 5.8
|
||||
BuildRequires: perl(Config)
|
||||
# Cwd run by PL script in scripts directory
|
||||
BuildRequires: perl(Cwd)
|
||||
@ -56,6 +56,7 @@ BuildRequires: perl(Term::ANSIColor)
|
||||
BuildRequires: perl(Term::Cap)
|
||||
BuildRequires: perl(vars)
|
||||
# Tests:
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
@ -112,6 +113,31 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:4.14-460
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:4.14-459
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.14-458
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.14-457
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.14-456
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Jan 06 2020 Petr Pisar <ppisar@redhat.com> - 1:4.14-1
|
||||
- 4.14 bump
|
||||
|
||||
* Thu Jan 02 2020 Petr Pisar <ppisar@redhat.com> - 1:4.13-1
|
||||
- 4.13 bump
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user