[perl-Regexp-Grammars] Update to version 1.030

Bill Pemberton wfp at fedoraproject.org
Fri Jun 28 16:46:22 UTC 2013


commit 911230a5ba24cf92e4dfc99e200b61da399467c4
Author: Bill Pemberton <wfp5p at virginia.edu>
Date:   Fri Jun 28 12:45:54 2013 -0400

    Update to version 1.030

 .gitignore                |    1 +
 perl-Regexp-Grammars.spec |   10 +++++++++-
 sources                   |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d6d995..1ab327d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Regexp-Grammars-1.021.tar.gz
 /Regexp-Grammars-1.026.tar.gz
 /Regexp-Grammars-1.028.tar.gz
+/Regexp-Grammars-1.030.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index 3f7c4c4..ab56c73 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,5 +1,5 @@
 Name:		perl-Regexp-Grammars
-Version:	1.028
+Version:	1.030
 Release:	1%{?dist}
 Summary:	Add grammatical parsing features to perl regular expressions
 License:	GPL+ or Artistic
@@ -38,6 +38,10 @@ perl Build.PL installdirs=vendor
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
+
+# this is only needed for Build test
+rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
+
 %{_fixperms} %{buildroot}
 
 %check
@@ -49,6 +53,10 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Fri Jun 28 2013 Bill Pemberton <wfp5p at virginia.edu> - 1.030-1
+- update to version 1.030
+- includes deprecation message for perl 5.18
+
 * Mon May 13 2013 Bill Pemberton <wfp5p at virginia.edu> - 1.028-1
 - update to verison 1.028
 - fixes bug where 0 used as an atom
diff --git a/sources b/sources
index b25952c..d3aa6ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c97732c241e7b879c97afdc9e214771  Regexp-Grammars-1.028.tar.gz
+a87a0204466d3e833f8e826c3eb75ebf  Regexp-Grammars-1.030.tar.gz


More information about the scm-commits mailing list