limb changed wfp's branch request for perl-Regexp-Grammars in epel7 from Awaiting Review to Approved

2015-10-21 Thread notifications
limb changed wfp's branch request for perl-Regexp-Grammars in epel7 from 
Awaiting Review to Approved
https://admin.fedoraproject.org/pkgdb/package/perl-Regexp-Grammars/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp requested branch epel7 for package perl-Regexp-Grammars

2015-10-21 Thread notifications
wfp requested branch epel7 for package perl-Regexp-Grammars
https://admin.fedoraproject.org/pkgdb/package/perl-Regexp-Grammars/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed wfp's 'approveacls' permission on perl-Regexp-Grammars (epel7) to 'Approved'

2015-10-21 Thread notifications
limb changed wfp's 'approveacls' permission on perl-Regexp-Grammars (epel7) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Regexp-Grammars/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed wfp's 'commit' permission on perl-Regexp-Grammars (epel7) to 'Approved'

2015-10-21 Thread notifications
limb changed wfp's 'commit' permission on perl-Regexp-Grammars (epel7) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Regexp-Grammars/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed wfp's 'watchbugzilla' permission on perl-Regexp-Grammars (epel7) to 'Approved'

2015-10-21 Thread notifications
limb changed wfp's 'watchbugzilla' permission on perl-Regexp-Grammars (epel7) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Regexp-Grammars/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb changed wfp's 'watchcommits' permission on perl-Regexp-Grammars (epel7) to 'Approved'

2015-10-21 Thread notifications
limb changed wfp's 'watchcommits' permission on perl-Regexp-Grammars (epel7) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Regexp-Grammars/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

limb created the branch 'epel7' for the package 'perl-Regexp-Grammars'

2015-10-21 Thread notifications
limb created the branch 'epel7' for the package 'perl-Regexp-Grammars'
https://admin.fedoraproject.org/pkgdb/package/perl-Regexp-Grammars/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Add 1.035 source (..more)"

2015-10-21 Thread notifications
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=49435d6c9a9719afb6f1476279855a1852898184
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Update to version 1.031"

2015-10-21 Thread notifications
From 8e25889d808d73b93aaf5c21b1f08b8d3e2efd02 Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Tue, 20 Aug 2013 11:23:13 -0400
Subject: 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  - 1.031-1
+- update to version 1.31
+- Updated warnings regarding incompatibilities with perl 5.18
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 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
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=8e25889d808d73b93aaf5c21b1f08b8d3e2efd02
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "update to verison 1.028"

2015-10-21 Thread notifications
From 7f6364bc37558d1a06506ca6914806e4fb8b3416 Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Mon, 13 May 2013 09:32:34 -0400
Subject: update to verison 1.028

---
 .gitignore| 1 +
 perl-Regexp-Grammars.spec | 7 ++-
 sources   | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 85b4969..8d6d995 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Regexp-Grammars-1.021.tar.gz
 /Regexp-Grammars-1.026.tar.gz
+/Regexp-Grammars-1.028.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index fd3ac9d..3f7c4c4 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,5 +1,5 @@
 Name:  perl-Regexp-Grammars
-Version:   1.026
+Version:   1.028
 Release:   1%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
@@ -49,6 +49,11 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Mon May 13 2013 Bill Pemberton  - 1.028-1
+- update to verison 1.028
+- fixes bug where 0 used as an atom
+- fixes caching bug within interpolation support
+
 * Mon Feb  4 2013 Bill Pemberton  - 1.026-1
 - update to version 1.026
 
diff --git a/sources b/sources
index 200e779..b25952c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d75f337154bbbcd754e75ba7dd48bdd  Regexp-Grammars-1.026.tar.gz
+1c97732c241e7b879c97afdc9e214771  Regexp-Grammars-1.028.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=7f6364bc37558d1a06506ca6914806e4fb8b3416
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "update to upstream version 1.036 (..more)"

2015-10-21 Thread notifications
From 268fe2d39601e9dbff9c05884620d21385b29b5a Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Wed, 17 Sep 2014 13:00:49 -0400
Subject: update to upstream version 1.036

- minor fix to debug behaviour
---
 .gitignore| 1 +
 perl-Regexp-Grammars.spec | 8 ++--
 sources   | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 70ad5c9..91c11d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Regexp-Grammars-1.031.tar.gz
 /Regexp-Grammars-1.033.tar.gz
 /Regexp-Grammars-1.035.tar.gz
