Update to 0.101

- New upstream release 0.101
  - Escape some unescaped braces in regex
- Drop legacy Group: tag
epel9
Paul Howarth 7 years ago
parent 8e83fdcb3b
commit 997560de27

1
.gitignore vendored

@ -7,3 +7,4 @@ Getopt-Long-Descriptive-0.084.tar.gz
/Getopt-Long-Descriptive-0.098.tar.gz /Getopt-Long-Descriptive-0.098.tar.gz
/Getopt-Long-Descriptive-0.099.tar.gz /Getopt-Long-Descriptive-0.099.tar.gz
/Getopt-Long-Descriptive-0.100.tar.gz /Getopt-Long-Descriptive-0.100.tar.gz
/Getopt-Long-Descriptive-0.101.tar.gz

@ -1,18 +1,17 @@
Name: perl-Getopt-Long-Descriptive Name: perl-Getopt-Long-Descriptive
Summary: Getopt::Long with usage text Summary: Getopt::Long with usage text
Version: 0.100 Version: 0.101
Release: 4%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz
URL: http://search.cpan.org/dist/Getopt-Long-Descriptive/ URL: http://search.cpan.org/dist/Getopt-Long-Descriptive/
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
# Build: # Build:
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: findutils BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time: # Run-time:
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
@ -52,7 +51,7 @@ make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot} %{_fixperms} -c %{buildroot}
%check %check
make test make test
@ -66,6 +65,11 @@ make test
%{_mandir}/man3/Getopt::Long::Descriptive::Usage.3* %{_mandir}/man3/Getopt::Long::Descriptive::Usage.3*
%changelog %changelog
* Mon Jan 22 2018 Paul Howarth <paul@city-fan.org> - 0.101-1
- Update to 0.101
- Escape some unescaped braces in regex
- Drop legacy Group: tag
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.100-4 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.100-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

@ -1 +1 @@
de219672e59bab7137d8f0e4219f41a5 Getopt-Long-Descriptive-0.100.tar.gz SHA512 (Getopt-Long-Descriptive-0.101.tar.gz) = c268ed7d5bcb892cf2e86caeed05c6fc06782bd92fcea7f4b028adb351ecf9a6510bba92d6aaf5352e4c466add8b353daf9f38fb988895f4d1b2d038dded7493

Loading…
Cancel
Save