1.50 bump
This commit is contained in:
parent
f190e2cd14
commit
2f856c60ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/Filter-1.45.tar.gz
|
||||
/Filter-1.48.tar.gz
|
||||
/Filter-1.49.tar.gz
|
||||
/Filter-1.50.tar.gz
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Name: perl-Filter
|
||||
Epoch: 1
|
||||
Version: 1.49
|
||||
Release: 5%{?dist}
|
||||
Version: 1.50
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl source filters
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Filter/
|
||||
Source0: http://www.cpan.org/modules/by-module/Filter/Filter-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Filter-%{version}.tar.gz
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
@ -20,7 +20,7 @@ BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
# Optional tests
|
||||
BuildRequires: perl(POSIX)
|
||||
%if !%{defined perl_bootstrap}
|
||||
@ -61,6 +61,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 05 2014 Petr Pisar <ppisar@redhat.com> - 1:1.50-1
|
||||
- 1.50 bump
|
||||
|
||||
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.49-5
|
||||
- Perl 5.18 re-rebuild of bootstrapped packages
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user