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

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

Bug ID: 1273668
   Summary: to_string() appends 'undef' to array attribute
   Product: Fedora EPEL
   Version: epel7
 Component: perl-Exception-Base
  Severity: low
  Assignee: p...@city-fan.org
  Reporter: j...@apnic.net
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org



Description of problem:
Invoking to_string has the side effect of appending 'undef' to an array
attribute.

Version-Release number of selected component (if applicable):
perl-Exception-Base-0.2500-1.el7.noarch.rpm
perl v5.16.3

How reproducible:
Always

Steps to Reproduce:
Can reproduce with this perl script:

#!/bin/perl
use warnings;
use strict;

use Data::Dumper;

use Exception::Base
'MyException', => {
message => 'Validation error',
has => [ qw(class errors) ],

string_attributes => [ 'message', 'class', 'errors' ]
};
eval {
MyException->throw(
class  => __PACKAGE__,
errors => ["error 1", "error 2", "error 3"]
);
};

my $exception = $@;

print( Dumper($exception->errors()) . "\n");

$exception->to_string();

print( Dumper($exception->errors()) . "\n");


Actual results:
Can see an additional 'undef' in the array returned after invoking to_string();

Expected results:
The returned array should be the same as when thrown.


Additional info:

-- 
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 1273416] perl-Log-Report-1.09 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
perl-Log-Report-1.09-1.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-Log-Report'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-69ac4df66f

-- 
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 1273212] perl-Test-Strict-0.29 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Test-Strict-0.29-1.fc2
   ||4
 Resolution|--- |RAWHIDE
Last Closed||2015-10-20 06:17:50



-- 
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-Exporter (master). "Rebuild to utilize perl(:VERSION) dependency symbol"

2015-10-20 Thread notifications
From 1b7707d1cf049574fdcd191bec65e115594a86e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 20 Oct 2015 17:41:21 +0200
Subject: Rebuild to utilize perl(:VERSION) dependency symbol

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

diff --git a/perl-Exporter.spec b/perl-Exporter.spec
index bc20512..7240ae0 100644
--- a/perl-Exporter.spec
+++ b/perl-Exporter.spec
@@ -1,7 +1,7 @@
 %global base_version 5.70
 Name:   perl-Exporter
 Version:5.72
-Release:347%{?dist}
+Release:348%{?dist}
 Summary:Implements default import method for modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 20 2015 Petr Pisar  - 5.72-348
+- Rebuild to utilize perl(:VERSION) dependency symbol
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 5.72-347
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Exporter.git/commit/?h=master&id=1b7707d1cf049574fdcd191bec65e115594a86e4
--
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 (master). "Rebuild to utilize perl(:VERSION) dependency symbol"

2015-10-20 Thread notifications
From 70368ba2cf4e72bed48d5858dd624e2f5da191d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 20 Oct 2015 17:40:36 +0200
Subject: Rebuild to utilize perl(:VERSION) dependency symbol

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

diff --git a/perl.spec b/perl.spec
index 39c09f1..c9ac16c 100644
--- a/perl.spec
+++ b/perl.spec
@@ -29,7 +29,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:352%{?dist}
+Release:353%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -4623,6 +4623,9 @@ popd
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Tue Oct 20 2015 Petr Pisar  - 4:5.22.0-353
+- Rebuild to utilize perl(:VERSION) dependency symbol
+
 * Tue Oct 13 2015 Petr Pisar  - 4:5.22.0-352
 - Do not own IO::Socket::IP manual page by perl-IO
 
-- 
cgit v0.11.2



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

spot pushed to perl-Email-Valid (master). "1.197"

2015-10-20 Thread notifications
From a140f657b88e9f0795e766685ef1aa619e588966 Mon Sep 17 00:00:00 2001
From: Tom Callaway 
Date: Tue, 20 Oct 2015 09:11:00 -0400
Subject: 1.197

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

diff --git a/.gitignore b/.gitignore
index fcbc700..528b7bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Email-Valid-0.190.tar.gz
 /Email-Valid-1.192.tar.gz
 /Email-Valid-1.196.tar.gz