+/Regexp-Grammars-1.036.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index 0139fc6..342dca8 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Grammars
-Version:   1.035
-Release:   2%{?dist}
+Version:   1.036
+Release:   1%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -54,6 +54,10 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Wed Sep 17 2014 Bill Pemberton  - 1.036-1
+- update to upstream version 1.036
+- minor fix to debug behaviour
+
 * Fri Sep 12 2014 Bill Pemberton  - 1.035-2
 - Bump release to deal with fedpkg problems I'm having
 
diff --git a/sources b/sources
index 4c65141..f725b0b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72f1cb589b62cec57389df0c9fcba50c  Regexp-Grammars-1.035.tar.gz
+b650eeeb0e300242284ffcfd2319b6c5  Regexp-Grammars-1.036.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=268fe2d39601e9dbff9c05884620d21385b29b5a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Update to version 1.35 (..more)"

2015-10-21 Thread notifications
From 5318b5fe8947e4f88611b070717cf63839844c83 Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Fri, 12 Sep 2014 11:10:36 -0400
Subject: Update to version 1.35

Update to version 1.35 which returns the module to full functionality
with perl >= 5.20
---
 perl-Regexp-Grammars.spec | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index 4a4159e..216639a 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Grammars
-Version:   1.033
-Release:   3%{?dist}
+Version:   1.035
+Release:   1%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -54,6 +54,10 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Fri Sep 12 2014 Bill Pemberton  - 1.035-1
+- Update to version 1.35
+- Returns the module to full functionality with perl >= 5.20
+
 * Mon Sep 01 2014 Jitka Plesnikova  - 1.033-3
 - Perl 5.20 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=5318b5fe8947e4f88611b070717cf63839844c83
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Update to version 1.026"

2015-10-21 Thread notifications
From 5c4099caa90e7f4fac6ba0d077cda1bd51f36410 Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Mon, 4 Feb 2013 09:16:39 -0500
Subject: Update to version 1.026

---
 .gitignore| 1 +
 perl-Regexp-Grammars.spec | 7 +--
 sources   | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index f9f11f7..85b4969 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Regexp-Grammars-1.021.tar.gz
+/Regexp-Grammars-1.026.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index bc59572..fd3ac9d 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Grammars
-Version:   1.021
-Release:   4%{?dist}
+Version:   1.026
+Release:   1%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -49,6 +49,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Mon Feb  4 2013 Bill Pemberton  - 1.026-1
+- update to version 1.026
+
 * Thu Sep 13 2012 Bill Pemberton  - 1.021-4
 - remove explict requires for Data::Dumper and Scalar::Util
 
