[Bug 984185] perl should be a hardened build

2013-07-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=984185

--- Comment #3 from Marcela Mašláňová  ---
I was speaking to the Security team, because I was interested in their point of
view. The common practice until now was "add the full relro to long time
running apps, especially daemons".

In opinion of Security team, languages don't need full relro if they don't
write into pointers like this example:
http://cs.potsdam.edu/cgi-bin/man/man2html?Glib::Object+3
Glib::Object->new_from_pointer

Therefore Perl is a good candidate for full relro. I would like to see analysis
of slowdown of Perl examples and also all major components before we start
changing partial relro into full relro. I'd rather see same approach for whole
distribution than accidentally changing some apps.

-- 
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=bViOO4fGet&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 Test-Kwalitee-1.08.tar.gz uploaded to lookaside cache by pghmcfc

2013-07-16 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Test-Kwalitee:

dfd19b68d48c7a0e9a74b25a2b48990e  Test-Kwalitee-1.08.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-Kwalitee] Update to 1.08

2013-07-16 Thread Paul Howarth
commit 246dfc9d16e3ab0e4765ca8dce0a16e0f23a396d
Author: Paul Howarth 
Date:   Tue Jul 16 11:25:24 2013 +0100

Update to 1.08

- New upstream release 1.08
  - Documentation fixed to reflect which indicators are actually available
  - Metric names are no longer hardcoded, so Module::CPANTS::Analyse has 
more
freedom to add and remove metrics
- Bump perl(Module::Build::Tiny) version requirement to 0.025
- Bump perl(Test::Builder) version requirement to 0.88

 perl-Test-Kwalitee.spec |   16 +++-
 sources |2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec
index 500d65e..53876fc 100644
--- a/perl-Test-Kwalitee.spec
+++ b/perl-Test-Kwalitee.spec
@@ -1,7 +1,5 @@
-#TODO: BR: perl(Test::Pod::No404s) when available
-
 Name:  perl-Test-Kwalitee
-Version:   1.07
+Version:   1.08
 Release:   1%{?dist}
 Summary:   Test the Kwalitee of a distribution before you release it
 License:   GPL+ or Artistic
@@ -10,12 +8,12 @@ URL: http://metacpan.org/module/Test::Kwalitee
 Source0:   
http://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Kwalitee-%{version}.tar.gz
 BuildArch: noarch
 # Build
-BuildRequires: perl(Module::Build::Tiny) >= 0.023
+BuildRequires: perl(Module::Build::Tiny) >= 0.025
 # Module
 BuildRequires: perl(Cwd)
 BuildRequires: perl(Module::CPANTS::Analyse) >= 0.87
 BuildRequires: perl(namespace::clean)
-BuildRequires: perl(Test::Builder)
+BuildRequires: perl(Test::Builder) >= 0.88
 # Test Suite
 BuildRequires: perl(File::Temp)
 BuildRequires: perl(Test::CheckDeps) >= 0.006
@@ -50,6 +48,14 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/Test::Kwalitee.3pm*
 
 %changelog
+* Tue Jul 16 2013 Paul Howarth  - 1.08-1
+- Update to 1.08
+  - Documentation fixed to reflect which indicators are actually available
+  - Metric names are no longer hardcoded, so Module::CPANTS::Analyse has more
+freedom to add and remove metrics
+- Bump perl(Module::Build::Tiny) version requirement to 0.025
+- Bump perl(Test::Builder) version requirement to 0.88
+
 * Sat Jun 29 2013 Paul Howarth  - 1.07-1
 - Update to 1.07
   - Now the indicators are run in the exact order they are returned from
diff --git a/sources b/sources
index 8c70e86..85aedc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-395ca94113873a5dae43dab791b79f0a  Test-Kwalitee-1.07.tar.gz
+dfd19b68d48c7a0e9a74b25a2b48990e  Test-Kwalitee-1.08.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-Kwalitee] Created tag perl-Test-Kwalitee-1.08-1.fc20

2013-07-16 Thread Paul Howarth
The lightweight tag 'perl-Test-Kwalitee-1.08-1.fc20' was created pointing to:

 246dfc9... Update to 1.08
