epel9
Petr Písař 9 years ago
parent 7ddd13d899
commit 8f8e273feb

1
.gitignore vendored

@ -37,3 +37,4 @@ PPIx-Regexp-0.007.tar.gz
/PPIx-Regexp-0.046.tar.gz /PPIx-Regexp-0.046.tar.gz
/PPIx-Regexp-0.047.tar.gz /PPIx-Regexp-0.047.tar.gz
/PPIx-Regexp-0.048.tar.gz /PPIx-Regexp-0.048.tar.gz
/PPIx-Regexp-0.049.tar.gz

@ -1,5 +1,5 @@
Name: perl-PPIx-Regexp Name: perl-PPIx-Regexp
Version: 0.048 Version: 0.049
Release: 1%{?dist} Release: 1%{?dist}
Summary: Represent a regular expression of some sort Summary: Represent a regular expression of some sort
License: GPL+ or Artistic License: GPL+ or Artistic
@ -11,6 +11,7 @@ BuildRequires: coreutils
BuildRequires: findutils BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(Config) BuildRequires: perl(Config)
BuildRequires: perl(lib) BuildRequires: perl(lib)
@ -78,6 +79,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Apr 20 2016 Petr Pisar <ppisar@redhat.com> - 0.049-1
- 0.049 bump
* Tue Mar 01 2016 Petr Pisar <ppisar@redhat.com> - 0.048-1 * Tue Mar 01 2016 Petr Pisar <ppisar@redhat.com> - 0.048-1
- 0.048 bump - 0.048 bump

@ -1 +1 @@
b85eb62c4bca39fe5c8fdd601433f52e PPIx-Regexp-0.048.tar.gz 6de6a3006a56fc2434936a6e0ecf39ef PPIx-Regexp-0.049.tar.gz

Loading…
Cancel
Save