1.35 bump
This commit is contained in:
parent
d7bd4b3487
commit
988342e174
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/Time-Local-1.27.tar.gz
|
||||
/Time-Local-1.28.tar.gz
|
||||
/Time-Local-1.30.tar.gz
|
||||
/Time-Local-1.35.tar.gz
|
||||
|
||||
@ -1,13 +1,14 @@
|
||||
%global cpan_version 1.30
|
||||
%global cpan_version 1.35
|
||||
Name: perl-Time-Local
|
||||
Epoch: 2
|
||||
Version: %{cpan_version}0
|
||||
Release: 490%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Efficiently compute time from local and GMT time
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/Time-Local
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Time-Local-%{cpan_version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
@ -16,7 +17,7 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
# Config used only with perl < 5.12
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(parent)
|
||||
@ -43,7 +44,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -55,6 +56,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed May 03 2023 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.350-1
|
||||
- 1.35 bump
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.300-490
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Time-Local-1.30.tar.gz) = 4a27db9a4573b0382d1d5bb9213ca2657b401d91edf573be3235ef899bd5215bf95985152ac20550b121da9952ac51b8a1e568b3a73198d77adac14b688e92ee
|
||||
SHA512 (Time-Local-1.35.tar.gz) = 1e457c92f41257a914406398d874b44e2b5ad129b3c1b39db265e8db589b9430fe98a2891673475118c1f9d415936249b7a1332592710d0e56a11dd99fc111d4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user