--
Fedora Extras Perl SIG
http://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 Package-Stash-XS-0.27.tar.gz uploaded to lookaside cache by pghmcfc

2013-07-16 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Package-Stash-XS:

738b4afe0554b43368e743284803176c  Package-Stash-XS-0.27.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-Package-Stash-XS] Update to 0.27

2013-07-16 Thread Paul Howarth
commit 995a0b5d05f71c6a6a0b0d64721e148398f6570d
Author: Paul Howarth 
Date:   Tue Jul 16 12:07:05 2013 +0100

Update to 0.27

- New upstream release 0.27
  - Handle magic more correctly in add_symbol and get_or_add_symbol
- Add upstream patch to avoid build dependency on Package::Stash
- BR: perl(Variable::Magic) for the test suite
- Update patch for building with old Test::More versions

 ...h => Package-Stash-XS-0.27-old-Test::More.patch |  139 +++-
 Package-Stash-XS-0.27-test-XS.patch|   15 ++
 perl-Package-Stash-XS.spec |   21 +++-
 sources|2 +-
 4 files changed, 112 insertions(+), 65 deletions(-)
---
diff --git a/Package-Stash-XS-0.26-old-Test::More.patch 
b/Package-Stash-XS-0.27-old-Test::More.patch
similarity index 59%
rename from Package-Stash-XS-0.26-old-Test::More.patch
rename to Package-Stash-XS-0.27-old-Test::More.patch
index 55f4219..39f1bd9 100644
--- a/Package-Stash-XS-0.26-old-Test::More.patch
+++ b/Package-Stash-XS-0.27-old-Test::More.patch
@@ -1,6 +1,6 @@
-diff -up Package-Stash-XS-0.26/t/addsub.t.orig Package-Stash-XS-0.26/t/addsub.t
 Package-Stash-XS-0.26/t/addsub.t.orig  2013-01-04 09:36:41.0 
+
-+++ Package-Stash-XS-0.26/t/addsub.t   2013-01-04 16:30:55.549017078 +
+diff -up ./t/addsub.t.orig ./t/addsub.t
+--- ./t/addsub.t.orig  2013-07-15 20:57:19.0 +0100
 ./t/addsub.t   2013-07-16 09:28:05.247418080 +0100
 @@ -2,7 +2,7 @@
  use strict;
  use warnings;
@@ -16,27 +16,27 @@ diff -up Package-Stash-XS-0.26/t/addsub.t.orig 
Package-Stash-XS-0.26/t/addsub.t
  '... got the right %DB::sub value for dunk with specified args';
 -
 -done_testing;
-diff -up Package-Stash-XS-0.26/t/anon-basic.t.orig 
Package-Stash-XS-0.26/t/anon-basic.t
 Package-Stash-XS-0.26/t/anon-basic.t.orig  2013-01-04 09:36:41.0 
+
-+++ Package-Stash-XS-0.26/t/anon-basic.t   2013-01-04 16:31:36.336943621 
+
+diff -up ./t/anon-basic.t.orig ./t/anon-basic.t
+--- ./t/anon-basic.t.orig  2013-07-15 20:57:19.0 +0100
 ./t/anon-basic.t   2013-07-16 09:28:05.247418080 +0100
 @@ -399,5 +399,3 @@ $Quuux->{qx} = -1;
  
  is_deeply([Package::Stash->new('Quuux')->list_all_symbols], [],
"Quuux:: isn't touched");
 -
 -done_testing;
-diff -up Package-Stash-XS-0.26/t/anon.t.orig Package-Stash-XS-0.26/t/anon.t
 Package-Stash-XS-0.26/t/anon.t.orig2013-01-04 09:36:41.0 
+
-+++ Package-Stash-XS-0.26/t/anon.t 2013-01-04 16:31:15.335980418 +
+diff -up ./t/anon.t.orig ./t/anon.t
+--- ./t/anon.t.orig2013-07-15 20:57:19.0 +0100
 ./t/anon.t 2013-07-16 09:28:05.247418080 +0100
 @@ -45,5 +45,3 @@ my $obj = $anon->bless({});
  qr/Undefined subroutine \&__ANON__::baz called/
  );
  }
 -
 -done_testing;
