ppisar uploaded Prima-1.43.tar.gz for perl-Prima

2015-04-23 Thread notifications
b001ff37915a4584f592207653545bb4  Prima-1.43.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Prima/Prima-1.43.tar.gz/b001ff37915a4584f592207653545bb4/Prima-1.43.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 1210922] perl-Prima-1.43 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1210922



--- Comment #4 from Petr Pisar  ---
Upstream resolved the test failure. I will push this release only into Rawhide
because it changes font code significantly.

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

ppisar pushed to perl-Prima (master). "1.43 bump"

2015-04-23 Thread notifications
>From 3dac0da303be32d0ac3a7db97e6058bdb6c39c2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 23 Apr 2015 09:24:12 +0200
Subject: 1.43 bump


diff --git a/.gitignore b/.gitignore
index a23cbd5..4339be4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Prima-1.40.tar.gz
 /Prima-1.41.tar.gz
 /Prima-1.42.tar.gz
+/Prima-1.43.tar.gz
diff --git a/Prima-1.43-FcPatternAddDouble.patch 
b/Prima-1.43-FcPatternAddDouble.patch
new file mode 100644
index 000..db42ef5
--- /dev/null
+++ b/Prima-1.43-FcPatternAddDouble.patch
@@ -0,0 +1,34 @@
+From a06569708a2edc124c0290c68af5c17d57b22e51 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Thu, 23 Apr 2015 09:10:21 +0200
+Subject: [PATCH] FcPatternAddDouble
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+https://rt.cpan.org/Ticket/Display.html?id=103484 >
+
+Hi Petr,
+
+May I ask to test with another patch? This time I cannot give the
+proper one because it's too far off with all debug stuff I've added,
+but can you try something like this fix below?
+
+Signed-off-by: Petr Písař 
+
+diff --git a/unix/xft.c b/unix/xft.c
+index 442c702..a530d37 100644
+--- a/unix/xft.c
 b/unix/xft.c
