pghmcfc pushed to perl-GDGraph (master). "Update to 1.51 (..more)"

2015-12-28 Thread notifications
>From b627daf7b347ad9340a870a74af51ca39bd069d3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 28 Dec 2015 11:48:48 +
Subject: Update to 1.51

- New upstream release 1.51
  - Run samples as part of test suite to make sure no sample crashes
  - Properly define test requirements using newer MakeMaker
  - Fix shadows rendering on cumulative bar charts
(https://github.com/ruz/GDGraph/pull/4)
---
 .gitignore|  1 +
 perl-GDGraph.spec | 21 ++---
 sources   |  2 +-
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8cd1f78..845a6b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /GDGraph-1.44.tar.gz
 /GDGraph-1.48.tar.gz
 /GDGraph-1.49.tar.gz
+/GDGraph-1.51.tar.gz
diff --git a/perl-GDGraph.spec b/perl-GDGraph.spec
index 724de66..ee28c99 100644
--- a/perl-GDGraph.spec
+++ b/perl-GDGraph.spec
@@ -1,6 +1,6 @@
 Name:   perl-GDGraph
-Version:1.49
-Release:3%{?dist}
+Version:1.51
+Release:1%{?dist}
 Epoch:  1
 Summary:Graph generation package for Perl
 
@@ -10,7 +10,12 @@ URL:http://search.cpan.org/dist/GDGraph/
 Source0:
http://www.cpan.org/authors/id/R/RU/RUZ/GDGraph-%{version}.tar.gz
 
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.58
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.64
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
@@ -20,14 +25,17 @@ BuildRequires:  perl(GD) >= 1.18
 BuildRequires:  perl(GD::Text) >= 0.80
 BuildRequires:  perl(GD::Text::Align)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(vars)
 # Tests
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:   perl(Data::Dumper)
 Requires:   perl(GD) >= 1.18
 Requires:   perl(GD::Text) >= 0.80
+Requires:   perl(Text::ParseWords)
 
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(GD\\)
@@ -68,6 +76,13 @@ make test
 
 
 %changelog
+* Mon Dec 28 2015 Paul Howarth  - 1:1.51-1
+- Update to 1.51
+  - Run samples as part of test suite to make sure no sample crashes
+  - Properly define test requirements using newer MakeMaker
+  - Fix shadows rendering on cumulative bar charts
+(https://github.com/ruz/GDGraph/pull/4)
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1:1.49-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 77ace02..87555c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8bb270a30fea27491302b39b701b3d4e  GDGraph-1.49.tar.gz
+849374232b2b99a47f34cc77d16e073c  GDGraph-1.51.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-GDGraph.git/commit/?h=master=b627daf7b347ad9340a870a74af51ca39bd069d3
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


pghmcfc uploaded GDGraph-1.51.tar.gz for perl-GDGraph

2015-12-28 Thread notifications
849374232b2b99a47f34cc77d16e073c  GDGraph-1.51.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-GDGraph/GDGraph-1.51.tar.gz/md5/849374232b2b99a47f34cc77d16e073c/GDGraph-1.51.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


pghmcfc pushed to perl-GDGraph (perl-GDGraph-1.51-1.fc24). "Update to 1.51 (..more)"

2015-12-28 Thread notifications
>From b627daf7b347ad9340a870a74af51ca39bd069d3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 28 Dec 2015 11:48:48 +
Subject: Update to 1.51

- New upstream release 1.51
  - Run samples as part of test suite to make sure no sample crashes
  - Properly define test requirements using newer MakeMaker
  - Fix shadows rendering on cumulative bar charts
(https://github.com/ruz/GDGraph/pull/4)
---
 .gitignore|  1 +
 perl-GDGraph.spec | 21 ++---
 sources   |  2 +-
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8cd1f78..845a6b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /GDGraph-1.44.tar.gz
 /GDGraph-1.48.tar.gz
 /GDGraph-1.49.tar.gz
+/GDGraph-1.51.tar.gz
diff --git a/perl-GDGraph.spec b/perl-GDGraph.spec
index 724de66..ee28c99 100644
--- a/perl-GDGraph.spec
+++ b/perl-GDGraph.spec
@@ -1,6 +1,6 @@
 Name:   perl-GDGraph
-Version:1.49
-Release:3%{?dist}
+Version:1.51
+Release:1%{?dist}
 Epoch:  1
 Summary:Graph generation package for Perl
 
@@ -10,7 +10,12 @@ URL:http://search.cpan.org/dist/GDGraph/
 Source0:
http://www.cpan.org/authors/id/R/RU/RUZ/GDGraph-%{version}.tar.gz
 
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.58
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.64
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
@@ -20,14 +25,17 @@ BuildRequires:  perl(GD) >= 1.18
 BuildRequires:  perl(GD::Text) >= 0.80
 BuildRequires:  perl(GD::Text::Align)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(vars)
 # Tests
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:   perl(Data::Dumper)
 Requires:   perl(GD) >= 1.18
 Requires:   perl(GD::Text) >= 0.80
+Requires:   perl(Text::ParseWords)
 
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(GD\\)
@@ -68,6 +76,13 @@ make test
 
 
 %changelog
+* Mon Dec 28 2015 Paul Howarth  - 1:1.51-1
+- Update to 1.51
+  - Run samples as part of test suite to make sure no sample crashes
+  - Properly define test requirements using newer MakeMaker
+  - Fix shadows rendering on cumulative bar charts
+(https://github.com/ruz/GDGraph/pull/4)
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1:1.49-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 77ace02..87555c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8bb270a30fea27491302b39b701b3d4e  GDGraph-1.49.tar.gz
+849374232b2b99a47f34cc77d16e073c  GDGraph-1.51.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-GDGraph.git/commit/?h=perl-GDGraph-1.51-1.fc24=b627daf7b347ad9340a870a74af51ca39bd069d3
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1294485] New: perl-Net-GitHub-0.81 is available

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1294485

Bug ID: 1294485
   Summary: perl-Net-GitHub-0.81 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Net-GitHub
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 0.81
Current version/release in rawhide: 0.80-1.fc24
URL: http://search.cpan.org/dist/Net-GitHub/

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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-IO-Async (master). "Update to 0.70"

2015-12-28 Thread notifications
>From f42ae27924cc0f6db5b4f8542a06801ad2293bd7 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Mon, 28 Dec 2015 15:00:52 +0100
Subject: Update to 0.70

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

diff --git a/.gitignore b/.gitignore
index abe4d7d..82988c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ IO-Async-0.28.tar.gz
 /IO-Async-0.67.tar.gz
 /IO-Async-0.68.tar.gz
 /IO-Async-0.69.tar.gz
+/IO-Async-0.70.tar.gz
diff --git a/perl-IO-Async.spec b/perl-IO-Async.spec
index ee09cc2..1be6d16 100644
--- a/perl-IO-Async.spec
+++ b/perl-IO-Async.spec
@@ -1,5 +1,5 @@
 Name:   perl-IO-Async
-Version:0.69
+Version:0.70
 Release:1%{?dist}
 Summary:A collection of modules that implement asynchronous filehandle 
IO
 
@@ -88,6 +88,9 @@ make test
 
 
 %changelog
+* Mon Dec 28 2015 Emmanuel Seyman  - 0.70-1
+- Update to 0.70
+
 * Sun Nov 15 2015 Emmanuel Seyman  - 0.69-1
 - Update to 0.69
 
diff --git a/sources b/sources
index bad7bea..9237235 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7585a39460c38e550f2037cc925a0374  IO-Async-0.69.tar.gz
+9b5316f6a36154d79921b79f2545109e  IO-Async-0.70.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Async.git/commit/?h=master=f42ae27924cc0f6db5b4f8542a06801ad2293bd7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman uploaded Mojolicious-6.38.tar.gz for perl-Mojolicious

2015-12-28 Thread notifications
1d2a3f460e440bfdd6b4a8a96a816403  Mojolicious-6.38.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Mojolicious/Mojolicious-6.38.tar.gz/md5/1d2a3f460e440bfdd6b4a8a96a816403/Mojolicious-6.38.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-Mojolicious (master). "Update to 6.38"

2015-12-28 Thread notifications
>From 36f77544bbab23e1ae2267aed7fd3bac49a6f7ef Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Mon, 28 Dec 2015 15:10:11 +0100
Subject: Update to 6.38

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

diff --git a/.gitignore b/.gitignore
index 9b9c56b..de5621b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -187,3 +187,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-6.35.tar.gz
 /Mojolicious-6.36.tar.gz
 /Mojolicious-6.37.tar.gz
+/Mojolicious-6.38.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index e56d500..e122538 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:   perl-Mojolicious
-Version:6.37
+Version:6.38
 Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 28 2015 Emmanuel Seyman  - 6.38-1
+- Update to 6.38
+
 * Mon Dec 21 2015 Emmanuel Seyman  - 6.37-1
 - Update to 6.37
 
diff --git a/sources b/sources
index 6386a9a..aeb6fe5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90831b2703080d73c4da364cad383e2c  Mojolicious-6.37.tar.gz
+1d2a3f460e440bfdd6b4a8a96a816403  Mojolicious-6.38.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Mojolicious.git/commit/?h=master=36f77544bbab23e1ae2267aed7fd3bac49a6f7ef
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman uploaded IO-Async-0.70.tar.gz for perl-IO-Async

2015-12-28 Thread notifications
9b5316f6a36154d79921b79f2545109e  IO-Async-0.70.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-Async/IO-Async-0.70.tar.gz/md5/9b5316f6a36154d79921b79f2545109e/IO-Async-0.70.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman uploaded MooseX-Types-Structured-0.35.tar.gz for perl-MooseX-Types-Structured

2015-12-28 Thread notifications
d010f3e9de7802de542386593c502b16  MooseX-Types-Structured-0.35.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MooseX-Types-Structured/MooseX-Types-Structured-0.35.tar.gz/md5/d010f3e9de7802de542386593c502b16/MooseX-Types-Structured-0.35.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1293325] perl-Mojolicious-6.38 is available

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1293325



--- Comment #3 from Upstream Release Monitoring 
 ---
eseyman's perl-Mojolicious-6.38-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=707642

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-MooseX-Types-Structured (master). "Update to 0.35"

2015-12-28 Thread notifications
>From f2b68f71e46d4468d06c93c2cb6d94fae8b33cff Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Mon, 28 Dec 2015 15:29:32 +0100
Subject: Update to 0.35

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

diff --git a/.gitignore b/.gitignore
index 35d8e51..0080cd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ MooseX-Types-Structured-0.23.tar.gz
 /MooseX-Types-Structured-0.32.tar.gz
 /MooseX-Types-Structured-0.33.tar.gz
 /MooseX-Types-Structured-0.34.tar.gz
+/MooseX-Types-Structured-0.35.tar.gz
diff --git a/perl-MooseX-Types-Structured.spec 
b/perl-MooseX-Types-Structured.spec
index 360244e..3dadfe2 100644
--- a/perl-MooseX-Types-Structured.spec
+++ b/perl-MooseX-Types-Structured.spec
@@ -1,5 +1,5 @@
 Name:   perl-MooseX-Types-Structured
-Version:0.34
+Version:0.35
 Release:1%{?dist}
 Summary:Structured Type Constraints for Moose
 License:GPL+ or Artistic
@@ -73,6 +73,9 @@ explicitly name all the allowed type constraints inside the 
structure.
 %{_mandir}/man3/MooseX*
 
 %changelog
+* Mon Dec 28 2015 Emmanuel Seyman  - 0.35-1
+- Update to 0.35
+
 * Sat Aug 22 2015 Emmanuel Seyman  - 0.34-1
 - Update to 0.34
 - Switch to the Module::Build::Tiny workflow
diff --git a/sources b/sources
index bdd7d5b..0dd089f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42aba34e2e99f8163b4bdb6bc1893b3d  MooseX-Types-Structured-0.34.tar.gz
+d010f3e9de7802de542386593c502b16  MooseX-Types-Structured-0.35.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-MooseX-Types-Structured.git/commit/?h=master=f2b68f71e46d4468d06c93c2cb6d94fae8b33cff
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-String-Random (master). "Update to 0.29"

2015-12-28 Thread notifications
>From 0ff0079635fb503239bb7108088f77143cbfead0 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Mon, 28 Dec 2015 15:43:49 +0100
Subject: Update to 0.29

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

diff --git a/.gitignore b/.gitignore
index 6e280f6..1b28b99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ String-Random-0.22.tar.gz
 /String-Random-0.25.tar.gz
 /String-Random-0.26.tar.gz
 /String-Random-0.28.tar.gz
+/String-Random-0.29.tar.gz
diff --git a/perl-String-Random.spec b/perl-String-Random.spec
index 7be84d0..24d0426 100644
--- a/perl-String-Random.spec
+++ b/perl-String-Random.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-Random
-Version:0.28
-Release:3%{?dist}
+Version:0.29
+Release:1%{?dist}
 Summary:Perl module to generate random strings based on a pattern
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/String-Random/
@@ -43,6 +43,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 
 
 %changelog
+* Mon Dec 28 2015 Emmanuel Seyman  - 0.29-1
+- Update to 0.29
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.28-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 11f051f..814c500 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22b63b03a0586e17de9509e0b80fa026  String-Random-0.28.tar.gz
+2fedadd106e6f9fd3ecb18a264816b51  String-Random-0.29.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-String-Random.git/commit/?h=master=0ff0079635fb503239bb7108088f77143cbfead0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman uploaded Struct-Dumb-0.08.tar.gz for perl-Struct-Dumb

2015-12-28 Thread notifications
dd117142dbee59195ac71b8a40105b80  Struct-Dumb-0.08.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Struct-Dumb/Struct-Dumb-0.08.tar.gz/md5/dd117142dbee59195ac71b8a40105b80/Struct-Dumb-0.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman set the monitor flag of perl-String-Random to True

2015-12-28 Thread notifications
eseyman set the monitor flag of perl-String-Random to True

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


pghmcfc uploaded Test-Synopsis-0.12.tar.gz for perl-Test-Synopsis

2015-12-28 Thread notifications
7533748fc3bc40042ea4f305614f271d  Test-Synopsis-0.12.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Synopsis/Test-Synopsis-0.12.tar.gz/md5/7533748fc3bc40042ea4f305614f271d/Test-Synopsis-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


pghmcfc pushed to perl-Test-Synopsis (master). "Update to 0.12 (..more)"

2015-12-28 Thread notifications
>From a94c7b8f34524b1874931157333acfbc8acc8ca3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 28 Dec 2015 12:31:37 +
Subject: Update to 0.12

- New upstream release 0.12
  - Add META.json
- Re-enable use of Test::Vars with Perl 5.22
---
 perl-Test-Synopsis.spec | 19 ---
 sources |  2 +-
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec
index 8c539db..57edeef 100644
--- a/perl-Test-Synopsis.spec
+++ b/perl-Test-Synopsis.spec
@@ -2,8 +2,8 @@
 %global debug_package %{nil}
 
 Name:  perl-Test-Synopsis
-Version:   0.11
-Release:   4%{?dist}
+Version:   0.12
+Release:   1%{?dist}
 Summary:   Test your SYNOPSIS code
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -12,6 +12,9 @@ Source0:  
http://search.cpan.org/CPAN/authors/id/Z/ZO/ZOFFIX/Test-Synopsis-%{vers
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module Runtime
@@ -35,6 +38,7 @@ BuildRequires:perl(Pod::Coverage::TrustPod)
 BuildRequires: perl(Pod::Wordlist) >= 1.06
 BuildRequires: perl(Test::CPAN::Changes)
 BuildRequires: perl(Test::CPAN::Meta)
+BuildRequires: perl(Test::CPAN::Meta::JSON)
 BuildRequires: perl(Test::DistManifest)
 BuildRequires: perl(Test::EOL)
 BuildRequires: perl(Test::Kwalitee) >= 1.21
@@ -46,11 +50,7 @@ BuildRequires:   perl(Test::Pod) >= 1.41
 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
 BuildRequires: perl(Test::Portability::Files)
 BuildRequires: perl(Test::Spelling), hunspell-en
-# Disable using of Test::Vars, because it failed with Perl 5.22.0
-# There is not a properly fix for it yet
-%if ! 0%(perl -e 'print $] >= 5.022')
 BuildRequires: perl(Test::Vars)
-%endif
 BuildRequires: perl(Test::Version)
 %endif
 # Runtime
@@ -96,9 +96,14 @@ rm -rf %{buildroot}
 %endif
 %doc Changes README README.md
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Test::Synopsis.3pm*
+%{_mandir}/man3/Test::Synopsis.3*
 
 %changelog
+* Mon Dec 28 2015 Paul Howarth  - 0.12-1
+- Update to 0.12
+  - Add META.json
+- Re-enable use of Test::Vars with Perl 5.22
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.11-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 7b1b1dd..7966eb7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6b0eb651f8b95757ccee4f430d659bf  Test-Synopsis-0.11.tar.gz
+7533748fc3bc40042ea4f305614f271d  Test-Synopsis-0.12.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Synopsis.git/commit/?h=master=a94c7b8f34524b1874931157333acfbc8acc8ca3
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


pghmcfc pushed to perl-Test-Synopsis (perl-Test-Synopsis-0.12-1.fc24). "Update to 0.12 (..more)"

2015-12-28 Thread notifications
>From a94c7b8f34524b1874931157333acfbc8acc8ca3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 28 Dec 2015 12:31:37 +
Subject: Update to 0.12

- New upstream release 0.12
  - Add META.json
- Re-enable use of Test::Vars with Perl 5.22
---
 perl-Test-Synopsis.spec | 19 ---
 sources |  2 +-
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec
index 8c539db..57edeef 100644
--- a/perl-Test-Synopsis.spec
+++ b/perl-Test-Synopsis.spec
@@ -2,8 +2,8 @@
 %global debug_package %{nil}
 
 Name:  perl-Test-Synopsis
-Version:   0.11
-Release:   4%{?dist}
+Version:   0.12
+Release:   1%{?dist}
 Summary:   Test your SYNOPSIS code
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -12,6 +12,9 @@ Source0:  
http://search.cpan.org/CPAN/authors/id/Z/ZO/ZOFFIX/Test-Synopsis-%{vers
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module Runtime
@@ -35,6 +38,7 @@ BuildRequires:perl(Pod::Coverage::TrustPod)
 BuildRequires: perl(Pod::Wordlist) >= 1.06
 BuildRequires: perl(Test::CPAN::Changes)
 BuildRequires: perl(Test::CPAN::Meta)
+BuildRequires: perl(Test::CPAN::Meta::JSON)
 BuildRequires: perl(Test::DistManifest)
 BuildRequires: perl(Test::EOL)
 BuildRequires: perl(Test::Kwalitee) >= 1.21
@@ -46,11 +50,7 @@ BuildRequires:   perl(Test::Pod) >= 1.41
 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
 BuildRequires: perl(Test::Portability::Files)
 BuildRequires: perl(Test::Spelling), hunspell-en
-# Disable using of Test::Vars, because it failed with Perl 5.22.0
-# There is not a properly fix for it yet
-%if ! 0%(perl -e 'print $] >= 5.022')
 BuildRequires: perl(Test::Vars)
-%endif
 BuildRequires: perl(Test::Version)
 %endif
 # Runtime
@@ -96,9 +96,14 @@ rm -rf %{buildroot}
 %endif
 %doc Changes README README.md
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Test::Synopsis.3pm*
+%{_mandir}/man3/Test::Synopsis.3*
 
 %changelog
+* Mon Dec 28 2015 Paul Howarth  - 0.12-1
+- Update to 0.12
+  - Add META.json
+- Re-enable use of Test::Vars with Perl 5.22
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.11-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 7b1b1dd..7966eb7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6b0eb651f8b95757ccee4f430d659bf  Test-Synopsis-0.11.tar.gz
+7533748fc3bc40042ea4f305614f271d  Test-Synopsis-0.12.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Synopsis.git/commit/?h=perl-Test-Synopsis-0.12-1.fc24=a94c7b8f34524b1874931157333acfbc8acc8ca3
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman uploaded String-Random-0.29.tar.gz for perl-String-Random

2015-12-28 Thread notifications
2fedadd106e6f9fd3ecb18a264816b51  String-Random-0.29.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-String-Random/String-Random-0.29.tar.gz/md5/2fedadd106e6f9fd3ecb18a264816b51/String-Random-0.29.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-Struct-Dumb (master). "Update to 0.08"

2015-12-28 Thread notifications
>From aeb1e1223f436f675a4e0df94100d061527b15fe Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Mon, 28 Dec 2015 15:54:31 +0100
Subject: Update to 0.08

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

diff --git a/.gitignore b/.gitignore
index 6493c0b..32210b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Struct-Dumb-0.04.tar.gz
 /Struct-Dumb-0.06.tar.gz
 /Struct-Dumb-0.07.tar.gz
+/Struct-Dumb-0.08.tar.gz
diff --git a/perl-Struct-Dumb.spec b/perl-Struct-Dumb.spec
index 532aeb2..4a4b9a1 100644
--- a/perl-Struct-Dumb.spec
+++ b/perl-Struct-Dumb.spec
@@ -1,5 +1,5 @@
 Name:   perl-Struct-Dumb
-Version:0.07
+Version:0.08
 Release:1%{?dist}
 Summary:Make simple lightweight record-like structures
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ that access or modify the values stored.
 
 
 %changelog
+* Mon Dec 28 2015 Emmanuel Seyman  - 0.08-1
+- Update to 0.08
+
 * Wed Oct 14 2015 Emmanuel Seyman  -  0.07-1
 - Update to 0.07
 
diff --git a/sources b/sources
index a15cf5a..f43c9f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22bd1808c98ccfe5f98e2e46cbf9e4fe  Struct-Dumb-0.07.tar.gz
+dd117142dbee59195ac71b8a40105b80  Struct-Dumb-0.08.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Struct-Dumb.git/commit/?h=master=aeb1e1223f436f675a4e0df94100d061527b15fe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1294070] perl-Data-Dump-Streamer-2.39 is available

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1294070

Petr Šabata  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX
Last Closed||2015-12-28 11:37:23



--- Comment #1 from Petr Šabata  ---
(In reply to Upstream Release Monitoring from comment #0)
> Current version/release in rawhide: 2.36-1.el7

*sigh*

Anyhow, this package is dead; I might revive it if someone really needs it.
For now, I'd prefer it to stay dead.

Monitoring disabled.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

psabata set the monitor flag of perl-Data-Dump-Streamer to False

2015-12-28 Thread notifications
psabata set the monitor flag of perl-Data-Dump-Streamer to False

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1293613] perl-Module-CoreList-5.20151220 is available

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1293613



--- Comment #8 from Fedora Update System  ---
perl-Module-CoreList-5.20151220-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1293613] perl-Module-CoreList-5.20151220 is available

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1293613

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Module-CoreList-5.2015 |perl-Module-CoreList-5.2015
   |1220-1.fc24 |1220-1.fc24
   ||perl-Module-CoreList-5.2015
   ||1220-1.fc23
 Resolution|--- |ERRATA