-diff -up Package-Stash-XS-0.26/t/bare-anon-basic.t.orig 
Package-Stash-XS-0.26/t/bare-anon-basic.t
 Package-Stash-XS-0.26/t/bare-anon-basic.t.orig 2013-01-04 
09:36:41.0 +
-+++ Package-Stash-XS-0.26/t/bare-anon-basic.t  2013-01-04 16:30:55.562017052 
+
+diff -up ./t/bare-anon-basic.t.orig ./t/bare-anon-basic.t
+--- ./t/bare-anon-basic.t.orig 2013-07-15 20:57:19.0 +0100
 ./t/bare-anon-basic.t  2013-07-16 09:28:05.247418080 +0100
 @@ -14,6 +14,8 @@ plan skip_all => "Anonymous stashes in P
  
  plan skip_all => "This isn't really going to work yet, probably";
@@ -52,9 +52,9 @@ diff -up Package-Stash-XS-0.26/t/bare-anon-basic.t.orig 
Package-Stash-XS-0.26/t/
"Quuux:: isn't touched");
 -
 -done_testing;
-diff -up Package-Stash-XS-0.26/t/bare-anon.t.orig 
Package-Stash-XS-0.26/t/bare-anon.t
 Package-Stash-XS-0.26/t/bare-anon.t.orig   2013-01-04 09:36:41.0 
+
-+++ Package-Stash-XS-0.26/t/bare-anon.t2013-01-04 16:30:55.562017052 
+
+diff -up ./t/bare-anon.t.orig ./t/bare-anon.t
+--- ./t/bare-anon.t.orig   2013-07-15 20:57:19.0 +0100
 ./t/bare-anon.t2013-07-16 09:28:05.248418078 +0100
 @@ -14,6 +14,8 @@ plan skip_all => "Anonymous stashes in P
  
  plan skip_all => "This isn't really going to work yet, probably";
@@ -70,9 +70,9 @@ diff -up Package-Stash-XS-0.26/t/bare-anon.t.orig 
Package-Stash-XS-0.26/t/bare-a
  }
 -
 -done_testing;
-diff -up Package-Stash-XS-0.26/t/basic.t.orig Package-Stash-XS-0.26/t/basic.t
 Package-Stash-XS-0.26/t/basic.t.orig   2013-01-04 09:36:41.0 
+
-+++ Package-Stash-XS-0.26/t/basic.t2013-01-04 16:30:55.562017052 +
+diff -up ./t/basic.t.orig ./t/basic.t
+--- ./t/basic.t.orig   2013-07-15 20:57:19.0 +0100
 ./t/basic.t2013-07-16 09:28:05.248418078 +0100
 @@ -2,7 +2,7 @@
  use strict;
  use warnings;
@@ -88,9 +88,9 @@ diff -up Package-Stash-XS-0.26/t/basic.t.orig 
Package-Stash-XS-0.26/t/basic.t
  );
 -
 -done_testing;
-diff -up Package-Stash-XS-0.26/t/compile-time.t.orig 
Package-Stash-XS-0.26/t/compile-time.

[perl-Package-Stash-XS] Created tag perl-Package-Stash-XS-0.27-1.fc20

2013-07-16 Thread Paul Howarth
The lightweight tag 'perl-Package-Stash-XS-0.27-1.fc20' was created pointing to:

 995a0b5... Update to 0.27
--
Fedora Extras Perl SIG
http://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-Bio-ASN1-EntrezGene

2013-07-16 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
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-Bio-SamTools

2013-07-16 Thread buildsys


perl-Bio-SamTools has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
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-PDL

2013-07-16 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.4.10-6.fc19.x86_64 requires libgd.so.2()(64bit)
On i386:
perl-PDL-2.4.10-6.fc19.i686 requires libgd.so.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