diff --git a/sources b/sources
index 80517ba..200e779 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d09cd8c12f638e8e8e5e3dd586c3b8c  Regexp-Grammars-1.021.tar.gz
+6d75f337154bbbcd754e75ba7dd48bdd  Regexp-Grammars-1.026.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=5c4099caa90e7f4fac6ba0d077cda1bd51f36410
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Initial import (#851734)."

2015-10-21 Thread notifications
From 545e20836a0ddb06097696f0f56a67e16a2d486f Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Thu, 13 Sep 2012 09:40:39 -0400
Subject: Initial import (#851734).

---
 .gitignore|  1 +
 perl-Regexp-Grammars.spec | 66 +++
 sources   |  1 +
 3 files changed, 68 insertions(+)
 create mode 100644 perl-Regexp-Grammars.spec

diff --git a/.gitignore b/.gitignore
index e69de29..f9f11f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Regexp-Grammars-1.021.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
new file mode 100644
index 000..bc59572
--- /dev/null
+++ b/perl-Regexp-Grammars.spec
@@ -0,0 +1,66 @@
+Name:  perl-Regexp-Grammars
+Version:   1.021
+Release:   4%{?dist}
+Summary:   Add grammatical parsing features to perl regular expressions
+License:   GPL+ or Artistic
+Group: Development/Libraries
+URL:   http://search.cpan.org/dist/Regexp-Grammars/
+Source0:   
http://www.cpan.org/authors/id/D/DC/DCONWAY/Regexp-Grammars-%{version}.tar.gz
+BuildArch: noarch
+BuildRequires: perl(Module::Build)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::Pod)
+BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(Data::Dumper)
+BuildRequires: perl(List::Util)
+BuildRequires: perl(Moose)
+BuildRequires: perl(Moose::Util::TypeConstraints)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%filter_from_provides /perl(Regexp)/d
+%filter_provides_in %{_docdir}
+%filter_setup
+
+
+%description
+This module adds a small number of new regular expressions constructs that
+can be used to implement complete recursive-descent parsing.
+
+These constructs use the grammar patterns that were added to perl's
+regular expressions in perl 5.10.
+
+%prep
+%setup -q -n Regexp-Grammars-%{version}
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+%{_fixperms} %{buildroot}
+
+%check
+./Build test
+
+%files
+%doc Changes README demo/
+%{perl_vendorlib}/Regexp/
+%{_mandir}/man3/Regexp::Grammars.3pm*
+
+%changelog
+* Thu Sep 13 2012 Bill Pemberton  - 1.021-4
+- remove explict requires for Data::Dumper and Scalar::Util
+
+* Wed Sep 12 2012 Bill Pemberton  - 1.021-3
+- update Requires and BuildRequires
+- remove filter_from_requires
+- filter out requirements of the demo scripts
+- filter out perl(Regexp) from provides
+
+* Mon Aug 27 2012 Bill Pemberton  - 1.021-2
+- Remove BuildRoot
+
+* Fri Aug 24 2012 Bill Pemberton  - 1.021-1
+- Initial version
+
diff --git a/sources b/sources
index e69de29..80517ba 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6d09cd8c12f638e8e8e5e3dd586c3b8c  Regexp-Grammars-1.021.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=545e20836a0ddb06097696f0f56a67e16a2d486f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Perl 5.18 rebuild"

2015-10-21 Thread notifications
From 155bb69421b8bf21865ceb9a92ba5ca6454d0c70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 2 Aug 2013 17:39:42 +0200
Subject: Perl 5.18 rebuild

---
 perl-Regexp-Grammars.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index ab56c73..3af87f4 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Grammars
 Version:   1.030
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -53,6 +53,9 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Fri Aug 02 2013 Petr Pisar  - 1.030-2
+- Perl 5.18 rebuild
+
 * Fri Jun 28 2013 Bill Pemberton  - 1.030-1
 - update to version 1.030
 - includes deprecation message for perl 5.18
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=155bb69421b8bf21865ceb9a92ba5ca6454d0c70
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "update to version 1.038 (..more)"

2015-10-21 Thread notifications
From 1b9d6d12253b9d14537f4ceb910be96930f6a5ca Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Thu, 11 Dec 2014 09:46:17 -0500
Subject: update to version 1.038

Fixes bug where actions persisted after a failed ->with_actions()
match
---
 .gitignore| 1 +
 perl-Regexp-Grammars.spec | 6 +-
 sources   | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 91c11d0..3655001 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /Regexp-Grammars-1.033.tar.gz
 /Regexp-Grammars-1.035.tar.gz
 /Regexp-Grammars-1.036.tar.gz
+/Regexp-Grammars-1.038.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index 342dca8..df9dc2d 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,5 +1,5 @@
 Name:  perl-Regexp-Grammars
-Version:   1.036
+Version:   1.038
 Release:   1%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
@@ -54,6 +54,10 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Thu Dec 11 2014 Bill Pemberton  - 1.038-1
+- update to version 1.038
+- Fixes bug where actions persisted after a failed ->with_actions() match
+
 * Wed Sep 17 2014 Bill Pemberton  - 1.036-1
 - update to upstream version 1.036
 - minor fix to debug behaviour
diff --git a/sources b/sources
index f725b0b..6b1ae6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b650eeeb0e300242284ffcfd2319b6c5  Regexp-Grammars-1.036.tar.gz
+ec986426fc8176044570fff4a6ef26f0  Regexp-Grammars-1.038.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=1b9d6d12253b9d14537f4ceb910be96930f6a5ca
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Update to version 1.030"

2015-10-21 Thread notifications
From 911230a5ba24cf92e4dfc99e200b61da399467c4 Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Fri, 28 Jun 2013 12:45:54 -0400
Subject: 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  - 1.030-1
+- update to version 1.030
+- includes deprecation message for perl 5.18
+
 * Mon May 13 2013 Bill Pemberton  - 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
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=911230a5ba24cf92e4dfc99e200b61da399467c4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Bump release to deal with fedpkg problems I'm having"

2015-10-21 Thread notifications
From 6049c1128b174cd8640593000cc98addfb67a27e Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Fri, 12 Sep 2014 11:34:48 -0400
Subject: Bump release to deal with fedpkg problems I'm having

---
 .gitignore| 1 +
 perl-Regexp-Grammars.spec | 5 -
 sources   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 66ca47e..70ad5c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Regexp-Grammars-1.030.tar.gz
 /Regexp-Grammars-1.031.tar.gz
 /Regexp-Grammars-1.033.tar.gz
+/Regexp-Grammars-1.035.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index 216639a..0139fc6 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Grammars
 Version:   1.035
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -54,6 +54,9 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Fri Sep 12 2014 Bill Pemberton  - 1.035-2
+- Bump release to deal with fedpkg problems I'm having
+
 * Fri Sep 12 2014 Bill Pemberton  - 1.035-1
 - Update to version 1.35
 - Returns the module to full functionality with perl >= 5.20
diff --git a/sources b/sources
index 1eb8791..4c65141 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf2edc67612e699dfffccb92ef0dea5a  Regexp-Grammars-1.033.tar.gz
+72f1cb589b62cec57389df0c9fcba50c  Regexp-Grammars-1.035.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=6049c1128b174cd8640593000cc98addfb67a27e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Update to version 1.042"

2015-10-21 Thread notifications
From d2f4a1e980eff042b881f97f36bf9f89c038ea79 Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Mon, 21 Sep 2015 13:51:46 -0400
Subject: Update to version 1.042

---
 .gitignore|  1 +
 perl-Regexp-Grammars.spec | 10 +++---
 sources   |  2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9ef1507..22e8c64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Regexp-Grammars-1.039.tar.gz
 /Regexp-Grammars-1.040.tar.gz
 /Regexp-Grammars-1.041.tar.gz
+/Regexp-Grammars-1.042.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index 5c18820..e727b1d 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Grammars
-Version:   1.041
-Release:   3%{?dist}
+Version:   1.042
+Release:   1%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -12,7 +12,7 @@ BuildRequires:perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(Data::Dumper)
-BuildRequires: perl(Lexical::Var)
+BuildRequires: perl(B::Hooks::Parser)
 BuildRequires: perl(List::Util)
 BuildRequires: perl(Moose)
 BuildRequires: perl(Moose::Util::TypeConstraints)
@@ -51,6 +51,10 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Wed Sep 16 2015 Bill Pemberton  - 1.042-1
+- Update to version 1.042
+- now uses B::Hooks::Parser instead of Lexical::Var
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.041-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 9b49c63..c216c92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c3bf5f10826124b40202eda6a73aabc  Regexp-Grammars-1.041.tar.gz
+e129c37fa2db6af707ba8b551f8ef118  Regexp-Grammars-1.042.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=d2f4a1e980eff042b881f97f36bf9f89c038ea79
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Perl 5.22 rebuild"

2015-10-21 Thread notifications
From 435ad4d51fd59c84a7d7c32eeaa64d09f8c4aee0 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 8 Jun 2015 14:17:26 +0200
Subject: Perl 5.22 rebuild

---
 perl-Regexp-Grammars.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index 1e475ac..8cf40fa 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Grammars
 Version:   1.041
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -51,6 +51,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Mon Jun 08 2015 Jitka Plesnikova  - 1.041-2
+- Perl 5.22 rebuild
+
 * Mon May  4 2015 Bill Pemberton  - 1.041-1
 - Update to version 1.041
 - fixes implicit whitespace-matching invalidating subrule argument lists
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=435ad4d51fd59c84a7d7c32eeaa64d09f8c4aee0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Update to version 1.040 (..more)"

2015-10-21 Thread notifications
From bc1c52cc635ed57dc50fc45b3087107269baa020 Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Thu, 26 Mar 2015 09:40:39 -0400
Subject: Update to version 1.040

updates tests
---
 .gitignore| 1 +
 perl-Regexp-Grammars.spec | 9 +
 sources   | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index aae4e52..865d368 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Regexp-Grammars-1.036.tar.gz
 /Regexp-Grammars-1.038.tar.gz
 /Regexp-Grammars-1.039.tar.gz
+/Regexp-Grammars-1.040.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index 74dec8b..d5803e6 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,5 +1,5 @@
 Name:  perl-Regexp-Grammars
-Version:   1.039
+Version:   1.040
 Release:   1%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
@@ -40,9 +40,6 @@ 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
@@ -54,6 +51,10 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Thu Mar 26 2015 Bill Pemberton  - 1.040-1
+- Update to version 1.040
+- updates tests
+
 * Sat Feb  7 2015 Bill Pemberton  - 1.039-1
 - Update to version 1.039
 
diff --git a/sources b/sources
index b7bda79..609c50d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-430513af60a25f7af6a84091d766244d  Regexp-Grammars-1.039.tar.gz
+ff15ff78d45f17be272dd9d1f4fb6e4b  Regexp-Grammars-1.040.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=bc1c52cc635ed57dc50fc45b3087107269baa020
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Perl 5.20 rebuild"

2015-10-21 Thread notifications
From 46cc9252be6943b1c4ece9c2dc7f5869468fce6d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 1 Sep 2014 11:23:29 +0200
Subject: Perl 5.20 rebuild

---
 perl-Regexp-Grammars.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index c2f7bff..4a4159e 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Grammars
 Version:   1.033
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -54,6 +54,9 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Mon Sep 01 2014 Jitka Plesnikova  - 1.033-3
+- Perl 5.20 rebuild
+
 * Sat Jun 07 2014 Fedora Release Engineering  
- 1.033-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=46cc9252be6943b1c4ece9c2dc7f5869468fce6d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Update to version 1.039"

2015-10-21 Thread notifications
From ea727ba06192f46429528ff1a0ee52f0a7adf1e4 Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Fri, 6 Feb 2015 22:08:22 -0500
Subject: Update to version 1.039

---
 .gitignore| 1 +
 perl-Regexp-Grammars.spec | 5 -
 sources   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3655001..aae4e52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Regexp-Grammars-1.035.tar.gz
 /Regexp-Grammars-1.036.tar.gz
 /Regexp-Grammars-1.038.tar.gz
+/Regexp-Grammars-1.039.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index df9dc2d..74dec8b 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,5 +1,5 @@
 Name:  perl-Regexp-Grammars
-Version:   1.038
+Version:   1.039
 Release:   1%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
@@ -54,6 +54,9 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Sat Feb  7 2015 Bill Pemberton  - 1.039-1
+- Update to version 1.039
+
 * Thu Dec 11 2014 Bill Pemberton  - 1.038-1
 - update to version 1.038
 - Fixes bug where actions persisted after a failed ->with_actions() match
diff --git a/sources b/sources
index 6b1ae6b..b7bda79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec986426fc8176044570fff4a6ef26f0  Regexp-Grammars-1.038.tar.gz
+430513af60a25f7af6a84091d766244d  Regexp-Grammars-1.039.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=ea727ba06192f46429528ff1a0ee52f0a7adf1e4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild"

2015-10-21 Thread notifications
From fa342b73c7428f89d687bed23058c61492b3a436 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Sat, 3 Aug 2013 19:37:29 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

---
 perl-Regexp-Grammars.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index 3af87f4..a34a1e4 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Grammars
 Version:   1.030
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -53,6 +53,9 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Sun Aug 04 2013 Fedora Release Engineering  
- 1.030-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
 * Fri Aug 02 2013 Petr Pisar  - 1.030-2
 - Perl 5.18 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=fa342b73c7428f89d687bed23058c61492b3a436
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Update to version 1.041 (..more)"

2015-10-21 Thread notifications
From bc6411b311ce3f954f0d0847c26fedd0c4ea8208 Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Mon, 4 May 2015 13:07:31 -0400
Subject: Update to version 1.041

Fixes implicit whitespace-matching invalidating subrule argument lists

Also documents quirk with the <%hash> construct with perl 5.18
---
 .gitignore| 1 +
 perl-Regexp-Grammars.spec | 6 +-
 sources   | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 865d368..9ef1507 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Regexp-Grammars-1.038.tar.gz
 /Regexp-Grammars-1.039.tar.gz
 /Regexp-Grammars-1.040.tar.gz
+/Regexp-Grammars-1.041.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index d5803e6..1e475ac 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,5 +1,5 @@
 Name:  perl-Regexp-Grammars
-Version:   1.040
+Version:   1.041
 Release:   1%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
@@ -51,6 +51,10 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Mon May  4 2015 Bill Pemberton  - 1.041-1
+- Update to version 1.041
+- fixes implicit whitespace-matching invalidating subrule argument lists
+
 * Thu Mar 26 2015 Bill Pemberton  - 1.040-1
 - Update to version 1.040
 - updates tests
diff --git a/sources b/sources
index 609c50d..9b49c63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff15ff78d45f17be272dd9d1f4fb6e4b  Regexp-Grammars-1.040.tar.gz
+4c3bf5f10826124b40202eda6a73aabc  Regexp-Grammars-1.041.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=bc6411b311ce3f954f0d0847c26fedd0c4ea8208
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-10-21 Thread notifications
From 4b0b532784bac8c0bcbdfaa835a30f9f2f28f3da Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 05:44:45 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

---
 perl-Regexp-Grammars.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index 8cf40fa..5c18820 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Grammars
 Version:   1.041
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -51,6 +51,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1.041-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Mon Jun 08 2015 Jitka Plesnikova  - 1.041-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=4b0b532784bac8c0bcbdfaa835a30f9f2f28f3da
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "Update to version 1.033"

2015-10-21 Thread notifications
From 45333b541623e5ac6c7b42c6cd00129a6f240870 Mon Sep 17 00:00:00 2001
From: Bill Pemberton 
Date: Mon, 2 Sep 2013 19:30:41 -0400
Subject: Update to version 1.033

---
 .gitignore| 1 +
 perl-Regexp-Grammars.spec | 5 -
 sources   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index dbf3f83..66ca47e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Regexp-Grammars-1.028.tar.gz
 /Regexp-Grammars-1.030.tar.gz
 /Regexp-Grammars-1.031.tar.gz
+/Regexp-Grammars-1.033.tar.gz
diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index d733f98..66bc501 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,5 +1,5 @@
 Name:  perl-Regexp-Grammars
-Version:   1.031
+Version:   1.033
 Release:   1%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
@@ -54,6 +54,9 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Mon Sep  2 2013 Bill Pemberton  - 1.033-1
+- update to version 1.33
+
 * Tue Aug 20 2013 Bill Pemberton  - 1.031-1
 - update to version 1.31
 - Updated warnings regarding incompatibilities with perl 5.18
diff --git a/sources b/sources
index e2e97d6..1eb8791 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a8cb3e72f97390be85ca63d655a9e55c  Regexp-Grammars-1.031.tar.gz
+cf2edc67612e699dfffccb92ef0dea5a  Regexp-Grammars-1.033.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=45333b541623e5ac6c7b42c6cd00129a6f240870
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

wfp pushed to perl-Regexp-Grammars (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild"

2015-10-21 Thread notifications
From 1b2b801d318c408bdb6eb30b357d27757c40da06 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Sat, 7 Jun 2014 04:29:44 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

---
 perl-Regexp-Grammars.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Regexp-Grammars.spec b/perl-Regexp-Grammars.spec
index 66bc501..c2f7bff 100644
--- a/perl-Regexp-Grammars.spec
+++ b/perl-Regexp-Grammars.spec
@@ -1,6 +1,6 @@
 Name:  perl-Regexp-Grammars
 Version:   1.033
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Add grammatical parsing features to perl regular expressions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -54,6 +54,9 @@ rm -f %{buildroot}/%{perl_vendorlib}/Skip_if_Perl_5_18.pm
 %{_mandir}/man3/Regexp::Grammars.3pm*
 
 %changelog
+* Sat Jun 07 2014 Fedora Release Engineering  
- 1.033-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
 * Mon Sep  2 2013 Bill Pemberton  - 1.033-1
 - update to version 1.33
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Regexp-Grammars.git/commit/?h=epel7=1b2b801d318c408bdb6eb30b357d27757c40da06
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1274112] perl-Text-Unidecode-1.27 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1274112



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1085358
  --> https://bugzilla.redhat.com/attachment.cgi?id=1085358=edit
[patch] Update to 1.27 (#1274112)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1274105] biber-v2.2 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1274105



--- Comment #1 from Upstream Release Monitoring 
 ---
Failed to kick off scratch build.

spectool was unable to grab new sources

old source: biblatex-biber.tar.gz
old sha256: 96cc746e1d10879c7bf56b588433c293683656590a9f7c1079e5ed7689f1d939

new source: ./biblatex-biber.tar.gz
new sha256: 96cc746e1d10879c7bf56b588433c293683656590a9f7c1079e5ed7689f1d939

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1274105] New: biber-v2.2 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1274105

Bug ID: 1274105
   Summary: biber-v2.2 is available
   Product: Fedora
   Version: rawhide
 Component: biber
  Keywords: FutureFeature, Triaged
  Assignee: c...@m.fsf.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: c...@m.fsf.org, mefos...@gmail.com,
novyjindr...@gmail.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: v2.2
Current version/release in rawhide: 1.8-12.fc23
URL: http://biblatex-biber.sourceforge.net/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1274108] New: perl-DateTime-TimeZone-1.94 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1274108

Bug ID: 1274108
   Summary: perl-DateTime-TimeZone-1.94 is available
   Product: Fedora
   Version: rawhide
 Component: perl-DateTime-TimeZone
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 1.94
Current version/release in rawhide: 1.93-1.fc24
URL: http://search.cpan.org/dist/DateTime-TimeZone/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1274109] New: perl-autobox-Core-1.30 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1274109

Bug ID: 1274109
   Summary: perl-autobox-Core-1.30 is available
   Product: Fedora
   Version: rawhide
 Component: perl-autobox-Core
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 1.30
Current version/release in rawhide: 1.29-1.fc24
URL: http://search.cpan.org/dist/autobox-Core/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1274112] New: perl-Text-Unidecode-1.27 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1274112

Bug ID: 1274112
   Summary: perl-Text-Unidecode-1.27 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Text-Unidecode
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, pertu...@free.fr,
ppi...@redhat.com, psab...@redhat.com



Latest upstream release: 1.27
Current version/release in rawhide: 1.24-1.fc24
URL: http://search.cpan.org/dist/Text-Unidecode/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1274112] perl-Text-Unidecode-1.27 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1274112



--- Comment #2 from Upstream Release Monitoring 
 ---
Scratch build completed
http://koji.fedoraproject.org/koji/taskinfo?taskID=11537042

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-CPAN-Perl-Releases (master). "2.40 bump, updated for v5.23.4"

2015-10-21 Thread notifications
From 2e5510d4d251b265a745cac14b39ed7231fcc747 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 21 Oct 2015 15:09:41 +0200
Subject: 2.40 bump, updated for v5.23.4

---
 perl-CPAN-Perl-Releases.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index 85562b2..1b93801 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.38
+Version:2.40
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 21 2015 Jitka Plesnikova  - 2.40-1
+- 2.40 bump, updated for v5.23.4
+
 * Mon Sep 21 2015 Petr Ĺ abata  - 2.38-1
 - 2.38 bump, updated for v5.23.3
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=master=2e5510d4d251b265a745cac14b39ed7231fcc747
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-CPAN-Perl-Releases (master). "2.40 bump, updated for v5.23.4"

2015-10-21 Thread notifications
From eff954eabce8017de238c523c01f246283dab2b1 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 21 Oct 2015 15:10:45 +0200
Subject: 2.40 bump, updated for v5.23.4

---
 .gitignore | 1 +
 sources| 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8cc0788..813b8f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
 /CPAN-Perl-Releases-2.34.tar.gz
 /CPAN-Perl-Releases-2.36.tar.gz
 /CPAN-Perl-Releases-2.38.tar.gz
+/CPAN-Perl-Releases-2.40.tar.gz
diff --git a/sources b/sources
index 28fc873..25c5fda 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9f58f129bd734b0a9790b0200dfb62b  CPAN-Perl-Releases-2.38.tar.gz
+141a2dca82dbdcb345a6b5a29fc80a0a  CPAN-Perl-Releases-2.40.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=master=eff954eabce8017de238c523c01f246283dab2b1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik uploaded CPAN-Perl-Releases-2.40.tar.gz for perl-CPAN-Perl-Releases

2015-10-21 Thread notifications
141a2dca82dbdcb345a6b5a29fc80a0a  CPAN-Perl-Releases-2.40.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-CPAN-Perl-Releases/CPAN-Perl-Releases-2.40.tar.gz/md5/141a2dca82dbdcb345a6b5a29fc80a0a/CPAN-Perl-Releases-2.40.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1268777] CVE-2015-7686 perl-Email-Address: denial of service when parsing crafted email address list

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1268777