+@@ -690,7 +690,7 @@ prima_xft_font_pick( Handle self, Font * source, Font * 
dest, double * size, Xft
+  FcPatternAddDouble( request, FC_SIZE, *size);
+  XFTdebug("FC_SIZE = %.1f", *size);
+   } else {
+- FcPatternAddInteger( request, FC_SIZE, requested_font. size);
++ FcPatternAddDouble( request, FC_SIZE, requested_font. size);
+  XFTdebug("FC_SIZE = %d", requested_font. size);
+   }
+} else {
+-- 
+2.1.0
+
diff --git a/Prima-1.43-fxa_average_width_inconsistent_with_xlfd_width.patch 
b/Prima-1.43-fxa_average_width_inconsistent_with_xlfd_width.patch
new file mode 100644
index 000..eb3d8fb
--- /dev/null
+++ b/Prima-1.43-fxa_average_width_inconsistent_with_xlfd_width.patch
@@ -0,0 +1,65 @@
+From rt-cpan-org-ret...@perl.org Thu Apr 16 19:00:18 2015
+Return-Path: rt-cpan-org-ret...@perl.org
+Received: from zmta05.collab.prod.int.phx2.redhat.com (LHLO
+ zmta05.collab.prod.int.phx2.redhat.com) (10.5.81.12) by
+ zmail14.collab.prod.int.phx2.redhat.com with LMTP; Thu, 16 Apr 2015
+ 13:00:18 -0400 (EDT)
+Received: from int-mx10.intmail.prod.int.phx2.redhat.com 
(int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23])
+   by zmta05.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 
A372F17C123
+   for ; Thu, 16 Apr 2015 13:00:18 -0400 (EDT)
+Received: from mx1.redhat.com (ext-mx16.extmail.prod.ext.phx2.redhat.com 
[10.5.110.21])
+   by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP 
id t3GH0IDE022350
+   for ; Thu, 16 Apr 2015 13:00:18 -0400
+Received: from rtcpan.develooper.com (rtcpan.develooper.com [207.171.7.181])
+   by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t3GH0Hlj004418
+   for ; Thu, 16 Apr 2015 13:00:17 -0400
+Received: by rtcpan.develooper.com (Postfix, from userid 536)
+   id 91CAE5D7; Thu, 16 Apr 2015 10:00:16 -0700 (PDT)
+Precedence: normal
+Subject: [rt.cpan.org #103484] Font tests fail with hlv fonts
+From: "KARASIK via RT" 
+Reply-To: bug-pr...@rt.cpan.org
+In-Reply-To: 
+References: 
+ 
+Message-ID: 
+X-RT-Loop-Prevention: rt.cpan.org
+RT-Ticket: rt.cpan.org #103484
+Managed-BY: RT 4.0.18 (http://www.bestpractical.com/rt/)
+RT-Originator: kara...@cpan.org
+To: ppi...@redhat.com
+MIME-Version: 1.0
+Content-Transfer-Encoding: 8bit
+Content-Type: text/plain; charset="utf-8"
+X-RT-Original-Encoding: utf-8
+Date: Thu, 16 Apr 2015 13:00:16 -0400
+X-RedHat-Spam-Score: -1.9  (BAYES_00,SPF_PASS,URIBL_BLOCKED) 207.171.7.181 
rtcpan.develooper.com 207.171.7.181 rtcpan.develooper.com 

+X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23
+X-Scanned-By: MIMEDefang 2.68 on 10.5.110.21
+Status: RO
+Content-Length: 960
+Lines: 22
+
+https://rt.cpan.org/Ticket/Display.html?id=103484 >
+
+Hi, thanks for the report! These fonts indeed are corner cases, reporting 
FXA_AVERAGE_WIDTHs inconsistent with the requested XLFD widths; I think I 
adapted for this now. May I ask you
+to run the test again with the following patch and see if that works for you?
+
+Sincerely, Dmitry
+
+--- a/unix/apc_font.c
 b/unix/apc_font.c
+@@ -1291,7 +1291,10 @@ AGAIN:
+
+   /* detailing width */
+   if ( f-> font. width == 0 || !f-> flags. width) {
+- if ( XGetFontProperty( s, FXA_AVERAGE_WIDTH, &v) && v) {
++if ( f-> vecname && font-> width > 0) {
++f-> font. width = font-> width;
++Fdebug("font: width = copy as is %d\n", f->font.width);
++} else if ( XGetFontProperty( s, FXA_AVERAGE_WIDTH, &v) && v) {
+ XCHECKPOINT;
+ f-> font. width = (v + 5) / 10;
+ Fdebug("font: width = FXA_AVERAGE_WIDTH %d(%d)\n", f->font.width, 
v);
+
+
diff --git a/perl-Prima.spec b/perl-Prima.spec
index deb50dd..cb3fab7 100644
--- a/pe

ppisar pushed to perl-Prima (master). "Build-require glibc-headers due to iconv.h"

2015-04-23 Thread notifications
>From 0a250ab9a5fbaab15a5afe719fe40c5349135781 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Thu, 23 Apr 2015 09:39:00 +0200
Subject: Build-require glibc-headers due to iconv.h


diff --git a/perl-Prima.spec b/perl-Prima.spec
index cb3fab7..360e630 100644
--- a/perl-Prima.spec
+++ b/perl-Prima.spec
@@ -15,6 +15,7 @@ Patch1: Prima-1.43-FcPatternAddDouble.patch
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype-devel
 BuildRequires:  giflib-devel
+BuildRequires:  glibc-headers
 BuildRequires:  gtk2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Prima.git/commit/?h=master&id=0a250ab9a5fbaab15a5afe719fe40c5349135781
--
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 1210922] perl-Prima-1.43 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1210922



--- Comment #5 from Upstream Release Monitoring 
 ---
ppisar's perl-Prima-1.43-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=630077

-- 
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-Mail-Alias (master). "Remove using of 'defined' for an array (RT#101356); Modernize spec"

2015-04-23 Thread notifications
>From 42aaa61f65c248e11e90c0d73af9d79a66d486a5 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Apr 2015 09:55:37 +0200
Subject: Remove using of 'defined' for an array (RT#101356);Modernize spec


diff --git a/Mail-Alias-1.12-Do-not-used-defined-for-array.patch 
b/Mail-Alias-1.12-Do-not-used-defined-for-array.patch
new file mode 100644
index 000..32ac185
--- /dev/null
+++ b/Mail-Alias-1.12-Do-not-used-defined-for-array.patch
@@ -0,0 +1,12 @@
+diff -up Mail-Alias-1.12/Alias.pm.orig Mail-Alias-1.12/Alias.pm
+--- Mail-Alias-1.12/Alias.pm.orig  2015-04-23 09:26:23.489249411 +0200
 Mail-Alias-1.12/Alias.pm   2015-04-23 09:27:06.639992941 +0200
+@@ -82,7 +82,7 @@ sub format {
+  my $pkg = "Mail::Alias::" . $fmt;
+ 
+  croak "Unknown format '$fmt'"
+-  unless defined @{$pkg . "::ISA"};
++  unless @{$pkg . "::ISA"};
+ 
+  bless $me, $pkg;
+ }
diff --git a/perl-Mail-Alias.spec b/perl-Mail-Alias.spec
index 05224e3..5da833b 100644
--- a/perl-Mail-Alias.spec
+++ b/perl-Mail-Alias.spec
@@ -1,15 +1,18 @@
 Name:   perl-Mail-Alias
 Version:1.12
-Release:25%{?dist}
+Release:26%{?dist}
 Summary:Module for manipulating e-mail alias files
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Mail-Alias/
 Source0:
http://www.cpan.org/authors/id/Z/ZE/ZELT/Mail-Alias-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# 'defined' should not be used for an array RT#101356
+Patch1: Mail-Alias-1.12-Do-not-used-defined-for-array.patch
 BuildArch:  noarch
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+BuildRequires:  perl(vars)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This module allows direct manipulation of various types of E-Mail
@@ -20,34 +23,31 @@ formats.
 
 %prep
 %setup -q -n Mail-Alias-%{version}
+%patch1 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova  - 1.12-26
+- Remove using of 'defined' for an array (RT#101356)
+- Update BR
+- Modernize spec
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 1.12-25
 - Perl 5.20 rebuild
 
@@ -117,7 +117,7 @@ Rebuild for new perl
 - Cleanup
 - Took over maintainership
 
-* Fri Apr  7 2005 Michael Schwendt 
+* Wed Apr  6 2005 Michael Schwendt 
 - rebuilt
 
 * Thu Oct  2 2003 Michael Schwendt  0:1.12-0.fdr.3
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Mail-Alias.git/commit/?h=master&id=42aaa61f65c248e11e90c0d73af9d79a66d486a5
--
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 1210922] perl-Prima-1.43 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1210922

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Prima-1.43-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-04-23 03:55:20



-- 
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-DB_File-Lock (master). "Fix RT#98224"

2015-04-23 Thread notifications
>From 75d37a2c2babc3396e6763e87db5032230546074 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Apr 2015 10:34:08 +0200
Subject: Fix RT#98224


diff --git a/DB_File-Lock-0.05-RT98224.patch b/DB_File-Lock-0.05-RT98224.patch
new file mode 100644
index 000..6826daf
--- /dev/null
+++ b/DB_File-Lock-0.05-RT98224.patch
@@ -0,0 +1,29 @@
+From 247a7ec3a57f2bca977531281f258d5e4ed46c1f Mon Sep 17 00:00:00 2001
+From: Slaven Rezic 
+Date: Thu, 21 Aug 2014 19:54:41 +0200
+Subject: [PATCH] don't use defined %hash
+
+This fixes https://rt.cpan.org/Ticket/Display.html?id=98224
+---
+ test.pl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+ mode change 100644 => 100755 test.pl
+
+diff --git a/test.pl b/test.pl
+old mode 100644
+new mode 100755
+index 92ebcf6..cba6da6
+--- a/test.pl
 b/test.pl
+@@ -81,7 +81,7 @@ if ( not defined $pid ) {
+   sleep(1);
+   $TEST_NUM += 2;
+   report_result( not tie %hash3, 'DB_File::Lock', $file1, O_RDWR, 0600, 
$DB_HASH, $nonblock_write );
+-  report_result( not defined %hash3 ); # double check and satisfy -w 
about %hash3
++  report_result( not keys %hash3 ); # double check and satisfy -w about 
%hash3
+   $TEST_NUM += 1;
+   report_result( wait() == $pid );
+   report_result( tie %hash3, 'DB_File::Lock', $file1, O_RDWR, 0600, 
$DB_HASH, $nonblock_write );
+-- 
+1.8.3.4
+
diff --git a/perl-DB_File-Lock.spec b/perl-DB_File-Lock.spec
index 6ce66ed..d11846c 100644
--- a/perl-DB_File-Lock.spec
+++ b/perl-DB_File-Lock.spec
@@ -1,11 +1,13 @@
 Name:   perl-DB_File-Lock
 Version:0.05
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Locking with flock wrapper for DB_File
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DB_File-Lock/
 Source0:
http://www.cpan.org/modules/by-module/DB_File/DB_File-Lock-%{version}.tar.gz
+# defined() should not be used for hash RT#98224
+Patch1: DB_File-Lock-0.05-RT98224.patch
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Carp)
@@ -23,6 +25,7 @@ This module provides a wrapper for the DB_File module, adding 
locking.
 
 %prep
 %setup -q -n DB_File-Lock-%{version}
+%patch1 -p1
 
 
 %build
@@ -31,7 +34,7 @@ make %{?_smp_mflags}
 
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -47,6 +50,9 @@ make test
 
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova  - 0.05-5
+- Fix RT#98224
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 0.05-4
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DB_File-Lock.git/commit/?h=master&id=75d37a2c2babc3396e6763e87db5032230546074
--
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-Devel-SmallProf (master). "Fixed RT#98192; Modernize spec"

2015-04-23 Thread notifications
>From 7c1586e0b7f0379744bc617309a066ea971ea78d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Apr 2015 11:22:05 +0200
Subject: Fixed RT#98192; Modernize spec


diff --git a/Devel-SmallProf-2.02-Don-t-use-defined-array.patch 
b/Devel-SmallProf-2.02-Don-t-use-defined-array.patch
new file mode 100644
index 000..cf6078b
--- /dev/null
+++ b/Devel-SmallProf-2.02-Don-t-use-defined-array.patch
@@ -0,0 +1,25 @@
+From 3c81ee06e91d2a4efc52b7b4a9eff7411039c283 Mon Sep 17 00:00:00 2001
+From: Brian Fraser 
+Date: Wed, 20 Aug 2014 00:33:46 +0200
+Subject: [PATCH] Don't use defined(@array)
+
+---
+ lib/Devel/SmallProf.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Devel/SmallProf.pm b/lib/Devel/SmallProf.pm
+index cee1211..2b5d091 100644
+--- a/lib/Devel/SmallProf.pm
 b/lib/Devel/SmallProf.pm
+@@ -32,7 +32,7 @@ sub DB {
+   # evals which do not define subroutines will disappear.
+   no strict 'refs';
+   $listings{$filename} = \@{"main::_<$filename"}
+-if defined(@{"main::_<$filename"});
++if @{"main::_<$filename"};
+   use strict 'refs';
+ 
+   my($delta);
+-- 
+1.7.12.4 (Apple Git-37)
+
diff --git a/perl-Devel-SmallProf.spec b/perl-Devel-SmallProf.spec
index 2ab375e..50c1835 100644
--- a/perl-Devel-SmallProf.spec
+++ b/perl-Devel-SmallProf.spec
@@ -1,23 +1,21 @@
 Name:   perl-Devel-SmallProf
 Version:2.02
-Release:19%{?dist}
+Release:20%{?dist}
 Summary:Per-line Perl profiler
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Devel-SmallProf/
 Source0:
http://www.cpan.org/authors/id/S/SA/SALVA/Devel-SmallProf-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# defined() should not be used for array RT#98192
+Patch1: Devel-SmallProf-2.02-Don-t-use-defined-array.patch
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Time::HiRes)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
-# Filter bogus provide of perl(DB) (rpm < 4.9)
-%global provfilt /bin/sh -c "%{__perl_provides} | sed -e '/perl(DB)/d'"
-%define __perl_provides %{provfilt}
-
-# Equivalent filter for rpm 4.9 onwards
+# Filter bogus provide of perl(DB)
 %global __provides_exclude ^perl\\(DB\\)
 
 %description
@@ -28,37 +26,32 @@ and also in terms of being simple to use.
 
 %prep
 %setup -q -n Devel-SmallProf-%{version}
+%patch1 -p1
 
 iconv -f iso8859-1 -t utf-8 README >README.conv && mv -f README.conv README
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README TODO
 %{perl_vendorlib}/Devel/
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova  - 2.02-20
+- Fixed RT#98192
+- Modernize spec
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 2.02-19
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Devel-SmallProf.git/commit/?h=master&id=7c1586e0b7f0379744bc617309a066ea971ea78d
--
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

psabata uploaded Dist-Zilla-5.035.tar.gz for perl-Dist-Zilla

2015-04-23 Thread notifications
1a85b18b6177cb285ce527e20e5a02ae  Dist-Zilla-5.035.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dist-Zilla/Dist-Zilla-5.035.tar.gz/1a85b18b6177cb285ce527e20e5a02ae/Dist-Zilla-5.035.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 1213020] perl-Dist-Zilla-5.035 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1213020

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Dist-Zilla-5.035-1.fc2
   ||3
 Resolution|--- |RAWHIDE
Last Closed||2015-04-23 05:26:05



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

psabata pushed to perl-Dist-Zilla (master). "5.035 bump (..more)"

2015-04-23 Thread notifications
>From fe50e7b719b3077e6a8aa40a4838b3c2ba0dac16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Thu, 23 Apr 2015 11:25:31 +0200
Subject: 5.035 bump

- is_trial is now read-only

diff --git a/.gitignore b/.gitignore
index 6c96d4f..3e3335a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ Dist-Zilla-4.101900.tar.gz
 /Dist-Zilla-5.031.tar.gz
 /Dist-Zilla-5.033.tar.gz
 /Dist-Zilla-5.034.tar.gz
+/Dist-Zilla-5.035.tar.gz
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index 98755e7..436df97 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dist-Zilla
-Version:5.034
+Version:5.035
 Release:1%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
@@ -186,6 +186,10 @@ make test
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Thu Apr 23 2015 Petr Å abata  - 5.035-1
+- 5.035 bump
+- is_trial is now read-only
+
 * Mon Mar 23 2015 Petr Å abata  - 5.034-1
 - 5.034 bump
 
diff --git a/sources b/sources
index bab506c..eb1fa02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-edf9788f2635ac33fb361c854d61e48b  Dist-Zilla-5.034.tar.gz
+1a85b18b6177cb285ce527e20e5a02ae  Dist-Zilla-5.035.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla.git/commit/?h=master&id=fe50e7b719b3077e6a8aa40a4838b3c2ba0dac16
--
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-Net-DNS-SEC

2015-04-23 Thread buildsys


perl-Net-DNS-SEC has broken dependencies in the rawhide tree:
On x86_64:
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Digest::GOST::CryptoPro)
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Digest::GOST) >= 
0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) >= 0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) >= 0:0.05
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
>= 0:1.01
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
>= 0:0.5
On i386:
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Digest::GOST::CryptoPro)
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Digest::GOST) >= 
0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) >= 0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) >= 0:0.05
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
>= 0:1.01
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
>= 0:0.5
On armhfp:
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Digest::GOST::CryptoPro)
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Digest::GOST) >= 
0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) >= 0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) >= 0:0.05
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
>= 0:1.01
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
>= 0:0.5
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-Graphics-PLplot

2015-04-23 Thread buildsys


perl-PDL-Graphics-PLplot has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-Graphics-PLplot-0.67-5.fc22.x86_64 requires 
libplplotd.so.12()(64bit)
On i386:
perl-PDL-Graphics-PLplot-0.67-5.fc22.i686 requires libplplotd.so.12
On armhfp:
perl-PDL-Graphics-PLplot-0.67-5.fc22.armv7hl requires libplplotd.so.12
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

