2.44 bump
This commit is contained in:
parent
501b9cf8e5
commit
73e0f2cce4
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/Getopt-Long-2.41.tar.gz
|
||||
/Getopt-Long-2.42.tar.gz
|
||||
/Getopt-Long-2.43.tar.gz
|
||||
/Getopt-Long-2.44.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Getopt-Long
|
||||
Version: 2.43
|
||||
Version: 2.44
|
||||
Release: 1%{?dist}
|
||||
Summary: Extended processing of command line options
|
||||
License: GPLv2+ or Artistic
|
||||
@ -23,6 +23,8 @@ Requires: perl(overload)
|
||||
Requires: perl(Text::ParseWords)
|
||||
# Recommended:
|
||||
Requires: perl(Pod::Usage) >= 1.14
|
||||
# Dependencies on these Perl 4 files are generated as perl(foo.pl):
|
||||
Provides: perl(newgetopt.pl) = %{version}
|
||||
|
||||
%description
|
||||
The Getopt::Long module implements an extended getopt function called
|
||||
@ -55,6 +57,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 19 2015 Petr Pisar <ppisar@redhat.com> - 2.44-1
|
||||
- 2.44 bump
|
||||
|
||||
* Fri Jan 30 2015 Petr Pisar <ppisar@redhat.com> - 2.43-1
|
||||
- 2.43 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user