+/Email-Valid-1.197.tar.gz
diff --git a/perl-Email-Valid.spec b/perl-Email-Valid.spec
index 9f5218a..d1ae3ac 100644
--- a/perl-Email-Valid.spec
+++ b/perl-Email-Valid.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Valid
-Version:1.196
-Release:3%{?dist}
+Version:1.197
+Release:1%{?dist}
 Summary:Check validity of internet email address
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 
 
 %changelog
+* Tue Oct 20 2015 Tom Callaway  - 1.197-1
+- update to 1.197
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.196-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index dfe150f..0ebb1c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-305766bd1a186c9e2f84c6b354064e21  Email-Valid-1.196.tar.gz
+c5c6128da67847aae40299f336d5d777  Email-Valid-1.197.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Valid.git/commit/?h=master&id=a140f657b88e9f0795e766685ef1aa619e588966
--
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-Log-Report (f23). "1.09 bump"

2015-10-20 Thread notifications
From 67859fbfac15bd323233aece97960ea64dff3ec0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 20 Oct 2015 14:56:08 +0200
Subject: 1.09 bump

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

diff --git a/.gitignore b/.gitignore
index 85c8cb8..0a30985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Log-Report-1.06.tar.gz
 /Log-Report-1.07.tar.gz
 /Log-Report-1.08.tar.gz
+/Log-Report-1.09.tar.gz
diff --git a/perl-Log-Report.spec b/perl-Log-Report.spec
index 32dcdaa..e3148cc 100644
--- a/perl-Log-Report.spec
+++ b/perl-Log-Report.spec
@@ -1,5 +1,5 @@
 Name:   perl-Log-Report
-Version:1.08
+Version:1.09
 Release:1%{?dist}
 Summary:Report a problem with exceptions and translation support
 License:GPL+ or Artistic
@@ -212,6 +212,9 @@ make test
 %{_mandir}/man3/MojoX::Log::Report.*
 
 %changelog
+* Tue Oct 20 2015 Petr Pisar  - 1.09-1
+- 1.09 bump
+
 * Fri Oct 09 2015 Petr Pisar  - 1.08-1
 - 1.08 bump
 
diff --git a/sources b/sources
index a6a755a..7d5b88f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4962ca69c5705f64398ed3fd7b8ae1f2  Log-Report-1.08.tar.gz
+66cec1993be09d995827435695c72849  Log-Report-1.09.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Report.git/commit/?h=f23&id=67859fbfac15bd323233aece97960ea64dff3ec0
--
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-Log-Report (f21). "1.09 bump"

2015-10-20 Thread notifications
From 89e57c0212dc5f4bdbe51f2cfb0fe12ff678b240 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 20 Oct 2015 14:56:08 +0200
Subject: 1.09 bump

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

diff --git a/.gitignore b/.gitignore
index 85c8cb8..0a30985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Log-Report-1.06.tar.gz
 /Log-Report-1.07.tar.gz
 /Log-Report-1.08.tar.gz
+/Log-Report-1.09.tar.gz
diff --git a/perl-Log-Report.spec b/perl-Log-Report.spec
index 95f364e..f17c5e3 100644
--- a/perl-Log-Report.spec
+++ b/perl-Log-Report.spec
@@ -1,5 +1,5 @@
 Name:   perl-Log-Report
-Version:1.08
+Version:1.09
 Release:1%{?dist}
 Summary:Report a problem with exceptions and translation support
 License:GPL+ or Artistic
@@ -212,6 +212,9 @@ make test
 %{_mandir}/man3/MojoX::Log::Report.*
 
 %changelog
+* Tue Oct 20 2015 Petr Pisar  - 1.09-1
+- 1.09 bump
+
 * Fri Oct 09 2015 Petr Pisar  - 1.08-1
 - 1.08 bump
 
diff --git a/sources b/sources
index a6a755a..7d5b88f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4962ca69c5705f64398ed3fd7b8ae1f2  Log-Report-1.08.tar.gz
+66cec1993be09d995827435695c72849  Log-Report-1.09.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Report.git/commit/?h=f21&id=89e57c0212dc5f4bdbe51f2cfb0fe12ff678b240
--
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

spot uploaded Email-Valid-1.197.tar.gz for perl-Email-Valid

