[perl-Regexp-Grammars] Update to version 1.031

Bill Pemberton wfp at fedoraproject.org
Tue Aug 20 15:24:13 UTC 2013


commit 8e25889d808d73b93aaf5c21b1f08b8d3e2efd02
Author: Bill Pemberton <wfp5p at virginia.edu>
Date:   Tue Aug 20 11:23:13 2013 -0400

    Update to version 1.031

 .gitignore                |    1 +
 perl-Regexp-Grammars.spec |    9 +++++++--
 sources                   |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ab327d..dbf3f83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Regexp-Grammars-1.026.tar.gz
 /Regexp-Grammars-1.028.tar.gz
 /Regexp-Grammars-1.030.tar.gz
+/Regexp-Grammars-1.031.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index a34a1e4..d733f98 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:		perl-Regexp-Grammars
-Version:	1.030
-Release:	3%{?dist}
+Version:	1.031
+Release:	1%{?dist}
 Summary:	Add grammatical parsing features to perl regular expressions
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -12,6 +12,7 @@ BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Test::Pod)
 BuildRequires:	perl(Scalar::Util)
 BuildRequires:	perl(Data::Dumper)
+BuildRequires:	perl(Lexical::Var)
 BuildRequires:	perl(List::Util)
 BuildRequires:	perl(Moose)
 BuildRequires:	perl(Moose::Util::TypeConstraints)
@@ -53,6 +54,10 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Tue Aug 20 2013 Bill Pemberton <wfp5p at viridian.itc.virginia.edu> - 1.031-1
+- update to version 1.31
+- Updated warnings regarding incompatibilities with perl 5.18
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.030-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index d3aa6ff..e2e97d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a87a0204466d3e833f8e826c3eb75ebf  Regexp-Grammars-1.030.tar.gz
+a8cb3e72f97390be85ca63d655a9e55c  Regexp-Grammars-1.031.tar.gz



More information about the perl-devel mailing list