pghmcfc uploaded IO-stringy-2.111.tar.gz for perl-IO-stringy

2015-04-23 Thread notifications
e91acf0a800b190d13585a47de775bdd  IO-stringy-2.111.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-stringy/IO-stringy-2.111.tar.gz/e91acf0a800b190d13585a47de775bdd/IO-stringy-2.111.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

pghmcfc pushed to perl-IO-stringy (master). "Update to 2.111 (..more)"

2015-04-23 Thread notifications
>From c2949ff6850b0581121e1e2d657ceb040c992086 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 23 Apr 2015 12:16:20 +0100
Subject: Update to 2.111

- New upstream release 2.111
  - Update maintainer's name, which is now Dianne Skoll
- Use %license where possible

diff --git a/.gitignore b/.gitignore
index 5b40421..f508e07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-IO-stringy-2.110.tar.gz
+/IO-stringy-[0-9.]*.tar.gz
diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec
index fe935cc..5ca3518 100644
--- a/perl-IO-stringy.spec
+++ b/perl-IO-stringy.spec
@@ -1,30 +1,33 @@
 Summary:   I/O on in-core objects like strings and arrays for Perl
 Name:  perl-IO-stringy
-Version:   2.110
-Release:   28%{?dist}
+Version:   2.111
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/IO-stringy/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
-BuildRequires:  perl
+# Module Build
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
-# Run-time:
+# Module Runtime
 BuildRequires: perl(Carp)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(FileHandle)
 BuildRequires: perl(IO::File)
 BuildRequires: perl(IO::Handle)
-BuildRequires:  perl(overload)
-BuildRequires:  perl(strict)
+BuildRequires: perl(overload)
+BuildRequires: perl(strict)
 BuildRequires: perl(Symbol)
-BuildRequires:  perl(vars)
-# Tests:
-BuildRequires:  perl(File::Basename)
+BuildRequires: perl(vars)
+# Test Suite
+BuildRequires: perl(File::Basename)
 BuildRequires: perl(lib)
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
+# Avoid doc-file dependency on /usr/bin/perl
 %{?perl_default_filter}
 
 %description
@@ -61,18 +64,28 @@ make test
 rm -rf %{buildroot}
 
 %files
-%doc README COPYING examples
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README examples/
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/IO::AtomicFile.3pm*
-%{_mandir}/man3/IO::InnerFile.3pm*
-%{_mandir}/man3/IO::Lines.3pm*
-%{_mandir}/man3/IO::Scalar.3pm*
-%{_mandir}/man3/IO::ScalarArray.3pm*
-%{_mandir}/man3/IO::Stringy.3pm*
-%{_mandir}/man3/IO::Wrap.3pm*
-%{_mandir}/man3/IO::WrapTie.3pm*
+%{_mandir}/man3/IO::AtomicFile.3*
+%{_mandir}/man3/IO::InnerFile.3*
+%{_mandir}/man3/IO::Lines.3*
+%{_mandir}/man3/IO::Scalar.3*
+%{_mandir}/man3/IO::ScalarArray.3*
+%{_mandir}/man3/IO::Stringy.3*
+%{_mandir}/man3/IO::Wrap.3*
+%{_mandir}/man3/IO::WrapTie.3*
 
 %changelog
+* Thu Apr 23 2015 Paul Howarth  - 2.111-1
+- Update to 2.111
+  - Update maintainer's name, which is now Dianne Skoll
+- Use %%license where possible
+
 * Mon Jan 26 2015 Petr Pisar  - 2.110-28
 - Filter provides/requires from docdir
 
diff --git a/sources b/sources
index 0fd1b2a..99a4b77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e6a976cfa5521e815c1fdf4006982de  IO-stringy-2.110.tar.gz
+e91acf0a800b190d13585a47de775bdd  IO-stringy-2.111.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-stringy.git/commit/?h=master&id=c2949ff6850b0581121e1e2d657ceb040c992086
--
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 pushed to perl-IO-stringy (f22). "Update to 2.111 (..more)"

2015-04-23 Thread notifications
>From c2949ff6850b0581121e1e2d657ceb040c992086 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 23 Apr 2015 12:16:20 +0100
Subject: Update to 2.111

- New upstream release 2.111
  - Update maintainer's name, which is now Dianne Skoll
- Use %license where possible

diff --git a/.gitignore b/.gitignore
index 5b40421..f508e07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-IO-stringy-2.110.tar.gz
+/IO-stringy-[0-9.]*.tar.gz
diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec
index fe935cc..5ca3518 100644
--- a/perl-IO-stringy.spec
+++ b/perl-IO-stringy.spec
@@ -1,30 +1,33 @@
 Summary:   I/O on in-core objects like strings and arrays for Perl
 Name:  perl-IO-stringy
-Version:   2.110
-Release:   28%{?dist}
+Version:   2.111
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/IO-stringy/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
-BuildRequires:  perl
+# Module Build
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
-# Run-time:
+# Module Runtime
 BuildRequires: perl(Carp)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(FileHandle)
 BuildRequires: perl(IO::File)
 BuildRequires: perl(IO::Handle)
-BuildRequires:  perl(overload)
-BuildRequires:  perl(strict)
+BuildRequires: perl(overload)
+BuildRequires: perl(strict)
 BuildRequires: perl(Symbol)
-BuildRequires:  perl(vars)
-# Tests:
-BuildRequires:  perl(File::Basename)
+BuildRequires: perl(vars)
+# Test Suite
+BuildRequires: perl(File::Basename)
 BuildRequires: perl(lib)
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
+# Avoid doc-file dependency on /usr/bin/perl
 %{?perl_default_filter}
 
 %description
@@ -61,18 +64,28 @@ make test
 rm -rf %{buildroot}
 
 %files
-%doc README COPYING examples
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README examples/
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/IO::AtomicFile.3pm*
-%{_mandir}/man3/IO::InnerFile.3pm*
-%{_mandir}/man3/IO::Lines.3pm*
-%{_mandir}/man3/IO::Scalar.3pm*
-%{_mandir}/man3/IO::ScalarArray.3pm*
-%{_mandir}/man3/IO::Stringy.3pm*
-%{_mandir}/man3/IO::Wrap.3pm*
-%{_mandir}/man3/IO::WrapTie.3pm*
+%{_mandir}/man3/IO::AtomicFile.3*
+%{_mandir}/man3/IO::InnerFile.3*
+%{_mandir}/man3/IO::Lines.3*
+%{_mandir}/man3/IO::Scalar.3*
+%{_mandir}/man3/IO::ScalarArray.3*
+%{_mandir}/man3/IO::Stringy.3*
+%{_mandir}/man3/IO::Wrap.3*
+%{_mandir}/man3/IO::WrapTie.3*
 
 %changelog
+* Thu Apr 23 2015 Paul Howarth  - 2.111-1
+- Update to 2.111
+  - Update maintainer's name, which is now Dianne Skoll
+- Use %%license where possible
+
 * Mon Jan 26 2015 Petr Pisar  - 2.110-28
 - Filter provides/requires from docdir
 
diff --git a/sources b/sources
index 0fd1b2a..99a4b77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e6a976cfa5521e815c1fdf4006982de  IO-stringy-2.110.tar.gz
+e91acf0a800b190d13585a47de775bdd  IO-stringy-2.111.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-stringy.git/commit/?h=f22&id=c2949ff6850b0581121e1e2d657ceb040c992086
--
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 pushed to perl-IO-stringy (perl-IO-stringy-2.111-1.fc22). "Update to 2.111 (..more)"

2015-04-23 Thread notifications
>From c2949ff6850b0581121e1e2d657ceb040c992086 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 23 Apr 2015 12:16:20 +0100
Subject: Update to 2.111

- New upstream release 2.111
  - Update maintainer's name, which is now Dianne Skoll
- Use %license where possible

diff --git a/.gitignore b/.gitignore
index 5b40421..f508e07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-IO-stringy-2.110.tar.gz
+/IO-stringy-[0-9.]*.tar.gz
diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec
index fe935cc..5ca3518 100644
--- a/perl-IO-stringy.spec
+++ b/perl-IO-stringy.spec
@@ -1,30 +1,33 @@
 Summary:   I/O on in-core objects like strings and arrays for Perl
 Name:  perl-IO-stringy
-Version:   2.110
-Release:   28%{?dist}
+Version:   2.111
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/IO-stringy/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
-BuildRequires:  perl
+# Module Build
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
-# Run-time:
+# Module Runtime
 BuildRequires: perl(Carp)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(FileHandle)
 BuildRequires: perl(IO::File)
 BuildRequires: perl(IO::Handle)
-BuildRequires:  perl(overload)
-BuildRequires:  perl(strict)
+BuildRequires: perl(overload)
+BuildRequires: perl(strict)
 BuildRequires: perl(Symbol)
-BuildRequires:  perl(vars)
-# Tests:
-BuildRequires:  perl(File::Basename)
+BuildRequires: perl(vars)
+# Test Suite
+BuildRequires: perl(File::Basename)
 BuildRequires: perl(lib)
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
+# Avoid doc-file dependency on /usr/bin/perl
 %{?perl_default_filter}
 
 %description
@@ -61,18 +64,28 @@ make test
 rm -rf %{buildroot}
 
 %files
-%doc README COPYING examples
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README examples/
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/IO::AtomicFile.3pm*
-%{_mandir}/man3/IO::InnerFile.3pm*
-%{_mandir}/man3/IO::Lines.3pm*
-%{_mandir}/man3/IO::Scalar.3pm*
-%{_mandir}/man3/IO::ScalarArray.3pm*
-%{_mandir}/man3/IO::Stringy.3pm*
-%{_mandir}/man3/IO::Wrap.3pm*
-%{_mandir}/man3/IO::WrapTie.3pm*
+%{_mandir}/man3/IO::AtomicFile.3*
+%{_mandir}/man3/IO::InnerFile.3*
+%{_mandir}/man3/IO::Lines.3*
+%{_mandir}/man3/IO::Scalar.3*
+%{_mandir}/man3/IO::ScalarArray.3*
+%{_mandir}/man3/IO::Stringy.3*
+%{_mandir}/man3/IO::Wrap.3*
+%{_mandir}/man3/IO::WrapTie.3*
 
 %changelog
+* Thu Apr 23 2015 Paul Howarth  - 2.111-1
+- Update to 2.111
+  - Update maintainer's name, which is now Dianne Skoll
+- Use %%license where possible
+
 * Mon Jan 26 2015 Petr Pisar  - 2.110-28
 - Filter provides/requires from docdir
 
diff --git a/sources b/sources
index 0fd1b2a..99a4b77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e6a976cfa5521e815c1fdf4006982de  IO-stringy-2.110.tar.gz
+e91acf0a800b190d13585a47de775bdd  IO-stringy-2.111.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-stringy.git/commit/?h=perl-IO-stringy-2.111-1.fc22&id=c2949ff6850b0581121e1e2d657ceb040c992086
--
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 pushed to perl-IO-stringy (perl-IO-stringy-2.111-1.fc23). "Update to 2.111 (..more)"

2015-04-23 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-IO-stringy.git/commit/?h=perl-IO-stringy-2.111-1.fc23&id=c2949ff6850b0581121e1e2d657ceb040c992086
--
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 1214699] perl-App-cpanminus-1.7031 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214699



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1017926
  --> https://bugzilla.redhat.com/attachment.cgi?id=1017926&action=edit
[patch] Update to 1.7031 (#1214699)

-- 
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 1214699] perl-App-cpanminus-1.7031 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214699



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

-- 
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 1214706] New: perl-Dancer-1.3135 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214706

Bug ID: 1214706
   Summary: perl-Dancer-1.3135 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Dancer
  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: 1.3135
Current version/release in rawhide: 1.3134-1.fc23
URL: http://search.cpan.org/dist/Dancer/

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 1214706] perl-Dancer-1.3135 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214706



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1017934
  --> https://bugzilla.redhat.com/attachment.cgi?id=1017934&action=edit
[patch] Update to 1.3135 (#1214706)

-- 
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 1214706] perl-Dancer-1.3135 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214706



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

-- 
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 1214713] New: perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713

Bug ID: 1214713
   Summary: perl-File-ShareDir-ProjectDistDir-1.07 is
available
   Product: Fedora
   Version: rawhide
 Component: perl-File-ShareDir-ProjectDistDir
  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, ppi...@redhat.com



Latest upstream release: 1.07
Current version/release in rawhide: 1.05-1.fc23
URL: http://search.cpan.org/dist/File-ShareDir-ProjectDistDir/

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 1214713] perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1017943
  --> https://bugzilla.redhat.com/attachment.cgi?id=1017943&action=edit
[patch] Update to 1.07 (#1214713)

-- 
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 1214713] perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713



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

-- 
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 App-cpanminus-1.7031.tar.gz for perl-App-cpanminus

2015-04-23 Thread notifications
6f4e42d33fd7957482fdcf854ec97d8b  App-cpanminus-1.7031.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-App-cpanminus/App-cpanminus-1.7031.tar.gz/6f4e42d33fd7957482fdcf854ec97d8b/App-cpanminus-1.7031.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 1209920] perl-Module-Signature: various flaws [fedora-all]

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209920

Paul Howarth  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
   Fixed In Version||perl-Module-Signature-0.78-
   ||1.fc21
 Resolution|--- |ERRATA
Last Closed||2015-04-23 08:38:26



--- Comment #11 from Paul Howarth  ---
All issues now fixed in all currently-supported Fedora releases.

-- 
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 1209918] perl-Module-Signature: arbitrary modules loading in some circumstances

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209918
Bug 1209918 depends on bug 1209920, which changed state.

Bug 1209920 Summary: perl-Module-Signature: various flaws [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1209920

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA



-- 
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 1209915] perl-Module-Signature: arbitrary code execution during test phase

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209915
Bug 1209915 depends on bug 1209920, which changed state.

Bug 1209920 Summary: perl-Module-Signature: various flaws [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1209920

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA



-- 
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 1209917] perl-Module-Signature: arbitrary code execution when verifying module signatures

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209917
Bug 1209917 depends on bug 1209920, which changed state.

Bug 1209920 Summary: perl-Module-Signature: various flaws [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1209920

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA



-- 
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 1209911] perl-Module-Signature: unsigned files interpreted as signed in some circumstances

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209911
Bug 1209911 depends on bug 1209920, which changed state.

Bug 1209920 Summary: perl-Module-Signature: various flaws [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1209920

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA



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

Broken dependencies: perl-Satcon

2015-04-23 Thread buildsys


perl-Satcon has broken dependencies in the F-22 tree:
On x86_64:
perl-Satcon-1.20-3.fc21.noarch requires perl(:MODULE_COMPAT_5.18.2)
On i386:
perl-Satcon-1.20-3.fc21.noarch requires perl(:MODULE_COMPAT_5.18.2)
On armhfp:
perl-Satcon-1.20-3.fc21.noarch requires perl(:MODULE_COMPAT_5.18.2)
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 1214699] perl-App-cpanminus-1.7031 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214699

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-App-cpanminus-1.7031-1
   ||.fc23



-- 
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 1214699] perl-App-cpanminus-1.7031 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214699



--- Comment #3 from Upstream Release Monitoring 
 ---
jplesnik's perl-App-cpanminus-1.7031-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=630152

-- 
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-App-cpanminus (master). "1.7031 bump"

2015-04-23 Thread notifications
>From a5cf08310fa884c4a8455828f46254e15a5f5368 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Apr 2015 14:41:58 +0200
Subject: 1.7031 bump


diff --git a/.gitignore b/.gitignore
index dca2480..297cbcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@ App-cpanminus-0.9935.tar.gz
 /App-cpanminus-1.7025.tar.gz
 /App-cpanminus-1.7027.tar.gz
 /App-cpanminus-1.7030.tar.gz
+/App-cpanminus-1.7031.tar.gz
diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index be16dae..2955796 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-cpanminus
-Version:1.7030
+Version:1.7031
 Release:1%{?dist}
 Summary:Get, unpack, build and install CPAN modules
 License:GPL+ or Artistic
@@ -134,6 +134,9 @@ make test
 %{_bindir}/cpanm
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova  - 1.7031-1
+- 1.7031 bump
+
 * Mon Apr 20 2015 Jitka Plesnikova  - 1.7030-1
 - 1.7030 bump
 
diff --git a/sources b/sources
index 7806223..5d11cba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d56c07938a91b5706d7af7bd47cb43ad  App-cpanminus-1.7030.tar.gz
+6f4e42d33fd7957482fdcf854ec97d8b  App-cpanminus-1.7031.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-App-cpanminus.git/commit/?h=master&id=a5cf08310fa884c4a8455828f46254e15a5f5368
--
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 MIME-tools-5.506.tar.gz for perl-MIME-tools

2015-04-23 Thread notifications
ddc8479d25688f8860d0bf3be9df52c5  MIME-tools-5.506.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MIME-tools/MIME-tools-5.506.tar.gz/ddc8479d25688f8860d0bf3be9df52c5/MIME-tools-5.506.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-App-cpanminus (f22). "1.7031 bump"

2015-04-23 Thread notifications
>From ea5308687212b9ddb65f87317b35cce7c9d6fe6e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Apr 2015 14:41:58 +0200
Subject: 1.7031 bump


diff --git a/.gitignore b/.gitignore
index dca2480..297cbcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@ App-cpanminus-0.9935.tar.gz
 /App-cpanminus-1.7025.tar.gz
 /App-cpanminus-1.7027.tar.gz
 /App-cpanminus-1.7030.tar.gz
+/App-cpanminus-1.7031.tar.gz
diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index be16dae..2955796 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-cpanminus
-Version:1.7030
+Version:1.7031
 Release:1%{?dist}
 Summary:Get, unpack, build and install CPAN modules
 License:GPL+ or Artistic
@@ -134,6 +134,9 @@ make test
 %{_bindir}/cpanm
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova  - 1.7031-1
+- 1.7031 bump
+
 * Mon Apr 20 2015 Jitka Plesnikova  - 1.7030-1
 - 1.7030 bump
 
diff --git a/sources b/sources
index 7806223..5d11cba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d56c07938a91b5706d7af7bd47cb43ad  App-cpanminus-1.7030.tar.gz
+6f4e42d33fd7957482fdcf854ec97d8b  App-cpanminus-1.7031.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-App-cpanminus.git/commit/?h=f22&id=ea5308687212b9ddb65f87317b35cce7c9d6fe6e
--
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 1214735] New: perl-PAR-1.009 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214735

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



Latest upstream release: 1.009
Current version/release in rawhide: 1.008-1.fc22
URL: http://search.cpan.org/dist/PAR/

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 1214735] perl-PAR-1.009 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214735



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1017980
  --> https://bugzilla.redhat.com/attachment.cgi?id=1017980&action=edit
[patch] Update to 1.009 (#1214735)

-- 
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 pushed to perl-MIME-tools (master). "Update to 5.506 (..more)"

2015-04-23 Thread notifications
>From 59fe9995582802858415e8967b2c4573aa121bd3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 23 Apr 2015 13:56:03 +0100
Subject: Update to 5.506

- New upstream release 5.506
  - Update maintainer's name to "Dianne Skoll"
- Use %license where possible
- Update UTF8 patch
- Classify buildreqs by usage

diff --git a/MIME-tools-5.502-UTF8.patch b/MIME-tools-5.502-UTF8.patch
deleted file mode 100644
index c5d1871..000
--- a/MIME-tools-5.502-UTF8.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 MIME-tools/ChangeLog
-+++ MIME-tools/ChangeLog
-@@ -213,7 +213,7 @@
-   * Added MIME::Parser->decode_bodies method.  This lets you force
-   MIME::Tools to store body parts WITHOUT decoding them.  Useful
-   if you need the exact unmangled message source (for example,
--  for GPG-signing.)  Patch submitted by J�rn Reder.
-+  for GPG-signing.)  Patch submitted by Jörn Reder.
- 
- 5.418 2005-09-29  David F. Skoll  
- 
diff --git a/MIME-tools-5.506-UTF8.patch b/MIME-tools-5.506-UTF8.patch
new file mode 100644
index 000..4420d95
--- /dev/null
+++ b/MIME-tools-5.506-UTF8.patch
@@ -0,0 +1,11 @@
+--- ChangeLog
 ChangeLog
