[Bug 903608] perl-WWW-OrangeHRM-Client-0.3.0 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=903608

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

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA
Last Closed||2014-04-04 02:06:28



-- 
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=G1QQwlHsZfa=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 1083964] perl-File-MimeInfo-0.24 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1083964

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-File-MimeInfo-0.25-1.f
   ||c21
 Resolution|--- |RAWHIDE
Last Closed||2014-04-04 02:07:10



-- 
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=DCm9iiznq8a=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 1083418] perl-Log-Dispatch-2.41-1.fc21 FTBFS

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1083418

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

   What|Removed |Added

   Severity|unspecified |high



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
This package failure blocks tens of other packages (perl-Log-Log4Perl,
perl-Catalyst, rt3).

-- 
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=xRsJsKe34ba=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 1064271] perl-Net-SSLeay tests failing on s390(x) with glibc-2.18.90-21.fc21

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1064271



--- Comment #33 from Andreas Krebbel krebb...@de.ibm.com ---
(In reply to Carlos O'Donell from comment #32)
 All of this could have been handled by using the compiler to generate a
 .gnu.attribute entry for the new ABI when such a structure was used. Then
 the static linker could generate a warning when linking mixed ABI objects
 (undefined + new ABI) or an error (old ABI + new ABI). This results in a
 much better user experience and the .gnu.attributes track which ABI
 components are in use (look at ARM which tracks the size of wchar_t).

So far this has been used solely for indicating ABI relevant changes inflicted
by compiler options.  What you propose would be the first use for changes of
Glibc data structures. It probably requires some more work to either 
detect all usages of such data structures and compare their definitions within
GCC to emit the proper flags
- or -
to provide a language level type attribute to put an abi tag on data structures
which is then translated by GCC to the .gnu.attr... stuff (after tracking down
all its embedded uses).

While I think that mechanism would have been useful for static linking the
situation with dynamic linking and Glibc data structures is a bit better since
we have the accessor functions under control. Of course there might be somebody
directly accessing a jmpbuf but that's hopefully a very rare case. Due to the
symbol versioning of the accessor functions there are only few cases left where
this is actually a problem. In general you can dynamically link two objects
using different jmpbuf versions. They would use different sets of
setjmp/longjmp symbols in glibc and all should be fine. Problems only occur if
they pass jmpbuf objects to each other. So the mechanism above would trigger in
too many cases to be useful I think.

Note: In fact even passing jmpbufs between .so's isn't a problem currently
since the reserved fields are never accessed. The only problem we have right
now is if:
1. a jmpbuf is embedded in another data structure (not being the last element)
2. that data structure is shared among modules assuming different jmpbuf sizes

-- 
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=UcrnZIPsBDa=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 1084374] New: perl-CPAN-Checksums-2.09 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084374

Bug ID: 1084374
   Summary: perl-CPAN-Checksums-2.09 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPAN-Checksums
  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: 2.09
Current version/release in Fedora Rawhide: 2.08-8.fc21
URL: http://search.cpan.org/dist/CPAN-Checksums/

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=SdmOQY0ouLa=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 1084380] New: perl-Perl-Critic-Pulp-81 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084380

Bug ID: 1084380
   Summary: perl-Perl-Critic-Pulp-81 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Perl-Critic-Pulp
  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: 81
Current version/release in Fedora Rawhide: 80-1.fc20
URL: http://search.cpan.org/dist/Perl-Critic-Pulp/

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=Lb1wX4LFbVa=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-via-Timeout-0.29.tar.gz uploaded to lookaside cache by ddick

2014-04-04 Thread David Dick
A file has been added to the lookaside cache for perl-PerlIO-via-Timeout:

5d11a404ef25fde310e1798c8702ce61  PerlIO-via-Timeout-0.29.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-via-Timeout/f20] Initial import (#1080952).

2014-04-04 Thread David Dick
Summary of changes:

  5f602f7... Initial import (#1080952). (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1084382] New: perl-Text-Xslate-3.2.0 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084382

Bug ID: 1084382
   Summary: perl-Text-Xslate-3.2.0 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Text-Xslate
  Keywords: FutureFeature, Triaged
  Assignee: cicku...@gmail.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: cicku...@gmail.com, perl-devel@lists.fedoraproject.org



Latest upstream release: 3.2.0
Current version/release in Fedora Rawhide: 3.1.2-2.fc21
URL: http://search.cpan.org/dist/Text-Xslate/

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=dB1cxpm81Aa=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 1084383] New: perl-XML-LibXML-2.0115 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084383

Bug ID: 1084383
   Summary: perl-XML-LibXML-2.0115 is available
   Product: Fedora
   Version: rawhide
 Component: perl-XML-LibXML
  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: 2.0115
Current version/release in Fedora Rawhide: 2.0113-1.fc21
URL: http://search.cpan.org/dist/XML-LibXML/

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=Jg7BkA3Sy3a=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-PerlIO-via-Timeout/el6] Initial import (#1080952).

2014-04-04 Thread David Dick
Summary of changes:

  5f602f7... Initial import (#1080952). (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1084399] New: t/comp/parser.t loads modules from system instead from build directory

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084399

Bug ID: 1084399
   Summary: t/comp/parser.t loads modules from system instead from
build directory
   Product: Fedora
   Version: rawhide
 Component: perl
  Assignee: jples...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: cw...@alumni.drew.edu, iarn...@gmail.com,
jples...@redhat.com, ka...@ucw.cz,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com, rc040...@freenet.de,
tcall...@redhat.com



perl-5.18.2-296.fc21 loads modules from system instead from build directory at
some tests. E.g. t/comp/parser.t:

$ LD_PRELOAD=../libperl.so strace -fq -eopen,execve ./perl harness
comp/parser.t 21 |grep '/usr/lib64/perl5/'
[pid 13545] open(/usr/lib64/perl5/re.pm, O_RDONLY) = 5
[pid 13545] open(/usr/lib64/perl5/auto/re/re.so, O_RDONLY|O_CLOEXEC) = 5

This is caused by a bug in t/TEST where _cmd() functions forgets to emit -I
arguments if requested. The _cmd() is called with:

$VAR1 = {
  'return_dir' = undef,
  'testswitch' = '',
  'perl' = './perl',
  'file' = '',
  'utf8' = '',
  'lib' = '../lib',
  'run_dir' = undef,
  'switch' = '',
  'test' = 'comp/parser.t'
};
$VAR2 = 'perl';

but it returns:

$VAR1 = './perl comp/parser.t ';

while it should return:

$VAR1 = './perl -I../lib comp/parser.t ';

The fix is to change line:

$cmd = $perl . _quote_args($args) .  $test $redir;

into:
my $lib = ($options-{lib} eq '') ? '' :  -I$options-{lib};
$cmd = $perl . $lib . _quote_args($args) .  $test $redir;

-- 
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=5uBRup2VXZa=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 1084399] t/comp/parser.t loads modules from system instead from build directory

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084399



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
Created attachment 882662
  -- https://bugzilla.redhat.com/attachment.cgi?id=882662action=edit
Proposed fix

-- 
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=rXOcMK0rqca=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 1084399] t/comp/parser.t loads modules from system instead from build directory

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084399

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

   What|Removed |Added

