1.49 bump
This commit is contained in:
parent
f878f261e4
commit
4ec4d05783
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/Filter-1.43.tar.gz
|
||||
/Filter-1.45.tar.gz
|
||||
/Filter-1.48.tar.gz
|
||||
/Filter-1.49.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Filter
|
||||
Version: 1.48
|
||||
Version: 1.49
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl source filters
|
||||
License: GPL+ or Artistic
|
||||
@ -19,8 +19,9 @@ BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests
|
||||
BuildRequires: perl(Cwd)
|
||||
# Optional tests
|
||||
BuildRequires: perl(Test::More)
|
||||
# Optional tests
|
||||
BuildRequires: perl(POSIX)
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
%endif
|
||||
@ -59,6 +60,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 04 2013 Petr Pisar <ppisar@redhat.com> - 1.49-1
|
||||
- 1.49 bump
|
||||
|
||||
* Wed Apr 03 2013 Petr Pisar <ppisar@redhat.com> - 1.48-1
|
||||
- 1.48 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user