Last Closed||2015-12-28 17:54:29



-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1292061] Review Request: perl-POE-Loop-Event - Bridge that allows POE to be driven by Event.pm

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1292061



--- Comment #8 from Fedora Update System  ---
perl-POE-Loop-Event-1.305-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1292057] Review Request: perl-DBIx-QueryLog - Logging queries for DBI

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1292057

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2015-12-28 17:55:22



-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1292057] Review Request: perl-DBIx-QueryLog - Logging queries for DBI

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1292057



--- Comment #8 from Fedora Update System  ---
perl-DBIx-QueryLog-0.41-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1292177] Symbol error loading perl module Authen::Krb5.

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1292177



--- Comment #5 from Fedora Update System  ---
perl-Authen-Krb5-1.9-15.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1292061] Review Request: perl-POE-Loop-Event - Bridge that allows POE to be driven by Event.pm

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1292061

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2015-12-28 17:55:54



-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291662] perl-File-BOM-0.15 is available

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291662



--- Comment #6 from Fedora Update System  ---
perl-File-BOM-0.15-1.fc23 has been pushed to the Fedora 23 stable repository.
If problems still persist, please make note of it in this bug report.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291644] Upgrade perl-Sort-Versions to 1.62

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291644



--- Comment #5 from Fedora Update System  ---
perl-Sort-Versions-1.62-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291644] Upgrade perl-Sort-Versions to 1.62

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291644

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Sort-Versions-1.62-1.f
   ||c23
 Resolution|--- |ERRATA
Last Closed||2015-12-28 17:57:03



-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1289952] perl-CPAN-Perl-Releases-2.50 is available

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1289952



--- Comment #5 from Fedora Update System  ---
perl-CPAN-Perl-Releases-2.52-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291655] perl-CPAN-Perl-Releases-2.52 is available

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291655



--- Comment #3 from Fedora Update System  ---
perl-CPAN-Perl-Releases-2.52-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291644] Upgrade perl-Sort-Versions to 1.62

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291644



--- Comment #6 from Fedora Update System  ---
perl-Sort-Versions-1.62-1.fc22 has been pushed to the Fedora 22 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291644] Upgrade perl-Sort-Versions to 1.62

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291644

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Sort-Versions-1.62-1.f |perl-Sort-Versions-1.62-1.f
   |c23 |c23
   ||perl-Sort-Versions-1.62-1.f
   ||c22



-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291662] perl-File-BOM-0.15 is available

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291662



--- Comment #7 from Fedora Update System  ---
perl-File-BOM-0.15-1.fc22 has been pushed to the Fedora 22 stable repository.
If problems still persist, please make note of it in this bug report.

-- 
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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1294553] New: perl-GraphViz-2.20 is available

2015-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1294553

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



Latest upstream release: 2.20
Current version/release in rawhide: 2.19-1.fc24
URL: http://search.cpan.org/dist/GraphViz/

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
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org