URL||https://rt.perl.org/Ticket/
   ||Display.html?id=121579



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
Reported to upstream https://rt.perl.org/Ticket/Display.html?id=121579.

-- 
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=of2KsHSQAaa=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 Exporter-Tiny-0.038.tar.gz uploaded to lookaside cache by pghmcfc

2014-04-04 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Exporter-Tiny:

9ab8587a1c95ad7b666fbc43ab76f16e  Exporter-Tiny-0.038.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-Exporter-Tiny] Update to 0.038

2014-04-04 Thread Paul Howarth
commit 3ebb26af1767201cac81e10e87f0cf518e0bdfcb
Author: Paul Howarth p...@city-fan.org
Date:   Fri Apr 4 12:55:58 2014 +0100

Update to 0.038

- New upstream release 0.038
  - Added: Support Exporter.pm's import negation syntax qw( !foo )
  - Added: Support Exporter.pm's regexp import syntax qw( /foo/ )
  - Fix minor error in documentation of generators
  - Improved handling of hashrefs of options passed to tags, and hashrefs of
options found within %EXPORT_TAGS arrayrefs
  - Only attempt to merge hashes if we're sure they're both really hashes!

 perl-Exporter-Tiny.spec |   14 --
 sources |2 +-
 2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/perl-Exporter-Tiny.spec b/perl-Exporter-Tiny.spec
index 28717b0..f008378 100644
--- a/perl-Exporter-Tiny.spec
+++ b/perl-Exporter-Tiny.spec
@@ -1,6 +1,6 @@
 Name:  perl-Exporter-Tiny
-Version:   0.036
-Release:   2%{?dist}
+Version:   0.038
+Release:   1%{?dist}
 Summary:   An exporter with the features of Sub::Exporter but only core 
dependencies
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -9,6 +9,7 @@ Source0:
http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/Exporter-Tiny-%{ver
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # Module Build
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker) = 6.17
 # Module Runtime
 BuildRequires: perl(B)
@@ -68,6 +69,15 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Exporter::Shiny.3pm*
 
 %changelog
+* Fri Apr  4 2014 Paul Howarth p...@city-fan.org - 0.038-1
+- Update to 0.038
+  - Added: Support Exporter.pm's import negation syntax qw( !foo )
+  - Added: Support Exporter.pm's regexp import syntax qw( /foo/ )
+  - Fix minor error in documentation of generators
+  - Improved handling of hashrefs of options passed to tags, and hashrefs of
+options found within %%EXPORT_TAGS arrayrefs
+  - Only attempt to merge hashes if we're sure they're both really hashes!
+
 * Mon Mar 17 2014 Paul Howarth p...@city-fan.org - 0.036-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 44d2a84..3d7764a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9115160cfd92a2676c377cd530f20f4a  Exporter-Tiny-0.036.tar.gz
+9ab8587a1c95ad7b666fbc43ab76f16e  Exporter-Tiny-0.038.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 Math-BigInt-GMP-1.38.tar.gz uploaded to lookaside cache by pghmcfc

2014-04-04 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Math-BigInt-GMP:

c7c34657e03f9b0bd5de437adb062e23  Math-BigInt-GMP-1.38.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-Exporter-Tiny/epel7] Update to 0.038

2014-04-04 Thread Paul Howarth
Summary of changes:

  3ebb26a... Update to 0.038 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File autodie-2.25.tar.gz uploaded to lookaside cache by ppisar

2014-04-04 Thread Petr Pisar
A file has been added to the lookaside cache for perl-autodie:

6bf7df62326e7e22e2916eb82bc12a40  autodie-2.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-autodie] 2.25 bump

2014-04-04 Thread Petr Pisar
commit e3b33d9714ee9793bc09631edc9177813fd86900
Author: Petr Písař ppi...@redhat.com
Date:   Fri Apr 4 14:43:26 2014 +0200

2.25 bump

 .gitignore|1 +
 perl-autodie.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ff3578..3cfb525 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /autodie-2.22.tar.gz
 /autodie-2.23.tar.gz
 /autodie-2.24.tar.gz
+/autodie-2.25.tar.gz
diff --git a/perl-autodie.spec b/perl-autodie.spec
index 30a4973..6f4dda3 100644
--- a/perl-autodie.spec
+++ b/perl-autodie.spec
@@ -1,5 +1,5 @@
 Name:   perl-autodie
-Version:2.24
+Version:2.25
 Release:1%{?dist}
 Summary:Replace functions with ones that succeed or die
 License:GPL+ or Artistic
@@ -82,6 +82,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 04 2014 Petr Pisar ppi...@redhat.com - 2.25-1
+- 2.25 bump
+
 * Mon Mar 31 2014 Petr Pisar ppi...@redhat.com - 2.24-1
 - 2.24 bump
 
diff --git a/sources b/sources
index 2fb922a..9bc3985 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82aeff19ab6c0f78fabb4cc52c107d46  autodie-2.24.tar.gz
+6bf7df62326e7e22e2916eb82bc12a40  autodie-2.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

[Bug 1084399] t/comp/parser.t loads modules from system instead from build directory

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084399

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

   What|Removed |Added

 Attachment #882662|0   |1
is obsolete||



--- Comment #3 from Petr Pisar ppi...@redhat.com ---
Created attachment 882684
  -- https://bugzilla.redhat.com/attachment.cgi?id=882684action=edit
Upstream fix ported to 5.18.2

The proposed fix was wrong. Upstream prefers different approach already
implemented in this patch.

-- 
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=4uXtZVNwNXa=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-Exporter-Tiny] Created tag perl-Exporter-Tiny-0.038-1.fc21

2014-04-04 Thread Paul Howarth
The lightweight tag 'perl-Exporter-Tiny-0.038-1.fc21' was created pointing to:

 3ebb26a... Update to 0.038
--
Fedora Extras Perl SIG
http://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] Fix t/comp/parser.t not to load system modules

2014-04-04 Thread Petr Pisar
commit 616346850804bb592b52843ae6aef43a3ed784db
Author: Petr Písař ppi...@redhat.com
Date:   Fri Apr 4 13:52:32 2014 +0200

Fix t/comp/parser.t not to load system modules

The fact that perl tests (t/base/*.t, t/comp/*.t, t/run/*.t) are run
without -I is intentional. One has to fix each of them.

 ...t-comp-parser.t-get-the-correct-libraries.patch |   49 
 perl.spec  |   11 -
 2 files changed, 59 insertions(+), 1 deletions(-)
---
diff --git a/perl-5.18.2-Make-t-comp-parser.t-get-the-correct-libraries.patch 
b/perl-5.18.2-Make-t-comp-parser.t-get-the-correct-libraries.patch
new file mode 100644
index 000..df686f6
--- /dev/null
+++ b/perl-5.18.2-Make-t-comp-parser.t-get-the-correct-libraries.patch
@@ -0,0 +1,49 @@
+From 56b960b25894b4b1e1f2ce0ff443c187860bdf76 Mon Sep 17 00:00:00 2001
+From: Craig A. Berry craigbe...@mac.com
+Date: Sun, 30 Jun 2013 21:09:21 -0500
+Subject: [PATCH] Make t/comp/parser.t get the correct libraries.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+In principle it shouldn't need libraries, but an eval of a utf8
+constant now triggers automatic loading of utf8.pm, and it was
+looking for that in the usual @INC locations set at configuration
+time.  Which just might match an installed perl rather than the
+perl being tested.  So make sure we get the correct libraries.
+
+Petr Pisar: Ported to 5.18.2
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ t/comp/parser.t | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/t/comp/parser.t b/t/comp/parser.t
+index 4f2da90..f64d5ce 100644
+--- a/t/comp/parser.t
 b/t/comp/parser.t
+@@ -3,6 +3,11 @@
+ # Checks if the parser behaves correctly in edge cases
+ # (including weird syntax errors)
+ 
++BEGIN {
++@INC = qw(. ../lib);
++chdir 't';
++}
++
+ print 1..155\n;
+ 
+ sub failed {
+@@ -462,7 +467,7 @@ like $@, ^Identifier too long at , 'ident buffer 
overflow';
+ 
+ # bug #74022: Loop on characters in \p{OtherIDContinue}
+ # This test hangs if it fails.
+-eval chr 0x387;
++eval chr 0x387;   # forces loading of utf8.pm
+ is(1,1, '[perl #74022] Parser looping on OtherIDContinue chars');
+ 
+ # More awkward tests for #line. Keep these at the end, as they will screw
+-- 
+1.9.0
+
diff --git a/perl.spec b/perl.spec
index 285e6bd..f2ea8e8 100644
--- a/perl.spec
+++ b/perl.spec
@@ -30,7 +30,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:296%{?dist}
+Release:297%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -118,6 +118,10 @@ Patch21:
perl-5.19.2-Fix-using-regexes-with-multiple-code-blocks.patch
 # CPAN RT#85015
 Patch22:
perl-5.18.1-Document-Math-BigInt-CalcEmu-requires-Math-BigInt.patch 
 
+# Fix t/comp/parser.t not to load system modules, bug #1084399, RT#121579,
+# in upstream after 5.19.1
+Patch23:
perl-5.18.2-Make-t-comp-parser.t-get-the-correct-libraries.patch
+
 # Link XS modules to libperl.so with EU::CBuilder on Linux, bug #960048
 Patch200:   
perl-5.16.3-Link-XS-modules-to-libperl.so-with-EU-CBuilder-on-Li.patch
 
@@ -1904,6 +1908,7 @@ tarball from perl.org.
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%patch23 -p1
 %patch200 -p1
 %patch201 -p1
 
@@ -1930,6 +1935,7 @@ perl -x patchlevel.h \
 'Fedora Patch20: Reap child in case where exception has been thrown 
(RT#114722)' \
 'Fedora Patch21: Fix using regular expressions containing multiple code 
blocks (RT#117917)' \
 'Fedora Patch22: Document Math::BigInt::CalcEmu requires Math::BigInt 
(CPAN RT#85015)' \
+'Fedora Patch23: Fix t/comp/parser.t not to load system modules 
(RT#121579)' \
 'Fedora Patch200: Link XS modules to libperl.so with EU::CBuilder on 
Linux' \
 'Fedora Patch201: Link XS modules to libperl.so with EU::MM on Linux' \
 %{nil}
@@ -3604,6 +3610,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Fri Apr 04 2014 Petr Pisar ppi...@redhat.com - 4:5.18.2-297
+- Fix t/comp/parser.t not to load system modules (bug #1084399)
+
 * Mon Feb 03 2014 Petr Pisar ppi...@redhat.com - 4:5.18.2-296
 - Move macro files into %%{_rpmconfigdir}/macros.d
 
--
Fedora Extras Perl SIG
http://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 1083960] perl-autodie-2.25 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1083960

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-autodie-2.25-1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-04-04 08:58:06



-- 
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=OWo5FPwlmXa=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 CPAN-Checksums-2.09.tar.gz uploaded to lookaside cache by jplesnik

2014-04-04 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-CPAN-Checksums:

6e6bc499e4350c10d6513f2d40040180  CPAN-Checksums-2.09.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-CPAN-Checksums] 2.09 bump

2014-04-04 Thread Jitka Plesnikova
commit 847e6092b6e510ae3af5be2576d97a7cf0321f41
Author: Jitka Plesnikova jples...@redhat.com
Date:   Fri Apr 4 15:10:19 2014 +0200

2.09 bump

 .gitignore |1 +
 CPAN-Checksums-2.08-New-signature.patch|   61 
 ...Try-to-connect-to-pool.sks-keyservers.net.patch |   45 --
 perl-CPAN-Checksums.spec   |   25 
 sources|2 +-
 5 files changed, 14 insertions(+), 120 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33ed55b..793f7da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ CPAN-Checksums-2.04.tar.gz
 /CPAN-Checksums-2.06.tar.gz
 /CPAN-Checksums-2.07.tar.gz
 /CPAN-Checksums-2.08.tar.gz
+/CPAN-Checksums-2.09.tar.gz
diff --git a/perl-CPAN-Checksums.spec b/perl-CPAN-Checksums.spec
index da35a14..2a3da5d 100644
--- a/perl-CPAN-Checksums.spec
+++ b/perl-CPAN-Checksums.spec
@@ -1,15 +1,11 @@
 Name:   perl-CPAN-Checksums
-Version:2.08
-Release:9%{?dist}
+Version:2.09
+Release:1%{?dist}
 Summary:Write a CHECKSUMS file for a directory as on CPAN
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/CPAN-Checksums/
 Source0:
http://www.cpan.org/authors/id/A/AN/ANDK/CPAN-Checksums-%{version}.tar.gz
-# Fix test skip-condition to pass in mock, CPAN RT #94397, bug #1083915
-Patch0: 
CPAN-Checksums-2.08-Try-to-connect-to-pool.sks-keyservers.net.patch
-# Resing Patch0, produced with cpansign sign command before running tests
-Patch1: CPAN-Checksums-2.08-New-signature.patch
 BuildArch:  noarch
 BuildRequires:  perl(Compress::Bzip2)
 BuildRequires:  perl(Compress::Zlib)
@@ -18,36 +14,36 @@ BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Digest::MD5) = 2.36
 BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(DirHandle)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::File) = 1.14
 BuildRequires:  perl(Module::Signature)
 BuildRequires:  perl(Safe)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(vars)
 # Optional tests
 BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(Test::Pod::Coverage) = 0.18
 Requires:   perl(Safe)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
 Write a CHECKSUMS file for a directory as on CPAN.
 
 %prep
 %setup -q -n CPAN-Checksums-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -61,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 04 2014 Jitka Plesnikova jples...@redhat.com - 2.09-1
+- 2.09 bump
+
 * Thu Apr 03 2014 Petr Pisar ppi...@redhat.com - 2.08-9
 - Fix test skip-condition to pass in mock (bug #1083915)
 
diff --git a/sources b/sources
index 93fce76..145374a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-058679056ade8ee885b8538fe195d84a  CPAN-Checksums-2.08.tar.gz
+6e6bc499e4350c10d6513f2d40040180  CPAN-Checksums-2.09.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 Carp-1.3301.tar.gz uploaded to lookaside cache by ppisar

2014-04-04 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Carp:

6b69aaecee7987c6447407d87ca5cc7a  Carp-1.3301.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-Carp] 1.3301 bump

2014-04-04 Thread Petr Pisar
commit 19b04fce4d2dfa3e6bd10c8fde6d4139bdca4886
Author: Petr Písař ppi...@redhat.com
Date:   Fri Apr 4 15:15:54 2014 +0200

1.3301 bump

 .gitignore |1 +
 perl-Carp.spec |   13 ++---
 sources|2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3546369..c36f93e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Carp-1.26.tar.gz
 /Carp-1.32.tar.gz
 /Carp-1.33.tar.gz
+/Carp-1.3301.tar.gz
diff --git a/perl-Carp.spec b/perl-Carp.spec
index e404c04..b35a571 100644
--- a/perl-Carp.spec
+++ b/perl-Carp.spec
@@ -1,11 +1,14 @@
+%global cpan_version 1.3301
+
 Name:   perl-Carp
-Version:1.33
+# Keep 2-digit precision
+Version:%(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/')
 Release:1%{?dist}
 Summary:Alternative warn and die for modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Carp/
-Source0:
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Carp-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Carp-%{cpan_version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -16,6 +19,7 @@ BuildRequires:  perl(Exporter)
 # Tests:
 BuildRequires:  perl(B)
 BuildRequires:  perl(Config)
+# IPC::Open3  = 1.0103 in reality, but provides is 2-digit number only
 BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(parent)
@@ -35,7 +39,7 @@ module was called. There is no guarantee that that is where 
the error was,
 but it is a good educated guess.
 
 %prep
-%setup -q -n Carp-%{version}
+%setup -q -n Carp-%{cpan_version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -55,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 04 2014 Petr Pisar ppi...@redhat.com - 1.33.01-1
+- 1.3301 bump
+
 * Wed Mar 26 2014 Petr Pisar ppi...@redhat.com - 1.33-1
 - 1.33 bump
 
diff --git a/sources b/sources
index eae37d9..d6e8dd6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70cdb48bdd7e6f304335109bbfce9308  Carp-1.33.tar.gz
+6b69aaecee7987c6447407d87ca5cc7a  Carp-1.3301.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 1083961] perl-Carp-1.3301 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1083961

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Carp-1.33.01-1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-04-04 09:22:21



-- 
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=WGzKabWyz7a=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 List-AllUtils-0.08.tar.gz uploaded to lookaside cache by ppisar

2014-04-04 Thread Petr Pisar
A file has been added to the lookaside cache for perl-List-AllUtils:

0becef45aaf3556685ab798a132c014e  List-AllUtils-0.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-List-AllUtils] 0.08 bump

2014-04-04 Thread Petr Pisar
commit 0a7cad1f6989ec917ac9cafa46806f1b5b00abd3
Author: Petr Písař ppi...@redhat.com
Date:   Fri Apr 4 15:29:35 2014 +0200

0.08 bump

 .gitignore  |1 +
 perl-List-AllUtils.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78bdc00..0cd000c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /List-AllUtils-0.03.tar.gz
 /List-AllUtils-0.05.tar.gz
 /List-AllUtils-0.07.tar.gz
+/List-AllUtils-0.08.tar.gz
diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec
index 9fa051f..6476c1b 100644
--- a/perl-List-AllUtils.spec
+++ b/perl-List-AllUtils.spec
@@ -1,5 +1,5 @@
 Name:   perl-List-AllUtils
-Version:0.07
+Version:0.08
 Release:1%{?dist}
 Summary:Combines List::Util and List::MoreUtils
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 04 2014 Petr Pisar ppi...@redhat.com - 0.08-1
+- 0.08 bump
+
 * Tue Oct 15 2013 Petr Pisar ppi...@redhat.com - 0.07-1
 - 0.07 bump
 
diff --git a/sources b/sources
index 37529b9..8ee24fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c4a5a28944a0c18bc3ef8493c67dc42  List-AllUtils-0.07.tar.gz
+0becef45aaf3556685ab798a132c014e  List-AllUtils-0.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

[Bug 1084374] perl-CPAN-Checksums-2.09 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084374

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-CPAN-Checksums-2.09-1.
   ||fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-04-04 09:35:43



-- 
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=bavtZvoswpa=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 1083967] perl-List-AllUtils-0.08 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1083967

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-List-AllUtils-0.08-1.f
   ||c21
 Resolution|--- |RAWHIDE
Last Closed||2014-04-04 09:41:08



-- 
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=yZCtVLXKBxa=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 852503] Review Request: perl-Net-Radius - Object-oriented Perl interface to RADIUS

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=852503



--- Comment #7 from Petr Šabata psab...@redhat.com ---
Ping.

-- 
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=BEuLiiSAL8a=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 851721] Review Request: perl-Net-Nessus-XMLRPC - Communicate with Nessus scanner(v4.2+) via XMLRPC

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=851721



--- Comment #5 from Petr Šabata psab...@redhat.com ---
Ping.

-- 
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=RQygsccYHza=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 Perl-Critic-Pulp-81.tar.gz uploaded to lookaside cache by ppisar

2014-04-04 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Perl-Critic-Pulp:

bfddc1083f556a8af270190fd7e2867f  Perl-Critic-Pulp-81.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-Perl-Critic-Pulp] 81 version bump

2014-04-04 Thread Petr Pisar
commit 875bc20d7d8898aa7a3b15b7d1fbf3d18b6f9c8f
Author: Petr Písař ppi...@redhat.com
Date:   Fri Apr 4 15:46:38 2014 +0200

81 version bump

 .gitignore |1 +
 ...Critic-Pulp-80-Pass-string-to-version-new.patch |   48 
 perl-Perl-Critic-Pulp.spec |   10 ++--
 sources|2 +-
 4 files changed, 7 insertions(+), 54 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 776d378..95004e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /Perl-Critic-Pulp-78.tar.gz
 /Perl-Critic-Pulp-79.tar.gz
 /Perl-Critic-Pulp-80.tar.gz
+/Perl-Critic-Pulp-81.tar.gz
diff --git a/perl-Perl-Critic-Pulp.spec b/perl-Perl-Critic-Pulp.spec
index cb83171..c9f956e 100644
--- a/perl-Perl-Critic-Pulp.spec
+++ b/perl-Perl-Critic-Pulp.spec
@@ -1,13 +1,11 @@
 Name:   perl-Perl-Critic-Pulp
-Version:80
-Release:2%{?dist}
+Version:81
+Release:1%{?dist}
 Summary:Some add-on perlcritic policies
 License:GPLv3+
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Perl-Critic-Pulp/
 Source0:
http://www.cpan.org/authors/id/K/KR/KRYDE/Perl-Critic-Pulp-%{version}.tar.gz
-# Restore compatibility with version-0.9907, CPAN RT#92100, bug #1083991
-Patch0: Perl-Critic-Pulp-80-Pass-string-to-version-new.patch
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -75,7 +73,6 @@ THEMES in Perl::Critic).
 
 %prep
 %setup -q -n Perl-Critic-Pulp-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=perl OPTIMIZE=$RPM_OPT_FLAGS
@@ -96,6 +93,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 04 2014 Petr Pisar ppi...@redhat.com - 81-1
+- 81 version bump
+
 * Thu Apr 03 2014 Petr Pisar ppi...@redhat.com - 80-2
 - Restore compatibility with version-0.9907 (#1083991)
 
diff --git a/sources b/sources
index 46f6ef1..1677275 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8ba8ff09a24b53216f83a46711702a1  Perl-Critic-Pulp-80.tar.gz
+bfddc1083f556a8af270190fd7e2867f  Perl-Critic-Pulp-81.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-Perl-Critic-Pulp/f20] 81 version bump

2014-04-04 Thread Petr Pisar
Summary of changes:

  875bc20... 81 version bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1084399] t/comp/parser.t loads modules from system instead from build directory

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084399

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-5.18.2-297.fc21
 Resolution|--- |RAWHIDE
   Assignee|jples...@redhat.com |ppi...@redhat.com
Last Closed||2014-04-04 09:49:32



--- Comment #4 from Petr Pisar ppi...@redhat.com ---
Different tests still loads:

/usr/lib64/perl5/vendor_perl/auto/HTML/Parser/Parser.so
/usr/lib64/perl5/vendor_perl/auto/Params/Util/Util.so
/usr/lib64/perl5/vendor_perl/HTML/Entities.pm
/usr/lib64/perl5/vendor_perl/HTML/Parser.pm
and some /usr/share/perl5 stuff.

But these things did not go away even with originally proposed patch, so they
are probably isolated execs of perl.

However this is different story, maybe different 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=vgAnY58hyQa=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 XML-LibXML-2.0115.tar.gz uploaded to lookaside cache by jplesnik

2014-04-04 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl-XML-LibXML:

456cde9d6733792e35bc45df566e82ad  XML-LibXML-2.0115.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 1084380] perl-Perl-Critic-Pulp-81 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084380

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Perl-Critic-Pulp-81-1.
   ||fc21



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=1TFwSZNu40a=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 1084383] perl-XML-LibXML-2.0115 is available

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084383

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-XML-LibXML-2.0115-1.fc
   ||21
 Resolution|--- |RAWHIDE
Last Closed||2014-04-04 10:36:17



-- 
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=Hw2RJ1FL5ia=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-XML-LibXML] 2.0115 bump

2014-04-04 Thread Jitka Plesnikova
commit 2250cc19e95cb92675cc661d15d9856da13fd2e7
Author: Jitka Plesnikova jples...@redhat.com
Date:   Fri Apr 4 16:15:45 2014 +0200

2.0115 bump

 .gitignore   |1 +
 perl-XML-LibXML.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5407b45..d4b1594 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ XML-LibXML-1.70.tar.gz
 /XML-LibXML-2.0110.tar.gz
 /XML-LibXML-2.0111.tar.gz
 /XML-LibXML-2.0113.tar.gz
+/XML-LibXML-2.0115.tar.gz
diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index 4903c80..00942c1 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -3,7 +3,7 @@ Name:   perl-XML-LibXML
 # https://bugzilla.redhat.com/show_bug.cgi?id=469480
 # it might not be needed anymore
 # this module is maintained, the other is not
-Version:2.0113
+Version:2.0115
 Release:1%{?dist}
 Epoch:  1
 Summary:Perl interface to the libxml2 library
@@ -114,6 +114,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 04 2014 Jitka Plesnikova jples...@redhat.com - 1:2.0115-1
+- 2.0115 bump
+
 * Mon Mar 17 2014 Jitka Plesnikova jples...@redhat.com - 1:2.0113-1
 - 2.0113 bump
 
diff --git a/sources b/sources
index 3601f2c..75417b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1948580c28a59928d3fdb892529d7eb0  XML-LibXML-2.0113.tar.gz
+456cde9d6733792e35bc45df566e82ad  XML-LibXML-2.0115.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: mojomojo

2014-04-04 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-GnuPG-Interface

2014-04-04 Thread buildsys


perl-GnuPG-Interface has broken dependencies in the rawhide tree:
On x86_64:
perl-GnuPG-Interface-0.50-1.fc21.noarch requires perl(MooX::late)
On i386:
perl-GnuPG-Interface-0.50-1.fc21.noarch requires perl(MooX::late)
On armhfp:
perl-GnuPG-Interface-0.50-1.fc21.noarch requires perl(MooX::late)
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-04-04 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-04-04 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

File IO-Socket-SSL-1.978.tar.gz uploaded to lookaside cache by pghmcfc

2014-04-04 Thread Paul Howarth
A file has been added to the lookaside cache for perl-IO-Socket-SSL:

72b0efa2b1adde5ca88a069caf7e  IO-Socket-SSL-1.978.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-IO-Socket-SSL] Created tag perl-IO-Socket-SSL-1.978-1.fc21

2014-04-04 Thread Paul Howarth
The lightweight tag 'perl-IO-Socket-SSL-1.978-1.fc21' was created pointing to:

 12ec243... Update to 1.978
--
Fedora Extras Perl SIG
http://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 1064271] perl-Net-SSLeay tests failing on s390(x) with glibc-2.18.90-21.fc21

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1064271



--- Comment #35 from Carlos O'Donell codon...@redhat.com ---
Andreas,

I've written up Packaging Changes notes for this in upstream:
https://sourceware.org/glibc/wiki/Release/2.19#Packaging_Changes

Could you please checkin a note to the 2.19 section of the NEWS file in
upstream stating that there is an ABI even for s390/s390x, please also could
you backport that to the active 2.19 branch (requires Allan McRae to sign off).

This way we've covered our bases and made it clear in NEWS and release notes
that there is a potential ABI issue coming down the pipe.

I will work within Red Hat to get this information to all of our customers.

(In reply to Andreas Krebbel from comment #33)
 (In reply to Carlos O'Donell from comment #32)
  All of this could have been handled by using the compiler to generate a
  .gnu.attribute entry for the new ABI when such a structure was used. Then
  the static linker could generate a warning when linking mixed ABI objects
  (undefined + new ABI) or an error (old ABI + new ABI). This results in a
  much better user experience and the .gnu.attributes track which ABI
  components are in use (look at ARM which tracks the size of wchar_t).
 
 So far this has been used solely for indicating ABI relevant changes
 inflicted by compiler options.  What you propose would be the first use for
 changes of Glibc data structures. It probably requires some more work to
 either 
 detect all usages of such data structures and compare their definitions
 within GCC to emit the proper flags
 - or -
 to provide a language level type attribute to put an abi tag on data
 structures which is then translated by GCC to the .gnu.attr... stuff (after
 tracking down all its embedded uses).

That is correct. Nobody wants to be the first to attempt this :-)

Worse is that this only works when building your application.

At runtime if the library is updated you need to use an ELF header flag
(e_flag) bit or 2 bits to annotate the ABI change and this allows ldconfig to
correctly discover and handle allowing old binaries to load new modules with
the new ABI.

Note that this is ABI markup at the object file level for runtime diagnostics,
but we really want that data to live at the function and and variable and
trickle up. Keeping the ABI markup at the function level for the runtime is
probably too costly. Imagine the dynamic loader comparing function ABIs as it
resolves PLT entries!

 While I think that mechanism would have been useful for static linking the
 situation with dynamic linking and Glibc data structures is a bit better
 since we have the accessor functions under control. Of course there might be
 somebody directly accessing a jmpbuf but that's hopefully a very rare case.
 Due to the symbol versioning of the accessor functions there are only few
 cases left where this is actually a problem. In general you can dynamically
 link two objects using different jmpbuf versions. They would use different
 sets of setjmp/longjmp symbols in glibc and all should be fine. Problems
 only occur if they pass jmpbuf objects to each other. So the mechanism above
 would trigger in too many cases to be useful I think.

That is correct, but this issue shows that it's actually common to run into
these problems changing the size of any of the structures exported for public
use by glibc.

Fixing the accessor macros never works perfectly. Too many applications simply
embedded the jmpbuf direclty into another structure and that is eventually used
by newer compiled object code which expects the new size and it fails.

I expect Ruby is going to fail also since it embeds jmp_buf similarly.

 Note: In fact even passing jmpbufs between .so's isn't a problem currently
 since the reserved fields are never accessed. The only problem we have right
 now is if:
 1. a jmpbuf is embedded in another data structure (not being the last
 element)
 2. that data structure is shared among modules assuming different jmpbuf
 sizes

That is correct.

Unfortunately this is much more common than you think.

Either way, if we need to extend jmp_buf and struct ucontext we need to do it.

Our primary goals should be:

* Clear communication to our customers of both the benefits and the problems.

* Better diagnostics for mixing code that could result in an ABI breakage.

I think we can and should be doing better on that second bullet point.

-- 
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=eAzubGxNjta=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 1064271] perl-Net-SSLeay tests failing on s390(x) with glibc-2.18.90-21.fc21

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1064271



--- Comment #36 from Carlos O'Donell codon...@redhat.com ---
(In reply to Andreas Krebbel from comment #34)
 If all the required perl .so files come from RPMs rebuilding all of them at
 once should help. What I don't know is whether perl .so files dealing with
 struct interpreter might come in from other sources as well like CPAN?!

We can only support those modules we build ourselves and distribute with RHEL.
In that case we can make sure everything is rebuilt and works. What we can't
guarantee is that an old module built by a user works correctly. So any user
upgrading to say RHEL8 (hypothetical) will need to rebuild all of their perl
modules because of the ABI breakage.

-- 
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=jl85FPwrA5a=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-Modern-0.006.tar.gz uploaded to lookaside cache by pghmcfc

2014-04-04 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Test-Modern:

23e9158b6b7600d86152231e6e6f1207  Test-Modern-0.006.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-Modern] Update to 0.006

2014-04-04 Thread Paul Howarth
commit f76f7f62be3399c688643e9e1de277795dc1ff7c
Author: Paul Howarth p...@city-fan.org
Date:   Sat Apr 5 00:40:15 2014 +0100

Update to 0.006

- New upstream release 0.006
  - EXPERIMENTALLY provide Test::Lib-like behavior, and a related -lib 
export
tag
  - Support an environment variable PERL_TEST_MODERN_ALLOW_WARNINGS to allow
end-users to skip running end warnings tests
  - Added shouldnt_warn function
- Add upstream workaround for warnings generated in File::Spec

 Test-Modern-0.006-warnings.patch |   39 ++
 perl-Test-Modern.spec|   19 -
 sources  |2 +-
 3 files changed, 57 insertions(+), 3 deletions(-)
---
diff --git a/Test-Modern-0.006-warnings.patch b/Test-Modern-0.006-warnings.patch
new file mode 100644
index 000..a3515b7
--- /dev/null
+++ b/Test-Modern-0.006-warnings.patch
@@ -0,0 +1,39 @@
+diff --git a/lib/Test/Modern.pm b/lib/Test/Modern.pm
+index 5e3e7b3..d2896b3 100644
+--- a/lib/Test/Modern.pm
 b/lib/Test/Modern.pm
+@@ -235,6 +235,9 @@ sub _setup_inc
+   
+   return unless exists($opts-{into_file});
+   
++  # Workaround for File::Spec on legacy Redhat??
++  local $SIG{__WARN__} = 'IGNORE';
++  
+   my $dir = do {
+   my @tmp = 'File::Spec'-splitpath($opts-{into_file});
+   pop @tmp;
+From 2f95fb411e3ce20f72b2d48cdb94cc9a9e6140aa Mon Sep 17 00:00:00 2001
+From: Toby Inkster m...@tobyinkster.co.uk
+Date: Fri, 4 Apr 2014 19:35:45 +0100
+Subject: [PATCH] oops; IGNORE is not supported by __WARN__ signal
+
+---
+ lib/Test/Modern.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Test/Modern.pm b/lib/Test/Modern.pm
+index d2896b3..7a9de54 100644
+--- a/lib/Test/Modern.pm
 b/lib/Test/Modern.pm
+@@ -236,7 +236,7 @@ sub _setup_inc
+   return unless exists($opts-{into_file});
+   
+   # Workaround for File::Spec on legacy Redhat??
+-  local $SIG{__WARN__} = 'IGNORE';
++  local $SIG{__WARN__} = sub {};
+   
+   my $dir = do {
+   my @tmp = 'File::Spec'-splitpath($opts-{into_file});
+-- 
+1.9.1
+
diff --git a/perl-Test-Modern.spec b/perl-Test-Modern.spec
index 2c62aac..e42e2b5 100644
--- a/perl-Test-Modern.spec
+++ b/perl-Test-Modern.spec
@@ -1,10 +1,11 @@
 Name:  perl-Test-Modern
-Version:   0.005
+Version:   0.006
 Release:   1%{?dist}
 Summary:   Precision testing for modern perl
 License:   (GPL+ or Artistic) and CC-BY-SA
 URL:   http://search.cpan.org/dist/Test-Modern/
 Source0:   
http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/Test-Modern-%{version}.tar.gz
+Patch0:Test-Modern-0.006-warnings.patch
 BuildArch: noarch
 # Module Build
 BuildRequires: perl
@@ -12,7 +13,9 @@ BuildRequires:perl(CPAN::Meta::Requirements) = 2.000
 BuildRequires: perl(ExtUtils::MakeMaker) = 6.17
 # Module Runtime
 BuildRequires: perl(B)
+BuildRequires: perl(Cwd)
 BuildRequires: perl(Exporter::Tiny) = 0.030
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(IO::File) = 1.08
 BuildRequires: perl(IO::Handle) = 1.21
 BuildRequires: perl(Import::Into) = 1.002000
@@ -61,6 +64,9 @@ and loads IO::File (much of the same stuff Modern::Perl does).
 %prep
 %setup -q -n Test-Modern-%{version}
 
+# Upstream workaround for warnings in File::Spec
+%patch0 -p1
+
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -79,9 +85,18 @@ make test
 # GPL+ or Artistic
 %doc Changes COPYRIGHT CREDITS LICENSE README
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Test::Modern.3pm*
+%{_mandir}/man3/Test::Modern.3*
 
 %changelog
+* Fri Apr  4 2014 Paul Howarth p...@city-fan.org - 0.006-1
+- Update to 0.006
+  - EXPERIMENTALLY provide Test::Lib-like behavior, and a related -lib export
+tag
+  - Support an environment variable PERL_TEST_MODERN_ALLOW_WARNINGS to allow
+end-users to skip running end warnings tests
+  - Added shouldnt_warn function
+- Add upstream workaround for warnings generated in File::Spec
+
 * Wed Mar 26 2014 Paul Howarth p...@city-fan.org - 0.005-1
 - Update to 0.005
   - Support Perl 5.6.1+
diff --git a/sources b/sources
index 258bbd7..7ad3a70 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8fd4268c7eb79b02caf6cd3b94ed00f  Test-Modern-0.005.tar.gz
+23e9158b6b7600d86152231e6e6f1207  Test-Modern-0.006.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-Modern] Created tag perl-Test-Modern-0.006-1.fc21

2014-04-04 Thread Paul Howarth
The lightweight tag 'perl-Test-Modern-0.006-1.fc21' was created pointing to:

 f76f7f6... Update to 0.006
--
Fedora Extras Perl SIG
http://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-ExtUtils-AutoInstall] Modernize spec.

2014-04-04 Thread corsepiu
commit dda05f63cb9eadefc20bded121e864cfafca2f1a
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sat Apr 5 04:58:13 2014 +0200

Modernize spec.

- Rebase eai.patch (Avoid *.orig being packaged).
- Fix bogus %changelog entries.

 eai.patch  |9 -
 perl-ExtUtils-AutoInstall.spec |   20 +---
 2 files changed, 13 insertions(+), 16 deletions(-)
---
diff --git a/eai.patch b/eai.patch
index 94d20a4..b394655 100644
--- a/eai.patch
+++ b/eai.patch
@@ -1,7 +1,7 @@
-diff -rN -u old-ExtUtils-AutoInstall-0.61/lib/ExtUtils/AutoInstall.pm 
new-ExtUtils-AutoInstall-0.61/lib/ExtUtils/AutoInstall.pm
 old-ExtUtils-AutoInstall-0.61/lib/ExtUtils/AutoInstall.pm  2004-10-18 
23:53:40.0 -0700
-+++ new-ExtUtils-AutoInstall-0.61/lib/ExtUtils/AutoInstall.pm  2005-03-21 
20:06:24.0 -0800
-@@ -873,9 +873,14 @@
+diff -Naur ExtUtils-AutoInstall-0.63.orig/lib/ExtUtils/AutoInstall.pm 
ExtUtils-AutoInstall-0.63/lib/ExtUtils/AutoInstall.pm
+--- ExtUtils-AutoInstall-0.63.orig/lib/ExtUtils/AutoInstall.pm 2005-09-12 
15:16:09.0 +0200
 ExtUtils-AutoInstall-0.63/lib/ExtUtils/AutoInstall.pm  2014-04-04 
18:27:58.840550357 +0200
+@@ -878,9 +878,14 @@
  }
  
  $args{test}{TESTS} ||= 't/*.t';
@@ -19,4 +19,3 @@ diff -rN -u 
old-ExtUtils-AutoInstall-0.61/lib/ExtUtils/AutoInstall.pm new-ExtUti
  
  my $missing = join(',', @Missing);
  my $config  = join(',',
-
diff --git a/perl-ExtUtils-AutoInstall.spec b/perl-ExtUtils-AutoInstall.spec
index 855fe6b..9db8425 100644
--- a/perl-ExtUtils-AutoInstall.spec
+++ b/perl-ExtUtils-AutoInstall.spec
@@ -1,13 +1,12 @@
 Name:  perl-ExtUtils-AutoInstall
 Version:   0.63
-Release:   22%{?dist}
+Release:   23%{?dist}
 Summary:   Automatic install of dependencies via CPAN
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/ExtUtils-AutoInstall/
 Source:
http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/ExtUtils-AutoInstall-%{version}.tar.gz
 Patch0:eai.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch: noarch
@@ -32,26 +31,25 @@ ExtUtils::MakeMaker.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
 # For license text(s), see the perl package
 %doc Changes AUTHORS README TODO
 %{perl_vendorlib}/ExtUtils
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 04 2014 Ralf Corsépius corse...@fedoraproject.org - 0.63-23
+- Modernize spec.
+- Rebase eai.patch (Avoid *.orig being packaged).
+- Fix bogus %%changelog entries.
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.63-22
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -112,10 +110,10 @@ make test
 * Wed Mar 01 2006 Ralf Corsépius rc040...@freenet.de - 0.63-4
 - Rebuild for perl-5.8.8.
 
-* Tue Sep 14 2005 Ralf Corsepius rc040...@freenet.de - 0.63-3
+* Thu Sep 15 2005 Ralf Corsepius rc040...@freenet.de - 0.63-3
 - Further spec file cleanup.
 
-* Tue Sep 14 2005 Ralf Corsepius rc040...@freenet.de - 0.63-2
+* Thu Sep 15 2005 Ralf Corsepius rc040...@freenet.de - 0.63-2
 - Spec file cleanup.
 
 * Tue Sep 13 2005 Ralf Corsepius rc040...@freenet.de - 0.63-1
--
Fedora Extras Perl SIG
http://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 1078083] CVE-2014-2525 libyaml: heap-based buffer overflow when parsing URLs

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1078083
Bug 1078083 depends on bug 1081281, which changed state.

Bug 1081281 Summary: CVE-2014-2525 libyaml: heap-based buffer overflow when 
parsing URLs [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1081281

   What|Removed |Added

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



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=6nS1gY3O0Ia=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 1078083] CVE-2014-2525 libyaml: heap-based buffer overflow when parsing URLs

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1078083



--- Comment #31 from Fedora Update System upda...@fedoraproject.org ---
libyaml-0.1.6-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=0noKF0s4ECa=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 995748] perl-Net-Amazon-S3-0.59-1.fc20 does not include s3cl script and manpage

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=995748



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-IO-Interactive-0.0.6-1.fc20, perl-Term-ProgressBar-Simple-0.03-1.fc20,
perl-Term-ProgressBar-Quiet-0.31-1.fc20, perl-Net-Amazon-S3-0.59-2.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=SHgVbRgF65a=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 1078083] CVE-2014-2525 libyaml: heap-based buffer overflow when parsing URLs

2014-04-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1078083



--- Comment #32 from Fedora Update System upda...@fedoraproject.org ---
libyaml-0.1.6-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=14yhdwkSjNa=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