File Bit-Vector-7.4.tar.gz uploaded to lookaside cache by jplesnik

2014-11-21 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-Bit-Vector:

bf67f144e5be5327ed79d4c69e6e0086  Bit-Vector-7.4.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Bit-Vector] 7.4 bump

2014-11-21 Thread Jitka Plesnikova
commit d28c59d6b63fdd1a536e4a8869ab701baf45ad54
Author: Jitka Plesnikova jples...@redhat.com
Date:   Fri Nov 21 09:20:03 2014 +0100

7.4 bump

 .gitignore   |1 +
 perl-Bit-Vector.spec |8 ++--
 sources  |2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 795bf8e..1cf5b39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Bit-Vector-7.1.tar.gz
 /Bit-Vector-7.2.tar.gz
 /Bit-Vector-7.3.tar.gz
+/Bit-Vector-7.4.tar.gz
diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec
index 5e2e09d..57db9cc 100644
--- a/perl-Bit-Vector.spec
+++ b/perl-Bit-Vector.spec
@@ -1,6 +1,6 @@
 Name:   perl-Bit-Vector
-Version:7.3
-Release:6%{?dist}
+Version:7.4
+Release:1%{?dist}
 Summary:Efficient bit vector, set of integers and big int math 
library
 Group:  Development/Libraries
 # Outdated FSF address reported, rt#85827
@@ -26,6 +26,7 @@ Requires:   perl(Storable) = 2.21
 %{?perl_default_filter}
 
 %global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(Bit::Vector\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Carp::Clan\\)\s*$
 
 %description
 Bit::Vector is an efficient C library which allows you to handle bit
@@ -65,6 +66,9 @@ make test
 
 
 %changelog
+* Fri Nov 21 2014 Jitka Plesnikova jples...@redhat.com - 7.4-1
+- 7.4 bump
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 7.3-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 9d7b03f..8f12958 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-684e63a93db1e0eda25a103258b39725  Bit-Vector-7.3.tar.gz
+bf67f144e5be5327ed79d4c69e6e0086  Bit-Vector-7.4.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 1166504] all scripts with 'use Pod::Usage' broken

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166504



--- Comment #5 from Petr Pisar ppi...@redhat.com ---
Either there is a real permission denial, or this is just a fuzz in module
look-up made by perl and returning aa bogus error message.

Minimal reproducer should be:

$ perl -e 'use Pod::Usage'

Does it fail either?

To verify the error comes from the operating system, run the failing command
under strace tool:

$ strace -fq -- perl -e 'use Pod::Usage'
[...]
stat(/usr/local/lib64/perl5/Pod/Usage.pm, 0x7fff0a8b6880) = -1 ENOENT (No
such file or directory)
stat(/usr/local/share/perl5/Pod/Usage.pm, 0x7fff0a8b6880) = -1 ENOENT (No
such file or directory)
stat(/usr/lib64/perl5/vendor_perl/Pod/Usage.pm, 0x7fff0a8b6880) = -1 ENOENT
(No such file or directory)
stat(/usr/share/perl5/vendor_perl/Pod/Usage.pm, {st_mode=S_IFREG|0644,
st_size=26857, ...}) = 0
open(/usr/share/perl5/vendor_perl/Pod/Usage.pm, O_RDONLY) = 3
[...]
exit_group(0)   = ?
+++ exited with 0 +++

Here you can see, the file could not been found in the site directories, but it
was found in the vendor no-arch directory, and opened successfully. What do you
see on your system?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KbyWnp7Dlsa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1166381] perl-Bit-Vector-7.4 is available

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166381

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Bit-Vector-7.4-1.fc22



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=eSKeOYhmUoa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1166504] all scripts with 'use Pod::Usage' broken

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166504

Emmanuel Seyman emman...@seyman.fr changed:

   What|Removed |Added

 CC||emman...@seyman.fr



--- Comment #6 from Emmanuel Seyman emman...@seyman.fr ---
I've had a third-party try to reproduce Doug's problem and also fail yet the
size and timestamp of the Usage.pm he listed seems correct. Strange...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=IRhihPXuiEa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Bit-Vector/f21] 7.4 bump

2014-11-21 Thread Jitka Plesnikova
commit 13e374e2942efb5cf7c270cde0e7cc0084d3634a
Author: Jitka Plesnikova jples...@redhat.com
Date:   Fri Nov 21 09:32:33 2014 +0100

7.4 bump

 .gitignore   |1 +
 perl-Bit-Vector.spec |8 ++--
 sources  |2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 795bf8e..1cf5b39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Bit-Vector-7.1.tar.gz
 /Bit-Vector-7.2.tar.gz
 /Bit-Vector-7.3.tar.gz
+/Bit-Vector-7.4.tar.gz
diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec
index 996b3f5..3112a1d 100644
--- a/perl-Bit-Vector.spec
+++ b/perl-Bit-Vector.spec
@@ -1,6 +1,6 @@
 Name:   perl-Bit-Vector
-Version:7.3
-Release:5%{?dist}
+Version:7.4
+Release:1%{?dist}
 Summary:Efficient bit vector, set of integers and big int math 
library
 Group:  Development/Libraries
 # Outdated FSF address reported, rt#85827
@@ -26,6 +26,7 @@ Requires:   perl(Storable) = 2.21
 %{?perl_default_filter}
 
 %global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(Bit::Vector\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Carp::Clan\\)\s*$
 
 %description
 Bit::Vector is an efficient C library which allows you to handle bit
@@ -65,6 +66,9 @@ make test
 
 
 %changelog
+* Fri Nov 21 2014 Jitka Plesnikova jples...@redhat.com - 7.4-1
+- 7.4 bump
+
 * Sun Aug 17 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 7.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 9d7b03f..8f12958 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-684e63a93db1e0eda25a103258b39725  Bit-Vector-7.3.tar.gz