[Bug 985064] New: perl(HTML::Form) >= 1.00 is needed by perl-WWW-Mechanize-1.72-1.fc17.noarch

2013-07-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=985064

Bug ID: 985064
   Summary: perl(HTML::Form) >= 1.00 is needed by
perl-WWW-Mechanize-1.72-1.fc17.noarch
   Product: Fedora
   Version: 17
 Component: perl-WWW-Mechanize
  Severity: medium
  Priority: unspecified
  Assignee: emman...@seyman.fr
  Reporter: val...@astro.umontreal.ca
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org

Description of problem:
After upgrading from Fedora 15 to Fedora 17, update blocks with this message :
perl(HTML::Form) >= 1.00 is needed by perl-WWW-Mechanize-1.72-1.fc17.noarch

Version-Release number of selected component (if applicable):


How reproducible:
Always !

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
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=CkJmsiVv1g&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 Scope-Upper-0.22.tar.gz uploaded to lookaside cache by ppisar

2013-07-16 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Scope-Upper:

ad98b934247be411c1cc15d73844bca4  Scope-Upper-0.22.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-Scope-Upper] Cache sources

2013-07-16 Thread Petr Pisar
commit 2a3975cc8c88b387384f0bf72c4b59ee92c21592
Author: Petr Písař 
Date:   Tue Jul 16 21:28:23 2013 +0200

Cache sources

 .gitignore |1 +
 sources|2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46017c8..5b7bc4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Scope-Upper-0.10.tar.gz
 /Scope-Upper-0.18.tar.gz
 /Scope-Upper-0.19.tar.gz
 /Scope-Upper-0.21.tar.gz
+/Scope-Upper-0.22.tar.gz
diff --git a/sources b/sources
index 131cd90..efac2e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d12fbeb280c53c8f65e37413276c499  Scope-Upper-0.21.tar.gz
+ad98b934247be411c1cc15d73844bca4  Scope-Upper-0.22.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-Package-Stash-XS] Created tag perl-Package-Stash-XS-0.28-1.fc20

2013-07-16 Thread Paul Howarth
The lightweight tag 'perl-Package-Stash-XS-0.28-1.fc20' was created pointing to:

 d3a39fb... Update to 0.28
--
Fedora Extras Perl SIG
http://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 IPC-Run3-0.046.tar.gz uploaded to lookaside cache by corsepiu

2013-07-16 Thread corsepiu
A file has been added to the lookaside cache for perl-IPC-Run3:

c1c8f5605cae097e6fc118f7f1437dfd  IPC-Run3-0.046.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-IPC-Run3] Upstream update.

2013-07-16 Thread corsepiu
commit ee6892f2bdd066a982aadc6a8f5b5a62d5237f78
Author: Ralf Corsépius 
Date:   Wed Jul 17 04:11:32 2013 +0200

Upstream update.

 .gitignore |2 +-
 perl-IPC-Run3.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 07cec6f..f777323 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/IPC-Run3-0.045.tar.gz
+/IPC-Run3-0.046.tar.gz
diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec
index 6f2b23f..c86148e 100644
--- a/perl-IPC-Run3.spec
+++ b/perl-IPC-Run3.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPC-Run3
-Version:0.045
-Release:5%{?dist}
+Version:0.046
+Release:1%{?dist}
 Summary:Run a subprocess in batch mode
 License:GPL+ or Artistic or BSD
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 17 2013 Ralf Corsépius  - 0.046-1
+- Upstream update.
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.045-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 77c40e6..2f61aad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8913c03a8a6c6297a6e622d656e343a  IPC-Run3-0.045.tar.gz
+c1c8f5605cae097e6fc118f7f1437dfd  IPC-Run3-0.046.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-IPC-Run3/f19] Upstream update.

2013-07-16 Thread corsepiu
Summary of changes:

  ee6892f... Upstream update. (*)

(*) 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-IPC-Run3/f18] (4 commits) ...Merge cleanup.

2013-07-16 Thread corsepiu
Summary of changes:

  9550492... Add missing BRs (*)
  c8cf5c2... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  ee6892f... Upstream update. (*)
  44c4909... Merge cleanup.

