File Test-Dist-VersionSync-v1.1.4.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Test-Dist-VersionSync:

4adc3ed7e4520a13f89b80484f9f9532  Test-Dist-VersionSync-v1.1.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-Test-Dist-VersionSync] Update to 1.1.4

2014-11-22 Thread Emmanuel Seyman
commit 98705ae685501a600135ddd04d9f6db892cdf443
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sat Nov 22 09:47:20 2014 +0100

Update to 1.1.4

 .gitignore  |1 +
 perl-Test-Dist-VersionSync.spec |   19 +--
 sources |2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd04a89..bf19063 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Test-Dist-VersionSync-1.1.1.tar.gz
 /Test-Dist-VersionSync-1.1.2.tar.gz
 /Test-Dist-VersionSync-v1.1.3.tar.gz
+/Test-Dist-VersionSync-v1.1.4.tar.gz
diff --git a/perl-Test-Dist-VersionSync.spec b/perl-Test-Dist-VersionSync.spec
index 4f10eaa..ca82663 100644
--- a/perl-Test-Dist-VersionSync.spec
+++ b/perl-Test-Dist-VersionSync.spec
@@ -1,9 +1,9 @@
 Name:   perl-Test-Dist-VersionSync
-Version:1.1.3
-Release:3%{?dist}
+Version:1.1.4
+Release:1%{?dist}
 Summary:Verify that all the modules in a distribution have the same 
version number
 License:GPLv3
-Group:  Development/Libraries
+
 URL:http://search.cpan.org/dist/Test-Dist-VersionSync/
 Source0:
http://www.cpan.org/authors/id/A/AU/AUBERTG/Test-Dist-VersionSync-v%{version}.tar.gz
 BuildArch:  noarch
@@ -38,11 +38,18 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 ./Build test
 
 %files
-%doc Changes ignore.txt LICENSE README.md
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes README.md
+%license LICENSE
+%{perl_vendorlib}/Test*
+%{_mandir}/man3/Test*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 1.1.4-1
+- Update to 1.1.4
+- Tighten file listing
+- Use %%license tag
+- Drop Group tag (no longer used)
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.1.3-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index c62e735..d446dff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7ce414b5788688118d7071d81d34fab  Test-Dist-VersionSync-v1.1.3.tar.gz
+4adc3ed7e4520a13f89b80484f9f9532  Test-Dist-VersionSync-v1.1.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

File Search-Elasticsearch-1.16.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Search-Elasticsearch:

c1dc6cfdacede41e6959de148c998367  Search-Elasticsearch-1.16.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-Search-Elasticsearch] Update to 1.16

2014-11-22 Thread Emmanuel Seyman
commit 9b0248316eac59dd26eca5684f149dd6e0dae122
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sat Nov 22 10:13:51 2014 +0100

Update to 1.16

 .gitignore |1 +
 perl-Search-Elasticsearch.spec |   15 +++
 sources|2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1534ce6..060b0d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Search-Elasticsearch-1.13.tar.gz
 /Search-Elasticsearch-1.14.tar.gz
 /Search-Elasticsearch-1.15.tar.gz
+/Search-Elasticsearch-1.16.tar.gz
diff --git a/perl-Search-Elasticsearch.spec b/perl-Search-Elasticsearch.spec
index 309e5e6..772199c 100644
--- a/perl-Search-Elasticsearch.spec
+++ b/perl-Search-Elasticsearch.spec
@@ -1,5 +1,5 @@
 Name:   perl-Search-Elasticsearch
-Version:1.15
+Version:1.16
 Release:1%{?dist}
 Summary:Official client for Elasticsearch
 License:ASL 2.0
@@ -82,11 +82,18 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
-%doc Changes LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes README
+%license LICENSE
+%{perl_vendorlib}/Search*
+%{_mandir}/man3/Search*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 1.16-1
+- Update to 1.16
+- Drop Group tag
+- Add %%license tag
+- Tighten file listing
+
 * Sun Nov 09 2014 Emmanuel Seyman emman...@seyman.fr - 1.15-1
 - Update to 1.15
 
diff --git a/sources b/sources
index 622ccde..5216fa4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4cdab6dbce8ba6ee1367da208ba4cc08  Search-Elasticsearch-1.15.tar.gz
+c1dc6cfdacede41e6959de148c998367  Search-Elasticsearch-1.16.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 Queue-DBI-v2.6.1.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Queue-DBI:

2caacd94b44f9758e2f9015306d344e6  Queue-DBI-v2.6.1.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-Queue-DBI] Update to 2.6.1

2014-11-22 Thread Emmanuel Seyman
commit bb34662636fbfaa8ce048b56599a4af7c674b771
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sat Nov 22 10:37:20 2014 +0100

Update to 2.6.1

 .gitignore  |1 +
 perl-Queue-DBI.spec |   14 ++
 sources |2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c7a3c5..7481bd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Queue-DBI-2.5.2.tar.gz
 /Queue-DBI-v2.5.3.tar.gz
 /Queue-DBI-v2.6.0.tar.gz
+/Queue-DBI-v2.6.1.tar.gz
diff --git a/perl-Queue-DBI.spec b/perl-Queue-DBI.spec
index 5d8003b..775ab7e 100644
--- a/perl-Queue-DBI.spec
+++ b/perl-Queue-DBI.spec
@@ -1,5 +1,5 @@
 Name:   perl-Queue-DBI
-Version:2.6.0
+Version:2.6.1
 Release:1%{?dist}
 Summary:A queueing module with an emphasis on safety, using DBI as a 
storage system
 License:GPLv3
@@ -43,11 +43,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 ./Build test
 
 %files
-%doc Changes LICENSE README.md
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes README.md
+%license LICENSE
+%{perl_vendorlib}/Queue*
+%{_mandir}/man3/Queue*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 2.6.1-1
+- Update to 2.6.1
+- Add the %%license tag
+- Tighten file listing
+
 * Sun Nov 02 2014 Emmanuel Seyman emman...@seyman.fr - 2.6.0-1
 - Update to 2.6.0
 
diff --git a/sources b/sources
index 9190df8..f1e04a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32b844461edb29770e3cba7d7a822bee  Queue-DBI-v2.6.0.tar.gz
+2caacd94b44f9758e2f9015306d344e6  Queue-DBI-v2.6.1.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

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

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Mojolicious:

f58685afedde82e6328eaddc01bb5632  Mojolicious-5.63.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.63

2014-11-22 Thread Emmanuel Seyman
commit 7d772ba1a34d20163db3c1a3437d6de68a58ba0d
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sat Nov 22 10:48:13 2014 +0100

Update to 5.63

 .gitignore|1 +
 perl-Mojolicious.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 30ef473..2b207bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -150,3 +150,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-5.56.tar.gz
 /Mojolicious-5.59.tar.gz
 /Mojolicious-5.61.tar.gz
+/Mojolicious-5.63.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 327b62f..66f9c46 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:   perl-Mojolicious
-Version:5.61
+Version:5.63
 Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
@@ -62,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 5.63-1
+- Update to 5.63
+
 * Sat Nov 15 2014 Emmanuel Seyman emman...@seyman.fr - 5.61-1
 - Update to 5.61
 
diff --git a/sources b/sources
index 196eeb9..8b710e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d76bf18515b18d4f3b46340f5238331  Mojolicious-5.61.tar.gz
+f58685afedde82e6328eaddc01bb5632  Mojolicious-5.63.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-Strip-2.02.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-HTML-Strip:

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

[perl-HTML-Strip] Update to 2.02

2014-11-22 Thread Emmanuel Seyman
commit faeb78ddd5f57e5a65fc04192d8bec67420a7423
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sat Nov 22 10:57:09 2014 +0100

Update to 2.02

 .gitignore   |1 +
 perl-HTML-Strip.spec |6 +-
 sources  |2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d97e51f..2a03aab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 HTML-Strip-1.06.tar.gz
 /HTML-Strip-1.10.tar.gz
+/HTML-Strip-2.02.tar.gz
diff --git a/perl-HTML-Strip.spec b/perl-HTML-Strip.spec
index 7f09c50..741b846 100644
--- a/perl-HTML-Strip.spec
+++ b/perl-HTML-Strip.spec
@@ -1,5 +1,5 @@
 Name:   perl-HTML-Strip
-Version:1.10
+Version:2.02
 Release:1%{?dist}
 Summary:Perl extension for stripping HTML markup from text
 License:GPL+ or Artistic
@@ -9,6 +9,7 @@ Source0:
http://www.cpan.org/authors/id/K/KI/KILINRAX/HTML-Strip-%{versio
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTML::Entities)
+BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -52,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 2.02-1
+- Update to 2.02
+
 * Mon Nov 10 2014 Emmanuel Seyman emman...@seyman.fr - 1.10-1
 - Update to 1.10
 - Clean up specfile
diff --git a/sources b/sources
index 3e567fd..bab9e40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82824708e5462797050e934d842f15de  HTML-Strip-1.10.tar.gz
+ffcd8868e3f8408d5de9b4abbc397ca0  HTML-Strip-2.02.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Config-INI-0.025.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Config-INI:

0402eb29869547dbcf03ed6f35fef3c0  Config-INI-0.025.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-Config-INI] Update to 0.025

2014-11-22 Thread Emmanuel Seyman
commit 5c9b1e90fe7312803b63d3f543ce49d7b62417ef
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sat Nov 22 11:29:47 2014 +0100

Update to 0.025

 .gitignore   |1 +
 perl-Config-INI.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8689ee..6609d64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Config-INI-0.014.tar.gz
 /Config-INI-0.018.tar.gz
 /Config-INI-0.019.tar.gz
 /Config-INI-0.024.tar.gz
+/Config-INI-0.025.tar.gz
diff --git a/perl-Config-INI.spec b/perl-Config-INI.spec
index 4a1f5f9..c43290b 100644
--- a/perl-Config-INI.spec
+++ b/perl-Config-INI.spec
@@ -1,5 +1,5 @@
 Name:   perl-Config-INI
-Version:0.024
+Version:0.025
 Release:1%{?dist}
 Summary:Config::INI Perl module
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ make test
 %{_mandir}/man3/Config*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 0.025-1
+- Update to 0.025
+
 * Mon Nov 10 2014 Emmanuel Seyman emman...@seyman.fr - 0.024-1
 - Update to 0.024
 - Clean up the specfile
diff --git a/sources b/sources
index 14ea369..0f783ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b174f01470e446c3224dd39a20cbdea8  Config-INI-0.024.tar.gz
+0402eb29869547dbcf03ed6f35fef3c0  Config-INI-0.025.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 FCGI-ProcManager-0.25.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-FCGI-ProcManager:

8cdb9e0f236443a0ae499a54f80c2492  FCGI-ProcManager-0.25.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-FCGI-ProcManager] Update to 0.25

2014-11-22 Thread Emmanuel Seyman
commit 5af1cb21674c394fe4284683628d52613b2c854f
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sat Nov 22 11:34:51 2014 +0100

Update to 0.25

 .gitignore |1 +
 perl-FCGI-ProcManager.spec |   18 --
 sources|2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34ecb51..ce2533a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 FCGI-ProcManager-0.19.tar.gz
 /FCGI-ProcManager-0.24.tar.gz
+/FCGI-ProcManager-0.25.tar.gz
diff --git a/perl-FCGI-ProcManager.spec b/perl-FCGI-ProcManager.spec
index 19ca6fe..7028c6c 100644
--- a/perl-FCGI-ProcManager.spec
+++ b/perl-FCGI-ProcManager.spec
@@ -1,11 +1,11 @@
 Name:   perl-FCGI-ProcManager
-Version:0.24
-Release:8%{?dist}
+Version:0.25
+Release:1%{?dist}
 # ProcManager.pm - LGPLv2, LGPLv3
 License:LGPLv2+
 Group:  Development/Libraries
 Summary:A FastCGI process manager
-Source: 
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/FCGI-ProcManager-%{version}.tar.gz
+Source: 
http://search.cpan.org/CPAN/authors/id/A/AR/ARODLAND/FCGI-ProcManager-%{version}.tar.gz
 Url:http://search.cpan.org/dist/FCGI-ProcManager
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
@@ -41,11 +41,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null 
';'
 make test
 
 %files
-%doc README ChangeLog COPYING
-%{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%doc README ChangeLog
+%license COPYING
+%{perl_vendorlib}/FCGI*
+%{_mandir}/man3/FCGI*.3*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 0.25-1
+- Update to 0.25
+- Tighten file listing
+- Add %%license tag
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.24-8
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 743a933..fa894cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0aa184b1e5339e0ad92f4c1439406304  FCGI-ProcManager-0.24.tar.gz
+8cdb9e0f236443a0ae499a54f80c2492  FCGI-ProcManager-0.25.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 App-Nopaste-0.98.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-App-Nopaste:

ad8be3f0cdeff08ccd812dcb8c304f3e  App-Nopaste-0.98.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-App-Nopaste] Update to 0.98

2014-11-22 Thread Emmanuel Seyman
commit cea4d7068b502e8ff97c5c15a15667d8cb5e7585
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sat Nov 22 11:42:14 2014 +0100

Update to 0.98

 .gitignore|1 +
 perl-App-Nopaste.spec |   15 +++
 sources   |2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 556dbdb..7d904a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ App-Nopaste-0.22.tar.gz
 /App-Nopaste-0.35.tar.gz
 /App-Nopaste-0.90.tar.gz
 /App-Nopaste-0.96.tar.gz
+/App-Nopaste-0.98.tar.gz
diff --git a/perl-App-Nopaste.spec b/perl-App-Nopaste.spec
index 9547e52..96ff6b0 100644
--- a/perl-App-Nopaste.spec
+++ b/perl-App-Nopaste.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-Nopaste
-Version:0.96
+Version:0.98
 Release:1%{?dist}
 Summary:Easy access to any pastebin
 License:GPL+ or Artistic