+@@ -287,7 +287,7 @@
+   * Added MIME::Parser->decode_bodies method.  This lets you force
+   MIME::Tools to store body parts WITHOUT decoding them.  Useful
+   if you need the exact unmangled message source (for example,
+-  for GPG-signing.)  Patch submitted by J�rn Reder.
++  for GPG-signing.)  Patch submitted by Jörn Reder.
+ 
+ 5.418 2005-09-29  Dianne Skoll  
+ 
diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec
index fa26dd6..2e2bd53 100644
--- a/perl-MIME-tools.spec
+++ b/perl-MIME-tools.spec
@@ -1,30 +1,46 @@
 Summary:   Modules for parsing and creating MIME entities in Perl
 Name:  perl-MIME-tools
-Version:   5.505
-Release:   3%{?dist}
+Version:   5.506
+Release:   1%{?dist}
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/MIME-tools/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz
-Patch0:MIME-tools-5.502-UTF8.patch
+Patch0:MIME-tools-5.506-UTF8.patch
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Build ==
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Pod::Man)
+#  Module Runtime 
+BuildRequires: perl-MailTools  >= 1.50
+BuildRequires: perl(Carp)
+BuildRequires: perl(Convert::BinHex)
+BuildRequires: perl(Encode)
+BuildRequires: perl(Exporter)
 BuildRequires: perl(File::Path)>= 1
 BuildRequires: perl(File::Spec)>= 0.6
 BuildRequires: perl(File::Temp)>= 0.18
 BuildRequires: perl(IO::File)  >= 1.13
 BuildRequires: perl(IO::Handle)
+BuildRequires: perl(IO::Select)
 BuildRequires: perl(Mail::Field)   >= 1.05
-BuildRequires: perl(Mail::Header)  >= 1.01
-BuildRequires: perl(Mail::Internet)>= 1.0203
+BuildRequires: perl(Mail::Header)  >= 1.06
+BuildRequires: perl(Mail::Internet)>= 1.28
 BuildRequires: perl(MIME::Base64)  >= 3.03
 BuildRequires: perl(MIME::QuotedPrint)
-BuildRequires: perl-MailTools  >= 1.50
+#  Test Suite 
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Digest::MD5)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(IO::Socket::INET)
+BuildRequires: perl(lib)
 BuildRequires: perl(Test::Deep)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Runtime 
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:  perl(Convert::BinHex)
 
@@ -42,7 +58,7 @@ parser and tool for building your own MIME parser, and 
utilities.
 %setup -q -n MIME-tools-%{version}
 
 # Fix character encoding
-%patch0 -p1
+%patch0
 
 # The more useful examples will go in %%{_bindir}
 mkdir useful-examples
@@ -77,7 +93,12 @@ TEST_POD_COVERAGE=0 make test
 rm -rf %{buildroot}
 
 %files
-%doc README COPYING ChangeLog
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README ChangeLog
 # Adding examples introduces additional deps, but these are all satisfied by
 # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway.
 %doc examples
@@ -92,30 +113,37 @@ rm -rf %{buildroot}
 %{_mandir}/man1/mimeexplode.1*
 %{_mandir}/man1/mimepostcard.1*
 %{_mandir}/man1/mimesend.1*
-%{_mandir}/man3/MIME::Body.3pm*
-%{_mandir}/man3/MIME::Decoder.3pm*
-%{_mandir}/man3/MIME::Decoder::Base64.3pm*
-%{_mandir}/man3/MIME::Decoder::BinHex.3pm*
-%{_mandir}/man3/MIME::Decoder::Binary.3pm*
-%{_mandir}/man3/MIME::Decoder::Gzip64.3pm*
-%{_mandir}/man3/MIME::Deco

[Bug 1214735] perl-PAR-1.009 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214735



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

-- 
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 pushed to perl-MIME-tools (f22). "Update to 5.506 (..more)"

2015-04-23 Thread notifications
>From 59fe9995582802858415e8967b2c4573aa121bd3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 23 Apr 2015 13:56:03 +0100
Subject: Update to 5.506

- New upstream release 5.506
  - Update maintainer's name to "Dianne Skoll"
- Use %license where possible
- Update UTF8 patch
- Classify buildreqs by usage

diff --git a/MIME-tools-5.502-UTF8.patch b/MIME-tools-5.502-UTF8.patch
deleted file mode 100644
index c5d1871..000
--- a/MIME-tools-5.502-UTF8.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 MIME-tools/ChangeLog
-+++ MIME-tools/ChangeLog
-@@ -213,7 +213,7 @@
-   * Added MIME::Parser->decode_bodies method.  This lets you force
-   MIME::Tools to store body parts WITHOUT decoding them.  Useful
-   if you need the exact unmangled message source (for example,
--  for GPG-signing.)  Patch submitted by J�rn Reder.
-+  for GPG-signing.)  Patch submitted by Jörn Reder.
- 
- 5.418 2005-09-29  David F. Skoll  
- 
diff --git a/MIME-tools-5.506-UTF8.patch b/MIME-tools-5.506-UTF8.patch
new file mode 100644
index 000..4420d95
--- /dev/null
+++ b/MIME-tools-5.506-UTF8.patch
@@ -0,0 +1,11 @@
+--- ChangeLog
 ChangeLog
+@@ -287,7 +287,7 @@
+   * Added MIME::Parser->decode_bodies method.  This lets you force
+   MIME::Tools to store body parts WITHOUT decoding them.  Useful
+   if you need the exact unmangled message source (for example,
+-  for GPG-signing.)  Patch submitted by J�rn Reder.
++  for GPG-signing.)  Patch submitted by Jörn Reder.
+ 
+ 5.418 2005-09-29  Dianne Skoll  
+ 
diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec
index fa26dd6..2e2bd53 100644
--- a/perl-MIME-tools.spec
+++ b/perl-MIME-tools.spec
@@ -1,30 +1,46 @@
 Summary:   Modules for parsing and creating MIME entities in Perl
 Name:  perl-MIME-tools
-Version:   5.505
-Release:   3%{?dist}
+Version:   5.506
+Release:   1%{?dist}
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/MIME-tools/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz
-Patch0:MIME-tools-5.502-UTF8.patch
+Patch0:MIME-tools-5.506-UTF8.patch
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Build ==
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Pod::Man)
+#  Module Runtime 
+BuildRequires: perl-MailTools  >= 1.50
+BuildRequires: perl(Carp)
+BuildRequires: perl(Convert::BinHex)
+BuildRequires: perl(Encode)
+BuildRequires: perl(Exporter)
 BuildRequires: perl(File::Path)>= 1
 BuildRequires: perl(File::Spec)>= 0.6
 BuildRequires: perl(File::Temp)>= 0.18
 BuildRequires: perl(IO::File)  >= 1.13
 BuildRequires: perl(IO::Handle)
+BuildRequires: perl(IO::Select)
 BuildRequires: perl(Mail::Field)   >= 1.05
-BuildRequires: perl(Mail::Header)  >= 1.01
-BuildRequires: perl(Mail::Internet)>= 1.0203
+BuildRequires: perl(Mail::Header)  >= 1.06
+BuildRequires: perl(Mail::Internet)>= 1.28
 BuildRequires: perl(MIME::Base64)  >= 3.03
 BuildRequires: perl(MIME::QuotedPrint)
-BuildRequires: perl-MailTools  >= 1.50
+#  Test Suite 
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Digest::MD5)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(IO::Socket::INET)
+BuildRequires: perl(lib)
 BuildRequires: perl(Test::Deep)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Runtime 
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:  perl(Convert::BinHex)
 
@@ -42,7 +58,7 @@ parser and tool for building your own MIME parser, and 
utilities.
 %setup -q -n MIME-tools-%{version}
 
 # Fix character encoding
-%patch0 -p1
+%patch0
 
 # The more useful examples will go in %%{_bindir}
 mkdir useful-examples
@@ -77,7 +93,12 @@ TEST_POD_COVERAGE=0 make test
 rm -rf %{buildroot}
 
 %files
-%doc README COPYING ChangeLog
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README ChangeLog
 # Adding examples introduces additional deps, but these are all satisfied by
 # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway.
 %doc examples
@@ -92,30 +113,37 @@ rm -rf %{buildroot}
 %{_mandir}/man1/mimeexplode.1*
 %{_mandir}/man1/mimepostcard.1*
 %{_mandir}/man1/mimesend.1*
-%{_mandir}/man3/MIME::Body.3pm*
-%{_mandir}/man3/MIME::Decoder.3pm*
-%{_mandir}/man3/MIME::Decoder::Base64.3pm*
-%{_mandir}/man3/MIME::Decoder::BinHex.3pm*
-%{_mandir}/man3/MIME::Decoder::Binary.3pm*
-%{_mandir}/man3/MIME::Decoder::Gzip64.3pm*
-%{_mandir}/man3/MIME::Deco

[Bug 1214754] New: perl-Text-RecordParser-1.6.5 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214754

Bug ID: 1214754
   Summary: perl-Text-RecordParser-1.6.5 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Text-RecordParser
  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: 1.6.5
Current version/release in rawhide: 1.6.3-3.fc22
URL: http://search.cpan.org/dist/Text-RecordParser/

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 1214754] perl-Text-RecordParser-1.6.5 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214754



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

cmd:  spectool -g /var/tmp/thn-3DlcAn/perl-Text-RecordParser.spec
return code:  22
stdout:
Getting
http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-v1.6.5.tar.gz
to ./Text-RecordParser-v1.6.5.tar.gz

stderr:
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found

-- 
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 pushed to perl-MIME-tools (perl-MIME-tools-5.506-1.fc22). "Update to 5.506 (..more)"

2015-04-23 Thread notifications
>From 59fe9995582802858415e8967b2c4573aa121bd3 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 23 Apr 2015 13:56:03 +0100
Subject: Update to 5.506

- New upstream release 5.506
  - Update maintainer's name to "Dianne Skoll"
- Use %license where possible
- Update UTF8 patch
- Classify buildreqs by usage

diff --git a/MIME-tools-5.502-UTF8.patch b/MIME-tools-5.502-UTF8.patch
deleted file mode 100644
index c5d1871..000
--- a/MIME-tools-5.502-UTF8.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 MIME-tools/ChangeLog
-+++ MIME-tools/ChangeLog
-@@ -213,7 +213,7 @@
-   * Added MIME::Parser->decode_bodies method.  This lets you force
-   MIME::Tools to store body parts WITHOUT decoding them.  Useful
-   if you need the exact unmangled message source (for example,
--  for GPG-signing.)  Patch submitted by J�rn Reder.
-+  for GPG-signing.)  Patch submitted by Jörn Reder.
- 
- 5.418 2005-09-29  David F. Skoll  
- 
diff --git a/MIME-tools-5.506-UTF8.patch b/MIME-tools-5.506-UTF8.patch
new file mode 100644
index 000..4420d95
--- /dev/null
+++ b/MIME-tools-5.506-UTF8.patch
@@ -0,0 +1,11 @@
+--- ChangeLog
 ChangeLog
+@@ -287,7 +287,7 @@
+   * Added MIME::Parser->decode_bodies method.  This lets you force
+   MIME::Tools to store body parts WITHOUT decoding them.  Useful
+   if you need the exact unmangled message source (for example,
+-  for GPG-signing.)  Patch submitted by J�rn Reder.
++  for GPG-signing.)  Patch submitted by Jörn Reder.
+ 
+ 5.418 2005-09-29  Dianne Skoll  
+ 
diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec
index fa26dd6..2e2bd53 100644
--- a/perl-MIME-tools.spec
+++ b/perl-MIME-tools.spec
@@ -1,30 +1,46 @@
 Summary:   Modules for parsing and creating MIME entities in Perl
 Name:  perl-MIME-tools
-Version:   5.505
-Release:   3%{?dist}
+Version:   5.506
+Release:   1%{?dist}
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/MIME-tools/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz
-Patch0:MIME-tools-5.502-UTF8.patch
+Patch0:MIME-tools-5.506-UTF8.patch
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Build ==
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Pod::Man)
+#  Module Runtime 
+BuildRequires: perl-MailTools  >= 1.50
+BuildRequires: perl(Carp)
+BuildRequires: perl(Convert::BinHex)
+BuildRequires: perl(Encode)
+BuildRequires: perl(Exporter)
 BuildRequires: perl(File::Path)>= 1
 BuildRequires: perl(File::Spec)>= 0.6
 BuildRequires: perl(File::Temp)>= 0.18
 BuildRequires: perl(IO::File)  >= 1.13
 BuildRequires: perl(IO::Handle)
+BuildRequires: perl(IO::Select)
 BuildRequires: perl(Mail::Field)   >= 1.05
-BuildRequires: perl(Mail::Header)  >= 1.01
-BuildRequires: perl(Mail::Internet)>= 1.0203
+BuildRequires: perl(Mail::Header)  >= 1.06
+BuildRequires: perl(Mail::Internet)>= 1.28
 BuildRequires: perl(MIME::Base64)  >= 3.03
 BuildRequires: perl(MIME::QuotedPrint)
-BuildRequires: perl-MailTools  >= 1.50
+#  Test Suite 
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Digest::MD5)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(IO::Socket::INET)
+BuildRequires: perl(lib)
 BuildRequires: perl(Test::Deep)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Runtime 
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:  perl(Convert::BinHex)
 
@@ -42,7 +58,7 @@ parser and tool for building your own MIME parser, and 
utilities.
 %setup -q -n MIME-tools-%{version}
 
 # Fix character encoding
-%patch0 -p1
+%patch0
 
 # The more useful examples will go in %%{_bindir}
 mkdir useful-examples
@@ -77,7 +93,12 @@ TEST_POD_COVERAGE=0 make test
 rm -rf %{buildroot}
 
 %files
-%doc README COPYING ChangeLog
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README ChangeLog
 # Adding examples introduces additional deps, but these are all satisfied by
 # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway.
 %doc examples
@@ -92,30 +113,37 @@ rm -rf %{buildroot}
 %{_mandir}/man1/mimeexplode.1*
 %{_mandir}/man1/mimepostcard.1*
 %{_mandir}/man1/mimesend.1*
-%{_mandir}/man3/MIME::Body.3pm*
-%{_mandir}/man3/MIME::Decoder.3pm*
-%{_mandir}/man3/MIME::Decoder::Base64.3pm*
-%{_mandir}/man3/MIME::Decoder::BinHex.3pm*
-%{_mandir}/man3/MIME::Decoder::Binary.3pm*
-%{_mandir}/man3/MIME::Decoder::Gzip64.3pm*
-%{_mandir}/man3/MIME::Deco

pghmcfc pushed to perl-MIME-tools (perl-MIME-tools-5.506-1.fc23). "Update to 5.506 (..more)"

2015-04-23 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-MIME-tools.git/commit/?h=perl-MIME-tools-5.506-1.fc23&id=59fe9995582802858415e8967b2c4573aa121bd3
--
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 1213015] perl-App-cpanminus-1.7030 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1213015



--- Comment #9 from Fedora Update System  ---
perl-App-cpanminus-1.7031-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-App-cpanminus-1.7031-1.fc22

-- 
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 1214699] perl-App-cpanminus-1.7031 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214699



--- Comment #4 from Fedora Update System  ---
perl-App-cpanminus-1.7031-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-App-cpanminus-1.7031-1.fc22

-- 
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 1214766] New: perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766

Bug ID: 1214766
   Summary: perl-XML-LibXML-2.0119 is available
   Product: Fedora
   Version: rawhide
 Component: perl-XML-LibXML
  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



Latest upstream release: 2.0119
Current version/release in rawhide: 2.0118-1.fc22
URL: http://search.cpan.org/dist/XML-LibXML/

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 1214766] perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1018018
  --> https://bugzilla.redhat.com/attachment.cgi?id=1018018&action=edit
[patch] Update to 2.0119 (#1214766)

-- 
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 1214766] perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766



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

-- 
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 Dancer-1.3135.tar.gz for perl-Dancer

2015-04-23 Thread notifications
a3a0b91ec0dd78edb0ef801fb2e7fc11  Dancer-1.3135.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dancer/Dancer-1.3135.tar.gz/a3a0b91ec0dd78edb0ef801fb2e7fc11/Dancer-1.3135.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

msuchy pushed to perl-Satcon (f22). "bump up release so we are the same as f21"

2015-04-23 Thread notifications
>From 50dc0bc262917f2f32c896368db1f218799c9f9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= 
Date: Thu, 23 Apr 2015 15:29:12 +0200
Subject: bump up release so we are the same as f21


diff --git a/perl-Satcon.spec b/perl-Satcon.spec
index a217309..67bd026 100644
--- a/perl-Satcon.spec
+++ b/perl-Satcon.spec
@@ -3,7 +3,7 @@
 Name:   perl-Satcon
 Summary:Framework for configuration files
 Version:1.20
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPLv2
 Group:  Applications/System
 URL:https://fedorahosted.org/spacewalk
@@ -47,7 +47,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
-* Wed Aug 27 2014 Jitka Plesnikova  - 1.20-2
+* Thu Apr 23 2015 Miroslav Suchy 1.20-3
+- Perl 5.20 rebuild
+
+* Thu Aug 27 2014 Jitka Plesnikova  - 1.20-2
 - Perl 5.20 rebuild
 
 * Fri Mar 22 2013 Michael Mraka  1.20-1
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Satcon.git/commit/?h=f22&id=50dc0bc262917f2f32c896368db1f218799c9f9b
--
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-Dancer (master). "1.3135 bump"

2015-04-23 Thread notifications
>From ee2a522b2b62df9934cd694bff0c8385a38a61a1 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Apr 2015 15:56:02 +0200
Subject: 1.3135 bump


diff --git a/.gitignore b/.gitignore
index 5842f25..46ca477 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
 /Dancer-1.3130.tar.gz
 /Dancer-1.3132.tar.gz
 /Dancer-1.3134.tar.gz
+/Dancer-1.3135.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 4c12813..5485691 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer
-Version:1.3134
+Version:1.3135
 Release:1%{?dist}
 Summary:Lightweight yet powerful web application framework
 License:GPL+ or Artistic
@@ -124,6 +124,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova  - 1.3135-1
+- 1.3135 bump
+
 * Mon Feb 23 2015 Jitka Plesnikova  - 1.3134-1
 - 1.3134 bump
 
diff --git a/sources b/sources
index 2fdb7d1..5634a25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5f2989758148cb0329ac1d2af760a69  Dancer-1.3134.tar.gz
+a3a0b91ec0dd78edb0ef801fb2e7fc11  Dancer-1.3135.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer.git/commit/?h=master&id=ee2a522b2b62df9934cd694bff0c8385a38a61a1
--
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 1214706] perl-Dancer-1.3135 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214706



--- Comment #3 from Upstream Release Monitoring 
 ---
jplesnik's perl-Dancer-1.3135-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=630173

-- 
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 1214706] perl-Dancer-1.3135 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214706

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Dancer-1.3135-1.fc23



-- 
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 XML-LibXML-2.0119.tar.gz for perl-XML-LibXML

2015-04-23 Thread notifications
6da66bcbc885c17d7e9490907913b6ab  XML-LibXML-2.0119.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-XML-LibXML/XML-LibXML-2.0119.tar.gz/6da66bcbc885c17d7e9490907913b6ab/XML-LibXML-2.0119.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-Dancer (f22). "1.3135 bump"

2015-04-23 Thread notifications
>From 6dcaa6862b7a3824c250f6bc2295206889414224 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Apr 2015 15:56:02 +0200
Subject: 1.3135 bump


