0.2304 bump
This commit is contained in:
parent
c2ba9482f8
commit
7d3073010d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/File-Temp-0.2301.tar.gz
|
||||
/File-Temp-0.2302.tar.gz
|
||||
/File-Temp-0.2303.tar.gz
|
||||
/File-Temp-0.2304.tar.gz
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
%global cpan_version 0.2303
|
||||
%global cpan_version 0.2304
|
||||
Name: perl-File-Temp
|
||||
# Keep 2-digit version to align with future versions
|
||||
Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/')
|
||||
@ -40,15 +40,14 @@ BuildRequires: perl(List::Util)
|
||||
# Symbol not needed
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Exporter) >= 5.57
|
||||
Requires: perl(File::Path) >= 2.06
|
||||
Requires: perl(IO::Handle)
|
||||
Requires: perl(parent) >= 0.221
|
||||
Requires: perl(POSIX)
|
||||
|
||||
# Filter unused dependencies
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Symbol|VMS::Stdio\\)
|
||||
# Filter under-specified dependencies
|
||||
%global __requires_exclude %{__requires_exclude}|^perl\\((Exporter|File::Path|parent)\\)$
|
||||
%global __requires_exclude %{__requires_exclude}|^perl\\(parent\\)$
|
||||
|
||||
%description
|
||||
File::Temp can be used to create and open temporary files in a safe way.
|
||||
@ -80,6 +79,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 14 2013 Petr Pisar <ppisar@redhat.com> - 0.23.04-1
|
||||
- 0.2304 bump
|
||||
|
||||
* Thu Oct 10 2013 Petr Pisar <ppisar@redhat.com> - 0.23.03-1
|
||||
- 0.2303 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user