Martin Prpic  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX
Last Closed||2015-10-21 05:24:12



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1268777] CVE-2015-7686 perl-Email-Address: denial of service when parsing crafted email address list

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1268777

Martin Prpic  changed:

   What|Removed |Added

 Whiteboard|impact=moderate,public=2015 |impact=moderate,public=2015
   |0927,reported=20150927,sour |0927,reported=20150927,sour
   |ce=oss-security,cvss2=4.3/A |ce=oss-security,cvss2=4.3/A
   |V:N/AC:M/Au:N/C:N/I:N/A:P,c |V:N/AC:M/Au:N/C:N/I:N/A:P,c
   |we=CWE-407,fedora-all/perl- |we=CWE-407,fedora-all/perl-
   |Email-Address=affected,epel |Email-Address=affected,epel
   |-all/perl-Email-Address=aff |-all/perl-Email-Address=aff
   |ected,rhel-7/perl-Email-Add |ected,rhel-7/perl-Email-Add
   |ress=affected   |ress=wontfix



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc uploaded Data-Alias-1.19.tar.gz for perl-Data-Alias

2015-10-21 Thread notifications
533497d45120c0b583ba6c5eac20a966  Data-Alias-1.19.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Data-Alias/Data-Alias-1.19.tar.gz/md5/533497d45120c0b583ba6c5eac20a966/Data-Alias-1.19.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1273864] New: perl-Module-CoreList-5.20151020 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1273864