(*) 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-IPC-Run3/f18: 4/4] Merge cleanup.

2013-07-16 Thread corsepiu
commit 44c490953b1087330c1f757ff4d4c41fcffefbbe
Author: Ralf Corsépius 
Date:   Wed Jul 17 04:21:48 2013 +0200

Merge cleanup.

 perl-IPC-Run3.spec |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec
index c86148e..5b4c871 100644
--- a/perl-IPC-Run3.spec
+++ b/perl-IPC-Run3.spec
@@ -54,9 +54,6 @@ make test
 * Wed Jul 17 2013 Ralf Corsépius  - 0.046-1
 - Upstream update.
 
-* Thu Feb 14 2013 Fedora Release Engineering  
- 0.045-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Fri Nov 23 2012 Petr Šabata  - 0.045-4
 - Add missing BRs
 - Drop command macros
--
Fedora Extras Perl SIG
http://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-devel@lists.fedoraproject.org

2013-07-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=892597

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||glite-lb-types-2.0.7-2.fc19
 Resolution|--- |ERRATA
Last Closed||2013-07-16 23:00:31

--- Comment #14 from Fedora Update System  ---
glite-lb-types-2.0.7-2.fc19 has been pushed to the Fedora 19 stable repository.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=WbNSn7HWBB&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 981403] perl-IPC-Cmd-0.82 is available

2013-07-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=981403

--- Comment #3 from Fedora Update System  ---
perl-IPC-Cmd-0.82-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=GPRUvS2B4z&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 981402] perl-File-MMagic-1.30 is available

2013-07-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=981402

--- Comment #2 from Fedora Update System  ---
perl-File-MMagic-1.30-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=xgwpMZmRDo&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 981405] perl-XML-LibXML-2.0019 is available

2013-07-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=981405

--- Comment #2 from Fedora Update System  ---
perl-XML-LibXML-2.0019-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=bp4n7pgYAT&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-devel@lists.fedoraproject.org

2013-07-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=892597

--- Comment #15 from Fedora Update System  ---
glite-lb-types-2.0.7-2.fc18 has been pushed to the Fedora 18 stable repository.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=AM1sJQZKdh&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 982253] Circular build dependency involving perl-Test-Pod-LinkCheck

2013-07-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=982253

--- Comment #2 from Ralf Corsepius  ---
(In reply to Ralf Corsepius from comment #1)
> (In reply to Paul Howarth from comment #0)
> > There is a circular build dependency involving perl-Params-Validate and
> > perl-Test-Pod-LinkCheck, e.g.:
> > 
> > perl-Params-Validate
> >   -> perl-Test-Pod-LinkCheck
> >   -> perl-Moose
> >   -> perl-DateTime
> >   -> perl-Params-Validate
> > 
> > There are a variety of these involving other DateTime-derived packages, and
> > it looks to me that the simplest solution would be drop the
> > perl(Test::Pod::LinkCheck) build requirement when bootstrapping a new perl,
> > as will be done for 5.18 in Rawhide shortly.
> 
> > e.g.
> > %if 0%{!?perl_bootstrap:1}
> > BuildRequires:  perl(Test::Pod::LinkCheck)
> > %endif
> OK. I'll look into this later this week.

I have been looking into this BZ several times now, but can not spot the
circular dependency between perl-Params-Validate and perl-Test-Pod-LinkCheck
you are referring to.

Neither building perl-Params-Validate nor building perl-Test-Pod-LinkCheck
seems to pull in one of the modules provided by the other.

-- 
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=5NXSa5CVJf&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 985064] perl(HTML::Form) >= 1.00 is needed by perl-WWW-Mechanize-1.72-1.fc17.noarch

2013-07-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=985064

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Emmanuel Seyman  ---
Humm...

I'm not sure how this is happening. F17 should contain
perl-HTML-Form-6.00-6.fc17 which provides perl(HTML::Form) = 6.00 and I can't
understand why yum can't find it.

Vallee, what does "yum search perl-HTML-Form" (as root, without the quotes)
output ?

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