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/parent-0.237.tar.gz
|
||||
SOURCES/parent-0.238.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
db0060ebc8de345602b23f7dc70b6fd5c4803438 SOURCES/parent-0.237.tar.gz
|
||||
10fd90c605deac346b1325356d569650468ab8d6 SOURCES/parent-0.238.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-parent
|
||||
Epoch: 1
|
||||
Version: 0.237
|
||||
Release: 2%{?dist}
|
||||
Version: 0.238
|
||||
Release: 457%{?dist}
|
||||
Summary: Establish an ISA relationship with base classes at compile time
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/parent
|
||||
@ -18,7 +18,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
# Test Suite
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.4
|
||||
BuildRequires: perl(Test::More) >= 0.40
|
||||
# Dependencies
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -56,12 +56,35 @@ make test
|
||||
%{_mandir}/man3/parent.3*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.237-2
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.238-457
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.238-456
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Fri Feb 7 2020 Paul Howarth <paul@city-fan.org> - 1:0.238-1
|
||||
- Update to 0.238
|
||||
- Move the prerequisite Test::More from being a runtime prerequisite to a
|
||||
test time / build time prerequisite (GH#11)
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-440
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-439
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.237-438
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sat Jul 7 2018 Paul Howarth <paul@city-fan.org> - 1:0.237-1
|
||||
- Update to 0.237
|
||||
- Don't load vars.pm (CPAN RT#132077)
|
||||
- Don't load vars.pm (Perl RT#132077)
|
||||
- Drop legacy Group: tag
|
||||
- Drop buildroot cleaning in %%install section
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user