Bug ID: 1273864
   Summary: perl-Module-CoreList-5.20151020 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Module-CoreList
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Latest upstream release: 5.20151020
Current version/release in rawhide: 5.20150920-1.fc24
URL: http://search.cpan.org/dist/Module-CoreList/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1273864] perl-Module-CoreList-5.20151020 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1273864



--- Comment #2 from Upstream Release Monitoring 
 ---
Scratch build completed
http://koji.fedoraproject.org/koji/taskinfo?taskID=11532643

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1273854] perl-CPAN-Perl-Releases-2.40 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1273854

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jples...@redhat.com
   Assignee|psab...@redhat.com  |jples...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1273854] New: perl-CPAN-Perl-Releases-2.40 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1273854

Bug ID: 1273854
   Summary: perl-CPAN-Perl-Releases-2.40 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPAN-Perl-Releases
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 2.40
Current version/release in rawhide: 2.38-1.fc24
URL: http://search.cpan.org/dist/CPAN-Perl-Releases/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1273864] perl-Module-CoreList-5.20151020 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1273864



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1085107
  --> https://bugzilla.redhat.com/attachment.cgi?id=1085107=edit
[patch] Update to 5.20151020 (#1273864)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik uploaded Net-DNS-1.02.tar.gz for perl-Net-DNS

2015-10-21 Thread notifications
adbb3fd9bc1677d8fd79605925a35106  Net-DNS-1.02.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Net-DNS/Net-DNS-1.02.tar.gz/md5/adbb3fd9bc1677d8fd79605925a35106/Net-DNS-1.02.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Net-DNS (master). "1.03 bump"

2015-10-21 Thread notifications
From e1f7dde3179f07e4f4ddfb2fd31f55e0651c0718 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 21 Oct 2015 09:49:45 +0200
Subject: 1.03 bump

---
 .gitignore| 1 +
 perl-Net-DNS.spec | 8 +---
 sources   | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 48433a2..1142f52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ Net-DNS-0.65.tar.gz
 /Net-DNS-0.82.tar.gz
 /Net-DNS-0.83.tar.gz
 /Net-DNS-1.01.tar.gz
+/Net-DNS-1.02.tar.gz
diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec
index 2e01386..e144a88 100644
--- a/perl-Net-DNS.spec
+++ b/perl-Net-DNS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Net-DNS
-Version:   1.01
-Release:   3%{?dist}
+Version:   1.02
+Release:   1%{?dist}
 Summary:   DNS resolver modules for Perl
 # lib/Net/DNS/RR/RT.pm: GPL+ or Artistic
 License:   (GPL+ or Artistic) and MIT
@@ -42,7 +42,6 @@ BuildRequires: perl(IO::File)
 # IO::Select is not used
 BuildRequires: perl(IO::Socket::INET)
 # IO::Socket::INET6 is optional
-# MIME::Base32 is not used
 BuildRequires: perl(MIME::Base64) >= 2.11
 # Net::LibIDN is optional
 BuildRequires: perl(overload)
@@ -149,6 +148,9 @@ make test
 %{_mandir}/man3/Net::DNS::Nameserver*
 
 %changelog
+* Tue Oct 20 2015 Jitka Plesnikova  - 1.02-1
+- 1.02 bump
+
 * Mon Sep 21 2015 Petr Pisar  - 1.01-3
 - Build-require Time::Local (bug #1264751)
 
diff --git a/sources b/sources
index 1736c65..0ff3635 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-41e59dc2cad35eda357f2f534d94ae8b  Net-DNS-1.01.tar.gz
+adbb3fd9bc1677d8fd79605925a35106  Net-DNS-1.02.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Net-DNS.git/commit/?h=master=e1f7dde3179f07e4f4ddfb2fd31f55e0651c0718
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1263683] perl-Net-DNS-1.02 is available

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1263683

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Net-DNS-1.02-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-10-21 03:54:08



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Another pile of perl subpackages and perl(:VERSION) introduction

2015-10-21 Thread Petr Pisar
On Tue, Oct 13, 2015 at 04:43:32PM +0200, Petr Pisar wrote:
> This second change revealed a long standing issue with generating dependency
> from "require 5.006"-like statements. The dependency is exported as "perl >=
> 1:5.006" now. It has three issues:
[...]
> Therefore I decided to fix it in the following way:
> 
> (1) I added "perl(:VERSION) = 5.22.0" Provides to perl-libs.
> 
> (2) I implemented pure-perl version normalization from Perl to RPM versions in
> a new Fedora::VSP perl module. This is available in Rawhide now.
> 
> (3) I prepared perl-generators enhancement the uses the Fedora::VSP to export
> Perl version constraint as "perl(:VERSION)" symbol including proper
> normalization. I did a small local test that looks promissing. Jitka is runnig
> extensive tests now.
> 
> (4) If everything is well, Jitka will enroll new perl-generators with this
> change.
> 
> (5) Then I will rebuild perl to fix the regresssion that perl-libs requires
> perl.
> 
All these steps are completed now.

-- Petr




signature.asc
Description: PGP signature
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1273668] to_string() appends 'undef' to array attribute

2015-10-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1273668

Paul Howarth  changed:

   What|Removed |Added

URL||https://github.com/dex4er/p
   ||erl-Exception-Base/issues/3



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel