2.49 bump

This commit is contained in:
Petr Písař 2016-06-15 09:13:41 +02:00
parent d0bbb0a174
commit 6f08d48e3c
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/Getopt-Long-2.46.tar.gz
/Getopt-Long-2.47.tar.gz
/Getopt-Long-2.48.tar.gz
/Getopt-Long-2.49.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Getopt-Long
Version: 2.48
Release: 365%{?dist}
Version: 2.49
Release: 1%{?dist}
Summary: Extended processing of command line options
License: GPLv2+ or Artistic
Group: Development/Libraries
@ -10,6 +10,7 @@ BuildArch: noarch
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker) >= 5.0
BuildRequires: perl(lib)
@ -47,7 +48,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name .packlist -delete
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@ -59,6 +60,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Jun 15 2016 Petr Pisar <ppisar@redhat.com> - 2.49-1
- 2.49 bump
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.48-365
- Increase release to favour standalone package

View File

@ -1 +1 @@
7dc6a38df7162a5add8f174a94acc0c3 Getopt-Long-2.48.tar.gz
1a3dd7096ae4eb32774a1f1aa9005018 Getopt-Long-2.49.tar.gz