@@ -20,6 +20,7 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Getopt::Long::Descriptive)
 BuildRequires:  perl(JSON)
+BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(Module::Pluggable)
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(POSIX)
@@ -78,15 +79,21 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} +
 make test
 
 %files
-%doc Changes CONTRIBUTING LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes CONTRIBUTING README
+%license LICENSE
+%{perl_vendorlib}/App*
+%{_mandir}/man3/App*
 
 %files -n nopaste
 %{_bindir}/*
 %{_mandir}/man1/*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 0.98-1
+- Update to 0.98
+- Add the %%license tag
+- Tighten file listing
+
 * Fri Nov 07 2014 Petr Ĺ abata con...@redhat.com - 0.96-1
 - 0.96 bump
 
diff --git a/sources b/sources
index e52c10f..a788c23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-609063c6bbdf4334ef7d2a115260a82d  App-Nopaste-0.96.tar.gz
+ad8be3f0cdeff08ccd812dcb8c304f3e  App-Nopaste-0.98.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 Catalyst-Action-REST-1.17.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Catalyst-Action-REST:

b6af0e3353b7dca07152967e3c81bbd8  Catalyst-Action-REST-1.17.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-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1164460

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
Package perl-HTML-Mason-1.56-1.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-HTML-Mason-1.56-1.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-15499/perl-HTML-Mason-1.56-1.fc19
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=tEhwzJ4qqha=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 1163280] perl-PerlIO-utf8_strict-0.005 is available

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

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-PerlIO-utf8_strict-0.0 |perl-PerlIO-utf8_strict-0.0
   |05-1.fc22   |05-1.fc20
 Resolution|--- |ERRATA
Last Closed||2014-11-22 07:33:17



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-PerlIO-utf8_strict-0.005-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=azNemzOVI9a=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 1163316] perl-Text-MultiMarkdown-1.000035 is available

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

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Text-MultiMarkdown-1.0 |perl-Text-MultiMarkdown-1.0
   |00035-1.fc22|00035-1.fc20
 Resolution|--- |ERRATA
Last Closed||2014-11-22 07:35:06



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Text-MultiMarkdown-1.35-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=bZSuVFAfXva=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 1163200] perl-Carp-REPL-0.16 is available

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



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Carp-REPL-0.16-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=rLkkQjx26Pa=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 1163490] Dual-lived perl-Pod-Usage needs to compete with perl.spec's epoch

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

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

   What|Removed |Added

   Fixed In Version|perl-Pod-Usage-1.64-2.fc21  |perl-Pod-Usage-1.61-2.fc19



--- Comment #13 from Fedora Update System upda...@fedoraproject.org ---
perl-Pod-Usage-1.61-2.fc19, perl-Pod-Checker-1.60-2.fc19 has been pushed to the
Fedora 19 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=5Yt1GDwRoEa=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 1163318] perl-Time-Warp-0.51 is available

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

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Time-Warp-0.51-1.fc22  |perl-Time-Warp-0.51-1.fc20
 Resolution|--- |ERRATA
Last Closed||2014-11-22 07:38:41



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Time-Warp-0.51-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=MXW4xEcSima=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 1163198] perl-Cache-Cache-1.07 is available

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



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Cache-Cache-1.07-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=yznnpem79za=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 1163225] perl-Devel-PatchPerl-1.28 is available

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

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Devel-PatchPerl-1.28-1 |perl-Devel-PatchPerl-1.28-1
   |.fc22   |.fc20
 Resolution|--- |ERRATA
Last Closed||2014-11-22 07:39:09



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Devel-PatchPerl-1.28-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=0QyHzdzflla=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 1163291] perl-Rose-DB-Object-0.813 is available

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

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Rose-DB-Object-0.813-1
   ||.fc20
 Resolution|--- |ERRATA
Last Closed||2014-11-22 07:39:57



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Rose-DB-Object-0.813-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=ugiTV0PiPEa=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 1163202] perl-Chart-2.4.8 is available

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



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Chart-2.4.8-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=XncsfB6W2Ya=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 1163280] perl-PerlIO-utf8_strict-0.005 is available

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

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

   What|Removed |Added

   Fixed In Version|perl-PerlIO-utf8_strict-0.0 |perl-PerlIO-utf8_strict-0.0
   |05-1.fc20   |05-1.fc19



--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
perl-PerlIO-utf8_strict-0.005-1.fc19 has been pushed to the Fedora 19 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=704gUF8KYoa=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 1163316] perl-Text-MultiMarkdown-1.000035 is available

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

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

   What|Removed |Added

   Fixed In Version|perl-Text-MultiMarkdown-1.0 |perl-Text-MultiMarkdown-1.0
   |00035-1.fc20|00035-1.fc19



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Text-MultiMarkdown-1.35-1.fc19 has been pushed to the Fedora 19 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=YmuOPkdrCYa=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 1163318] perl-Time-Warp-0.51 is available

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

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

   What|Removed |Added

   Fixed In Version|perl-Time-Warp-0.51-1.fc20  |perl-Time-Warp-0.51-1.fc19



--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
perl-Time-Warp-0.51-1.fc19 has been pushed to the Fedora 19 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=ojcCXtzaMYa=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 1163304] perl-Sub-Exporter-ForMethods-0.100051 is available

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

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Sub-Exporter-ForMethods-0.100051-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-Sub-Exporter-ForMethods-0.100051-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-15546/perl-Sub-Exporter-ForMethods-0.100051-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=0SchJp5ZJma=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 1163291] perl-Rose-DB-Object-0.813 is available

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

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

   What|Removed |Added

   Fixed In Version|perl-Rose-DB-Object-0.813-1 |perl-Rose-DB-Object-0.813-4
   |.fc20   |.fc19



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Rose-DB-Object-0.813-4.fc19 has been pushed to the Fedora 19 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=ZfdNICIcoHa=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 1165554] Request to retire perl-ZMQ-LibZMQ3

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

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

   What|Removed |Added

 CC||ppi...@redhat.com



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
There is nothing like a ZMQ-LibZMQ
http://search.cpan.org/search?query=ZMQmode=dist as there is nothing like a
zeromq library. Each of the ZMQ-LibZMQX is a wrapper around specific
zeromq-X library.

There is a ZMQ which is a wrapper above ZMQ-LibZMQ2 and ZMQ-LibZMQ3 to provide
common abstract interface. It's author does not yet included ZMQ-LibZMQ4
support but he doubted about zeromq API stability
https://github.com/lestrrat/p5-ZMQ/issues/29.

The ZMQ-LibZMQ4 has not yet been 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=rAS75O8qL6a=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 1164462] perl-Perl-Critic-Pulp-86 is available

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

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Perl-Critic-Pulp-87-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-Perl-Critic-Pulp-87-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-15587/perl-Perl-Critic-Pulp-87-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=pzZnwrBjD3a=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 1166393] perl-Perl-Critic-Pulp-87 is available

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

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Perl-Critic-Pulp-87-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-Perl-Critic-Pulp-87-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-15587/perl-Perl-Critic-Pulp-87-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=Sinm4wUUcNa=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 1163254] perl-Log-Dispatchouli-2.010 is available

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

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Log-Dispatchouli-2.010-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-Log-Dispatchouli-2.010-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-15591/perl-Log-Dispatchouli-2.010-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=kqcsfqnSWWa=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 1163253] perl-Log-Dispatch-Array-1.003 is available

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

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Log-Dispatch-Array-1.003-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-Log-Dispatch-Array-1.003-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-15617/perl-Log-Dispatch-Array-1.003-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=ijemJrOelya=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-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166381

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Bit-Vector-7.4-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-Bit-Vector-7.4-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-15631/perl-Bit-Vector-7.4-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=JjvQudqIDJa=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 MetaCPAN-Client-1.008000.tar.gz uploaded to lookaside cache by pghmcfc

2014-11-22 Thread Paul Howarth
A file has been added to the lookaside cache for perl-MetaCPAN-Client:

664e0bcd0f9ba5bb4adc1f4be44761e7  MetaCPAN-Client-1.008000.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-MetaCPAN-Client] Update to 1.008000

2014-11-22 Thread Paul Howarth
commit 15373aa707d19a40db5c9a512aca8bd7f7df4fbf
Author: Paul Howarth p...@city-fan.org
Date:   Sat Nov 22 20:36:49 2014 +

Update to 1.008000

- New upstream release 1.008000
  - CPAN RT#99498: added API for 'match_all' queries via all($type)
  - GH#21: make 'domain' and 'version' settable via new()
  - CPAN  RT#94491: document nested queries

 perl-MetaCPAN-Client.spec |8 +++-
 sources   |2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-MetaCPAN-Client.spec b/perl-MetaCPAN-Client.spec
index ae19fab..22cafd4 100644
--- a/perl-MetaCPAN-Client.spec
+++ b/perl-MetaCPAN-Client.spec
@@ -3,7 +3,7 @@
 # TODO: BR: perl(HTTP::Tiny::Mech) and perl(WWW::Mechanize::Cache) when 
available
 
 Name:  perl-MetaCPAN-Client
-Version:   1.007001
+Version:   1.008000
 Release:   1%{?dist}
 Summary:   A comprehensive, DWIM-featured client to the MetaCPAN API
 Group: Development/Libraries
@@ -93,6 +93,12 @@ mv ./[a-z]*.t t/api/
 %{_mandir}/man3/MetaCPAN::Client::Role::Entity.3*
 
 %changelog
+* Sat Nov 22 2014 Paul Howarth p...@city-fan.org - 1.008000-1
+- Update to 1.008000
+  - CPAN RT#99498: added API for 'match_all' queries via all($type)
+  - GH#21: make 'domain' and 'version' settable via new()
+  - CPAN  RT#94491: document nested queries
+
 * Thu Oct  9 2014 Paul Howarth p...@city-fan.org - 1.007001-1
 - Update to 1.007001
   - GH#18: HTTP::Tiny::Mech and WWW::Mechanize::Cached downgraded to being
diff --git a/sources b/sources
index ed6cbdb..2302e9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa0f86d4d20e9f82ad820e0fe2440b05  MetaCPAN-Client-1.007001.tar.gz
+664e0bcd0f9ba5bb4adc1f4be44761e7  MetaCPAN-Client-1.008000.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-MetaCPAN-Client] Created tag perl-MetaCPAN-Client-1.008000-1.fc22

2014-11-22 Thread Paul Howarth
The lightweight tag 'perl-MetaCPAN-Client-1.008000-1.fc22' was created pointing 
to:

 15373aa... Update to 1.008000
--
Fedora Extras Perl SIG
http://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 Catalyst-Model-DBIC-Schema-0.65.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for 
perl-Catalyst-Model-DBIC-Schema:

8db4a9c80610c24bfbc571e26e18ec6a  Catalyst-Model-DBIC-Schema-0.65.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-Catalyst-Model-DBIC-Schema] Update to 0.65

2014-11-22 Thread Emmanuel Seyman
commit c77c77c8dccbb35f9fc3340cbb0e3e6f0c44cd75
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sat Nov 22 23:53:12 2014 +0100

Update to 0.65

 .gitignore |1 +
 ...hema-0.62-Adjust-test-to-Data-Dumer-2.151.patch |   61 
 perl-Catalyst-Model-DBIC-Schema.spec   |   12 ++--
 sources|2 +-
 4 files changed, 9 insertions(+), 67 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fee0566..81e37d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Catalyst-Model-DBIC-Schema-0.40.tar.gz
 /Catalyst-Model-DBIC-Schema-0.59.tar.gz
 /Catalyst-Model-DBIC-Schema-0.60.tar.gz
 /Catalyst-Model-DBIC-Schema-0.61.tar.gz
+/Catalyst-Model-DBIC-Schema-0.65.tar.gz
diff --git a/perl-Catalyst-Model-DBIC-Schema.spec 
b/perl-Catalyst-Model-DBIC-Schema.spec
index 7014380..4cb5285 100644
--- a/perl-Catalyst-Model-DBIC-Schema.spec
+++ b/perl-Catalyst-Model-DBIC-Schema.spec
@@ -1,12 +1,10 @@
 Name:   perl-Catalyst-Model-DBIC-Schema
 Summary:DBIx::Class::Schema Model Class
-Version:0.61
-Release:4%{?dist}
+Version:0.65
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/Catalyst-Model-DBIC-Schema-%{version}.tar.gz
-# Restore compatibility with Data-Dumper-2.151, bug #1085905, CPAN RT#94599
-Patch0: 
Catalyst-Model-DBIC-Schema-0.62-Adjust-test-to-Data-Dumer-2.151.patch
 URL:http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
@@ -31,6 +29,7 @@ BuildRequires:  perl(Moose) = 1.12
 BuildRequires:  perl(MooseX::MarkAsMethods) = 0.13
 BuildRequires:  perl(MooseX::NonMoose) = 0.16
 BuildRequires:  perl(MooseX::Types)
+BuildRequires:  perl(MooseX::Types::LoadableClass)
 BuildRequires:  perl(namespace::autoclean) = 0.09
 BuildRequires:  perl(namespace::clean)
 BuildRequires:  perl(Storable)
@@ -64,7 +63,6 @@ generating these Models via Helper scripts.
 
 %prep
 %setup -q -n Catalyst-Model-DBIC-Schema-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -86,6 +84,10 @@ TEST_POD=1 C_M_DBIC_SCHEMA_TESTAPP=1 make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 0.65-1
+- Update to 0.65
+- Drop upstreamed patch
+
 * Tue Sep 02 2014 Jitka Plesnikova jples...@redhat.com - 0.61-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 8fb7de7..94bf444 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea5298bbd8acc703808bd1338244c505  Catalyst-Model-DBIC-Schema-0.61.tar.gz
+8db4a9c80610c24bfbc571e26e18ec6a  Catalyst-Model-DBIC-Schema-0.65.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 Catalyst-Plugin-ConfigLoader-0.34.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for 
perl-Catalyst-Plugin-ConfigLoader:

783b51f2f8113041cf2ab6c1a351bfce  Catalyst-Plugin-ConfigLoader-0.34.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-Catalyst-Plugin-ConfigLoader] Update to 0.34

2014-11-22 Thread Emmanuel Seyman
commit e167ba2f31f79222f5d5e3178aed8a24128da7e3
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Nov 23 00:03:28 2014 +0100

Update to 0.34

 .gitignore |1 +
 perl-Catalyst-Plugin-ConfigLoader.spec |   13 +
 sources|2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb1ef73..5fb1507 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Catalyst-Plugin-ConfigLoader-0.27.tar.gz
 /Catalyst-Plugin-ConfigLoader-0.30.tar.gz
+/Catalyst-Plugin-ConfigLoader-0.34.tar.gz
diff --git a/perl-Catalyst-Plugin-ConfigLoader.spec 
b/perl-Catalyst-Plugin-ConfigLoader.spec
index 2afc176..4af016f 100644
--- a/perl-Catalyst-Plugin-ConfigLoader.spec
+++ b/perl-Catalyst-Plugin-ConfigLoader.spec
@@ -1,9 +1,9 @@
 Name:   perl-Catalyst-Plugin-ConfigLoader
 Summary:Load config files of various types
-Version:0.30
-Release:11%{?dist}
+Version:0.34
+Release:1%{?dist}
 License:GPL+ or Artistic
-Group:  Development/Libraries
+
 Source0:
http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/Catalyst-Plugin-ConfigLoader-%{version}.tar.gz
 
 URL:http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -16,6 +16,8 @@ BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
 BuildRequires:  perl(MRO::Compat) = 0.09
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
 
 Requires:   perl(Catalyst::Runtime) = 5.7008
 Requires:   perl(Config::Any) = 0.20
@@ -49,12 +51,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null 
\;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 0.34-1
+- Update to 0.34
+- Drop no-longr-used tags
+
 * Tue Sep 02 2014 Jitka Plesnikova jples...@redhat.com - 0.30-11
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index b87fa03..dc2c460 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6cd604120535d5c0ab1160c3a097187  Catalyst-Plugin-ConfigLoader-0.30.tar.gz
+783b51f2f8113041cf2ab6c1a351bfce  Catalyst-Plugin-ConfigLoader-0.34.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 Catalyst-Plugin-Session-0.39.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Catalyst-Plugin-Session:

103dc6b62cbe93f135befc9cf0f77d45  Catalyst-Plugin-Session-0.39.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 1166041] CVE-2010-5312 jquery-ui: XSS vulnerability in jQuery.ui.dialog title option

2014-11-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166041
Bug 1166041 depends on bug 1166777, which changed state.

Bug 1166777 Summary: CVE-2010-5312 graphite-web: jquery-ui: XSS vulnerability 
in jQuery.ui.dialog title option [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1166777

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG



-- 
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=9YxzyHOwiha=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-Catalyst-Plugin-Session] Update to 0.39

2014-11-22 Thread Emmanuel Seyman
commit 5b67282d8a14c375259df4c8036de3ef9b94c6c4
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Nov 23 00:15:29 2014 +0100

Update to 0.39

 .gitignore|1 +
 perl-Catalyst-Plugin-Session.spec |   11 +++
 sources   |2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91c43af..5abf9a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Catalyst-Plugin-Session-0.29.tar.gz
 /Catalyst-Plugin-Session-0.35.tar.gz
 /Catalyst-Plugin-Session-0.36.tar.gz
 /Catalyst-Plugin-Session-0.37.tar.gz
+/Catalyst-Plugin-Session-0.39.tar.gz
diff --git a/perl-Catalyst-Plugin-Session.spec 
b/perl-Catalyst-Plugin-Session.spec
index 97104a5..52e7caa 100644
--- a/perl-Catalyst-Plugin-Session.spec
+++ b/perl-Catalyst-Plugin-Session.spec
@@ -1,10 +1,10 @@
 Name:   perl-Catalyst-Plugin-Session
 Summary:Catalyst generic session plugin
-Version:0.37
-Release:7%{?dist}
+Version:0.39
+Release:1%{?dist}
 License:GPL+ or Artistic
-Group:  Development/Libraries
-Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-%{version}.tar.gz
 
+
+Source0:
http://search.cpan.org/CPAN/authors/id/J/JJ/JJNAPIORK/Catalyst-Plugin-Session-%{version}.tar.gz
 
 URL:http://search.cpan.org/dist/Catalyst-Plugin-Session/
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
@@ -74,6 +74,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 0.39-1
+- Update to 0.39
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 0.37-7
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 09fd205..11a9b06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cce1bff083076a2874e2dc36740b498e  Catalyst-Plugin-Session-0.37.tar.gz
+103dc6b62cbe93f135befc9cf0f77d45  Catalyst-Plugin-Session-0.39.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 Catalyst-Plugin-Static-Simple-0.33.tar.gz uploaded to lookaside cache by eseyman

2014-11-22 Thread Emmanuel Seyman
A file has been added to the lookaside cache for 
perl-Catalyst-Plugin-Static-Simple:

231b75b5e4887e135c7ed94748e8c209  Catalyst-Plugin-Static-Simple-0.33.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-Catalyst-Plugin-Static-Simple] Update to 0.33

2014-11-22 Thread Emmanuel Seyman
commit 910c8e3b60f363110cc27eb77b04cf7ac7c7d3c3
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Nov 23 02:28:18 2014 +0100

Update to 0.33

 .gitignore  |1 +
 perl-Catalyst-Plugin-Static-Simple.spec |   11 ---
 sources |2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e579cc..096c0f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Catalyst-Plugin-Static-Simple-0.29.tar.gz
 /Catalyst-Plugin-Static-Simple-0.30.tar.gz
+/Catalyst-Plugin-Static-Simple-0.33.tar.gz
diff --git a/perl-Catalyst-Plugin-Static-Simple.spec 
b/perl-Catalyst-Plugin-Static-Simple.spec
index 912f33c..2208b14 100644
--- a/perl-Catalyst-Plugin-Static-Simple.spec
+++ b/perl-Catalyst-Plugin-Static-Simple.spec
@@ -1,11 +1,11 @@
 Name:   perl-Catalyst-Plugin-Static-Simple
-Version:0.30
-Release:8%{?dist}
+Version:0.33
+Release:1%{?dist}
 Summary:Make serving static pages painless
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/
-Source0:
http://search.cpan.org/CPAN/authors/id/A/AB/ABRAXXA/Catalyst-Plugin-Static-Simple-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/J/JJ/JJNAPIORK/Catalyst-Plugin-Static-Simple-%{version}.tar.gz
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -47,6 +47,7 @@ single line of code from you.
 
 %prep
 %setup -q -n Catalyst-Plugin-Static-Simple-%{version}
+chmod -x Changes lib/Catalyst/Plugin/Static/Simple.pm
 
 # silence rpmlint warnings
 find t -type f -print0 | xargs -0 sed -i '1s,#!.*perl,#!%{__perl},;s/\r//;'
@@ -71,6 +72,10 @@ TEST_POD=1 make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 22 2014 Emmanuel Seyman emman...@seyman.fr - 0.33-1
+- Update to 0.33
+- Fix rights on certain files
+
 * Tue Sep 02 2014 Jitka Plesnikova jples...@redhat.com - 0.30-8
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 82cd934..786df8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4a7721a79e1315c8437cd43f063483b  Catalyst-Plugin-Static-Simple-0.30.tar.gz
+231b75b5e4887e135c7ed94748e8c209  Catalyst-Plugin-Static-Simple-0.33.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-OpenOffice-UNO

2014-11-22 Thread buildsys


perl-OpenOffice-UNO has broken dependencies in the epel-6 tree:
On x86_64:
perl-OpenOffice-UNO-0.07-4.el6.x86_64 requires 
libsal_textenc.so.3()(64bit)
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-OpenOffice-UNO

2014-11-22 Thread buildsys


perl-OpenOffice-UNO has broken dependencies in the epel-6 tree:
On x86_64:
perl-OpenOffice-UNO-0.07-4.el6.x86_64 requires 
libsal_textenc.so.3()(64bit)
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-Authen-Simple

2014-11-22 Thread buildsys


perl-Authen-Simple has broken dependencies in the epel-6 tree:
On ppc64:
perl-Authen-Simple-0.4-5.el6.noarch requires perl(Crypt::PasswdMD5)
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-WWW-GoodData

2014-11-22 Thread buildsys


perl-WWW-GoodData has broken dependencies in the epel-5 tree:
On ppc:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
On i386:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
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

2014-11-22 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-QWizard

2014-11-22 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

2014-11-22 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-Getopt-GUI-Long

2014-11-22 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-WWW-GoodData

2014-11-22 Thread buildsys


perl-WWW-GoodData has broken dependencies in the epel-5 tree:
On ppc:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
On i386:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
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

2014-11-22 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)
On ppc:
perl-QWizard-3.15-9.el5.noarch requires perl(Gtk2)
On x86_64:
perl-QWizard-3.15-9.el5.noarch requires perl(Gtk2)
On i386:
perl-QWizard-3.15-9.el5.noarch requires perl(Gtk2)
Please resolve this as soon as possible.


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

Broken dependencies: perl-XML-Xerces

2014-11-22 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