Upstream update.

This commit is contained in:
Ralf Corsépius 2016-09-22 15:18:49 +02:00
parent f4a3804fcc
commit 304cfdbf72
3 changed files with 10 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
Text-Glob-0.08.tar.gz
/Text-Glob-0.09.tar.gz
/Text-Glob-0.10.tar.gz

View File

@ -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

View File

@ -1 +1 @@
1daa10e087f891c49b720a5c551a024b Text-Glob-0.09.tar.gz
41983522000416c73bba115b36effe33 Text-Glob-0.10.tar.gz