diff --git a/.gitignore b/.gitignore
index 5842f25..46ca477 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
 /Dancer-1.3130.tar.gz
 /Dancer-1.3132.tar.gz
 /Dancer-1.3134.tar.gz
+/Dancer-1.3135.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 4c12813..5485691 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer
-Version:1.3134
+Version:1.3135
 Release:1%{?dist}
 Summary:Lightweight yet powerful web application framework
 License:GPL+ or Artistic
@@ -124,6 +124,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova  - 1.3135-1
+- 1.3135 bump
+
 * Mon Feb 23 2015 Jitka Plesnikova  - 1.3134-1
 - 1.3134 bump
 
diff --git a/sources b/sources
index 2fdb7d1..5634a25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5f2989758148cb0329ac1d2af760a69  Dancer-1.3134.tar.gz
+a3a0b91ec0dd78edb0ef801fb2e7fc11  Dancer-1.3135.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer.git/commit/?h=f22&id=6dcaa6862b7a3824c250f6bc2295206889414224
--
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 1214766] perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-XML-LibXML-2.0119-1.fc
   ||23



-- 
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-XML-LibXML (master). "2.0119 bump"

2015-04-23 Thread notifications
>From 49e8ff697ab3070ba92d3241346d8f087bd59941 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Apr 2015 16:29:27 +0200
Subject: 2.0119 bump


diff --git a/.gitignore b/.gitignore
index 95c0b66..6dfcaef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ XML-LibXML-1.70.tar.gz
 /XML-LibXML-2.0116.tar.gz
 /XML-LibXML-2.0117.tar.gz
 /XML-LibXML-2.0118.tar.gz
+/XML-LibXML-2.0119.tar.gz
diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index e80f626..9cb84fd 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -3,7 +3,7 @@ Name:   perl-XML-LibXML
 # https://bugzilla.redhat.com/show_bug.cgi?id=469480
 # it might not be needed anymore
 # this module is maintained, the other is not
-Version:2.0118
+Version:2.0119
 Release:1%{?dist}
 Epoch:  1
 Summary:Perl interface to the libxml2 library
@@ -119,6 +119,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova  - 1:2.0119-1
+- 2.0119 bump
+
 * Mon Feb 09 2015 Petr Pisar  - 1:2.0118-1
 - 2.0118 bump
 
diff --git a/sources b/sources
index 8e9b73b..c81c62b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da8d61a5d0d1bfd8d46814e376d33f58  XML-LibXML-2.0118.tar.gz
+6da66bcbc885c17d7e9490907913b6ab  XML-LibXML-2.0119.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-XML-LibXML.git/commit/?h=master&id=49e8ff697ab3070ba92d3241346d8f087bd59941
--
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 1209911] perl-Module-Signature: unsigned files interpreted as signed in some circumstances

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209911

Martin Prpic  changed:

   What|Removed |Added

  Alias||CVE-2015-3406



-- 
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 1209911] CVE-2015-3406 perl-Module-Signature: unsigned files interpreted as signed in some circumstances

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209911

Martin Prpic  changed:

   What|Removed |Added

Summary|perl-Module-Signature:  |CVE-2015-3406
   |unsigned files interpreted  |perl-Module-Signature:
   |as signed in some   |unsigned files interpreted
   |circumstances   |as signed in some
   ||circumstances



-- 
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 1209918] perl-Module-Signature: arbitrary modules loading in some circumstances

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209918

Martin Prpic  changed:

   What|Removed |Added

  Alias||CVE-2015-3409



-- 
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 1209915] CVE-2015-3407 perl-Module-Signature: arbitrary code execution during test phase

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209915

Martin Prpic  changed:

   What|Removed |Added

Summary|perl-Module-Signature:  |CVE-2015-3407
   |arbitrary code execution|perl-Module-Signature:
   |during test phase   |arbitrary code execution
   ||during test phase



-- 
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 1209918] CVE-2015-3409 perl-Module-Signature: arbitrary modules loading in some circumstances

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209918

Martin Prpic  changed:

   What|Removed |Added

Summary|perl-Module-Signature:  |CVE-2015-3409
   |arbitrary modules loading   |perl-Module-Signature:
   |in some circumstances   |arbitrary modules loading
   ||in some circumstances



-- 
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 1209917] CVE-2015-3408 perl-Module-Signature: arbitrary code execution when verifying module signatures

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209917

Martin Prpic  changed:

   What|Removed |Added

Summary|perl-Module-Signature:  |CVE-2015-3408
   |arbitrary code execution|perl-Module-Signature:
   |when verifying module   |arbitrary code execution
   |signatures  |when verifying module
   ||signatures



-- 
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 1209915] perl-Module-Signature: arbitrary code execution during test phase

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209915

Martin Prpic  changed:

   What|Removed |Added

  Alias||CVE-2015-3407



-- 
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 1209917] perl-Module-Signature: arbitrary code execution when verifying module signatures

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209917

Martin Prpic  changed:

   What|Removed |Added

  Alias||CVE-2015-3408



-- 
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 1214766] perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766



--- Comment #3 from Upstream Release Monitoring 
 ---
jplesnik's perl-XML-LibXML-2.0119-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=630229

-- 
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 1214754] perl-Text-RecordParser-1.6.5 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214754

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Text-RecordParser-1.6.
   ||5-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-04-23 10:49:44



-- 
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-XML-LibXML (f22). "2.0119 bump"

2015-04-23 Thread notifications
>From 4323068d56117bd89badb3bc417f8eb6a5c910ab Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Apr 2015 16:40:32 +0200
Subject: 2.0119 bump


diff --git a/.gitignore b/.gitignore
index 95c0b66..6dfcaef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ XML-LibXML-1.70.tar.gz
 /XML-LibXML-2.0116.tar.gz
 /XML-LibXML-2.0117.tar.gz
 /XML-LibXML-2.0118.tar.gz
+/XML-LibXML-2.0119.tar.gz
diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index e80f626..9cb84fd 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -3,7 +3,7 @@ Name:   perl-XML-LibXML
 # https://bugzilla.redhat.com/show_bug.cgi?id=469480
 # it might not be needed anymore
 # this module is maintained, the other is not
-Version:2.0118
+Version:2.0119
 Release:1%{?dist}
 Epoch:  1
 Summary:Perl interface to the libxml2 library
@@ -119,6 +119,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova  - 1:2.0119-1
+- 2.0119 bump
+
 * Mon Feb 09 2015 Petr Pisar  - 1:2.0118-1
 - 2.0118 bump
 
diff --git a/sources b/sources
index 8e9b73b..c81c62b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da8d61a5d0d1bfd8d46814e376d33f58  XML-LibXML-2.0118.tar.gz
+6da66bcbc885c17d7e9490907913b6ab  XML-LibXML-2.0119.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-XML-LibXML.git/commit/?h=f22&id=4323068d56117bd89badb3bc417f8eb6a5c910ab
--
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 1214766] perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766



--- Comment #4 from Fedora Update System  ---
perl-XML-LibXML-2.0119-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-XML-LibXML-2.0119-1.fc22

-- 
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 1214713] perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
   Fixed In Version||perl-File-ShareDir-ProjectD
   ||istDir-1.07-1.fc23



-- 
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 1214713] perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713



--- Comment #3 from Upstream Release Monitoring 
 ---
jplesnik's perl-File-ShareDir-ProjectDistDir-1.07-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=630359

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

psabata uploaded Text-RecordParser-1.6.5.tar.gz for perl-Text-RecordParser

2015-04-23 Thread notifications
9a1a71d37c2b89d9290e1c9207102276  Text-RecordParser-1.6.5.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-RecordParser/Text-RecordParser-1.6.5.tar.gz/9a1a71d37c2b89d9290e1c9207102276/Text-RecordParser-1.6.5.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

psabata pushed to perl-Text-RecordParser (master). "1.6.5 bump (..more)"

2015-04-23 Thread notifications
>From f2539f4e9bbf4feef38558d6c3a673014808eaca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Thu, 23 Apr 2015 16:49:12 +0200
Subject: 1.6.5 bump

- Update source URL

diff --git a/.gitignore b/.gitignore
index 58c5149..dba514e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Text-RecordParser-1.3.0.tar.gz
 /Text-RecordParser-v1.5.0.tar.gz
 /Text-RecordParser-v1.6.3.tar.gz
+/Text-RecordParser-1.6.5.tar.gz
diff --git a/perl-Text-RecordParser.spec b/perl-Text-RecordParser.spec
index 701149e..c2c6bed 100644
--- a/perl-Text-RecordParser.spec
+++ b/perl-Text-RecordParser.spec
@@ -1,41 +1,53 @@
 Name:   perl-Text-RecordParser
-Version:1.6.3
-Release:3%{?dist}
+Version:1.6.5
+Release:1%{?dist}
 Summary:Read record-oriented files
 License:GPLv2
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-RecordParser/
-Source0:
http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-%{version}.tar.gz
 BuildArch:  noarch
-Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
+# Build
 BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Runtime
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Accessor)
+BuildRequires:  perl(English)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(GraphViz)
 BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Pod::Markdown)
-BuildRequires:  perl(Pod::Readme)
-BuildRequires:  perl(Pod::Select)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Pod::Usage)
 BuildRequires:  perl(Readonly)
-BuildRequires:  perl(strict)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Text::Autoformat)
 BuildRequires:  perl(Text::ParseWords)
+BuildRequires:  perl(Text::TabularDisplay)
 BuildRequires:  perl(version)
 BuildRequires:  perl(warnings)
-# test
-BuildRequires:  perl(Config)
-BuildRequires:  perl(File::Basename)
+# Tests only
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-# not automagically picked up...
-#Requires:   perl(Class::Accessor)
+# Optional tests only
+BuildRequires:  perl(Test::Pod) >= 1.14
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 
 %description
 This module is for reading record-oriented data in a delimited text file.
@@ -49,19 +61,19 @@ you can still bind your own field names via bind_fields. 
Either way, you
 can then use many methods to get at the data as arrays or hashes.
 
 %prep
-%setup -q -n Text-RecordParser-v%{version}
+%setup -q -n Text-RecordParser-%{version}
 perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
 
 %build
-perl Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 %check
-./Build test
+make test
 
 %files
 %doc Changes README TODO
@@ -70,6 +82,10 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man[13]/*
 
 %changelog
+* Thu Apr 23 2015 Petr Å abata  - 1.6.5-1
+- 1.6.5 bump
+- Update source URL
+
 * Fri Aug 29 2014 Jitka Plesnikova  - 1.6.3-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 5f66f64..96e59e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86659b7a16726b951870f1025681adc2  Text-RecordParser-v1.6.3.tar.gz
+9a1a71d37c2b89d9290e1c9207102276  Text-RecordParser-1.6.5.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-RecordParser.git/commit/?h=master&id=f2539f4e9bbf4feef38558d6c3a673014808eaca
--
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 File-ShareDir-ProjectDistDir-1.000007.tar.gz for perl-File-ShareDir-ProjectDistDir

2015-04-23 Thread notifications
62454f2c189847712a0557fb8992af46  File-ShareDir-ProjectDistDir-1.07.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.07.tar.gz/62454f2c189847712a0557fb8992af46/File-ShareDir-ProjectDistDir-1.07.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-File-ShareDir-ProjectDistDir (master). "1.000007 bump"

2015-04-23 Thread notifications
>From b581095e44be72e6df6c9519b6c9181a3cd2be52 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Apr 2015 17:02:48 +0200
Subject: 1.07 bump


diff --git a/.gitignore b/.gitignore
index 62fa0dc..ccc8fa4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /File-ShareDir-ProjectDistDir-1.03.tar.gz
 /File-ShareDir-ProjectDistDir-1.04.tar.gz
 /File-ShareDir-ProjectDistDir-1.05.tar.gz
+/File-ShareDir-ProjectDistDir-1.07.tar.gz
diff --git a/perl-File-ShareDir-ProjectDistDir.spec 
b/perl-File-ShareDir-ProjectDistDir.spec
index 930e6f9..23882d2 100644
--- a/perl-File-ShareDir-ProjectDistDir.spec
+++ b/perl-File-ShareDir-ProjectDistDir.spec
@@ -1,5 +1,5 @@
 Name:   perl-File-ShareDir-ProjectDistDir
-Version:1.05
+Version:1.07
 Release:1%{?dist}
 Summary:Simple set-and-forget using of a '/share' directory in your 
projects root
 License:GPL+ or Artistic
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova  - 1.07-1
+- 1.07 bump
+
 * Wed Apr 15 2015 Jitka Plesnikova  - 1.05-1
 - 1.05 bump
 
diff --git a/sources b/sources
index c54ea04..fc59a71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53009f8a92aa34395d78fac1c3c41be1  File-ShareDir-ProjectDistDir-1.05.tar.gz
+62454f2c189847712a0557fb8992af46  File-ShareDir-ProjectDistDir-1.07.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-File-ShareDir-ProjectDistDir.git/commit/?h=master&id=b581095e44be72e6df6c9519b6c9181a3cd2be52
--
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 1214713] perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713



--- Comment #4 from Fedora Update System  ---
perl-File-ShareDir-ProjectDistDir-1.07-1.fc22 has been submitted as an
update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-File-ShareDir-ProjectDistDir-1.07-1.fc22

-- 
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-File-ShareDir-ProjectDistDir (f22). "1.000007 bump"

2015-04-23 Thread notifications
>From c457331af2d2b6362ca6698fd69b0cb4011d4309 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 23 Apr 2015 17:10:57 +0200
Subject: 1.07 bump


diff --git a/.gitignore b/.gitignore
index 62fa0dc..ccc8fa4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /File-ShareDir-ProjectDistDir-1.03.tar.gz
 /File-ShareDir-ProjectDistDir-1.04.tar.gz
 /File-ShareDir-ProjectDistDir-1.05.tar.gz
+/File-ShareDir-ProjectDistDir-1.07.tar.gz
diff --git a/perl-File-ShareDir-ProjectDistDir.spec 
b/perl-File-ShareDir-ProjectDistDir.spec
index 930e6f9..23882d2 100644
--- a/perl-File-ShareDir-ProjectDistDir.spec
+++ b/perl-File-ShareDir-ProjectDistDir.spec
@@ -1,5 +1,5 @@
 Name:   perl-File-ShareDir-ProjectDistDir
-Version:1.05
+Version:1.07
 Release:1%{?dist}
 Summary:Simple set-and-forget using of a '/share' directory in your 
projects root
 License:GPL+ or Artistic
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova  - 1.07-1
+- 1.07 bump
+
 * Wed Apr 15 2015 Jitka Plesnikova  - 1.05-1
 - 1.05 bump
 
diff --git a/sources b/sources
index c54ea04..fc59a71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53009f8a92aa34395d78fac1c3c41be1  File-ShareDir-ProjectDistDir-1.05.tar.gz
+62454f2c189847712a0557fb8992af46  File-ShareDir-ProjectDistDir-1.07.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-File-ShareDir-ProjectDistDir.git/commit/?h=f22&id=c457331af2d2b6362ca6698fd69b0cb4011d4309
--
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 1212025] perl-DBD-ODBC-1.52 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1212025

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

-- 
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 1214735] perl-PAR-1.009 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214735



--- Comment #3 from Upstream Release Monitoring 
 ---
psabata's perl-PAR-1.009-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=630409

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

psabata uploaded PAR-1.009.tar.gz for perl-PAR

2015-04-23 Thread notifications
dbeb4cd369b7ca08a880b7692842294d  PAR-1.009.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-PAR/PAR-1.009.tar.gz/dbeb4cd369b7ca08a880b7692842294d/PAR-1.009.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

psabata pushed to perl-PAR (master). "1.009 bump"

2015-04-23 Thread notifications
>From 74f7261bb9a369aafe817fac7339435804951462 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Thu, 23 Apr 2015 19:16:41 +0200
Subject: 1.009 bump


diff --git a/.gitignore b/.gitignore
index fb3aa9f..d5ff910 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ PAR-1.000.tar.gz
 /PAR-1.006.tar.gz
 /PAR-1.007.tar.gz
 /PAR-1.008.tar.gz
+/PAR-1.009.tar.gz
diff --git a/perl-PAR.spec b/perl-PAR.spec
index e3e7bf7..9985073 100644
--- a/perl-PAR.spec
+++ b/perl-PAR.spec
@@ -1,5 +1,5 @@
 Name:   perl-PAR
-Version:1.008
+Version:1.009
 Release:1%{?dist}
 Summary:Perl Archive Toolkit
 License:GPL+ or Artistic
@@ -72,6 +72,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Petr Å abata  - 1.009-1
+- 1.009 bump
+
 * Tue Feb 03 2015 Petr Pisar  - 1.008-1
 - 1.008 bump
 
diff --git a/sources b/sources
index e273d65..015ae25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-632328701a5a29fa3a11c261eeddbc9c  PAR-1.008.tar.gz
+dbeb4cd369b7ca08a880b7692842294d  PAR-1.009.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-PAR.git/commit/?h=master&id=74f7261bb9a369aafe817fac7339435804951462
--
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

psabata pushed to perl-PAR (f22). "1.009 bump"

2015-04-23 Thread notifications
>From 74f7261bb9a369aafe817fac7339435804951462 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= 
Date: Thu, 23 Apr 2015 19:16:41 +0200
Subject: 1.009 bump


diff --git a/.gitignore b/.gitignore
index fb3aa9f..d5ff910 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ PAR-1.000.tar.gz
 /PAR-1.006.tar.gz
 /PAR-1.007.tar.gz
 /PAR-1.008.tar.gz
+/PAR-1.009.tar.gz
diff --git a/perl-PAR.spec b/perl-PAR.spec
index e3e7bf7..9985073 100644
--- a/perl-PAR.spec
+++ b/perl-PAR.spec
@@ -1,5 +1,5 @@
 Name:   perl-PAR
-Version:1.008
+Version:1.009
 Release:1%{?dist}
 Summary:Perl Archive Toolkit
 License:GPL+ or Artistic
@@ -72,6 +72,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Petr Å abata  - 1.009-1
+- 1.009 bump
+
 * Tue Feb 03 2015 Petr Pisar  - 1.008-1
 - 1.008 bump
 
diff --git a/sources b/sources
index e273d65..015ae25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-632328701a5a29fa3a11c261eeddbc9c  PAR-1.008.tar.gz
+dbeb4cd369b7ca08a880b7692842294d  PAR-1.009.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-PAR.git/commit/?h=f22&id=74f7261bb9a369aafe817fac7339435804951462
--
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 1214962] perl-JavaScript-Minifier-1.14 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214962



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1018249
  --> https://bugzilla.redhat.com/attachment.cgi?id=1018249&action=edit
[patch] Update to 1.14 (#1214962)

-- 
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 1214962] New: perl-JavaScript-Minifier-1.14 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214962

Bug ID: 1214962
   Summary: perl-JavaScript-Minifier-1.14 is available
   Product: Fedora
   Version: rawhide
 Component: perl-JavaScript-Minifier
  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: 1.14
Current version/release in rawhide: 1.13-1.fc23
URL: http://search.cpan.org/dist/JavaScript-Minifier/

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 1214962] perl-JavaScript-Minifier-1.14 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214962



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

-- 
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 1214966] perl-Net-Statsd-0.11 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214966



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1018264
  --> https://bugzilla.redhat.com/attachment.cgi?id=1018264&action=edit
[patch] Update to 0.11 (#1214966)

-- 
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 1214966] New: perl-Net-Statsd-0.11 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214966

Bug ID: 1214966
   Summary: perl-Net-Statsd-0.11 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Net-Statsd
  Keywords: FutureFeature, Triaged
  Assignee: dd...@cpan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: dd...@cpan.org, perl-devel@lists.fedoraproject.org



Latest upstream release: 0.11
Current version/release in rawhide: 0.09-2.fc22
URL: http://search.cpan.org/dist/Net-Statsd/

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 1214966] perl-Net-Statsd-0.11 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214966



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

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