Upstream update.
This commit is contained in:
parent
f4a3804fcc
commit
304cfdbf72
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
Text-Glob-0.08.tar.gz
|
||||
/Text-Glob-0.09.tar.gz
|
||||
/Text-Glob-0.10.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Text-Glob
|
||||
Version: 0.09
|
||||
Release: 16%{?dist}
|
||||
Version: 0.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl module to match globbing patterns against text
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -10,9 +10,11 @@ Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -40,6 +42,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 22 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.10-1
|
||||
- Upstream update.
|
||||
|
||||
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-16
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user