+bf67f144e5be5327ed79d4c69e6e0086  Bit-Vector-7.4.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 1166504] all scripts with 'use Pod::Usage' broken

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166504



--- Comment #7 from Petr Pisar ppi...@redhat.com ---
Searching web for phrase

  perl Can't locate Permission denied.

results in reports where people (on Debian, Fedora, Gentoo) had some
directories listed in @INC without having access there.

What's reporter's @INC (run perl -V and look at the end)? Does the strace
output have some EACCES or ENOPERM errors for those directories listen in the
@INC?

E.g. running as a normal user one get this error:

$ PERL5LIB=/root perl -e 'use Pod::Usage'
Can't locate Pod/Usage.pm:   Permission denied at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=nVXPMIut7aa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1166504] all scripts with 'use Pod::Usage' broken

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166504

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

URL||https://rt.perl.org/Public/
   ||Bug/Display.html?id=113422#
   ||txn-1309618



--- Comment #8 from Petr Pisar ppi...@redhat.com ---
And exactly this non-comprehensive error message was commented
https://rt.perl.org/Public/Bug/Display.html?id=113422#txn-1309618 after
upstream implemented it in the perl 5.18.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=CqyW2NW57ja=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1166381] perl-Bit-Vector-7.4 is available

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166381



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-Bit-Vector-7.4-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Bit-Vector-7.4-1.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Jy0PAJCikPa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-IPC-Cmd watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: perl-IPC-Cmd from: 
Approved to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-IPC-Cmd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-IPC-Cmd watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: perl-IPC-Cmd from: 
Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-IPC-Cmd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-IPC-Cmd set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-IPC-Cmd from: orphan 
to: pghmcfc on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-IPC-Cmd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-IPC-Cmd set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-IPC-Cmd from: orphan 
to: pghmcfc on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-IPC-Cmd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-IPC-Cmd watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: perl-IPC-Cmd from: 
Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-IPC-Cmd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-IPC-Cmd approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: perl-IPC-Cmd from: 
Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-IPC-Cmd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-IPC-Cmd commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: perl-IPC-Cmd from: 
Awaiting Review to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-IPC-Cmd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-IPC-Cmd approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: perl-IPC-Cmd from: 
Approved to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-IPC-Cmd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-IPC-Cmd commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: perl-IPC-Cmd from: 
Awaiting Review to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-IPC-Cmd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Module-Load-Conditional set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-Module-Load-Conditional 
from: orphan to: pghmcfc on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Load-Conditional
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Module-Load-Conditional set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-Module-Load-Conditional 
from: orphan to: pghmcfc on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Load-Conditional
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Module-Load-Conditional commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: 
perl-Module-Load-Conditional from: Awaiting Review to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Load-Conditional
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Module-Load-Conditional watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: 
perl-Module-Load-Conditional from: Approved to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Load-Conditional
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Module-Load-Conditional commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: 
perl-Module-Load-Conditional from: Awaiting Review to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Load-Conditional
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Module-Load-Conditional watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: 
perl-Module-Load-Conditional from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Load-Conditional
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Module-Load-Conditional watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: 
perl-Module-Load-Conditional from: Approved to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Load-Conditional
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Module-Load-Conditional approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: 
perl-Module-Load-Conditional from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Load-Conditional
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Params-Validate watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: 
perl-Params-Validate from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Params-Validate
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Params-Validate watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: 
perl-Params-Validate from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Params-Validate
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-IPC-Cmd watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: perl-IPC-Cmd from: 
Approved to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-IPC-Cmd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Module-Load-Conditional approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: 
perl-Module-Load-Conditional from: Approved to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Load-Conditional
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Params-Validate commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: perl-Params-Validate 
from: Awaiting Review to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Params-Validate
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Module-Load-Conditional watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: 
perl-Module-Load-Conditional from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Module-Load-Conditional
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Params-Validate set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-Params-Validate from: 
orphan to: pghmcfc on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Params-Validate
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-Types-Path-Class watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: 
perl-MooseX-Types-Path-Class from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-Types-Path-Class
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Params-Validate approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: perl-Params-Validate 
from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Params-Validate
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-Types-Path-Class set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-MooseX-Types-Path-Class 
from: orphan to: pghmcfc on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-Types-Path-Class
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-Types-Path-Class watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: 
perl-MooseX-Types-Path-Class from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-Types-Path-Class
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-Types-Path-Class approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: 
perl-MooseX-Types-Path-Class from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-Types-Path-Class
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-Types-Path-Class watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: 
perl-MooseX-Types-Path-Class from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-Types-Path-Class
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-Types-Path-Class set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-MooseX-Types-Path-Class 
from: orphan to: pghmcfc on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-Types-Path-Class
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-Types-Path-Class watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: 
perl-MooseX-Types-Path-Class from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-Types-Path-Class
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-Types-Path-Class approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: 
perl-MooseX-Types-Path-Class from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-Types-Path-Class
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-Types-Path-Class commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: 
perl-MooseX-Types-Path-Class from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-Types-Path-Class
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-Types-Path-Class commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: 
perl-MooseX-Types-Path-Class from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-Types-Path-Class
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-DateTime-Format-MySQL approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: 
perl-DateTime-Format-MySQL from: Approved to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DateTime-Format-MySQL
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-DateTime-Format-MySQL watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: 
perl-DateTime-Format-MySQL from: Approved to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DateTime-Format-MySQL
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-DateTime-Format-MySQL watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: 
perl-DateTime-Format-MySQL from: Approved to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DateTime-Format-MySQL
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-DateTime-Format-MySQL set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-DateTime-Format-MySQL 
from: orphan to: pghmcfc on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DateTime-Format-MySQL
--
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 1166041] CVE-2010-5312 jquery-ui: XSS vulnerability in jQuery.ui.dialog title option

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166041

Vasyl Kaigorodov vkaig...@redhat.com changed:

   What|Removed |Added

 Whiteboard|impact=moderate,public=2010 |impact=moderate,public=2010
   |0903,reported=20141120,sour |0903,reported=20141120,sour
   |ce=internet,cvss2=4.3/AV:N/ |ce=internet,cvss2=4.3/AV:N/
   |AC:M/Au:N/C:N/I:P/A:N,fedor |AC:M/Au:N/C:N/I:P/A:N,fedor
   |a-all/asterisk-gui=affected |a-all/asterisk-gui=affected
   |,fedora-all/beacon=affected |,fedora-all/beacon=affected
   |,fedora-all/blender=affecte |,fedora-all/blender=affecte
   |d,fedora-all/bodhi=affected |d,fedora-all/bodhi=affected
   |,fedora-all/cacti=affected, |,fedora-all/cacti=affected,
   |fedora-all/calibre=affected |fedora-all/calibre=affected
   |,fedora-all/cinnamon=notaff |,fedora-all/cinnamon=notaff
   |ected,fedora-all/ckeditor=a |ected,fedora-all/ckeditor=a
   |ffected,fedora-all/cobbler= |ffected,fedora-all/cobbler=
   |affected,fedora-all/couchdb |affected,fedora-all/couchdb
   |=affected,fedora-all/cumin= |=affected,fedora-all/cumin=
   |affected,fedora-all/django- |affected,fedora-all/django-
   |typepad=affected,fedora-all |typepad=affected,fedora-all
   |/dl=affected,fedora-all/dok |/dl=affected,fedora-all/dok
   |uwiki=affected,fedora-all/d |uwiki=affected,fedora-all/d
   |rupal6=affected,fedora-all/ |rupal6=affected,fedora-all/
   |drupal7=affected,fedora-all |drupal7=affected,fedora-all
   |/drupal7-jquery_update=affe |/drupal7-jquery_update=affe
   |cted,fedora-all/fish=affect |cted,fedora-all/fish=affect
   |ed,fedora-all/fityk=notaffe |ed,fedora-all/fityk=notaffe
   |cted,fedora-all/freeipa=aff |cted,fedora-all/freeipa=aff
   |ected,fedora-all/gallery3=a |ected,fedora-all/gallery3=a
   |ffected,fedora-all/global=a |ffected,fedora-all/global=a
   |ffected,fedora-all/graphite |ffected,fedora-all/graphite
   |-web=affected,fedora-all/ho |-web=affected,fedora-all/ho
   |tot=affected,fedora-all/iki |tot=affected,fedora-all/iki
   |wiki=affected,fedora-all/li |wiki=affected,fedora-all/li
   |bgda=affected,fedora-all/me |bgda=affected,fedora-all/me
   |diawiki=affected,fedora-all |diawiki=affected,fedora-all
   |/mojomojo=affected,fedora-a |/mojomojo=affected,fedora-a
   |ll/nodejs-should=affected,f |ll/nodejs-should=affected,f
   |edora-all/OpenLP=affected,f |edora-all/OpenLP=affected,f
   |edora-all/openslides=affect |edora-all/openslides=affect
   |ed,fedora-all/openteacher=a |ed,fedora-all/openteacher=a
   |ffected,fedora-all/orbited= |ffected,fedora-all/orbited=
   |affected,fedora-all/perl-Mo |affected,fedora-all/perl-Mo
   |jolicious=affected,fedora-a |jolicious=affected,fedora-a
   |ll/phpPgAdmin=affected,fedo |ll/phpPgAdmin=affected,fedo
   |ra-all/python-backlash=affe |ra-all/python-backlash=affe
   |cted,fedora-all/python-djan |cted,fedora-all/python-djan
   |go=affected,fedora-all/pyth |go=affected,fedora-all/pyth
   |on-django-debug-toolbar=aff |on-django-debug-toolbar=aff
   |ected,fedora-all/python-dja |ected,fedora-all/python-dja
   |ngo-typepadapp=affected,fed |ngo-typepadapp=affected,fed
   |ora-all/python-django14=aff |ora-all/python-django14=aff
   |ected,fedora-all/python-dja |ected,fedora-all/python-dja
   |ngo15=affected,fedora-all/p |ngo15=affected,fedora-all/p
   |ython-flask-debugtoolbar=af |ython-flask-debugtoolbar=af
   |fected,fedora-all/python-pe |fected,fedora-all/python-pe
   |bl=affected,fedora-all/pyth |bl=affected,fedora-all/pyth
   |on-sphinx=affected,fedora-a |on-sphinx=affected,fedora-a
   |ll/python-tw-jquery=affecte |ll/python-tw-jquery=affecte
   |d,fedora-all/python-tw2-jqp |d,fedora-all/python-tw2-jqp
   |lugins-flot=affected,fedora |lugins-flot=affected,fedora
   |-all/python-tw2-jquery=affe |-all/python-tw2-jquery=affe
   |cted,fedora-all/python-werk |cted,fedora-all/python-werk
   |zeug=affected,fedora-all/py |zeug=affected,fedora-all/py
   |thon-XStatic-jQuery=affecte 

[PkgDB] pghmcfc:perl-Test-TinyMocker commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: perl-Test-TinyMocker 
from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Test-TinyMocker
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-DateTime-Format-MySQL commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: 
perl-DateTime-Format-MySQL from: Approved to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DateTime-Format-MySQL
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-DateTime-TimeZone-Tzfile watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: 
perl-DateTime-TimeZone-Tzfile from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DateTime-TimeZone-Tzfile
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Test-TinyMocker approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: perl-Test-TinyMocker 
from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Test-TinyMocker
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-DateTime-TimeZone-Tzfile commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: 
perl-DateTime-TimeZone-Tzfile from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DateTime-TimeZone-Tzfile
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Test-TinyMocker watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: 
perl-Test-TinyMocker from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Test-TinyMocker
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Test-TinyMocker set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-Test-TinyMocker from: 
orphan to: pghmcfc on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Test-TinyMocker
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Test-TinyMocker watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: 
perl-Test-TinyMocker from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Test-TinyMocker
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-DateTime-TimeZone-Tzfile set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: 
perl-DateTime-TimeZone-Tzfile from: orphan to: pghmcfc on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DateTime-TimeZone-Tzfile
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-DateTime-TimeZone-Tzfile approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: 
perl-DateTime-TimeZone-Tzfile from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DateTime-TimeZone-Tzfile
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-InsideOut set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-MooseX-InsideOut from: 
orphan to: pghmcfc on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-InsideOut
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-InsideOut watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: 
perl-MooseX-InsideOut from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-InsideOut
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-DateTime-TimeZone-Tzfile watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: 
perl-DateTime-TimeZone-Tzfile from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-DateTime-TimeZone-Tzfile
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-InsideOut commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: perl-MooseX-InsideOut 
from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-InsideOut
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-InsideOut approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: 
perl-MooseX-InsideOut from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-InsideOut
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-MooseX-InsideOut watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: 
perl-MooseX-InsideOut from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-MooseX-InsideOut
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Getopt-Long-Descriptive commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: 
perl-Getopt-Long-Descriptive from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Getopt-Long-Descriptive
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Getopt-Long-Descriptive approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: 
perl-Getopt-Long-Descriptive from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Getopt-Long-Descriptive
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Getopt-Long-Descriptive watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: 
perl-Getopt-Long-Descriptive from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Getopt-Long-Descriptive
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Getopt-Long-Descriptive approveacls set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: approveacls of package: 
perl-Getopt-Long-Descriptive from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Getopt-Long-Descriptive
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Getopt-Long-Descriptive watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: 
perl-Getopt-Long-Descriptive from: Approved to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Getopt-Long-Descriptive
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Getopt-Long-Descriptive set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-Getopt-Long-Descriptive 
from: orphan to: pghmcfc on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Getopt-Long-Descriptive
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Getopt-Long-Descriptive watchcommits set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchcommits of package: 
perl-Getopt-Long-Descriptive from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Getopt-Long-Descriptive
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Getopt-Long-Descriptive commit set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: commit of package: 
perl-Getopt-Long-Descriptive from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Getopt-Long-Descriptive
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Getopt-Long-Descriptive watchbugzilla set to Approved

2014-11-21 Thread pkgdb
user: pghmcfc set for pghmcfc acl: watchbugzilla of package: 
perl-Getopt-Long-Descriptive from: Approved to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Getopt-Long-Descriptive
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] pghmcfc:perl-Getopt-Long-Descriptive set point of contact to: pghmcfc

2014-11-21 Thread pkgdb
user: pghmcfc changed point of contact of package: perl-Getopt-Long-Descriptive 
from: orphan to: pghmcfc on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Getopt-Long-Descriptive
--
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 1166504] all scripts with 'use Pod::Usage' broken

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166504

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

URL|https://rt.perl.org/Public/ |https://rt.perl.org/Public/
   |Bug/Display.html?id=113422# |Bug/Display.html?id=123270
   |txn-1309618 |



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=nTAvylVSJQa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1166504] all scripts with 'use Pod::Usage' broken

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166504



--- Comment #9 from Petr Pisar ppi...@redhat.com ---
Created attachment 959634
  -- https://bugzilla.redhat.com/attachment.cgi?id=959634action=edit
Improved error message proposed to upstream

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=JiroPtzTsTa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] corsepiu:perl-Plack commit set to Obsolete

2014-11-21 Thread pkgdb
user: corsepiu set for corsepiu acl: commit of package: perl-Plack from: 
Removed to: Obsolete on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Plack
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] corsepiu:perl-Plack watchbugzilla set to Obsolete

2014-11-21 Thread pkgdb
user: corsepiu set for corsepiu acl: watchbugzilla of package: perl-Plack from: 
Approved to: Obsolete on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Plack
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] corsepiu:perl-Plack watchcommits set to Obsolete

2014-11-21 Thread pkgdb
user: corsepiu set for corsepiu acl: watchcommits of package: perl-Plack from: 
Approved to: Obsolete on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Plack
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] corsepiu:perl-Stream-Buffered commit set to Obsolete

2014-11-21 Thread pkgdb
user: corsepiu set for corsepiu acl: commit of package: perl-Stream-Buffered 
from: Approved to: Obsolete on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Stream-Buffered
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] corsepiu:perl-Stream-Buffered commit set to Removed

2014-11-21 Thread pkgdb
user: corsepiu set for corsepiu acl: commit of package: perl-Stream-Buffered 
from: Obsolete to: Removed on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Stream-Buffered
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] corsepiu:perl-Stream-Buffered watchcommits set to Obsolete

2014-11-21 Thread pkgdb
user: corsepiu set for corsepiu acl: watchcommits of package: 
perl-Stream-Buffered from: Approved to: Obsolete on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Stream-Buffered
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] corsepiu:perl-Stream-Buffered watchbugzilla set to Obsolete

2014-11-21 Thread pkgdb
user: corsepiu set for corsepiu acl: watchbugzilla of package: 
perl-Stream-Buffered from: Approved to: Obsolete on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Stream-Buffered
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File MooseX-SimpleConfig-0.11.tar.gz uploaded to lookaside cache by eseyman

2014-11-21 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-MooseX-SimpleConfig:

9d7c9319d329a40d57db513f27885945  MooseX-SimpleConfig-0.11.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-MooseX-SimpleConfig] Update to 0.11

2014-11-21 Thread Emmanuel Seyman
commit 8dfe37628f7d8112a35ffbcec9f4565fc6d79b0b
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Fri Nov 21 12:13:30 2014 +0100

Update to 0.11

 .gitignore|1 +
 perl-MooseX-SimpleConfig.spec |   16 +++-
 sources   |2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 79898d4..c00e0b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 MooseX-SimpleConfig-0.03.tar.gz
 /MooseX-SimpleConfig-0.09.tar.gz
 /MooseX-SimpleConfig-0.10.tar.gz
+/MooseX-SimpleConfig-0.11.tar.gz
diff --git a/perl-MooseX-SimpleConfig.spec b/perl-MooseX-SimpleConfig.spec
index bcf9df0..c4784f2 100644
--- a/perl-MooseX-SimpleConfig.spec
+++ b/perl-MooseX-SimpleConfig.spec
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-SimpleConfig
-Version:0.10
-Release:3%{?dist}
+Version:0.11
+Release:1%{?dist}
 Summary:Moose role for setting attributes from a simple configfile
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,11 +57,17 @@ perl Build.PL --installdirs=vendor
 ./Build test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes CONTRIBUTING README
+%license LICENSE
+%{perl_vendorlib}/MooseX*
+%{_mandir}/man3/MooseX*
 
 %changelog
+* Fri Nov 21 2014 Emmanuel Seyman emman...@seyman.fr - 0.11-1
+- Update to 0.11
+- Use %%licence tag
+- Tighten file listing
+
 * Mon Sep 01 2014 Jitka Plesnikova jples...@redhat.com - 0.10-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 4709c7a..1e26c4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7940a6491c0c2280e85a0e1dd1149832  MooseX-SimpleConfig-0.10.tar.gz
+9d7c9319d329a40d57db513f27885945  MooseX-SimpleConfig-0.11.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 1164460] perl-HTML-Mason-1.56 is available

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1164460

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

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



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=3AQ49y4vmZa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Lexical-Persistence-1.023.tar.gz uploaded to lookaside cache by psabata

2014-11-21 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Lexical-Persistence:

6df044eaf0cb5c1b7770863e7e4130ca  Lexical-Persistence-1.023.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lexical-Persistence] 1.023 bump

2014-11-21 Thread Petr Šabata
commit 28ab39622863346153045a89dbeb245278fbee7e
Author: Petr Šabata con...@redhat.com
Date:   Fri Nov 21 12:29:39 2014 +0100

1.023 bump

 .gitignore|1 +
 perl-Lexical-Persistence.spec |   44 +++-
 sources   |2 +-
 3 files changed, 23 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4bae630..41a669a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Lexical-Persistence-1.020.tar.gz
+/Lexical-Persistence-1.023.tar.gz
diff --git a/perl-Lexical-Persistence.spec b/perl-Lexical-Persistence.spec
index 8f48d67..7021a75 100644
--- a/perl-Lexical-Persistence.spec
+++ b/perl-Lexical-Persistence.spec
@@ -1,22 +1,26 @@
 Name:   perl-Lexical-Persistence
-Version:1.020
-Release:13%{?dist}
+Version:1.023
+Release:1%{?dist}
 Summary:Persistent lexical variable values for arbitrary calls
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Lexical-Persistence/
 Source0:
http://www.cpan.org/authors/id/R/RC/RCAPUTO/Lexical-Persistence-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(Devel::LexAlias) = 0.04
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(PadWalker) = 1.1
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
-%{?perl_default_filter}
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(Devel::LexAlias)
+BuildRequires:  perl(PadWalker)
+# Tests only
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::More) = 0.94
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
 Lexical::Persistence does a few things, all related. Note that all the
@@ -27,32 +31,26 @@ every aspect of Lexical::Persistence's behavior.
 %setup -q -n Lexical-Persistence-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-rm -rf $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,-)
+%license LICENSE
 %doc CHANGES README eg
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov 21 2014 Petr Šabata con...@redhat.com - 1.023-1
+- 1.023 bump
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.020-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 4c82942..9d3461a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22fc0a2486c6746bdd1a635f42889809  Lexical-Persistence-1.020.tar.gz
+6df044eaf0cb5c1b7770863e7e4130ca  Lexical-Persistence-1.023.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 1163249] perl-Lexical-Persistence-1.023 is available

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163249

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Lexical-Persistence-1.
   ||023-1.fc22
 Resolution|--- |RAWHIDE
Last Closed||2014-11-21 06:30:38



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=iTI8k2mv16a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1166389] perl-MooseX-SimpleConfig-0.11 is available

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166389

Emmanuel Seyman emman...@seyman.fr changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2014-11-21 06:50:04



--- Comment #1 from Emmanuel Seyman emman...@seyman.fr ---
Done for rawhide.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ujhFH3RMdQa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File MooseX-Types-LoadableClass-0.013.tar.gz uploaded to lookaside cache by eseyman

2014-11-21 Thread Emmanuel Seyman
A file has been added to the lookaside cache for 
perl-MooseX-Types-LoadableClass:

3ea4c1a7532513f9ad1a9ca269c2acc2  MooseX-Types-LoadableClass-0.013.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-MooseX-Types-LoadableClass] Update to 0.13

2014-11-21 Thread Emmanuel Seyman
commit 06b01ddec8dc35ef35bbbad4f7a63a95022454c5
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Fri Nov 21 12:55:04 2014 +0100

Update to 0.13

 .gitignore   |1 +
 perl-MooseX-Types-LoadableClass.spec |   12 
 sources  |2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27ccc24..c9dac55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /MooseX-Types-LoadableClass-0.007.tar.gz
 /MooseX-Types-LoadableClass-0.008.tar.gz
 /MooseX-Types-LoadableClass-0.012.tar.gz
+/MooseX-Types-LoadableClass-0.013.tar.gz
diff --git a/perl-MooseX-Types-LoadableClass.spec 
b/perl-MooseX-Types-LoadableClass.spec
index cb19747..e356ec1 100644
--- a/perl-MooseX-Types-LoadableClass.spec
+++ b/perl-MooseX-Types-LoadableClass.spec
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-Types-LoadableClass
-Version:0.012
-Release:3%{?dist}
+Version:0.013
+Release:1%{?dist}
 Summary:ClassName type constraint with coercion to load the class
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,10 +53,14 @@ ClassName type constraint with coercion to load the class.
 
 %files
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/MooseX*
+%{_mandir}/man3/MooseX*
 
 %changelog
+* Fri Nov 21 2014 Emmanuel Seyman emman...@seyman.fr - 0.013-1
+- Update to 0.13
+- Tighten file listing
+
 * Mon Sep 01 2014 Jitka Plesnikova jples...@redhat.com - 0.012-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 92fae73..9310318 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7cc6a67656af0d91fd29c639d6716393  MooseX-Types-LoadableClass-0.012.tar.gz
+3ea4c1a7532513f9ad1a9ca269c2acc2  MooseX-Types-LoadableClass-0.013.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File HTML-Mason-1.56.tar.gz uploaded to lookaside cache by ppisar

2014-11-21 Thread Petr Pisar
A file has been added to the lookaside cache for perl-HTML-Mason:

7727187a1ffbab6f83433b67edd98ac6  HTML-Mason-1.56.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTML-Mason] 1.56 bump

2014-11-21 Thread Petr Pisar
commit ed321491d9a2fe7621f7a63611ec4d2f67cada4e
Author: Petr Písař ppi...@redhat.com
Date:   Fri Nov 21 13:16:35 2014 +0100

1.56 bump

 .gitignore   |1 +
 .rpmlint |2 +
 perl-HTML-Mason.spec |   96 --
 sources  |2 +-
 4 files changed, 81 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91e460d..7e70747 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /HTML-Mason-1.54.tar.gz
+/HTML-Mason-1.56.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..2df4526
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* templating);
diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec
index e0ef26e..0d6c05a 100644
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@ -1,43 +1,100 @@
 Name:   perl-HTML-Mason
-Version:1.54
-Release:3%{?dist}
+Version:1.56
+Release:1%{?dist}
 Epoch:  1
 Summary:Powerful Perl-based web site development and delivery engine
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://www.masonhq.com/
-Source0:
http://www.cpan.org/authors/id/J/JS/JSWARTZ/HTML-Mason-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/HTML-Mason-%{version}.tar.gz
 Source1:perl-HTML-Mason.conf
-
 BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+# Stick to Apache2, ignore Apache 1 modules
+BuildRequires:  perl(Apache2::Directive)
+BuildRequires:  perl(Apache2::Log)
+BuildRequires:  perl(Apache2::RequestIO)
+BuildRequires:  perl(Apache2::RequestRec)
+BuildRequires:  perl(Apache2::RequestUtil)
+BuildRequires:  perl(Apache2::ServerUtil)
+BuildRequires:  perl(APR::Table)
+BuildRequires:  perl(base)
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(Cache::Cache) = 1
-BuildRequires:  perl(CHI) = 0.21
 BuildRequires:  perl(CGI) = 2.46
+BuildRequires:  perl(CHI) = 0.21
 BuildRequires:  perl(Class::Container) = 0.07
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exception::Class) = 1.15
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Glob)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec) = 0.8
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(Getopt::Std)
 BuildRequires:  perl(HTML::Entities)
+BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Log::Any) = 0.08
 BuildRequires:  perl(mod_perl2)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Params::Validate) = 0.7
+BuildRequires:  perl(Params::Validate) = 0.70
+BuildRequires:  perl(Scalar::Util) = 1.01
 BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(YAML)
+# Tests:
+# Apache not used
+BuildRequires:  perl(Cache::FileCache)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Log::Any::Test)
+BuildRequires:  perl(Module::Build)
+# Pod::Wordlist not used
+BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Harness)
+BuildRequires:  perl(Test::More) = 0.88
+# Test::NoTabs not used
+# Test::Pod 1.41 not used
+# Test::Spelling 0.12 not used
+# Optional tests:
+BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Test::Memory::Cycle)
-BuildRequires:  perl(Test::Pod) = 1.20
+BuildRequires:  perl(Test::Output)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# Stick to Apache2, ignore Apache 1 modules
+Requires:   perl(Apache2::Directive)
+Requires:   perl(Apache2::Log)
+Requires:   perl(Apache2::RequestIO)
+Requires:   perl(Apache2::RequestRec)
+Requires:   perl(Apache2::RequestUtil)
+Requires:   perl(Apache2::ServerUtil)
+Requires:   perl(APR::Table)
 Requires:   perl(Cache::Cache) = 1
+Requires:   perl(CHI) = 0.21
 Requires:   perl(Class::Container) = 0.07
 Requires:   perl(Exception::Class) = 1.15
-Requires:   perl(Params::Validate) = 0.7
+Requires:   perl(File::Spec) = 0.8
 Requires:   perl(mod_perl2)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Params::Validate) = 0.70
+Requires:   perl(Scalar::Util) = 1.01
+Requires:   perl(YAML)
 Requires:   %{_sysconfdir}/httpd/conf.d
 
 %{?perl_default_filter}
 
-# filter out duplicate Requires:
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Container\\)
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Exception::Class\\)
-%global __requires_exclude 

[Bug 1163250] perl-Lingua-EN-Inflect-Phrase-0.18 is available

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163250



--- Comment #1 from Petr Šabata psab...@redhat.com ---
This requires modules not yet packaged for Fedora.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=aZtYp11RdZa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTML-Mason/f21] 1.56 bump

2014-11-21 Thread Petr Pisar
commit a9235d97c6753fb216aec2136ff3045dd894082f
Author: Petr Písař ppi...@redhat.com
Date:   Fri Nov 21 13:16:35 2014 +0100

1.56 bump

 .gitignore   |1 +
 .rpmlint |2 +
 perl-HTML-Mason.spec |   96 --
 sources  |2 +-
 4 files changed, 81 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91e460d..7e70747 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /HTML-Mason-1.54.tar.gz
