[perl-Net-Whois-Raw] New TLDs for .MOSCOW and fix encoding for whois.jprs.jp

2015-02-14 Thread David Dick
commit c1721730dc41983071d0dce03926c4c889080a2c
Author: David Dick 
Date:   Sat Feb 14 19:05:41 2015 +1100

New TLDs for .MOSCOW and fix encoding for whois.jprs.jp

 .gitignore  |1 +
 perl-Net-Whois-Raw.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd76f5e..947e9b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Net-Whois-Raw-2.76.tar.gz
 /Net-Whois-Raw-2.80.tar.gz
+/Net-Whois-Raw-2.82.tar.gz
diff --git a/perl-Net-Whois-Raw.spec b/perl-Net-Whois-Raw.spec
index 8ff0a37..6a5b798 100644
--- a/perl-Net-Whois-Raw.spec
+++ b/perl-Net-Whois-Raw.spec
@@ -1,5 +1,5 @@
 Name:   perl-Net-Whois-Raw
-Version:2.80
+Version:2.82
 Release:1%{?dist}
 Summary:Get Whois information for domains
 License:GPL+ or Artistic
@@ -71,6 +71,9 @@ Command line whois client.  Invoke with a domain name, 
optionally with a whois s
 %{_bindir}/*
 
 %changelog
+* Sat Feb 14 2015 David Dick  - 2.82-1
+- New TLDs for .MOSCOW and fix encoding for whois.jprs.jp
+
 * Tue Jan 20 2015 David Dick  - 2.80-1
 - New TLDs
 
diff --git a/sources b/sources
index c3c596d..fbba25e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dac74d5ab51babd07b9b076592763e4a  Net-Whois-Raw-2.80.tar.gz
+f5969fb18f2c62055156b288df405f7a  Net-Whois-Raw-2.82.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 Net-Whois-Raw-2.82.tar.gz uploaded to lookaside cache by ddick

2015-02-14 Thread David Dick
A file has been added to the lookaside cache for perl-Net-Whois-Raw:

f5969fb18f2c62055156b288df405f7a  Net-Whois-Raw-2.82.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-Net-Whois-Raw/f21] New TLDs for .MOSCOW and fix encoding for whois.jprs.jp

2015-02-14 Thread David Dick
Summary of changes:

  c172173... New TLDs for .MOSCOW and fix encoding for whois.jprs.jp (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://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 Compress-Snappy-0.23.tar.gz uploaded to lookaside cache by ddick

2015-02-14 Thread David Dick
A file has been added to the lookaside cache for perl-Compress-Snappy:

b89a16b79b123b0c275e2052235c4e88  Compress-Snappy-0.23.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-Net-Whois-Raw/f20] New TLDs for .MOSCOW and fix encoding for whois.jprs.jp

2015-02-14 Thread David Dick
Summary of changes:

  c172173... New TLDs for .MOSCOW and fix encoding for whois.jprs.jp (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://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-Compress-Snappy] Initial import (#1183294).

2015-02-14 Thread David Dick
commit cee02bb2c4660bdd75f7490a3753a3b8077e9cfb
Author: David Dick 
Date:   Sat Feb 14 19:39:50 2015 +1100

Initial import (#1183294).

 .gitignore |1 +
 compress_snappy_unbundle.patch |   25 +
 perl-Compress-Snappy.spec  |   57 
 sources|1 +
 4 files changed, 84 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..de91af3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Compress-Snappy-0.23.tar.gz
diff --git a/compress_snappy_unbundle.patch b/compress_snappy_unbundle.patch
new file mode 100644
index 000..2d3c893
--- /dev/null
+++ b/compress_snappy_unbundle.patch
@@ -0,0 +1,25 @@
+diff -Naur old/Makefile.PL new/Makefile.PL
+--- old/Makefile.PL2013-10-13 18:26:49.0 +1100
 new/Makefile.PL2015-01-18 18:46:24.594352156 +1100
+@@ -31,6 +31,8 @@
+ },
+ 
+ DEFINE => $ctz,
++LIBS   => '-lcsnappy',
++
+ 
+ dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+ clean => { FILES=> 'Compress-Snappy-*' },
+diff -Naur old/Snappy.xs new/Snappy.xs
+--- old/Snappy.xs  2012-09-09 03:23:49.0 +1000
 new/Snappy.xs  2015-01-18 18:53:57.220381008 +1100
+@@ -7,8 +7,7 @@
+ #define NEED_sv_2pvbyte
+ #include "ppport.h"
+ 
+-#include "src/csnappy_compress.c"
+-#include "src/csnappy_decompress.c"
++#include 
+ 
+ MODULE = Compress::SnappyPACKAGE = Compress::Snappy
+ 
diff --git a/perl-Compress-Snappy.spec b/perl-Compress-Snappy.spec
new file mode 100644
index 000..548f419
--- /dev/null
+++ b/perl-Compress-Snappy.spec
@@ -0,0 +1,57 @@
+Name:   perl-Compress-Snappy
+Version:0.23
+Release:1%{?dist}
+Summary:Perl interface to Google's Snappy (de)compressor
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Compress-Snappy/
+Source0:
http://www.cpan.org/modules/by-module/Compress/Compress-Snappy-%{version}.tar.gz
+Patch1: compress_snappy_unbundle.patch
+BuildRequires:  csnappy-devel
+BuildRequires:  perl
+BuildRequires:  perl(Devel::CheckLib)
+BuildRequires:  perl(Exporter) >= 5.57
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.52
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) >= 0.82
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XSLoader)
+Requires:   perl(Exporter) >= 5.57
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(Exporter\\)$
+%description
+The Compress::Snappy module provides an interface to Google's Snappy
+(de)compressor.
+
+%prep
+%setup -q -n Compress-Snappy-%{version}
+%patch1 -p1
+chmod -c -x ex/*
+rm -Rf src
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README ex
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Compress*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Jan 18 2015 David Dick  - 0.23-1
+- Initial release
diff --git a/sources b/sources
index e69de29..bd353b1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b89a16b79b123b0c275e2052235c4e88  Compress-Snappy-0.23.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-Net-Whois-Raw/el6] New TLDs for .MOSCOW and fix encoding for whois.jprs.jp

2015-02-14 Thread David Dick
Summary of changes:

  c172173... New TLDs for .MOSCOW and fix encoding for whois.jprs.jp (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://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-Net-Whois-Raw/epel7] New TLDs for .MOSCOW and fix encoding for whois.jprs.jp

2015-02-14 Thread David Dick
Summary of changes:

  c172173... New TLDs for .MOSCOW and fix encoding for whois.jprs.jp (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://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 1185331] perl-Net-Whois-Raw-2.82 is available

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



--- Comment #1 from Fedora Update System  ---
perl-Net-Whois-Raw-2.82-1.el7 has been submitted as an update for Fedora EPEL
7.
https://admin.fedoraproject.org/updates/perl-Net-Whois-Raw-2.82-1.el7

-- 
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=KvSZT3khrj&a=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 1185331] perl-Net-Whois-Raw-2.82 is available

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



--- Comment #2 from Fedora Update System  ---
perl-Net-Whois-Raw-2.82-1.el6 has been submitted as an update for Fedora EPEL
6.
https://admin.fedoraproject.org/updates/perl-Net-Whois-Raw-2.82-1.el6

-- 
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=K64YjodUYb&a=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 1185331] perl-Net-Whois-Raw-2.82 is available

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



--- Comment #3 from Fedora Update System  ---
perl-Net-Whois-Raw-2.82-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Net-Whois-Raw-2.82-1.fc20

-- 
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=oc6ff7OqtT&a=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 1185331] perl-Net-Whois-Raw-2.82 is available

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



--- Comment #4 from Fedora Update System  ---
perl-Net-Whois-Raw-2.82-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Net-Whois-Raw-2.82-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=pbXnNiEASu&a=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 1181656] Please package perl-Apache-Session-Browseable into EPEL 5/6/7

2015-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1181656
Bug 1181656 depends on bug 1182960, which changed state.

Bug 1182960 Summary: Review Request: perl-Apache-Session-Browseable - Add index 
and search methods to Apache::Session
https://bugzilla.redhat.com/show_bug.cgi?id=1182960

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |NEXTRELEASE



-- 
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=xMoCrHFmdj&a=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 1181656] Please package perl-Apache-Session-Browseable into EPEL 5/6/7

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

Paul Howarth  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Apache-Session-Browsea
   ||ble-1.0.2-2.el7
 Resolution|--- |NEXTRELEASE
Last Closed||2015-02-14 06:47:54



-- 
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=4Ey074mn27&a=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 1181652] Please package perl-Apache-Session-LDAP into EPEL 5/6/7

2015-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1181652
Bug 1181652 depends on bug 1186320, which changed state.

Bug 1186320 Summary: Review Request: perl-Apache-Session-LDAP - LDAP 
implementation of Apache::Session
https://bugzilla.redhat.com/show_bug.cgi?id=1186320

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |NEXTRELEASE



-- 
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=YpXyGMdsMm&a=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 1181652] Please package perl-Apache-Session-LDAP into EPEL 5/6/7

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

Paul Howarth  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Apache-Session-LDAP-0.
   ||3-1.el7
 Resolution|--- |NEXTRELEASE
Last Closed||2015-02-14 06:49:39



-- 
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=Av36SkqiZl&a=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 1192728] New: fusioninventory-agent-debuginfo-2.3.15-2 is empty, should be noarch?

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

Bug ID: 1192728
   Summary: fusioninventory-agent-debuginfo-2.3.15-2 is empty,
should be noarch?
   Product: Fedora
   Version: rawhide
 Component: fusioninventory-agent
  Assignee: maria...@tuxette.fr
  Reporter: ville.sky...@iki.fi
QA Contact: extras...@fedoraproject.org
CC: karlthe...@gmail.com, maria...@tuxette.fr,
perl-devel@lists.fedoraproject.org
Blocks: 496968 (DebugInfo)



fusioninventory-agent-debuginfo-2.3.15-2 is empty. Should the (main) package be
noarch just like all the subpackages? If not (why?) and if there's nothing to
extract debug info from, the -debuginfo subpackage should be explicitly
disabled.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=496968
[Bug 496968] Tracking bug for packages with debuginfo problems
-- 
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=VsQLqJKQGR&a=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 1190828] perl-File-ShareDir-PAR-0.06-14.fc22 FTBFS: Dependency on PAR::Dist not declared

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Kh1QNmxMvZ&a=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 1184844] perl-TeX-Hyphen-1.15 is available

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



--- Comment #2 from Fedora Update System  ---
perl-TeX-Hyphen-1.15-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=I4VgOR5qy7&a=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 1191492] perl-Test-DistManifest-1.014 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=WtcWigTLDA&a=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 1190791] perl-Test-DistManifest-1.013 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=rGah4BQArt&a=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 1192381] perl-Socket-2.018 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=aRopVWdK9b&a=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 1191491] perl-Socket-2.017 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=FrUgDKhssY&a=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 1183572] perl-Directory-Scratch-0.18 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Directory-Scratch-0.18 |perl-Directory-Scratch-0.18
   |-1.fc22 |-1.fc21
 Resolution|--- |ERRATA
Last Closed||2015-02-14 21:59:29



--- Comment #5 from Fedora Update System  ---
perl-Directory-Scratch-0.18-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=9TBlFXgJH4&a=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 1180498] perl-WebService-Linode-0.26 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-WebService-Linode-0.26
   ||-1.fc21
 Resolution|--- |ERRATA
Last Closed||2015-02-14 21:59:47



--- Comment #6 from Fedora Update System  ---
perl-WebService-Linode-0.26-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=5UUQl8uPro&a=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 1188220] perl-Gtk2: incorrect memory management in Gtk2::Gdk::Display::list_devices [fedora-all]

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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Gtk2-1.2495-1.fc20
 Resolution|--- |ERRATA
Last Closed||2015-02-14 22:01:09



--- Comment #5 from Fedora Update System  ---
perl-Gtk2-1.2495-1.fc20 has been pushed to the Fedora 20 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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=QMFJHXMCgt&a=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 1188219] perl-Gtk2: incorrect memory management in Gtk2::Gdk::Display::list_devices

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



--- Comment #2 from Fedora Update System  ---
perl-Gtk2-1.2495-1.fc20 has been pushed to the Fedora 20 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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=JfJZHOI7fH&a=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 1183588] perl-Test-Harness-3.35 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Test-Harness-3.35-1.fc |perl-Test-Harness-3.35-1.fc
   |22  |21
 Resolution|--- |ERRATA
Last Closed||2015-02-14 22:01:21



--- Comment #4 from Fedora Update System  ---
perl-Test-Harness-3.35-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=T0AJIOlBIs&a=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 1178789] perl-Archive-Zip-1.45 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=DEsOzTo0Jj&a=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 1188219] perl-Gtk2: incorrect memory management in Gtk2::Gdk::Display::list_devices

2015-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1188219
Bug 1188219 depends on bug 1188220, which changed state.

Bug 1188220 Summary: perl-Gtk2: incorrect memory management in 
Gtk2::Gdk::Display::list_devices [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1188220

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
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=zbhQtEXjqm&a=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 1187908] perl-Gtk2-1.2495 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Gtk2-1.2495-1.fc20
 Resolution|--- |ERRATA
Last Closed||2015-02-14 22:01:12



--- Comment #4 from Fedora Update System  ---
perl-Gtk2-1.2495-1.fc20 has been pushed to the Fedora 20 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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lMB93llxLU&a=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 1183590] perl-Test-Spec-0.49 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Test-Spec-0.49-1.fc22  |perl-Test-Spec-0.49-1.fc21
 Resolution|--- |ERRATA
Last Closed||2015-02-14 22:05:16



--- Comment #4 from Fedora Update System  ---
perl-Test-Spec-0.49-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=qCM4Rax3UB&a=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 1178795] perl-HTML-FormatText-WithLinks-0.15 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=CwVMnVEeAl&a=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 1191490] perl-Pod-Parser-1.63 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=zINFGA8FVX&a=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 1187912] perl-Redis-1.978 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Redis-1.978-1.fc20
 Resolution|--- |ERRATA
Last Closed||2015-02-14 22:07:07



--- Comment #6 from Fedora Update System  ---
perl-Redis-1.978-1.fc20 has been pushed to the Fedora 20 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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=YzPgxFMQ25&a=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 1181654] Please package perl-Apache-Session-NoSQL into EPEL 5/6/7

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



--- Comment #9 from Fedora Update System  ---
perl-Apache-Session-NoSQL-0.1-2.fc20 has been pushed to the Fedora 20 stable
repository.

-- 
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=GD9k2Ck37z&a=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 1181654] Please package perl-Apache-Session-NoSQL into EPEL 5/6/7

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



--- Comment #8 from Fedora Update System  ---
perl-Apache-Session-NoSQL-0.1-2.fc21 has been pushed to the Fedora 21 stable
repository.

-- 
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=6xSNJQ78g6&a=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 1188813] perl-autobox-2.83 is available

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



--- Comment #2 from Fedora Update System  ---
perl-autobox-2.83-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=jh743qbFOl&a=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 1187912] perl-Redis-1.978 is available

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

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Redis-1.978-1.fc20 |perl-Redis-1.978-1.fc21



--- Comment #7 from Fedora Update System  ---
perl-Redis-1.978-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=yOAPiVcTyR&a=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 1180498] perl-WebService-Linode-0.26 is available

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

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-WebService-Linode-0.26 |perl-WebService-Linode-0.26
   |-1.fc21 |-1.fc20



--- Comment #7 from Fedora Update System  ---
perl-WebService-Linode-0.26-1.fc20 has been pushed to the Fedora 20 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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=W3fctRhSMm&a=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 1183589] perl-Test-Moose-More-0.026 is available

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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Test-Moose-More-0.026- |perl-Test-Moose-More-0.026-
   |1.fc22  |1.fc21
 Resolution|--- |ERRATA
Last Closed||2015-02-14 22:17:35



--- Comment #4 from Fedora Update System  ---
perl-Test-Moose-More-0.026-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=04cxCg8asU&a=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 1188820] perl-MCE-1.600 is available

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



--- Comment #5 from Fedora Update System  ---
perl-MCE-1.600-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=LOgApC5d33&a=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 1186277] perl-Font-TTF-1.05 is available

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



--- Comment #2 from Fedora Update System  ---
perl-Font-TTF-1.05-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=hkXwGBStUR&a=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 1177672] [abrt] perl: yyparse(): a2p killed by SIGSEGV

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=uwsz2S1Kpp&a=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 1183578] perl-Math-Base36-0.13 is available

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



--- Comment #2 from Fedora Update System  ---
perl-Math-Base36-0.13-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=zVRKQ9D949&a=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 1185333] perl-Term-ProgressBar-2.17 is available

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



--- Comment #2 from Fedora Update System  ---
perl-Term-ProgressBar-2.17-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=22rNOKq6i0&a=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 1185483] CVE-2014-8630 Bugzilla: Command Injection into product names and other attributes

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



--- Comment #2 from Fedora Update System  ---
bugzilla-4.4.8-1.fc21.1 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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=K6UWWjYOUy&a=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 1185484] CVE-2014-8630 Bugzilla: Command Injection into product names and other attributes [fedora-all]

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

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|bugzilla-4.4.8-1.fc21.1 |bugzilla-4.2.13-1.fc20



--- Comment #7 from Fedora Update System  ---
bugzilla-4.2.13-1.fc20 has been pushed to the Fedora 20 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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=QmKLxiwU6r&a=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 1185483] CVE-2014-8630 Bugzilla: Command Injection into product names and other attributes

2015-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1185483
Bug 1185483 depends on bug 1185484, which changed state.

Bug 1185484 Summary: CVE-2014-8630 Bugzilla: Command Injection into product 
names and other attributes [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1185484

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
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=sEpB7vNTZZ&a=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 1185484] CVE-2014-8630 Bugzilla: Command Injection into product names and other attributes [fedora-all]

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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||bugzilla-4.4.8-1.fc21.1
 Resolution|--- |ERRATA
Last Closed||2015-02-14 22:24:22



--- Comment #6 from Fedora Update System  ---
bugzilla-4.4.8-1.fc21.1 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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=mu5zgrytKY&a=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 1185483] CVE-2014-8630 Bugzilla: Command Injection into product names and other attributes

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



--- Comment #3 from Fedora Update System  ---
bugzilla-4.2.13-1.fc20 has been pushed to the Fedora 20 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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=VbMQJW7n6Z&a=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 1188820] perl-MCE-1.600 is available

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



--- Comment #6 from Fedora Update System  ---
perl-MCE-1.600-1.fc20 has been pushed to the Fedora 20 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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=jCPb2VMFaG&a=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 1187908] perl-Gtk2-1.2495 is available

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

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Gtk2-1.2495-1.fc20 |perl-Gtk2-1.2495-1.fc21



--- Comment #5 from Fedora Update System  ---
perl-Gtk2-1.2495-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=cZjqH6ptQh&a=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 1184662] more bad requires generated by "use" in heredoc

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

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=jC2bBnTubC&a=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 1188219] perl-Gtk2: incorrect memory management in Gtk2::Gdk::Display::list_devices

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



--- Comment #3 from Fedora Update System  ---
perl-Gtk2-1.2495-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=5qOwrpcTQg&a=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 1188220] perl-Gtk2: incorrect memory management in Gtk2::Gdk::Display::list_devices [fedora-all]

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

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Gtk2-1.2495-1.fc20 |perl-Gtk2-1.2495-1.fc21



--- Comment #6 from Fedora Update System  ---
perl-Gtk2-1.2495-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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Rv9j24ARbC&a=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 Mojolicious-5.79.tar.gz uploaded to lookaside cache by eseyman

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

17baffd61459a01b1b446461457abf7b  Mojolicious-5.79.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Mojolicious] Update to 5.79

2015-02-14 Thread Emmanuel Seyman
commit 3a7b450dc2f55ea9803a4f4a20b8fcdaad42b3b3
Author: Emmanuel Seyman 
Date:   Sun Feb 15 04:56:14 2015 +0100

Update to 5.79

 .gitignore|1 +
 perl-Mojolicious.spec |   11 ++-
 sources   |2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bcf3198..19355c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -160,3 +160,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-5.74.tar.gz
 /Mojolicious-5.75.tar.gz
 /Mojolicious-5.77.tar.gz
+/Mojolicious-5.79.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 9a28a34..12107e9 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:   perl-Mojolicious
-Version:5.77
+Version:5.79
 Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
@@ -37,15 +37,12 @@ a new attempt at implementing this idea using state of the 
art technology.
 mv README.md lib/Mojolicious/
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -62,6 +59,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 15 2015 Emmanuel Seyman  - 5.79-1
+- Update to 5.79
+- Cleanup spec file
+
 * Sun Feb 08 2015 Emmanuel Seyman  - 5.77-1
 - Update to 5.77
 
diff --git a/sources b/sources
index d652f42..e2c8fbd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bcc4eebd876470b7b0d835c9043f4e9c  Mojolicious-5.77.tar.gz
+17baffd61459a01b1b446461457abf7b  Mojolicious-5.79.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 MooseX-Params-Validate-0.21.tar.gz uploaded to lookaside cache by eseyman

2015-02-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-MooseX-Params-Validate:

6820bde80c022622bf9cb9aad27c48f6  MooseX-Params-Validate-0.21.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-Params-Validate] Update to 0.21

2015-02-14 Thread Emmanuel Seyman
commit 964cd9368d9b617e363f988d5e0e809a26e3ffaf
Author: Emmanuel Seyman 
Date:   Sun Feb 15 05:12:33 2015 +0100

Update to 0.21

 .gitignore   |1 +
 perl-MooseX-Params-Validate.spec |   16 +---
 sources  |2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6cc151e..b353531 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ MooseX-Params-Validate-0.14.tar.gz
 /MooseX-Params-Validate-0.16.tar.gz
 /MooseX-Params-Validate-0.18.tar.gz
 /MooseX-Params-Validate-0.19.tar.gz
+/MooseX-Params-Validate-0.21.tar.gz
diff --git a/perl-MooseX-Params-Validate.spec b/perl-MooseX-Params-Validate.spec
index 42bc6ea..cae3fa8 100644
--- a/perl-MooseX-Params-Validate.spec
+++ b/perl-MooseX-Params-Validate.spec
@@ -1,7 +1,7 @@
 Name:   perl-MooseX-Params-Validate
 Summary:Extension of Params::Validate using Moose's types
-Version:0.19
-Release:5%{?dist}
+Version:0.21
+Release:1%{?dist}
 License:GPL+ or Artistic
 
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-Params-Validate-%{version}.tar.gz
 
@@ -11,12 +11,12 @@ BuildArch:  noarch
 
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Devel::Caller)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires:  perl(Moose) >= 0.58
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.75
+BuildRequires:  perl(Moose) >= 2.1200
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(overload)
-BuildRequires:  perl(Params::Validate) >= 0.88
+BuildRequires:  perl(Params::Validate) >= 1.15
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Sub::Exporter)
@@ -38,12 +38,11 @@ the "official" one by any means though.
 sed -i -e '1s,#!.*perl,#!%{__perl},' t/*.t
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -57,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 15 2015 Emmanuel Seyman  - 0.21-1
+- Update to 0.21
+
 * Tue Nov 11 2014 Emmanuel Seyman  - 0.19-1
 - Update to 0.19
 - Use the %%license tag
diff --git a/sources b/sources
index 98c6131..54472db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5a0a4e69316935572de18c6ddc42b95  MooseX-Params-Validate-0.19.tar.gz
+6820bde80c022622bf9cb9aad27c48f6  MooseX-Params-Validate-0.21.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 Net-FTPSSL-0.26.tar.gz uploaded to lookaside cache by eseyman

2015-02-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Net-FTPSSL:

9b236e02a036b23b2bbe76c735cd79f9  Net-FTPSSL-0.26.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-Net-FTPSSL] Update to 0.26

2015-02-14 Thread Emmanuel Seyman
commit 1e67640a6706494cbb82d3592e096766bb048806
Author: Emmanuel Seyman 
Date:   Sun Feb 15 05:22:47 2015 +0100

Update to 0.26

 .gitignore   |1 +
 perl-Net-FTPSSL.spec |   21 +++--
 sources  |2 +-
 3 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d54295d..de22d75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Net-FTPSSL-0.15.tar.gz
 /Net-FTPSSL-0.23.tar.gz
 /Net-FTPSSL-0.24.tar.gz
 /Net-FTPSSL-0.25.tar.gz
+/Net-FTPSSL-0.26.tar.gz
diff --git a/perl-Net-FTPSSL.spec b/perl-Net-FTPSSL.spec
index bfc42fc..801dfa4 100644
--- a/perl-Net-FTPSSL.spec
+++ b/perl-Net-FTPSSL.spec
@@ -1,13 +1,13 @@
 Name:   perl-Net-FTPSSL
-Version:0.25
-Release:2%{?dist}
+Version:0.26
+Release:1%{?dist}
 Summary:Perl module for FTP over SSL/TLS
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-FTPSSL/
 Source0:
http://www.cpan.org/authors/id/C/CL/CLEACH/Net-FTPSSL-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # According to Changes, v0.97 causes unspecified hang,
 # but v1.08 is well tested. In el5 we have v1.01, dropping
 # the v1.08 requirement that META.yml has.
@@ -29,15 +29,12 @@ Perl as described in RFC959 and RFC2228. It will use TLS by 
default.
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -52,11 +49,15 @@ echo n |make test
 
 %files
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Net*
+%{_mandir}/man3/Net*
 
 
 %changelog
+* Sun Feb 15 2015 Emmanuel Seyman  - 0.26-1
+- Update to 0.26
+- Tighten file listing
+
 * Sun Sep 07 2014 Jitka Plesnikova  - 0.25-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index fcd77db..5cf4709 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77bffaffd20a1c2452d66ea1824b475e  Net-FTPSSL-0.25.tar.gz
+9b236e02a036b23b2bbe76c735cd79f9  Net-FTPSSL-0.26.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

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

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

af20eaafaf525b4138eb94c86d54566f  Palm-1.015.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-Getopt-GUI-Long

2015-02-14 Thread buildsys


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


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

Broken dependencies: perl-QWizard

2015-02-14 Thread buildsys


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


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

Broken dependencies: perl-SVK

2015-02-14 Thread buildsys


perl-SVK has broken dependencies in the epel-5 tree:
On ppc:
perl-SVK-2.0.2-1.el5.noarch requires perl(SVN::Mirror) >= 0:0.71
On x86_64:
perl-SVK-2.0.2-1.el5.noarch requires perl(SVN::Mirror) >= 0:0.71
On i386:
perl-SVK-2.0.2-1.el5.noarch requires perl(SVN::Mirror) >= 0:0.71
Please resolve this as soon as possible.


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

Broken dependencies: perl-XML-Xerces

2015-02-14 Thread buildsys


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


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

Broken dependencies: perl-XML-Xerces

2015-02-14 Thread buildsys


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


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

Broken dependencies: perl-SystemC-Vregs

2015-02-14 Thread buildsys


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


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

Broken dependencies: perl-SVK

2015-02-14 Thread buildsys


perl-SVK has broken dependencies in the epel-5 tree:
On ppc:
perl-SVK-2.0.2-1.el5.noarch requires perl(SVN::Mirror) >= 0:0.71
On x86_64:
perl-SVK-2.0.2-1.el5.noarch requires perl(SVN::Mirror) >= 0:0.71
On i386:
perl-SVK-2.0.2-1.el5.noarch requires perl(SVN::Mirror) >= 0:0.71
Please resolve this as soon as possible.


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

Broken dependencies: perl-QWizard

2015-02-14 Thread buildsys


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


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

Broken dependencies: perl-Getopt-GUI-Long

2015-02-14 Thread buildsys


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


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

[perl-Palm] Update to 1.015

2015-02-14 Thread Emmanuel Seyman
commit 048d79c98863f1eebbd75fe8aa7345a93bbfd753
Author: Emmanuel Seyman 
Date:   Sun Feb 15 05:34:11 2015 +0100

Update to 1.015

 .gitignore |1 +
 perl-Palm.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 697b88e..16078e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Palm-1.014.tar.gz
+/Palm-1.015.tar.gz
diff --git a/perl-Palm.spec b/perl-Palm.spec
index dcf974d..87a24f7 100644
--- a/perl-Palm.spec
+++ b/perl-Palm.spec
@@ -1,6 +1,6 @@
 Name:   perl-Palm
-Version:1.014
-Release:2%{?dist}
+Version:1.015
+Release:1%{?dist}
 Summary:Palm OS utility functions
 License:GPL+ or Artistic
 
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/Palm*
 
 %changelog
+* Sun Feb 15 2015 Emmanuel Seyman  - 1.015-1
+- Update to 1.015
+
 * Tue Feb 03 2015 Emmanuel Seyman  - 1.014-2
 - Take into account review comments (#1188648)
 
diff --git a/sources b/sources
index 849323b..205d290 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-523974b9f8ae7061ffcca92e6a7111b6  Palm-1.014.tar.gz
+af20eaafaf525b4138eb94c86d54566f  Palm-1.015.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 Plack-Middleware-MethodOverride-0.12.tar.gz uploaded to lookaside cache by eseyman

2015-02-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for 
perl-Plack-Middleware-MethodOverride:

02971e5e0d3350730a0c30481672ac0b  Plack-Middleware-MethodOverride-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Plack-Middleware-MethodOverride] Update to 0.12

2015-02-14 Thread Emmanuel Seyman
commit 7a48d5851393b85e8c6574e7f24cf333ca22f115
Author: Emmanuel Seyman 
Date:   Sun Feb 15 05:48:52 2015 +0100

Update to 0.12

 .gitignore|1 +
 perl-Plack-Middleware-MethodOverride.spec |   20 
 sources   |2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0aee15..169c089 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Plack-Middleware-MethodOverride-0.10.tar.gz
 /Plack-Middleware-MethodOverride-0.11.tar.gz
+/Plack-Middleware-MethodOverride-0.12.tar.gz
diff --git a/perl-Plack-Middleware-MethodOverride.spec 
b/perl-Plack-Middleware-MethodOverride.spec
index 8c1523a..b04295d 100644
--- a/perl-Plack-Middleware-MethodOverride.spec
+++ b/perl-Plack-Middleware-MethodOverride.spec
@@ -1,5 +1,5 @@
 Name:   perl-Plack-Middleware-MethodOverride
-Version:0.11
+Version:0.12
 Release:1%{?dist}
 Summary:Override REST methods to Plack apps via POST
 License:GPL+ or Artistic
@@ -9,7 +9,7 @@ Source0:
http://www.cpan.org/authors/id/D/DW/DWHEELER/Plack-Middleware-Me
 
 BuildArch:  noarch
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Plack) >= 0.9929
 BuildRequires:  perl(Plack::Middleware)
 BuildRequires:  perl(Plack::Test)
@@ -34,23 +34,27 @@ Either way, the overriding works only via POST requests, 
not GET.
 %setup -q -n Plack-Middleware-MethodOverride-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %files
-%doc Changes README.md
+%doc Changes README
+%license LICENSE
 %{perl_vendorlib}/Plack*
 %{_mandir}/man3/Plack*
 
 %changelog
+* Sun Feb 15 2015 Emmanuel Seyman  - 0.12-1
+- Update to 0.12
+- Use the %%license tag
+
 * Sun Jan 18 2015 Emmanuel Seyman  - 0.11-1
 - Update to 0.11
 
diff --git a/sources b/sources
index 5882c9e..fd9566b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f24b9f497063f948a6a149d24f5e38e  Plack-Middleware-MethodOverride-0.11.tar.gz
+02971e5e0d3350730a0c30481672ac0b  Plack-Middleware-MethodOverride-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File TAP-Harness-JUnit-0.42.tar.gz uploaded to lookaside cache by eseyman

2015-02-14 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-TAP-Harness-JUnit:

b2181cba61f47045e5efb3de0cd868f5  TAP-Harness-JUnit-0.42.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-TAP-Harness-JUnit] Update to 0.42

2015-02-14 Thread Emmanuel Seyman
commit 4b231f9edada9954db058f6e3c89a9c3e98f67e9
Author: Emmanuel Seyman 
Date:   Sun Feb 15 05:56:39 2015 +0100

Update to 0.42

 .gitignore  |1 +
 perl-TAP-Harness-JUnit.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 19cfed2..46696b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ TAP-Harness-JUnit-0.32.tar.gz
 /TAP-Harness-JUnit-0.39.tar.gz
 /TAP-Harness-JUnit-0.40.tar.gz
 /TAP-Harness-JUnit-0.41.tar.gz
+/TAP-Harness-JUnit-0.42.tar.gz
diff --git a/perl-TAP-Harness-JUnit.spec b/perl-TAP-Harness-JUnit.spec
index f54143d..1027831 100644
--- a/perl-TAP-Harness-JUnit.spec
+++ b/perl-TAP-Harness-JUnit.spec
@@ -1,6 +1,6 @@
 Name:   perl-TAP-Harness-JUnit
-Version:0.41
-Release:5%{?dist}
+Version:0.42
+Release:1%{?dist}
 Summary:Generate JUnit compatible output from TAP results
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 
 
 %changelog
+* Sun Feb 15 2015 Emmanuel Seyman  - 0.42-1
+- Update to 0.42
+
 * Thu Aug 28 2014 Jitka Plesnikova  - 0.41-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 6c984d1..2cc1bc7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3023bbe99afb6d052c175e39ee9a9862  TAP-Harness-JUnit-0.41.tar.gz
+b2181cba61f47045e5efb3de0cd868f5  TAP-Harness-JUnit-0.42.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