Compare commits
No commits in common. "c8" and "c8-stream-5.3" have entirely different histories.
c8
...
c8-stream-
@ -1,15 +1,20 @@
|
||||
%if ! (0%{?rhel})
|
||||
# Run extra test
|
||||
%bcond_without perl_Data_Section_enables_extra_test
|
||||
# Run optional test
|
||||
%bcond_without perl_Data_Section_enables_optional_test
|
||||
%else
|
||||
%bcond_with perl_Data_Section_enables_extra_test
|
||||
%bcond_with perl_Data_Section_enables_optional_test
|
||||
%endif
|
||||
|
||||
Name: perl-Data-Section
|
||||
Version: 0.200007
|
||||
Release: 3%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Read multiple hunks of data out of your DATA section
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Data-Section/
|
||||
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Data-Section-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/Data-Section
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-Section-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: coreutils
|
||||
@ -71,6 +76,21 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
%{_mandir}/man3/Data::Section.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.200007-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.200007-7
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.200007-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.200007-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.200007-4
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.200007-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user