+/HTML-Mason-1.56.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..2df4526
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* templating);
diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec
index a55adeb..a616245 100644
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@ -1,43 +1,100 @@
 Name:   perl-HTML-Mason
-Version:1.54
-Release:2%{?dist}
+Version:1.56
+Release:1%{?dist}
 Epoch:  1
 Summary:Powerful Perl-based web site development and delivery engine
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://www.masonhq.com/
-Source0:
http://www.cpan.org/authors/id/J/JS/JSWARTZ/HTML-Mason-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/HTML-Mason-%{version}.tar.gz
 Source1:perl-HTML-Mason.conf
-
 BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+# Stick to Apache2, ignore Apache 1 modules
+BuildRequires:  perl(Apache2::Directive)
+BuildRequires:  perl(Apache2::Log)
+BuildRequires:  perl(Apache2::RequestIO)
+BuildRequires:  perl(Apache2::RequestRec)
+BuildRequires:  perl(Apache2::RequestUtil)
+BuildRequires:  perl(Apache2::ServerUtil)
+BuildRequires:  perl(APR::Table)
+BuildRequires:  perl(base)
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(Cache::Cache) = 1
-BuildRequires:  perl(CHI) = 0.21
 BuildRequires:  perl(CGI) = 2.46
+BuildRequires:  perl(CHI) = 0.21
 BuildRequires:  perl(Class::Container) = 0.07
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exception::Class) = 1.15
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Glob)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec) = 0.8
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(Getopt::Std)
 BuildRequires:  perl(HTML::Entities)
+BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Log::Any) = 0.08
 BuildRequires:  perl(mod_perl2)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Params::Validate) = 0.7
+BuildRequires:  perl(Params::Validate) = 0.70
+BuildRequires:  perl(Scalar::Util) = 1.01
 BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(YAML)
+# Tests:
+# Apache not used
+BuildRequires:  perl(Cache::FileCache)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Log::Any::Test)
+BuildRequires:  perl(Module::Build)
+# Pod::Wordlist not used
+BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Harness)
+BuildRequires:  perl(Test::More) = 0.88
+# Test::NoTabs not used
+# Test::Pod 1.41 not used
+# Test::Spelling 0.12 not used
+# Optional tests:
+BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Test::Memory::Cycle)
-BuildRequires:  perl(Test::Pod) = 1.20
+BuildRequires:  perl(Test::Output)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# Stick to Apache2, ignore Apache 1 modules
+Requires:   perl(Apache2::Directive)
+Requires:   perl(Apache2::Log)
+Requires:   perl(Apache2::RequestIO)
+Requires:   perl(Apache2::RequestRec)
+Requires:   perl(Apache2::RequestUtil)
+Requires:   perl(Apache2::ServerUtil)
+Requires:   perl(APR::Table)
 Requires:   perl(Cache::Cache) = 1
+Requires:   perl(CHI) = 0.21
 Requires:   perl(Class::Container) = 0.07
 Requires:   perl(Exception::Class) = 1.15
-Requires:   perl(Params::Validate) = 0.7
+Requires:   perl(File::Spec) = 0.8
 Requires:   perl(mod_perl2)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Params::Validate) = 0.70
+Requires:   perl(Scalar::Util) = 1.01
+Requires:   perl(YAML)
 Requires:   %{_sysconfdir}/httpd/conf.d
 
 %{?perl_default_filter}
 
-# filter out duplicate Requires:
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Container\\)
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Exception::Class\\)
-%global __requires_exclude 

[perl-HTML-Mason/f19] 1.56 bump

2014-11-21 Thread Petr Pisar
commit e6a13ba803b43e89abe9497df2f3d29caee57570
Author: Petr Písař ppi...@redhat.com
Date:   Fri Nov 21 13:16:35 2014 +0100

1.56 bump

 .gitignore   |1 +
 .rpmlint |2 +
 perl-HTML-Mason.spec |   94 -
 sources  |2 +-
 4 files changed, 80 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91e460d..7e70747 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /HTML-Mason-1.54.tar.gz
+/HTML-Mason-1.56.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..2df4526
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* templating);
diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec
index f739710..570121f 100644
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@ -1,43 +1,100 @@
 Name:   perl-HTML-Mason
-Version:1.54
+Version:1.56
 Release:1%{?dist}
 Epoch:  1
 Summary:Powerful Perl-based web site development and delivery engine
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://www.masonhq.com/
-Source0:
http://www.cpan.org/authors/id/J/JS/JSWARTZ/HTML-Mason-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/HTML-Mason-%{version}.tar.gz
 Source1:perl-HTML-Mason.conf
-
 BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+# Stick to Apache2, ignore Apache 1 modules
+BuildRequires:  perl(Apache2::Directive)
+BuildRequires:  perl(Apache2::Log)
+BuildRequires:  perl(Apache2::RequestIO)
+BuildRequires:  perl(Apache2::RequestRec)
+BuildRequires:  perl(Apache2::RequestUtil)
+BuildRequires:  perl(Apache2::ServerUtil)
+BuildRequires:  perl(APR::Table)
+BuildRequires:  perl(base)
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(Cache::Cache) = 1
-BuildRequires:  perl(CHI) = 0.21
 BuildRequires:  perl(CGI) = 2.46
+BuildRequires:  perl(CHI) = 0.21
 BuildRequires:  perl(Class::Container) = 0.07
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exception::Class) = 1.15
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Glob)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec) = 0.8
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(Getopt::Std)
 BuildRequires:  perl(HTML::Entities)
+BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Log::Any) = 0.08
 BuildRequires:  perl(mod_perl2)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Params::Validate) = 0.7
+BuildRequires:  perl(Params::Validate) = 0.70
+BuildRequires:  perl(Scalar::Util) = 1.01
 BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(YAML)
+# Tests:
+# Apache not used
+BuildRequires:  perl(Cache::FileCache)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Log::Any::Test)
+BuildRequires:  perl(Module::Build)
+# Pod::Wordlist not used
+BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Harness)
+BuildRequires:  perl(Test::More) = 0.88
+# Test::NoTabs not used
+# Test::Pod 1.41 not used
+# Test::Spelling 0.12 not used
+# Optional tests:
+BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Test::Memory::Cycle)
-BuildRequires:  perl(Test::Pod) = 1.20
+BuildRequires:  perl(Test::Output)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# Stick to Apache2, ignore Apache 1 modules
+Requires:   perl(Apache2::Directive)
+Requires:   perl(Apache2::Log)
+Requires:   perl(Apache2::RequestIO)
+Requires:   perl(Apache2::RequestRec)
+Requires:   perl(Apache2::RequestUtil)
+Requires:   perl(Apache2::ServerUtil)
+Requires:   perl(APR::Table)
 Requires:   perl(Cache::Cache) = 1
+Requires:   perl(CHI) = 0.21
 Requires:   perl(Class::Container) = 0.07
 Requires:   perl(Exception::Class) = 1.15
-Requires:   perl(Params::Validate) = 0.7
+Requires:   perl(File::Spec) = 0.8
 Requires:   perl(mod_perl2)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Params::Validate) = 0.70
+Requires:   perl(Scalar::Util) = 1.01
+Requires:   perl(YAML)
 Requires:   %{_sysconfdir}/httpd/conf.d
 
 %{?perl_default_filter}
 
-# filter out duplicate Requires:
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Container\\)
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Exception::Class\\)
-%global __requires_exclude 

[perl-HTML-Mason/f20] 1.56 bump

2014-11-21 Thread Petr Pisar
commit 3f9390a8db1d6a7265b2d1c438938f6da22473eb
Author: Petr Písař ppi...@redhat.com
Date:   Fri Nov 21 13:16:35 2014 +0100

1.56 bump

 .gitignore   |1 +
 .rpmlint |2 +
 perl-HTML-Mason.spec |   94 -
 sources  |2 +-
 4 files changed, 80 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91e460d..7e70747 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /HTML-Mason-1.54.tar.gz
+/HTML-Mason-1.56.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..2df4526
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* templating);
diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec
index df9a8f0..6f2d184 100644
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@ -1,43 +1,100 @@
 Name:   perl-HTML-Mason
-Version:1.54
+Version:1.56
 Release:1%{?dist}
 Epoch:  1
 Summary:Powerful Perl-based web site development and delivery engine
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://www.masonhq.com/
-Source0:
http://www.cpan.org/authors/id/J/JS/JSWARTZ/HTML-Mason-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/HTML-Mason-%{version}.tar.gz
 Source1:perl-HTML-Mason.conf
-
 BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+# Stick to Apache2, ignore Apache 1 modules
+BuildRequires:  perl(Apache2::Directive)
+BuildRequires:  perl(Apache2::Log)
+BuildRequires:  perl(Apache2::RequestIO)
+BuildRequires:  perl(Apache2::RequestRec)
+BuildRequires:  perl(Apache2::RequestUtil)
+BuildRequires:  perl(Apache2::ServerUtil)
+BuildRequires:  perl(APR::Table)
+BuildRequires:  perl(base)
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(Cache::Cache) = 1
-BuildRequires:  perl(CHI) = 0.21
 BuildRequires:  perl(CGI) = 2.46
+BuildRequires:  perl(CHI) = 0.21
 BuildRequires:  perl(Class::Container) = 0.07
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exception::Class) = 1.15
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Glob)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec) = 0.8
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(Getopt::Std)
 BuildRequires:  perl(HTML::Entities)
+BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Log::Any) = 0.08
 BuildRequires:  perl(mod_perl2)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Params::Validate) = 0.7
+BuildRequires:  perl(Params::Validate) = 0.70
+BuildRequires:  perl(Scalar::Util) = 1.01
 BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(YAML)
+# Tests:
+# Apache not used
+BuildRequires:  perl(Cache::FileCache)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Log::Any::Test)
+BuildRequires:  perl(Module::Build)
+# Pod::Wordlist not used
+BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Harness)
+BuildRequires:  perl(Test::More) = 0.88
+# Test::NoTabs not used
+# Test::Pod 1.41 not used
+# Test::Spelling 0.12 not used
+# Optional tests:
+BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Test::Memory::Cycle)
-BuildRequires:  perl(Test::Pod) = 1.20
+BuildRequires:  perl(Test::Output)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# Stick to Apache2, ignore Apache 1 modules
+Requires:   perl(Apache2::Directive)
+Requires:   perl(Apache2::Log)
+Requires:   perl(Apache2::RequestIO)
+Requires:   perl(Apache2::RequestRec)
+Requires:   perl(Apache2::RequestUtil)
+Requires:   perl(Apache2::ServerUtil)
+Requires:   perl(APR::Table)
 Requires:   perl(Cache::Cache) = 1
+Requires:   perl(CHI) = 0.21
 Requires:   perl(Class::Container) = 0.07
 Requires:   perl(Exception::Class) = 1.15
-Requires:   perl(Params::Validate) = 0.7
+Requires:   perl(File::Spec) = 0.8
 Requires:   perl(mod_perl2)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Params::Validate) = 0.70
+Requires:   perl(Scalar::Util) = 1.01
+Requires:   perl(YAML)
 Requires:   %{_sysconfdir}/httpd/conf.d
 
 %{?perl_default_filter}
 
-# filter out duplicate Requires:
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Container\\)
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Exception::Class\\)
-%global __requires_exclude 

[Bug 1163304] perl-Sub-Exporter-ForMethods-0.100051 is available

2014-11-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163304

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

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



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=bpUxOEtUToa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

  1   2   3   4   >