0.2309 bump
This commit is contained in:
parent
283f03660a
commit
b11ec921d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/File-Temp-0.2304.tar.gz
|
||||
/File-Temp-0.2306.tar.gz
|
||||
/File-Temp-0.2308.tar.gz
|
||||
/File-Temp-0.2309.tar.gz
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
%global cpan_version 0.2308
|
||||
%global cpan_version 0.2309
|
||||
Name: perl-File-Temp
|
||||
Epoch: 1
|
||||
# Normalized version, compete with perl.spec
|
||||
Version: 0.230.800
|
||||
Release: 2%{?dist}
|
||||
Version: 0.230.900
|
||||
Release: 1%{?dist}
|
||||
Summary: Return name and handle of a temporary file safely
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/File-Temp
|
||||
@ -71,11 +71,17 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE misc README
|
||||
%license LICENSE
|
||||
# Omit CONTRIBUTING (first half is not relevant to a binary package, second
|
||||
# half is already presented in POD)
|
||||
%doc Changes misc README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 08 2019 Petr Pisar <ppisar@redhat.com> - 1:0.230.900-1
|
||||
- 0.2309 bump
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.230.800-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (File-Temp-0.2308.tar.gz) = a85c3b5d7f39cfd64c370d72cead15f2d6d713b995ceca71e8af359cd686ae685e1ac6ca91e49165b7e867b1d635d1f124e788b92b01f2bda0b3970f2ad983db
|
||||
SHA512 (File-Temp-0.2309.tar.gz) = 9812e35d561ccff310262dc5bc50a9612fb3bbf7765a715c8fcad7653de977d08382733e38978586d47f943152b4a9619b76357c2f823c13f78dbf9b4eb4cd65
|
||||
|
||||
Loading…
Reference in New Issue
Block a user