Upgrade to 1.9764 as provided in perl-5.32.0

This commit is contained in:
Jitka Plesnikova 2020-06-22 13:16:54 +02:00
parent 7e2f54062c
commit a41f1d93a9
2 changed files with 5443 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,14 @@
%global base_version 1.9760
Name: perl-Time-HiRes
Version: 1.9760
Release: 440%{?dist}
Version: 1.9764
Release: 456%{?dist}
Summary: High resolution alarm, sleep, gettimeofday, interval timers
License: GPL+ or Artistic
URL: https://metacpan.org/release/Time-HiRes
Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Time-HiRes-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Time-HiRes-%{base_version}.tar.gz
# Unbundled from perl 5.32.0
Patch0: Time-HiRes-1.9760-Upgrade-to-1.9764.patch
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
@ -37,7 +41,8 @@ ualarm, gettimeofday, and setitimer/getitimer system calls, in other words,
high resolution time and timers.
%prep
%setup -q -n Time-HiRes-%{version}
%setup -q -n Time-HiRes-%{base_version}
%patch0 -p1
%build
unset PERL_CORE
@ -59,6 +64,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.9764-456
- Upgrade to 1.9764 as provided in perl-5.32.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9760-440
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild