[Bug 1202072] New: perl-Log-Contextual-0.006005 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1202072

Bug ID: 1202072
   Summary: perl-Log-Contextual-0.006005 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Log-Contextual
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.006005
Current version/release in rawhide: 0.006004-2.fc22
URL: http://search.cpan.org/dist/Log-Contextual/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ccjRqUauAva=cc_unsubscribe
--
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

[perl-HTTP-Lite] Update to 2.44

2015-03-14 Thread Emmanuel Seyman
commit fbcd11616705bfc8906898303a8520356bd8f232
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 15 04:18:16 2015 +0100

Update to 2.44

 .gitignore  | 1 +
 perl-HTTP-Lite.spec | 5 -
 sources | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 185a738..bdb616d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ HTTP-Lite-2.2.tar.gz
 /HTTP-Lite-2.3.tar.gz
 /HTTP-Lite-2.4.tar.gz
 /HTTP-Lite-2.43.tar.gz
+/HTTP-Lite-2.44.tar.gz
diff --git a/perl-HTTP-Lite.spec b/perl-HTTP-Lite.spec
index 86ebf57..c23541e 100644
--- a/perl-HTTP-Lite.spec
+++ b/perl-HTTP-Lite.spec
@@ -1,5 +1,5 @@
 Name:   perl-HTTP-Lite
-Version:2.43
+Version:2.44
 Release:1%{?dist}
 Summary:Lightweight HTTP implementation
 License:GPL+ or Artistic
@@ -53,6 +53,9 @@ RELEASE_TESTING=1 make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 15 2015 Emmanuel Seyman emman...@seyman.fr - 2.44-1
+- Update to 2.44
+
 * Mon Nov 10 2014 Emmanuel Seyman emman...@seyman.fr - 2.43-1
 - Update to 2.43
 
diff --git a/sources b/sources
index 1e88870..6c8f33e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d0e96b3841f0f603f93c3e58d692135  HTTP-Lite-2.43.tar.gz
+426aaeed6937ff01a4891357500cdeba  HTTP-Lite-2.44.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

[perl-Pod-Simple-Wiki] Update to 0.18

2015-03-14 Thread Emmanuel Seyman
commit 9a48b364a39e418e89ff0e3d425dfaf260cfd15c
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 15 04:38:31 2015 +0100

Update to 0.18

 .gitignore |  1 +
 perl-Pod-Simple-Wiki-0.09-escape.patch | 25 -
 perl-Pod-Simple-Wiki.spec  |  9 +
 sources|  2 +-
 4 files changed, 7 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 402893e..aa44638 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Pod-Simple-Wiki-0.09.tar.gz
 /Pod-Simple-Wiki-0.15.tar.gz
 /Pod-Simple-Wiki-0.16.tar.gz
 /Pod-Simple-Wiki-0.17.tar.gz
+/Pod-Simple-Wiki-0.18.tar.gz
diff --git a/perl-Pod-Simple-Wiki.spec b/perl-Pod-Simple-Wiki.spec
index 188d6f1..89a1e3c 100644
--- a/perl-Pod-Simple-Wiki.spec
+++ b/perl-Pod-Simple-Wiki.spec
@@ -1,13 +1,11 @@
 Name:   perl-Pod-Simple-Wiki
-Version:0.17
+Version:0.18
 Release:1%{?dist}
 Summary:Utility and perl classes for converting POD to Wiki text
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Pod-Simple-Wiki/
 Source0:
http://www.cpan.org/authors/id/J/JM/JMCNAMARA/Pod-Simple-Wiki-%{version}.tar.gz
-Patch0: perl-Pod-Simple-Wiki-0.09-escape.patch
-# Reported upstream: http://rt.cpan.org/Public/Bug/Display.html?id=38833
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(Pod::Simple)
@@ -25,7 +23,6 @@ Mediawiki, Moinmoin, Template, Tiddlywiki, Twiki and Usemod.
 
 %prep
 %setup -q -n Pod-Simple-Wiki-%{version}
-%patch0 -p0
 
 iconv -f latin1 -t utf-8 README  README.utf-8
 mv README.utf-8 README
@@ -54,6 +51,10 @@ make test
 
 
 %changelog
+* Sun Mar 15 2015 Emmanuel Seyman emman...@seyman.fr - 0.18-1
+- Update to 0.18
+- Drop upstreamed patch
+
 * Sun Mar 08 2015 Emmanuel Seyman emman...@seyman.fr - 0.17-1
 - Update to 0.17
 
diff --git a/sources b/sources
index 6603fb3..9c87ad5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d3f9f6fd422be7d9ddf2ad35b1a63e4  Pod-Simple-Wiki-0.17.tar.gz
+35664402242541b58e115e2a3d4c9ef3  Pod-Simple-Wiki-0.18.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

File Module-Runtime-Conflicts-0.002.tar.gz uploaded to lookaside cache by eseyman

2015-03-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Module-Runtime-Conflicts:

6171a55eb2937b4429bed8dfd75080a9  Module-Runtime-Conflicts-0.002.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

File Variable-Magic-0.56.tar.gz uploaded to lookaside cache by eseyman

2015-03-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Variable-Magic:

d6077c6d1e3f21c740f6f89dc40f8cd7  Variable-Magic-0.56.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

File HTTP-Lite-2.44.tar.gz uploaded to lookaside cache by eseyman

2015-03-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-HTTP-Lite:

426aaeed6937ff01a4891357500cdeba  HTTP-Lite-2.44.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

[perl-Palm] Update to 1.400

2015-03-14 Thread Emmanuel Seyman
commit 273f2a806c41610c5ec80ec06c7f57e5ed30f516
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 15 04:29:33 2015 +0100

Update to 1.400

 .gitignore | 1 +
 perl-Palm.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16078e0..d9825b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Palm-1.014.tar.gz
 /Palm-1.015.tar.gz
+/Palm-1.400.tar.gz
diff --git a/perl-Palm.spec b/perl-Palm.spec
index 87a24f7..03f87a7 100644
--- a/perl-Palm.spec
+++ b/perl-Palm.spec
@@ -1,5 +1,5 @@
 Name:   perl-Palm
-Version:1.015
+Version:1.400
 Release:1%{?dist}
 Summary:Palm OS utility functions
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/Palm*
 
 %changelog
+* Sun Mar 15 2015 Emmanuel Seyman emman...@seyman.fr - 1.400-1
+- Update to 1.400
+
 * Sun Feb 15 2015 Emmanuel Seyman emman...@seyman.fr - 1.015-1
 - Update to 1.015
 
diff --git a/sources b/sources
index 205d290..7403095 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af20eaafaf525b4138eb94c86d54566f  Palm-1.015.tar.gz
+52921ceabe2d20f52cddbb6bce9606c2  Palm-1.400.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

[perl-Module-Runtime-Conflicts] Update to 0.002

2015-03-14 Thread Emmanuel Seyman
commit 3ff29ff4d51557ffd95264d7e888411aa1b364be
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 15 04:27:40 2015 +0100

Update to 0.002

 .gitignore | 1 +
 perl-Module-Runtime-Conflicts.spec | 9 ++---
 sources| 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 017655e..94a0407 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Module-Runtime-Conflicts-0.001.tar.gz
+/Module-Runtime-Conflicts-0.002.tar.gz
diff --git a/perl-Module-Runtime-Conflicts.spec 
b/perl-Module-Runtime-Conflicts.spec
index 366a3b7..ffd25b8 100644
--- a/perl-Module-Runtime-Conflicts.spec
+++ b/perl-Module-Runtime-Conflicts.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-Runtime-Conflicts
-Version:0.001
-Release:3%{?dist}
+Version:0.002
+Release:1%{?dist}
 Summary:Provide information on conflicts for Module::Runtime
 License:GPL+ or Artistic
 
@@ -12,7 +12,7 @@ BuildRequires:  perl
 BuildRequires:  perl(Dist::CheckConflicts)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Module::Build::Tiny) = 0.3.8
+BuildRequires:  perl(Module::Build::Tiny) = 0.039
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) = 0.88
@@ -49,6 +49,9 @@ Moose::Conflicts and moose-outdated.
 %{_mandir}/man3/Module*
 
 %changelog
+* Sun Mar 15 2015 Emmanuel Seyman emman...@seyman.fr - 0.002-1
+- Update to 0.002
+
 * Mon Nov 24 2014 Emmanuel Seyman emman...@seyman.fr - 0.001-3
 - Add perl(strict) as a BuildRequires
 
diff --git a/sources b/sources
index 13191ff..e9947d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-310e525981ac1338f247626b8ce53dff  Module-Runtime-Conflicts-0.001.tar.gz
+6171a55eb2937b4429bed8dfd75080a9  Module-Runtime-Conflicts-0.002.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 1202072] perl-Log-Contextual-0.006005 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1202072



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9234986

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=JYJQw5TLOka=cc_unsubscribe
--
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

[perl-CGI-Application-Plugin-Stream] Update to 2.12

2015-03-14 Thread Emmanuel Seyman
commit ffcc018a1c5ce3b58ae2b988da294ddefcd317bc
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 15 04:09:09 2015 +0100

Update to 2.12

 .gitignore  | 1 +
 perl-CGI-Application-Plugin-Stream.spec | 7 +--
 sources | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa8af4b..ea8da98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 CGI-Application-Plugin-Stream-2.10.tar.gz
 /CGI-Application-Plugin-Stream-2.11.tar.gz
+/CGI-Application-Plugin-Stream-2.12.tar.gz
diff --git a/perl-CGI-Application-Plugin-Stream.spec 
b/perl-CGI-Application-Plugin-Stream.spec
index 160e4f0..ae54bf6 100644
--- a/perl-CGI-Application-Plugin-Stream.spec
+++ b/perl-CGI-Application-Plugin-Stream.spec
@@ -1,6 +1,6 @@
 Name:   perl-CGI-Application-Plugin-Stream
-Version:2.11
-Release:3%{?dist}
+Version:2.12
+Release:1%{?dist}
 Summary:CGI::Application Plugin for streaming files
 License:GPL+ or Artistic
 
@@ -45,6 +45,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 15 2015 Emmanuel Seyman emman...@seyman.fr - 2.12-1
+- Update to 2.12
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 2.11-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 4b9d4d1..3924021 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d6044c650be1ec0702ca04384cc6e63  CGI-Application-Plugin-Stream-2.11.tar.gz
+16d7556b9dd2d8c9e4174927a4b994fb  CGI-Application-Plugin-Stream-2.12.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

[perl-Variable-Magic] Update to 0.56

2015-03-14 Thread Emmanuel Seyman
commit 8b2abb2b690c4af2a794773ac0d04ce00a9e30b9
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 15 04:42:20 2015 +0100

Update to 0.56

 .gitignore   |  1 +
 perl-Variable-Magic.spec | 13 +++--
 sources  |  2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1bf0e61..f003a60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ Variable-Magic-0.43.tar.gz
 /Variable-Magic-0.53.tar.gz
 /Variable-Magic-0.54.tar.gz
 /Variable-Magic-0.55.tar.gz
+/Variable-Magic-0.56.tar.gz
diff --git a/perl-Variable-Magic.spec b/perl-Variable-Magic.spec
index 4e045fb..e947357 100644
--- a/perl-Variable-Magic.spec
+++ b/perl-Variable-Magic.spec
@@ -1,13 +1,13 @@
 Name:   perl-Variable-Magic
-Version:0.55
+Version:0.56
 Release:1%{?dist}
 Summary:Associate user-defined magic to variables from Perl
 License:GPL+ or Artistic
-Group:  Development/Libraries
+
 URL:http://search.cpan.org/dist/Variable-Magic/
 Source0:
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Variable-Magic-%{version}.tar.gz
 BuildRequires:  perl(Config)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) = 1.14
 BuildRequires:  perl(Test::Pod::Coverage) = 1.04
@@ -29,15 +29,13 @@ you can add your own magic to any variable without the pain 
of the C API.
 %setup -q -n Variable-Magic-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS 
NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -51,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 15 2015 Emmanuel Seyman emman...@seyman.fr - 0.56-1
+- Update to 0.56
+
 * Fri Oct 24 2014 Emmanuel Seyman emman...@seyman.fr - 0.55-1
 - Update to 0.55
 
diff --git a/sources b/sources
index fd8c16c..88afb58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b080c9b614e5a26baeebc98c32cccad  Variable-Magic-0.55.tar.gz
+d6077c6d1e3f21c740f6f89dc40f8cd7  Variable-Magic-0.56.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

File Palm-1.400.tar.gz uploaded to lookaside cache by eseyman

2015-03-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Palm:

52921ceabe2d20f52cddbb6bce9606c2  Palm-1.400.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

File CGI-Application-Plugin-Stream-2.12.tar.gz uploaded to lookaside cache by eseyman

2015-03-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for 
perl-CGI-Application-Plugin-Stream:

16d7556b9dd2d8c9e4174927a4b994fb  CGI-Application-Plugin-Stream-2.12.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

File Pod-Simple-Wiki-0.18.tar.gz uploaded to lookaside cache by eseyman

2015-03-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Pod-Simple-Wiki:

35664402242541b58e115e2a3d4c9ef3  Pod-Simple-Wiki-0.18.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

[perl-Mojolicious] Update to 6.02

2015-03-14 Thread Emmanuel Seyman
commit 66ecebc42965e98fd16d05df15fce77e366cbacd
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 15 04:04:35 2015 +0100

Update to 6.02

 .gitignore| 1 +
 perl-Mojolicious.spec | 5 -
 sources   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a3e6dfb..7adfc47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -164,3 +164,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-5.81.tar.gz
 /Mojolicious-6.0.tar.gz
 /Mojolicious-6.01.tar.gz
+/Mojolicious-6.02.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 3d8567c..f9a3bcc 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:   perl-Mojolicious
-Version:6.01
+Version:6.02
 Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 15 2015 Emmanuel Seyman emman...@seyman.fr - 6.02-1
+- Update to 6.02
+
 * Sun Mar 08 2015 Emmanuel Seyman emman...@seyman.fr - 6.01-1
 - Update to 6.01
 
diff --git a/sources b/sources
index 8b01d0d..6c941f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-851eefadf653afa777d8b2c73cbc0cf5  Mojolicious-6.01.tar.gz
+710231e584829ff5138f903ed0820172  Mojolicious-6.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

File Mojolicious-6.02.tar.gz uploaded to lookaside cache by eseyman

2015-03-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Mojolicious:

710231e584829ff5138f903ed0820172  Mojolicious-6.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

File Future-0.32.tar.gz uploaded to lookaside cache by eseyman

2015-03-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Future:

9aa4aa6a3876397d015688f56eed0689  Future-0.32.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

[perl-Future] Update to 0.32

2015-03-14 Thread Emmanuel Seyman
commit 222ee56b040463b92ff5c19b537c433586b2cc12
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Mar 15 04:12:58 2015 +0100

Update to 0.32

 .gitignore   | 1 +
 perl-Future.spec | 5 -
 sources  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d1e829..bab60d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /Future-0.28.tar.gz
 /Future-0.29.tar.gz
 /Future-0.30.tar.gz
+/Future-0.32.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
index 62ed420..7cd684f 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,5 +1,5 @@
 Name:   perl-Future
-Version:0.30
+Version:0.32
 Release:1%{?dist}
 Summary:Perl object system to represent an operation awaiting 
completion
 License:GPL+ or Artistic
@@ -48,6 +48,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 15 2015 Emmanuel Seyman emman...@seyman.fr - 0.32-1
+- Update to 0.32
+
 * Fri Nov 28 2014 Emmanuel Seyman emman...@seyman.fr - 0.30-1
 - Update to 0.30
 - Use the %%license tag
diff --git a/sources b/sources
index 4980c28..76aab71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21bdf92c22915b06b2e27ea4e0d90cbc  Future-0.30.tar.gz
+9aa4aa6a3876397d015688f56eed0689  Future-0.32.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

Broken dependencies: perl-SystemC-Vregs

2015-03-14 Thread buildsys


perl-SystemC-Vregs has broken dependencies in the epel-5 tree:
On ppc:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
On x86_64:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
On i386:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-Getopt-GUI-Long

2015-03-14 Thread buildsys


perl-Getopt-GUI-Long has broken dependencies in the epel-5 tree:
On ppc:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
On x86_64:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
On i386:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-XML-Xerces

2015-03-14 Thread buildsys


perl-XML-Xerces has broken dependencies in the epel-5 tree:
On ppc:
perl-XML-Xerces-2.7.0_0-4.el5.ppc requires libxerces-c.so.27
On x86_64:
perl-XML-Xerces-2.7.0_0-4.el5.x86_64 requires libxerces-c.so.27()(64bit)
On i386:
perl-XML-Xerces-2.7.0_0-4.el5.i386 requires libxerces-c.so.27
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-XML-Xerces

2015-03-14 Thread buildsys


perl-XML-Xerces has broken dependencies in the epel-5 tree:
On ppc:
perl-XML-Xerces-2.7.0_0-4.el5.ppc requires libxerces-c.so.27
On x86_64:
perl-XML-Xerces-2.7.0_0-4.el5.x86_64 requires libxerces-c.so.27()(64bit)
On i386:
perl-XML-Xerces-2.7.0_0-4.el5.i386 requires libxerces-c.so.27
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-Getopt-GUI-Long

2015-03-14 Thread buildsys


perl-Getopt-GUI-Long has broken dependencies in the epel-5 tree:
On ppc:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
On x86_64:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
On i386:
perl-Getopt-GUI-Long-0.91-5.el5.noarch requires perl(Gtk2)
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-PDL

2015-03-14 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.7.0-8.fc22.x86_64 requires libproj.so.0()(64bit)
On i386:
perl-PDL-2.7.0-8.fc22.i686 requires libproj.so.0
On armhfp:
perl-PDL-2.7.0-8.fc22.armv7hl requires libproj.so.0
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-Prima

2015-03-14 Thread buildsys


perl-Prima has broken dependencies in the rawhide tree:
On x86_64:
perl-Prima-Test-1.42-1.fc23.x86_64 requires perl(Prima::noX11)
On i386:
perl-Prima-Test-1.42-1.fc23.i686 requires perl(Prima::noX11)
On armhfp:
perl-Prima-Test-1.42-1.fc23.armv7hl requires perl(Prima::noX11)
Please resolve this as soon as possible.


--
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 1201780] perl-Test-Moose-More-0.028 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201780

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Test-Moose-More-0.028-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-Test-Moose-More-0.028-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-3839/perl-Test-Moose-More-0.028-1.fc21
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=tfE2W6mHSWa=cc_unsubscribe
--
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

Orphaned Packages in rawhide (2015-03-14)

2015-03-14 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

  Package(co)maintainers  Status Change 
===
aleorphan, cicku, silfreed4 weeks ago   
bfgminer   orphan, pwouters   6 weeks ago   
clc-intercal   orphan, iarnell18 weeks ago  
cone   orphan, steve  17 weeks ago  
dbus-tools orphan, miminar18 weeks ago  
dircproxy  orphan, jwilson, kevin 9 weeks ago   
egtk   orphan, cicku, odysseus7 weeks ago   
erlang-jsx orphan, erlang-sig, peter  1 weeks ago   
fldigi-doc orphan, dp67   17 weeks ago  
gtk-smooth-engine  orphan, raveit65, vicodan  1 weeks ago   
identicurseorphan, smilner0 weeks ago   
ioprocess  orphan, bronhaim, dougsland,   0 weeks ago   
   smizrahi 
ip6sic orphan, flo9 weeks ago   
isic   orphan 9 weeks ago   
ivtv-firmware  orphan, athimm, jwilson,   2 weeks ago   
   kwizart  
ivtv-utils orphan, athimm 2 weeks ago   
jackrabbit orphan 1 weeks ago   
mate-user-shareorphan, raveit65, vicodan  5 weeks ago   
maven-anno-plugin  orphan, goldmann   13 weeks ago  
mediawiki-openid   orphan, athimm, kevin, 2 weeks ago   
   kurtseifried 
mercuryorphan 1 weeks ago   
mojomojo   orphan, iarnell, perl-sig  18 weeks ago  
pympdtouchgui  orphan, slankes8 weeks ago   
python-asyncmongo  orphan, silas  13 weeks ago  
python-django- orphan 3 weeks ago   
socialregistration  
python-gflags  orphan, silas  13 weeks ago  
python-tvrage  orphan 3 weeks ago   
rubygem-spruz  orphan, maxamillion2 weeks ago   
snoopy orphan, stevetraylen   0 weeks ago   
spambayes  orphan 3 weeks ago   
system-config-httpdorphan, pknirsch   0 weeks ago   
tuxcmd orphan 2 weeks ago   
umlgraph   orphan, akurtakov, fabiand,13 weeks ago  
   raphgro  
visualvm   orphan, davidcl, dbhole,   5 weeks ago   
   jerboaa, jvanek  
wss4j  orphan 1 weeks ago   
xnoise orphan, salimma9 weeks ago   
zukini orphan, odysseus   7 weeks ago   
zukiwi orphan, odysseus   7 weeks ago   

The following packages require above mentioned packages:
Depending on: erlang-jsx (28), status change: 2015-03-04 (1 weeks ago)
thrift (maintained by: willb)
erlang-thrift-0.9.1-13.fc22.3.i686 requires erlang-jsx = 
1.4.2-4.fc22

accumulo (maintained by: ctubbsii, mizdebsk)
accumulo-1.6.1-2.fc22.src requires libthrift-java = 
0.9.1-13.fc22.3
accumulo-core-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1
accumulo-gc-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1
accumulo-master-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1

[perl-SVK/el5] 2015-03-14: Retired bacause of broken deps: unresolved dependencies for perl-SVK-2.0.2-1.el5.noarch:

2015-03-14 Thread Till Maas
commit 56031f2df73a26b2db611b63e5fef5609c7ccb25
Author: Till Maas opensou...@till.name
Date:   Sat Mar 14 09:40:47 2015 +0100

2015-03-14: Retired bacause of broken deps:
unresolved dependencies for perl-SVK-2.0.2-1.el5.noarch:
perl(SVN::Mirror) = 0:0.71

 .gitignore |   1 -
 SVK-filter-requires.sh |   3 -
 dead.package   |   4 ++
 perl-SVK.spec  | 145 -
 sources|   1 -
 5 files changed, 4 insertions(+), 150 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 000..8e2b17c
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,4 @@
+2015-03-14: Retired bacause of broken deps:
+unresolved dependencies for perl-SVK-2.0.2-1.el5.noarch:
+perl(SVN::Mirror) = 0:0.71
+
--
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

[PkgDB] till updated package: perl-SVK status to Retired [el5]

2015-03-14 Thread pkgdb
user: till updated package: perl-SVK status from: Approved to Retired on 
branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-SVK
--
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 1201561] perl-Devel-PPPort-3.31 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201561

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Devel-PPPort-3.31-1.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-Devel-PPPort-3.31-1.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-3831/perl-Devel-PPPort-3.31-1.fc22
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KehlG5xTsVa=cc_unsubscribe
--
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 1201574] perl-Test-Moose-More-0.027 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201574

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Test-Moose-More-0.028-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-Test-Moose-More-0.028-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-3839/perl-Test-Moose-More-0.028-1.fc21
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=okKTKzYjfla=cc_unsubscribe
--
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 1201576] perl-Text-ParseWords-3.30 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201576

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Text-ParseWords-3.30-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-Text-ParseWords-3.30-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-3842/perl-Text-ParseWords-3.30-1.fc21
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0iTD1F8gxBa=cc_unsubscribe
--
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 1201578] perl-threads-2.01 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201578

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
Package perl-threads-2.01-1.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-threads-2.01-1.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-3862/perl-threads-2.01-1.fc22
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0of9v5rk96a=cc_unsubscribe
--
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 1202003] perl-Inline-C-0.75 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1202003



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9233110

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=tDddPUFSyTa=cc_unsubscribe
--
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 1202002] perl-Inline-0.80 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1202002



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9233108

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=gQQlkoprXPa=cc_unsubscribe
--
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 1201998] perl-Encode-2.72 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201998



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9233096

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=bhR2yfRbKpa=cc_unsubscribe
--
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 1202003] New: perl-Inline-C-0.75 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1202003

Bug ID: 1202003
   Summary: perl-Inline-C-0.75 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Inline-C
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 0.75
Current version/release in rawhide: 0.74-1.fc23
URL: http://search.cpan.org/dist/Inline-C/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=mqCXuGPqfwa=cc_unsubscribe
--
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 1202002] New: perl-Inline-0.80 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1202002

Bug ID: 1202002
   Summary: perl-Inline-0.80 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Inline
  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.80
Current version/release in rawhide: 0.79-1.fc23
URL: http://search.cpan.org/dist/Inline/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=TcT2udk3G7a=cc_unsubscribe
--
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 1201998] New: perl-Encode-2.72 is available

2015-03-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1201998

Bug ID: 1201998
   Summary: perl-Encode-2.72 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Encode
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 2.72
Current version/release in rawhide: 2.71-1.fc23
URL: http://search.cpan.org/dist/Encode/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Qd7LT7Sk11a=cc_unsubscribe
--
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