Compare commits

...

No commits in common. "c8" and "c8-beta-stream-5.30" have entirely different histories.

3 changed files with 30 additions and 12 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/Time-HiRes-1.9758.tar.gz
SOURCES/Time-HiRes-1.9760.tar.gz

View File

@ -1 +1 @@
8b29088f796abca62af07c8db1bb818f0a822579 SOURCES/Time-HiRes-1.9758.tar.gz
e6ee17e278eea166a9d53ff5fc9ccd2c6ef107ac SOURCES/Time-HiRes-1.9760.tar.gz

View File

@ -1,11 +1,10 @@
Name: perl-Time-HiRes
Epoch: 4
Version: 1.9758
Release: 2%{?dist}
Version: 1.9760
Release: 439%{?dist}
Summary: High resolution alarm, sleep, gettimeofday, interval timers
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Time-HiRes/
Source0: http://www.cpan.org/authors/id/J/JH/JHI/Time-HiRes-%{version}.tar.gz
URL: https://metacpan.org/release/Time-HiRes
Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Time-HiRes-%{version}.tar.gz
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
@ -41,11 +40,12 @@ high resolution time and timers.
%setup -q -n Time-HiRes-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
unset PERL_CORE
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"
%{make_build}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
%{make_install}
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
%{_fixperms} $RPM_BUILD_ROOT/*
@ -59,8 +59,26 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Nov 09 2020 Petr Pisar <ppisar@redhat.com> - 4:1.9758-2
- Introduce an epoch not to regress comparing to RHEL-7 (bug #1895852)
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9760-439
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.9760-438
- Increase release to favour standalone package
* Tue Feb 19 2019 Petr Pisar <ppisar@redhat.com> - 1.9760-1
- 1.9760 bump
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9759-418
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9759-417
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.9759-416
- Increase release to favour standalone package
* Thu May 24 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.9759-1
- Upgrade to 1.9759 as provided in perl-5.28.0-RC1
* Thu Mar 22 2018 Petr Pisar <ppisar@redhat.com> - 1.9758-1
- 1.9758 bump