[Bug 902236] perl-PDF-API2-2.021 is available

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



--- Comment #4 from Fedora Update System  ---
perl-PDF-API2-2.021-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/perl-PDF-API2-2.021-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=iYZoyvPp7K&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 902236] perl-PDF-API2-2.021 is available

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



--- Comment #3 from Fedora Update System  ---
perl-PDF-API2-2.021-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-PDF-API2-2.021-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=MFaErRQ5KE&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 902236] perl-PDF-API2-2.021 is available

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



--- Comment #2 from Fedora Update System  ---
perl-PDF-API2-2.021-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/perl-PDF-API2-2.021-1.fc19

-- 
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=wsHmG6vkbQ&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

[perl-Parse-CPAN-Meta] Upstream update.

2014-03-11 Thread corsepiu
commit 92c2cd6481ad1f1dac6bfcb844dc5f9f1ccb3b7d
Author: Ralf Corsépius 
Date:   Wed Mar 12 06:12:44 2014 +0100

Upstream update.

- Reflect upstream R:/BR:-changes.

 .gitignore|8 +---
 perl-Parse-CPAN-Meta.spec |   23 ++-
 sources   |2 +-
 3 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26f1a72..847fd02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1 @@
-Parse-CPAN-Meta-1.40.tar.gz
-/Parse-CPAN-Meta-1.4200.tar.gz
-/Parse-CPAN-Meta-1.4400.tar.gz
-/Parse-CPAN-Meta-1.4401.tar.gz
-/Parse-CPAN-Meta-1.4402.tar.gz
-/Parse-CPAN-Meta-1.4403.tar.gz
-/Parse-CPAN-Meta-1.4404.tar.gz
+/Parse-CPAN-Meta-1.4414.tar.gz
diff --git a/perl-Parse-CPAN-Meta.spec b/perl-Parse-CPAN-Meta.spec
index 1957195..dc58537 100644
--- a/perl-Parse-CPAN-Meta.spec
+++ b/perl-Parse-CPAN-Meta.spec
@@ -1,8 +1,8 @@
 Name:   perl-Parse-CPAN-Meta
 # dual-lifed module needs to match the epoch in perl.spec
 Epoch:  1
-Version:1.4404
-Release:291%{?dist}
+Version:1.4414
+Release:1%{?dist}
 Summary:Parse META.yml and META.json CPAN meta-data files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,15 +10,24 @@ URL:http://search.cpan.org/dist/Parse-CPAN-Meta/
 Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(CPAN::Meta::YAML) >= 0.008
+BuildRequires:  perl(CPAN::Meta::YAML) >= 0.011
+BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(CPAN::Meta::Requirements)
+BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec) >= 0.80
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(JSON::PP) >= 2.27200
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::More) >= 0.47
-Requires:   perl(CPAN::Meta::YAML) >= 0.008
-Requires:   perl(Exporter)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(version)
+BuildRequires:  perl(warnings)
+
+Requires:   perl(CPAN::Meta::YAML) >= 0.011
 Requires:   perl(JSON::PP) >= 2.27200
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -52,6 +61,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 12 2014 Ralf Corsépius  - 1:1.4414-1
+- Upstream update.
+- Reflect upstream R:/BR:-changes.
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 1:1.4404-291
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 9b5cb5f..3fc37aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5fd0e1b3dac224ad647953f97f2c568f  Parse-CPAN-Meta-1.4404.tar.gz
+f83ad609767ab52e9a452243f50c71ca  Parse-CPAN-Meta-1.4414.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 Parse-CPAN-Meta-1.4414.tar.gz uploaded to lookaside cache by corsepiu

2014-03-11 Thread corsepiu
A file has been added to the lookaside cache for perl-Parse-CPAN-Meta:

f83ad609767ab52e9a452243f50c71ca  Parse-CPAN-Meta-1.4414.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-PDF-API2/f20] (3 commits) ...only use perl(Pod::Test) for Fedora - not available in EPEL

2014-03-11 Thread Bernard Johnson
Summary of changes:

  a0055c0... v 2.021 (bz #902236) (*)
  885a5d6... CONTACT file no longer available (*)
  a6d24db... only use perl(Pod::Test) for Fedora - not available in EPEL (*)

(*) 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-PDF-API2/el6] (9 commits) ...only use perl(Pod::Test) for Fedora - not available in EPEL

2014-03-11 Thread Bernard Johnson
Summary of changes:

  fa2be1b... Perl 5.16 rebuild (*)
  13fa7be... - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass (*)
  ecba69c... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  92889dc... Perl 5.18 rebuild (*)
  f7c300f... 2.020 bump (*)
  2003fb1... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  a0055c0... v 2.021 (bz #902236) (*)
  885a5d6... CONTACT file no longer available (*)
  a6d24db... only use perl(Pod::Test) for Fedora - not available in EPEL (*)

(*) 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-PDF-API2/f19] (6 commits) ...only use perl(Pod::Test) for Fedora - not available in EPEL

2014-03-11 Thread Bernard Johnson
Summary of changes:

  92889dc... Perl 5.18 rebuild (*)
  f7c300f... 2.020 bump (*)
  2003fb1... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  a0055c0... v 2.021 (bz #902236) (*)
  885a5d6... CONTACT file no longer available (*)
  a6d24db... only use perl(Pod::Test) for Fedora - not available in EPEL (*)

(*) 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-PDF-API2] only use perl(Pod::Test) for Fedora - not available in EPEL

2014-03-11 Thread Bernard Johnson
commit a6d24db5a5cee41392e2d9901bc6af7f07929bf5
Author: Bernard Johnson 
Date:   Tue Mar 11 22:37:30 2014 -0600

only use perl(Pod::Test) for Fedora - not available in EPEL

 perl-PDF-API2.spec |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec
index 4f50e71..13c68cc 100644
--- a/perl-PDF-API2.spec
+++ b/perl-PDF-API2.spec
@@ -33,7 +33,9 @@ BuildRequires:  perl(vars)
 # Tests:
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(Test::More)
+%if ! 0%{?rhel}
 BuildRequires:  perl(Test::Pod)
+%endif
 Requires:   dejavu-sans-fonts
 Requires:   dejavu-sans-mono-fonts
 Requires:   dejavu-serif-fonts
--
Fedora Extras Perl SIG
http://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-PDF-API2] CONTACT file no longer available

2014-03-11 Thread Bernard Johnson
commit 885a5d6d708f4aa59034ade1ece62ce57f986604
Author: Bernard Johnson 
Date:   Tue Mar 11 22:16:57 2014 -0600

CONTACT file no longer available

 perl-PDF-API2.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec
index 8e4bdb3..4f50e71 100644
--- a/perl-PDF-API2.spec
+++ b/perl-PDF-API2.spec
@@ -98,7 +98,7 @@ make test
 
 
 %files
-%doc Changes CONTACT LICENSE PATENTS README
+%doc Changes LICENSE PATENTS README
 %doc contrib examples
 %{perl_vendorlib}/PDF/
 %{_datadir}/man/man3/*
--
Fedora Extras Perl SIG
http://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-PDF-API2] v 2.021 (bz #902236)

2014-03-11 Thread Bernard Johnson
commit a0055c033770b22f020aa23e4f2bfe6afb0a7770
Author: Bernard Johnson 
Date:   Tue Mar 11 22:12:03 2014 -0600

v 2.021 (bz #902236)

 .gitignore |1 +
 perl-PDF-API2.spec |8 ++--
 sources|2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1882d30..4d5730d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ PDF-API2-0.73.tar.gz
 /PDF-API2-2.016.tar.gz
 /PDF-API2-2.019.tar.gz
 /PDF-API2-2.020.tar.gz
+/PDF-API2-2.021.tar.gz
diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec
index f0c5912..8e4bdb3 100644
--- a/perl-PDF-API2.spec
+++ b/perl-PDF-API2.spec
@@ -1,6 +1,6 @@
 Name:   perl-PDF-API2
-Version:2.020
-Release:2%{?dist}
+Version:2.021
+Release:1%{?dist}
 Summary:Perl module for creation and modification of PDF files
 
 Group:  System Environment/Libraries
@@ -33,6 +33,7 @@ BuildRequires:  perl(vars)
 # Tests:
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
 Requires:   dejavu-sans-fonts
 Requires:   dejavu-sans-mono-fonts
 Requires:   dejavu-serif-fonts
@@ -106,6 +107,9 @@ make test
 
 
 %changelog
+* Tue Mar 11 2014 Bernard Johnson  - 2.021-1
+- v 2.021 (bz #902236)
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 2.020-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b1f0070..63c1b82 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0d20bfd03883b5b2b2a7fd47455249a  PDF-API2-2.020.tar.gz
+3ea6157edb2e3a4854fbd8f071199bd1  PDF-API2-2.021.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 PDF-API2-2.021.tar.gz uploaded to lookaside cache by bjohnson

2014-03-11 Thread Bernard Johnson
A file has been added to the lookaside cache for perl-PDF-API2:

3ea6157edb2e3a4854fbd8f071199bd1  PDF-API2-2.021.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-Locale-Maketext-Lexicon/f19: 2/2] Merge remote-tracking branch 'origin/f20' into f19

2014-03-11 Thread corsepiu
commit 25b997262349fb816105834db299bfb68d26e8be
Merge: 0f5c754 53959ba
Author: Ralf Corsépius 
Date:   Fri Mar 7 11:09:33 2014 +0100

Merge remote-tracking branch 'origin/f20' into f19

 .gitignore|2 +-
 perl-Locale-Maketext-Lexicon.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
--
Fedora Extras Perl SIG
http://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-Locale-Maketext-Lexicon/f19] (2 commits) ...Merge remote-tracking branch 'origin/f20' into f19

2014-03-11 Thread corsepiu
Summary of changes:

  53959ba... Upstream update. (*)
  25b9972... Merge remote-tracking branch 'origin/f20' into f19

(*) 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

Broken dependencies: mojomojo

2014-03-11 Thread buildsys


mojomojo has broken dependencies in the rawhide tree:
On x86_64:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
On i386:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
On armhfp:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
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-Elasticsearch

2014-03-11 Thread buildsys


perl-Elasticsearch has broken dependencies in the rawhide tree:
On x86_64:
perl-Elasticsearch-1.05-1.fc21.noarch requires perl(Hijk) >= 0:0.12
On i386:
perl-Elasticsearch-1.05-1.fc21.noarch requires perl(Hijk) >= 0:0.12
On armhfp:
perl-Elasticsearch-1.05-1.fc21.noarch requires perl(Hijk) >= 0:0.12
Please resolve this as soon as possible.


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

Broken dependencies: perl-Catalyst-Controller-HTML-FormFu

2014-03-11 Thread buildsys


perl-Catalyst-Controller-HTML-FormFu has broken dependencies in the rawhide 
tree:
On x86_64:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
On i386:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
On armhfp:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
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-Language-Expr

2014-03-11 Thread buildsys


perl-Language-Expr has broken dependencies in the rawhide tree:
On x86_64:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
Please resolve this as soon as possible.


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

[perl-Task-Kensho-Logging] 0.36 bump

2014-03-11 Thread Jitka Plesnikova
commit 545cd4abd4ae86cf68bf4b4b70e18a5d85656f46
Author: Jitka Plesnikova 
Date:   Tue Mar 11 16:04:32 2014 +0100

0.36 bump

 .gitignore|1 +
 perl-Task-Kensho-Logging.spec |   10 +++---
 sources   |2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6defd96..7be724d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Task-Kensho-Logging-0.01.tar.gz
 /Task-Kensho-Logging-0.35.tar.gz
+/Task-Kensho-Logging-0.36.tar.gz
diff --git a/perl-Task-Kensho-Logging.spec b/perl-Task-Kensho-Logging.spec
index d8abcf1..ee111b0 100644
--- a/perl-Task-Kensho-Logging.spec
+++ b/perl-Task-Kensho-Logging.spec
@@ -1,5 +1,5 @@
 Name:   perl-Task-Kensho-Logging
-Version:0.35
+Version:0.36
 Release:1%{?dist}
 Summary:A Glimpse at an Enlightened Perl (Logging)
 License:GPL+ or Artistic
@@ -26,8 +26,9 @@ Requires:   perl(Log::Dispatch)
 Requires:   perl(Log::Log4perl)
 
 %description
-Task::Kensho is a first cut at building a list of recommended modules for
-Enlightened Perl development. This Task installs logging modules.
+Task::Kensho is a list of recommended modules for Enlightened Perl
+development. CPAN is wonderful, but there are too many wheels and you have
+to pick and choose amongst the various competing technologies.
 
 %prep
 %setup -q -n Task-Kensho-Logging-%{version}
@@ -51,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 11 2014 Jitka Plesnikova  - 0.36-1
+- 0.36 bump
+
 * Fri Jan 31 2014 Jitka Plesnikova  - 0.35-1
 - 0.35 bump
 
diff --git a/sources b/sources
index 2cad8bd..f5db1cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f3429aea41bbce787e6772b540821ef  Task-Kensho-Logging-0.35.tar.gz
+9fd36fe9c7ee3f3071ad8aed6befb068  Task-Kensho-Logging-0.36.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 1028653] Freshclam cannot notify clamd of database updates due to permission denied

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



--- Comment #7 from Raman Gupta  ---
Looks good to me on F19. I see that the location of clamd.sock has changed to
/var/run/clamd.amavisd/, which has the correct group permissions:

# ls -ld /var/run/clamd.amavisd
drwxrwx---. 2 amavis clamupdate 80 Mar 11 10:57 /var/run/clamd.amavisd

# ls -l /var/run/clamd.amavisd/
total 4
-rw-rw-r--. 1 amavis amavis 3 Mar 11 10:57 clamd.pid
srw-rw-rw-. 1 amavis amavis 0 Mar 11 10:57 clamd.sock

I provided positive karma on the update.

-- 
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=SZyovk8ytI&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 Task-Kensho-Logging-0.36.tar.gz uploaded to lookaside cache by jplesnik

2014-03-11 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-Task-Kensho-Logging:

9fd36fe9c7ee3f3071ad8aed6befb068  Task-Kensho-Logging-0.36.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 1074956] perl-Task-Kensho-Exceptions-0.36 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Task-Kensho-Exceptions
   ||-0.36-1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-03-11 10:41:24



-- 
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=klzHynzOOu&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

[perl-Task-Kensho-Exceptions] 0.36 bump

2014-03-11 Thread Jitka Plesnikova
commit 330b9f03edb00aaef22ca75bb8fc589b843da9eb
Author: Jitka Plesnikova 
Date:   Tue Mar 11 15:22:39 2014 +0100

0.36 bump

 .gitignore   |1 +
 perl-Task-Kensho-Exceptions.spec |   11 +++
 sources  |2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3863a7b..6740a41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Task-Kensho-Exceptions-0.28.tar.gz
 /Task-Kensho-Exceptions-0.35.tar.gz
+/Task-Kensho-Exceptions-0.36.tar.gz
diff --git a/perl-Task-Kensho-Exceptions.spec b/perl-Task-Kensho-Exceptions.spec
index a6daf20..c2f06ec 100644
--- a/perl-Task-Kensho-Exceptions.spec
+++ b/perl-Task-Kensho-Exceptions.spec
@@ -1,5 +1,5 @@
 Name:   perl-Task-Kensho-Exceptions
-Version:0.35
+Version:0.36
 Release:1%{?dist}
 Summary:A Glimpse at an Enlightened Perl (Exceptions)
 License:GPL+ or Artistic
@@ -26,9 +26,9 @@ Requires:   perl(Try::Tiny)
 Requires:   perl(autodie)
 
 %description
-Task::Kensho is a first cut at building a list of recommended modules for
-Enlightened Perl development. This Task installs the modules for an
-exception handling.
+Task::Kensho is a list of recommended modules for Enlightened Perl
+development. CPAN is wonderful, but there are too many wheels and you have
+to pick and choose amongst the various competing technologies.
 
 %prep
 %setup -q -n Task-Kensho-Exceptions-%{version}
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 11 2014 Jitka Plesnikova  - 0.36-1
+- 0.36 bump
+
 * Fri Jan 31 2014 Jitka Plesnikova  - 0.35-1
 - 0.35 bump
 
diff --git a/sources b/sources
index 93083ec..e08a512 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-681e901434a27e4a5716462cb15a9c9e  Task-Kensho-Exceptions-0.35.tar.gz
+59bb7ba503b1f824d3e79d7ff725385f  Task-Kensho-Exceptions-0.36.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 Task-Kensho-Exceptions-0.36.tar.gz uploaded to lookaside cache by jplesnik

2014-03-11 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-Task-Kensho-Exceptions:

59bb7ba503b1f824d3e79d7ff725385f  Task-Kensho-Exceptions-0.36.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 1028653] Freshclam cannot notify clamd of database updates due to permission denied

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



--- Comment #6 from Juan Orti Alcaine  ---
In my tests the daemon is notified, but freshclam gives the error:

clamd server '/var/run/clamd.amavisd/clamd.sock' gave '' response

Which I think is bug #949838

This is the log of my server:

mar 11 14:54:13 foo.example.com freshclam[20352]: Current working dir is
/var/lib/clamav
mar 11 14:54:13 foo.example.com freshclam[20352]: Max retries == 3
mar 11 14:54:13 foo.example.com freshclam[20352]: ClamAV update process started
at Tue Mar 11 14:54:13 2014
mar 11 14:54:13 foo.example.com freshclam[20352]: Using IPv6 aware code
mar 11 14:54:13 foo.example.com freshclam[20352]: Querying
current.cvd.clamav.net
mar 11 14:54:13 foo.example.com freshclam[20352]: TTL: 1389
mar 11 14:54:13 foo.example.com freshclam[20352]: Software version from DNS:
0.98.1
mar 11 14:54:13 foo.example.com freshclam[20352]: main.cvd version from DNS: 55
mar 11 14:54:13 foo.example.com freshclam[20352]: main.cvd is up to date
(version: 55, sigs: 2424225, f-level: 60, builder: neo)
mar 11 14:54:13 foo.example.com freshclam[20352]: Retrieving
http://database.clamav.net/daily.cvd
mar 11 14:54:13 foo.example.com freshclam[20352]: Trying to download
http://database.clamav.net/daily.cvd (IP: 62.201.161.84)
mar 11 14:54:20 foo.example.com freshclam[20352]: Downloading daily.cvd [100%]
mar 11 14:54:21 foo.example.com freshclam[20353]: Loading signatures from
daily.cvd
mar 11 14:54:23 foo.example.com freshclam[20353]: Properly loaded 815608
signatures from new daily.cvd
mar 11 14:54:24 foo.example.com freshclam[20352]: daily.cvd updated (version:
18572, sigs: 815603, f-level: 63, builder: neo)
mar 11 14:54:24 foo.example.com freshclam[20352]: Querying
daily.18572.76.1.0.3EC9A154.ping.clamav.net
mar 11 14:54:24 foo.example.com freshclam[20352]: bytecode.cvd version from
DNS: 236
mar 11 14:54:24 foo.example.com freshclam[20352]: bytecode.cld is up to date
(version: 236, sigs: 43, f-level: 63, builder: dgoddard)
mar 11 14:54:27 foo.example.com freshclam[20352]: Database updated (3239871
signatures) from database.clamav.net (IP: 62.201.161.84)
mar 11 14:54:27 foo.example.com freshclam[20352]: Clamd successfully notified
about the update.
mar 11 14:54:27 foo.example.com clamd[18844]: Reading databases from
/var/lib/clamav
mar 11 14:54:27 foo.example.com clamd[18844]: Reading databases from
/var/lib/clamav
mar 11 14:54:37 foo.example.com clamd[18844]: Database correctly reloaded
(3234479 signatures)
mar 11 14:54:37 foo.example.com clamd[18844]: Database correctly reloaded
(3234479 signatures)

-- 
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=RiMqnRWTEp&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 1074950] perl-LDAP-0.60 is available

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

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-LDAP-0.60-1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-03-11 10:03:51



-- 
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=dA32m73eQD&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

[perl-LDAP] 0.60 bump

2014-03-11 Thread Jitka Plesnikova
commit 7d80e73e4b47d82f3580e7366c4ea4b5e3d7de2b
Author: Jitka Plesnikova 
Date:   Tue Mar 11 14:50:56 2014 +0100

0.60 bump

 .gitignore |1 +
 perl-LDAP.spec |6 +-
 sources|2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f5b43c..04f015a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ perl-ldap-0.40.tar.gz
 /perl-ldap-0.57.tar.gz
 /perl-ldap-0.58.tar.gz
 /perl-ldap-0.59.tar.gz
+/perl-ldap-0.60.tar.gz
diff --git a/perl-LDAP.spec b/perl-LDAP.spec
index 36f0496..4471214 100644
--- a/perl-LDAP.spec
+++ b/perl-LDAP.spec
@@ -1,5 +1,5 @@
 Name:   perl-LDAP
-Version:0.59
+Version:0.60
 Release:1%{?dist}
 Epoch:  1
 Summary:LDAP Perl module
@@ -37,6 +37,7 @@ BuildRequires:  perl(XML::SAX::Base)
 BuildRequires:  perl(XML::SAX::Writer)
 # Optional:
 # Not needed for tests perl(IO::Socket::INET6)
+# Not needed for tests perl(IO::Socket::IP)
 # Tests:
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Compare)
@@ -94,6 +95,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Tue Mar 11 2014 Jitka Plesnikova  - 1:0.60-1
+- 0.60 bump
+
 * Wed Mar 05 2014 Jitka Plesnikova  - 1:0.59-1
 - 0.59 bump
 
diff --git a/sources b/sources
index 07ee3b9..b8f25a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4b1fafd029a092b714d4c1376417542  perl-ldap-0.59.tar.gz
+1cea447f899a74d4686675c3ad21048c  perl-ldap-0.60.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 perl-ldap-0.60.tar.gz uploaded to lookaside cache by jplesnik

2014-03-11 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-LDAP:

1cea447f899a74d4686675c3ad21048c  perl-ldap-0.60.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 1074961] perl-Thread-Queue-3.03 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Thread-Queue-3.03-1.fc
   ||21
 Resolution|--- |RAWHIDE
Last Closed||2014-03-11 08:58:20



-- 
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=xyB5xDbO7v&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 1074954] perl-PerlIO-Layers-0.011 is available

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



--- Comment #2 from Petr Pisar  ---
This will be pushed into F21 only.

-- 
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=OvviDTMAGQ&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 1074954] perl-PerlIO-Layers-0.011 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-PerlIO-Layers-0.011-1.
   ||fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-03-11 08:54:30



--- Comment #1 from Petr Pisar  ---
This changes code to prevent from using List::MoreUtils. This will not be
pushed into F21 only.

-- 
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=SLxMciuoDw&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 1074961] perl-Thread-Queue-3.03 is available

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



--- Comment #1 from Petr Pisar  ---
This release changes some private functions into private methods. Although
these subroutines are private, this breaks API, so it will be pushed only into
F21.

-- 
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=EGDqexMChx&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

[perl-Thread-Queue] 3.03 bump

2014-03-11 Thread Petr Pisar
commit 95b40abfff05c7b48d32d9088b4c3848a1793476
Author: Petr Písař 
Date:   Tue Mar 11 13:48:12 2014 +0100

3.03 bump

 .gitignore |1 +
 perl-Thread-Queue.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0b1d1c..caae5d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Thread-Queue-3.01.tar.gz
 /Thread-Queue-3.02.tar.gz
+/Thread-Queue-3.03.tar.gz
diff --git a/perl-Thread-Queue.spec b/perl-Thread-Queue.spec
index 4ff3c29..2699c0d 100644
--- a/perl-Thread-Queue.spec
+++ b/perl-Thread-Queue.spec
@@ -1,6 +1,6 @@
 Name:   perl-Thread-Queue
-Version:3.02
-Release:291%{?dist}
+Version:3.03
+Release:1%{?dist}
 Summary:Thread-safe queues
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 07 2014 Petr Pisar  - 3.03-1
+- 3.03 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 3.02-291
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 7198fdd..39a4772 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18486cffe1f9f46fef2f25c62b79d675  Thread-Queue-3.02.tar.gz
+6c0d7356e84cfa6219258fa77683e3e8  Thread-Queue-3.03.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 Thread-Queue-3.03.tar.gz uploaded to lookaside cache by ppisar

2014-03-11 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Thread-Queue:

6c0d7356e84cfa6219258fa77683e3e8  Thread-Queue-3.03.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-PerlIO-Layers] 0.011 bump

2014-03-11 Thread Petr Pisar
commit 950502862d23c1f8a6ef36e4ba069ec1dac2c793
Author: Petr Písař 
Date:   Tue Mar 11 13:39:59 2014 +0100

0.011 bump

 .gitignore  |1 +
 perl-PerlIO-Layers.spec |   31 ++-
 sources |2 +-
 3 files changed, 20 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b22af58..2c1bcdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /PerlIO-Layers-0.010.tar.gz
+/PerlIO-Layers-0.011.tar.gz
diff --git a/perl-PerlIO-Layers.spec b/perl-PerlIO-Layers.spec
index 21dea79..e5edb3c 100644
--- a/perl-PerlIO-Layers.spec
+++ b/perl-PerlIO-Layers.spec
@@ -1,45 +1,47 @@
 Name:   perl-PerlIO-Layers
-Version:0.010
-Release:6%{?dist}
+Version:0.011
+Release:1%{?dist}
 Summary:Querying your file handle capabilities
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/PerlIO-Layers/
 Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-Layers-%{version}.tar.gz
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build) >= 0.37
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter) >= 5.57
-BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(List::Util)
+BuildRequires:  perl(PerlIO)
 BuildRequires:  perl(XSLoader)
 # Tests
 BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::More) >= 0.82
-# Optional tests
-BuildRequires:  perl(Test::Script) >= 1.05
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
 %description
-Perl file handles are implemented as a stack of layers, with the bottom-
-most usually doing the actual IO and the higher ones doing buffering,
-encoding/decoding or transformations. PerlIO::Layers allows you to query
-the file handle properties concerning these layers.
+Perl file handles are implemented as a stack of layers, with the bottom-most
+usually doing the actual IO and the higher ones doing buffering,
+encoding/decoding or transformations. PerlIO::Layers allows you to query the
+file handle properties concerning these layers.
 
 %prep
 %setup -q -n PerlIO-Layers-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
+perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
 ./Build
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -52,6 +54,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 11 2014 Petr Pisar  - 0.011-1
+- 0.011 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 0.010-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index da1a281..5303c64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b8aff92d8f9446e54cca34b5780cee72  PerlIO-Layers-0.010.tar.gz
+0ae26fbacfa77935ce0e7553ddca40f6  PerlIO-Layers-0.011.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 1074953] perl-Log-Report-1.02 is available

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Log-Report-1.02-1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-03-11 08:33:36



-- 
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=9mQNXht183&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 PerlIO-Layers-0.011.tar.gz uploaded to lookaside cache by ppisar

2014-03-11 Thread Petr Pisar
A file has been added to the lookaside cache for perl-PerlIO-Layers:

0ae26fbacfa77935ce0e7553ddca40f6  PerlIO-Layers-0.011.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-Log-Report] 1.02 bump

2014-03-11 Thread Petr Pisar
commit e39a07e03e5f9187f01509e5657d7b46275b115c
Author: Petr Písař 
Date:   Tue Mar 11 12:23:21 2014 +0100

1.02 bump

 .gitignore   |1 +
 .rpmlint |2 ++
 perl-Log-Report.spec |   28 +++-
 sources  |2 +-
 4 files changed, 27 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5691921..7b4a4a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Log-Report-0.998.tar.gz
 /Log-Report-1.01.tar.gz
+/Log-Report-1.02.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..be356a8
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* Sys");
diff --git a/perl-Log-Report.spec b/perl-Log-Report.spec
index ee15cff..14224ab 100644
--- a/perl-Log-Report.spec
+++ b/perl-Log-Report.spec
@@ -1,5 +1,5 @@
 Name:   perl-Log-Report
-Version:1.01
+Version:1.02
 Release:1%{?dist}
 Summary:Report a problem with exceptions and translation support
 License:GPL+ or Artistic
@@ -22,8 +22,10 @@ BuildRequires:  perl(List::Util)
 BuildRequires:  perl(locale)
 BuildRequires:  perl(Log::Dispatch) >= 2.00
 BuildRequires:  perl(Log::Log4perl)
-BuildRequires:  perl(Log::Report::Minimal::Domain)
-BuildRequires:  perl(Log::Report::Util)
+# Makefile.PL states Log::Report::Optional 1.01 for contained
+# Log::Report::{Minimal::Domain,Util}
+BuildRequires:  perl(Log::Report::Minimal::Domain) >= 1.01
+BuildRequires:  perl(Log::Report::Util) >= 1.01
 # Mojo tests are optional
 BuildRequires:  perl(Mojo::Base)
 BuildRequires:  perl(Mojo::Log)
@@ -33,7 +35,6 @@ BuildRequires:  perl(Scalar::Util)
 # String::Print is not used
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Sys::Syslog) >= 0.27
-BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(Carp)
@@ -45,9 +46,14 @@ BuildRequires:  perl(Test::More) >= 0.86
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Devel::GlobalDestruction) >= 0.09
 Requires:   perl(Encode) >= 2.00
+# Makefile.PL states Log::Report::Optional 1.01 for contained
+# Log::Report::{Minimal::Domain,Util}
+Requires:   perl(Log::Report::Minimal::Domain) >= 1.01
+Requires:   perl(Log::Report::Util) >= 1.01
+Requires:   perl(overload)
 
 # Remove under-specified dependencies
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Devel::GlobalDestruction|Encode|Sys::Syslog)\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Devel::GlobalDestruction|Encode|Log::Report::Minimal::Domain|Log::Report::Util|Sys::Syslog)\\)$
 
 %description
 Handling messages directed to users can be a hassle, certainly when the same
@@ -59,6 +65,9 @@ try to simplify this.
 Summary:Log::Log4perl back-end for Log::Report
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl-Log-Report = %{?epoch:%epoch:}%{version}-%{release}
+# Makefile.PL states Log::Report::Optional 1.01 for contained
+# Log::Report::{Minimal::Domain,Util}
+Requires:   perl(Log::Report::Util) >= 1.01
 
 %description Dispatcher-Log4perl
 This is an optional Log::Log4perl back-end for Log::Report logging framework.
@@ -67,6 +76,9 @@ This is an optional Log::Log4perl back-end for Log::Report 
logging framework.
 Summary:Log::Dispatch back-end for Log::Report
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl-Log-Report = %{?epoch:%epoch:}%{version}-%{release}
+# Makefile.PL states Log::Report::Optional 1.01 for contained
+# Log::Report::{Minimal::Domain,Util}
+Requires:   perl(Log::Report::Util) >= 1.01
 
 %description Dispatcher-LogDispatch
 This is an optional Log::Dispatch back-end for Log::Report logging framework.
@@ -77,6 +89,9 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; 
echo $version))
 Requires:   perl-Log-Report = %{?epoch:%epoch:}%{version}-%{release}
 Requires:   perl(Encode) >= 2.00
 Requires:   perl(Sys::Syslog) >= 0.27
+# Makefile.PL states Log::Report::Optional 1.01 for contained
+# Log::Report::{Minimal::Domain,Util}
+Requires:   perl(Log::Report::Util) >= 1.01
 
 %description Dispatcher-Syslog
 This is an optional Sys::Syslog back-end for Log::Report logging framework.
@@ -137,6 +152,9 @@ make test
 %{_mandir}/man3/MojoX::Log::Report.*
 
 %changelog
+* Tue Mar 11 2014 Petr Pisar  - 1.02-1
+- 1.02 bump
+
 * Mon Jan 27 2014 Petr Pisar  - 1.01-1
 - 1.01 bump
 
diff --git a/sources b/sources
index ecbe670..1ec7e01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21a979d4996298d4eb1a0b1b3767f8dc  Log-Report-1.01.tar.gz
+44e9c06f3dc3b09b5b1faccf420e8906  Log-Report-1.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 Log-Report-1.02.tar.gz uploaded to lookaside cache by ppisar

2014-03-11 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Log-Report:

44e9c06f3dc3b09b5b1faccf420e8906  Log-Report-1.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-Log-Report-Optional] 1.01 bump

2014-03-11 Thread Petr Pisar
commit 6a08e71641d8945db58910b3af7abd16ad393312
Author: Petr Písař 
Date:   Tue Mar 11 12:45:11 2014 +0100

1.01 bump

 .gitignore|1 +
 perl-Log-Report-Optional.spec |6 --
 sources   |2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45b58ff..4282ee5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Log-Report-Optional-1.00.tar.gz
+/Log-Report-Optional-1.01.tar.gz
diff --git a/perl-Log-Report-Optional.spec b/perl-Log-Report-Optional.spec
index bd534cc..0484cc6 100644
--- a/perl-Log-Report-Optional.spec
+++ b/perl-Log-Report-Optional.spec
@@ -1,5 +1,5 @@
 Name:   perl-Log-Report-Optional
-Version:1.00
+Version:1.01
 Release:1%{?dist}
 Summary:Base class for large Log::Report and simple 
Log::Report::Minimal
 License:GPL+ or Artistic
@@ -15,7 +15,6 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(String::Print) >= 0.13
-BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(Test::More) >= 0.86
@@ -56,5 +55,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 11 2014 Petr Pisar  - 1.01-1
+- 1.01 bump
+
 * Fri Jan 31 2014 Petr Pisar  1.00-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index aa589fd..901cf36 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19ac502fd361dac0fceab7cb9d1e7dbe  Log-Report-Optional-1.00.tar.gz
+fb379bb1f84c2fa1dee5ea8998fe2426  Log-Report-Optional-1.01.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 Log-Report-Optional-1.01.tar.gz uploaded to lookaside cache by ppisar

2014-03-11 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Log-Report-Optional:

fb379bb1f84c2fa1dee5ea8998fe2426  Log-Report-Optional-1.01.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 1074961] New: perl-Thread-Queue-3.03 is available

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

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



Latest upstream release: 3.03
Current version/release in Fedora Rawhide: 3.02-291.fc20
URL: http://search.cpan.org/dist/Thread-Queue/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=4K4SFBzbBm&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 1074959] New: perl-Task-Kensho-Toolchain-0.36 is available

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

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



Latest upstream release: 0.36
Current version/release in Fedora Rawhide: 0.35-1.fc21
URL: http://search.cpan.org/dist/Task-Kensho-Toolchain/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=j8ocwRdfGt&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 1074957] New: perl-Task-Kensho-Logging-0.36 is available

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

Bug ID: 1074957
   Summary: perl-Task-Kensho-Logging-0.36 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Task-Kensho-Logging
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.36
Current version/release in Fedora Rawhide: 0.35-1.fc21
URL: http://search.cpan.org/dist/Task-Kensho-Logging/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=J9bS30dcUk&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 1074958] New: perl-Task-Kensho-OOP-0.36 is available

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

Bug ID: 1074958
   Summary: perl-Task-Kensho-OOP-0.36 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Task-Kensho-OOP
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.36
Current version/release in Fedora Rawhide: 0.35-1.fc21
URL: http://search.cpan.org/dist/Task-Kensho-OOP/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=mgFGPI57PZ&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 1074956] New: perl-Task-Kensho-Exceptions-0.36 is available

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

Bug ID: 1074956
   Summary: perl-Task-Kensho-Exceptions-0.36 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Task-Kensho-Exceptions
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.36
Current version/release in Fedora Rawhide: 0.35-1.fc21
URL: http://search.cpan.org/dist/Task-Kensho-Exceptions/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=ICkXDr6W64&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 1074954] New: perl-PerlIO-Layers-0.011 is available

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

Bug ID: 1074954
   Summary: perl-PerlIO-Layers-0.011 is available
   Product: Fedora
   Version: rawhide
 Component: perl-PerlIO-Layers
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.011
Current version/release in Fedora Rawhide: 0.010-6.fc21
URL: http://search.cpan.org/dist/PerlIO-Layers/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=AwjMuRefOj&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 1074953] New: perl-Log-Report-1.02 is available

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

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



Latest upstream release: 1.02
Current version/release in Fedora Rawhide: 1.01-1.fc21
URL: http://search.cpan.org/dist/Log-Report/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=H3k0esNrIM&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 1074950] New: perl-LDAP-0.60 is available

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

Bug ID: 1074950
   Summary: perl-LDAP-0.60 is available
   Product: Fedora
   Version: rawhide
 Component: perl-LDAP
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.60
Current version/release in Fedora Rawhide: 0.59-1.fc21
URL: http://search.cpan.org/dist/perl-ldap/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=L7NK2iMMcG&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 917265] perl-EV-4.16 is available

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

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-EV-4.15 is available   |perl-EV-4.16 is available



--- Comment #1 from Upstream Release Monitoring 
 ---
Latest upstream release: 4.16
Current version/release in Fedora Rawhide: 4.11-4.fc21
URL: http://search.cpan.org/dist/EV/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=lH66UDmOQy&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 1074948] New: perl-DateTime-TimeZone-1.65 is available

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

Bug ID: 1074948
   Summary: perl-DateTime-TimeZone-1.65 is available
   Product: Fedora
   Version: rawhide
 Component: perl-DateTime-TimeZone
  Keywords: FutureFeature, Triaged
  Assignee: iarn...@gmail.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org



Latest upstream release: 1.65
Current version/release in Fedora Rawhide: 1.64-1.fc21
URL: http://search.cpan.org/dist/DateTime-TimeZone/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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=DWXJCikniz&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

Broken dependencies: perl-PDL

2014-03-11 Thread buildsys


perl-PDL has broken dependencies in the epel-7 tree:
On ppc64:
perl-PDL-2.7.0-2.el7.1.ppc64 requires perl(PDL::Slatec)
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