2015-10-20 Thread notifications
c5c6128da67847aae40299f336d5d777  Email-Valid-1.197.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Email-Valid/Email-Valid-1.197.tar.gz/md5/c5c6128da67847aae40299f336d5d777/Email-Valid-1.197.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

ppisar pushed to perl-Log-Report (master). "1.09 bump"

2015-10-20 Thread notifications
From 67859fbfac15bd323233aece97960ea64dff3ec0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 20 Oct 2015 14:56:08 +0200
Subject: 1.09 bump

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

diff --git a/.gitignore b/.gitignore
index 85c8cb8..0a30985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Log-Report-1.06.tar.gz
 /Log-Report-1.07.tar.gz
 /Log-Report-1.08.tar.gz
+/Log-Report-1.09.tar.gz
diff --git a/perl-Log-Report.spec b/perl-Log-Report.spec
index 32dcdaa..e3148cc 100644
--- a/perl-Log-Report.spec
+++ b/perl-Log-Report.spec
@@ -1,5 +1,5 @@
 Name:   perl-Log-Report
-Version:1.08
+Version:1.09
 Release:1%{?dist}
 Summary:Report a problem with exceptions and translation support
 License:GPL+ or Artistic
@@ -212,6 +212,9 @@ make test
 %{_mandir}/man3/MojoX::Log::Report.*
 
 %changelog
+* Tue Oct 20 2015 Petr Pisar  - 1.09-1
+- 1.09 bump
+
 * Fri Oct 09 2015 Petr Pisar  - 1.08-1
 - 1.08 bump
 
diff --git a/sources b/sources
index a6a755a..7d5b88f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4962ca69c5705f64398ed3fd7b8ae1f2  Log-Report-1.08.tar.gz
+66cec1993be09d995827435695c72849  Log-Report-1.09.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Report.git/commit/?h=master&id=67859fbfac15bd323233aece97960ea64dff3ec0
--
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 uploaded Log-Report-1.09.tar.gz for perl-Log-Report

2015-10-20 Thread notifications
66cec1993be09d995827435695c72849  Log-Report-1.09.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Log-Report/Log-Report-1.09.tar.gz/md5/66cec1993be09d995827435695c72849/Log-Report-1.09.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

ppisar pushed to perl-Log-Report (f22). "1.09 bump"

2015-10-20 Thread notifications
From c50cc5791d114cd8adf0f42cd8f317f797f1506e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 20 Oct 2015 14:56:08 +0200
Subject: 1.09 bump

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

diff --git a/.gitignore b/.gitignore
index 85c8cb8..0a30985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Log-Report-1.06.tar.gz
 /Log-Report-1.07.tar.gz
 /Log-Report-1.08.tar.gz
+/Log-Report-1.09.tar.gz
diff --git a/perl-Log-Report.spec b/perl-Log-Report.spec
index 463cda1..839f1bc 100644
--- a/perl-Log-Report.spec
+++ b/perl-Log-Report.spec
@@ -1,5 +1,5 @@
 Name:   perl-Log-Report
-Version:1.08
+Version:1.09
 Release:1%{?dist}
 Summary:Report a problem with exceptions and translation support
 License:GPL+ or Artistic
@@ -212,6 +212,9 @@ make test
 %{_mandir}/man3/MojoX::Log::Report.*
 
 %changelog
+* Tue Oct 20 2015 Petr Pisar  - 1.09-1
+- 1.09 bump
+
 * Fri Oct 09 2015 Petr Pisar  - 1.08-1
 - 1.08 bump
 
diff --git a/sources b/sources
index a6a755a..7d5b88f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4962ca69c5705f64398ed3fd7b8ae1f2  Log-Report-1.08.tar.gz
+66cec1993be09d995827435695c72849  Log-Report-1.09.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Report.git/commit/?h=f22&id=c50cc5791d114cd8adf0f42cd8f317f797f1506e
--
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 1273416] perl-Log-Report-1.09 is available

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



--- Comment #7 from Fedora Update System  ---
perl-Log-Report-1.09-1.fc21 has been submitted as an update to Fedora 21.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-123a581192

-- 
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 1273416] perl-Log-Report-1.09 is available

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



--- Comment #6 from Fedora Update System  ---
perl-Log-Report-1.09-1.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-6d1d470187

-- 
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 1273416] perl-Log-Report-1.09 is available

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



--- Comment #5 from Fedora Update System  ---
perl-Log-Report-1.09-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-69ac4df66f

-- 
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 1273416] perl-Log-Report-1.09 is available

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



--- Comment #4 from Upstream Release Monitoring 
 ---
ppisar's perl-Log-Report-1.09-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=693138

-- 
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 1273416] perl-Log-Report-1.09 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Log-Report-1.09-1.fc24



--- Comment #3 from Petr Pisar  ---
Bug fix and enhancement suitable for all Fedoras.

-- 
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 1273212] perl-Test-Strict-0.29 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

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



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

ppisar pushed to perl-Authen-Krb5-Admin (master). "Rebuild against new krb5-1.14-beta1"

2015-10-20 Thread notifications
From 373450b85cbceac21eb0a95cf1198ca8271ac6ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 20 Oct 2015 12:54:50 +0200
Subject: Rebuild against new krb5-1.14-beta1

---
 perl-Authen-Krb5-Admin.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Authen-Krb5-Admin.spec b/perl-Authen-Krb5-Admin.spec
index 8a4228c..189406a 100644
--- a/perl-Authen-Krb5-Admin.spec
+++ b/perl-Authen-Krb5-Admin.spec
@@ -1,6 +1,6 @@
 Name:   perl-Authen-Krb5-Admin
 Version:0.17
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Perl extension for MIT Kerberos 5 admin interface
 Group:  Development/Libraries
 # admin.h - MIT
@@ -55,6 +55,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %changelog
+* Tue Oct 20 2015 Petr Pisar  - 0.17-10
+- Rebuild against new krb5-1.14-beta1
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.17-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Authen-Krb5-Admin.git/commit/?h=master&id=373450b85cbceac21eb0a95cf1198ca8271ac6ef
--
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 1273416] perl-Log-Report-1.09 is available

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



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

-- 
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 1273416] New: perl-Log-Report-1.09 is available

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

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



Latest upstream release: 1.09
Current version/release in rawhide: 1.08-1.fc24
URL: http://search.cpan.org/dist/Log-Report/

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 1273416] perl-Log-Report-1.09 is available

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



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

-- 
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 1272796] ctstream-24 is available

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



--- Comment #12 from Fedora Update System  ---
ctstream-24-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If
problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'yum --enablerepo=epel-testing update ctstream'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-143e8437eb

-- 
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-Test-Strict (master). "0.29 bump"

2015-10-20 Thread notifications
From 693f07ddb59fef16cacd28536b2f6c2b17f891a2 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 20 Oct 2015 11:59:08 +0200
Subject: 0.29 bump

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

diff --git a/.gitignore b/.gitignore
index 5300ccd..bba86c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ Test-Strict-0.13.tar.gz
 /Test-Strict-0.26.tar.gz
 /Test-Strict-0.27.tar.gz
 /Test-Strict-0.28.tar.gz
+/Test-Strict-0.29.tar.gz
diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec
index ba5016f..abc97f3 100644
--- a/perl-Test-Strict.spec
+++ b/perl-Test-Strict.spec
@@ -1,10 +1,10 @@
 Name:   perl-Test-Strict
-Version:0.28
+Version:0.29
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Check syntax, presence of use strict/warnings, and test 
coverage
-Source: 
http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Test-Strict-%{version}.tar.gz
+Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MANWAR/Test-Strict-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Test-Strict
 BuildArch:  noarch
 # Build
@@ -58,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 20 2015 Jitka Plesnikova  - 0.29-1
+- 0.29 bump
+
 * Mon Oct 05 2015 Petr Ĺ abata  - 0.28-1
 - 0.28 bump
 
diff --git a/sources b/sources
index ea7168d..1cfa2ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3db3c51b368a93bcd139037da33327c8  Test-Strict-0.28.tar.gz
+5cc537f78b966a523a8ddc0e41482e5c  Test-Strict-0.29.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Strict.git/commit/?h=master&id=693f07ddb59fef16cacd28536b2f6c2b17f891a2
--
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 Test-Strict-0.29.tar.gz for perl-Test-Strict

2015-10-20 Thread notifications
5cc537f78b966a523a8ddc0e41482e5c  Test-Strict-0.29.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Strict/Test-Strict-0.29.tar.gz/md5/5cc537f78b966a523a8ddc0e41482e5c/Test-Strict-0.29.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Authen-Krb5-Admin

2015-10-20 Thread buildsys


perl-Authen-Krb5-Admin has broken dependencies in the rawhide tree:
On x86_64:
perl-Authen-Krb5-Admin-0.17-9.fc23.x86_64 requires 
libkadm5clnt_mit.so.9(kadm5clnt_mit_9_MIT)(64bit)
perl-Authen-Krb5-Admin-0.17-9.fc23.x86_64 requires 
libkadm5clnt_mit.so.9()(64bit)
On i386:
perl-Authen-Krb5-Admin-0.17-9.fc23.i686 requires 
libkadm5clnt_mit.so.9(kadm5clnt_mit_9_MIT)
perl-Authen-Krb5-Admin-0.17-9.fc23.i686 requires libkadm5clnt_mit.so.9
On armhfp:
perl-Authen-Krb5-Admin-0.17-9.fc23.armv7hl requires 
libkadm5clnt_mit.so.9(kadm5clnt_mit_9_MIT)
perl-Authen-Krb5-Admin-0.17-9.fc23.armv7hl requires 
libkadm5clnt_mit.so.9
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 1272796] ctstream-24 is available

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



--- Comment #11 from Fedora Update System  ---
ctstream-24-1.fc22 has been pushed to the Fedora 22 testing repository. If
problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update ctstream'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-ed16d78bda

-- 
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 1272796] ctstream-24 is available

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



--- Comment #10 from Fedora Update System  ---
ctstream-24-1.fc21 has been pushed to the Fedora 21 testing repository. If
problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update ctstream'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-8a511d69ca

-- 
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 1270076] perl-Log-Report-1.08 is available

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

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Log-Report-1.08-1.fc24 |perl-Log-Report-1.08-1.fc24
   |perl-Log-Report-1.08-1.fc22 |perl-Log-Report-1.08-1.fc22
   ||perl-Log-Report-1.08-1.fc21



-- 
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 1270076] perl-Log-Report-1.08 is available

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



--- Comment #12 from Fedora Update System  ---
perl-Log-Report-1.08-1.fc21 has been pushed to the Fedora 21 stable repository.
If problems still persist, please make note of it in this bug report.

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

jplesnik pushed to perl-generators (master). "Add epoch to BR perl version"

2015-10-20 Thread notifications
From 797ab6e6e95d5e748562c41f1dc25d0b7499c9cf Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 20 Oct 2015 10:44:58 +0200
Subject: Add epoch to BR perl version

---
 perl-generators.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-generators.spec b/perl-generators.spec
index c07a2b7..2729245 100644
--- a/perl-generators.spec
+++ b/perl-generators.spec
@@ -1,6 +1,6 @@
 Name:   perl-generators
 Version:1.07
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:RPM Perl dependencies generators
 Group:  Development/Libraries
 License:GPL+
@@ -10,7 +10,7 @@ BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
-BuildRequires:  perl >= 5.22.0-351
+BuildRequires:  perl >= 4:5.22.0-351
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Fedora::VSP)
 BuildRequires:  perl(strict)
@@ -50,6 +50,9 @@ make test
 %{_rpmconfigdir}/fileattrs/perl*.attr
 
 %changelog
+* Tue Oct 20 2015 Jitka Plesnikova  - 1.07-2
+- Add epoch to perl BR
+
 * Tue Oct 20 2015 Jitka Plesnikova  - 1.07-1
 - 1.07 bump
 - Return perl version as normalized perl(:VERSION) symbol
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-generators.git/commit/?h=master&id=797ab6e6e95d5e748562c41f1dc25d0b7499c9cf
--
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-generators (master). "Add epoch to perl version"

2015-10-20 Thread notifications
From 350f1cee5de84a6767511d25a0e3893405f53c81 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 20 Oct 2015 10:37:23 +0200
Subject: Add epoch to perl version

---
 perl-generators.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-generators.spec b/perl-generators.spec
index d893cca..c07a2b7 100644
--- a/perl-generators.spec
+++ b/perl-generators.spec
@@ -17,7 +17,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:   perl >= 5.22.0-351
+Requires:   perl >= 4:5.22.0-351
 
 # The generators and attribute files were split from rpm-build
 Conflicts:  rpm-build < 4.11.2-15
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-generators.git/commit/?h=master&id=350f1cee5de84a6767511d25a0e3893405f53c81
--
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-generators (master). "1.07 bump; Return perl version as normalized perl(:VERSION) symbol"

2015-10-20 Thread notifications
From 8720741106e82b42482ae9a50d15a51c0bf6 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 20 Oct 2015 10:19:24 +0200
Subject: 1.07 bump; Return perl version as normalized perl(:VERSION) symbol

---
 .gitignore   |  1 +
 perl-generators.spec | 10 --
 sources  |  2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1d44798..d0dca77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /generators-1.04.tar.gz
 /generators-1.05.tar.gz
 /generators-1.06.tar.gz
+/generators-1.07.tar.gz
diff --git a/perl-generators.spec b/perl-generators.spec
index 19674a0..d893cca 100644
--- a/perl-generators.spec
+++ b/perl-generators.spec
@@ -1,5 +1,5 @@
 Name:   perl-generators
-Version:1.06
+Version:1.07
 Release:1%{?dist}
 Summary:RPM Perl dependencies generators
 Group:  Development/Libraries
@@ -10,12 +10,14 @@ BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
-BuildRequires:  perl
+BuildRequires:  perl >= 5.22.0-351
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Fedora::VSP)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl >= 5.22.0-351
 
 # The generators and attribute files were split from rpm-build
 Conflicts:  rpm-build < 4.11.2-15
@@ -48,6 +50,10 @@ make test
 %{_rpmconfigdir}/fileattrs/perl*.attr
 
 %changelog
+* Tue Oct 20 2015 Jitka Plesnikova  - 1.07-1
+- 1.07 bump
+- Return perl version as normalized perl(:VERSION) symbol
+
 * Tue Oct 06 2015 Jitka Plesnikova  - 1.06-1
 - 1.06 bump
 
diff --git a/sources b/sources
index 03b38d7..905dfc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-959cf30851c0bc0baf9a22a4f7a912b0  generators-1.06.tar.gz
+a45dd8f975362974fabd446b23572662  generators-1.07.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-generators.git/commit/?h=master&id=8720741106e82b42482ae9a50d15a51c0bf6
--
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 1270076] perl-Log-Report-1.08 is available

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



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

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

[Bug 1270076] perl-Log-Report-1.08 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Log-Report-1.08-1.fc24 |perl-Log-Report-1.08-1.fc24
   ||perl-Log-Report-1.08-1.fc22
 Resolution|--- |ERRATA
Last Closed||2015-10-19 21:54:25



-- 
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 generators-1.07.tar.gz for perl-generators

2015-10-20 Thread notifications
a45dd8f975362974fabd446b23572662  generators-1.07.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-generators/generators-1.07.tar.gz/md5/a45dd8f975362974fabd446b23572662/generators-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

[Bug 1273212] New: perl-Test-Strict-0.29 is available

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

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



Latest upstream release: 0.29
Current version/release in rawhide: 0.28-1.fc24
URL: http://search.cpan.org/dist/Test-Strict/

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 1267295] perl-ExtUtils-LibBuilder-0.08 is available

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



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

-- 
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 1267295] perl-ExtUtils-LibBuilder-0.08 is available

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



--- Comment #4 from Upstream Release Monitoring 
 ---
Created attachment 1084560
  --> https://bugzilla.redhat.com/attachment.cgi?id=1084560&action=edit
[patch] Update to 0.08 (#1267295)

-- 
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 1267295] perl-ExtUtils-LibBuilder-0.08 is available

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

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-ExtUtils-LibBuilder-0. |perl-ExtUtils-LibBuilder-0.
   |07 is available |08 is available



--- Comment #3 from Upstream Release Monitoring 
 ---
Latest upstream release: 0.08
Current version/release in rawhide: 0.06-6.fc23
URL: http://search.cpan.org/dist/ExtUtils-LibBuilder

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