Re: Perl CFLAGS and LDFLAGS change

2015-07-09 Thread Petr Pisar
On Wed, Jul 08, 2015 at 02:25:11PM +0200, Petr Pisar wrote:
 It turned out that perl is broken too. Fortunately, only /usr/bin/perl is
 broken. Not the libperl.so or any other XS modules. This issue is known as
 https://bugzilla.redhat.com/show_bug.cgi?id=1238804.
 
 Playing with perl's Configure arguments shows different options are used at
 different places and the best configuration looks like this (from perl.spec):
 
 -/bin/sh Configure -des -Doptimize=$RPM_OPT_FLAGS \
 --Dccdlflags=-Wl,--enable-new-dtags \
 --Dlddlflags=-shared $RPM_OPT_FLAGS $RPM_LD_FLAGS \
 +# ldflags is not used when linking XS modules.
 +# Only ldflags is used when linking miniperl.
 +# Only ccflags and ldflags are used for Configure's compiler checks.
 +# Set optimize=none to prevent from injecting upstream's value.
 +/bin/sh Configure -des \
 +-Doptimize=none \
 +-Dccflags=$RPM_OPT_FLAGS \
 +-Dldflags=$RPM_LD_FLAGS \
 +-Dccdlflags=-Wl,--enable-new-dtags $RPM_LD_FLAGS \
 +-Dlddlflags=-shared $RPM_LD_FLAGS \
 
I did it in perl-5.22.0-347.fc23.

-- Petr


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

ppisar pushed to perl-Gnome2-Print (master). Removed because libgnomeprintui22 dependency was removed

2015-07-09 Thread notifications
From 197210672eb229526d003cfc76b7be1bc1ebd691 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 9 Jul 2015 17:12:31 +0200
Subject: Removed because libgnomeprintui22 dependency was removed


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index c68ce88..000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Gnome2-Print-1.000.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 000..e754f45
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Removed because libgnomeprintui22 dependency was removed
diff --git a/perl-Gnome2-Print.spec b/perl-Gnome2-Print.spec
deleted file mode 100644
index 0d318ab..000
--- a/perl-Gnome2-Print.spec
+++ /dev/null
@@ -1,134 +0,0 @@
-Name:   perl-Gnome2-Print
-Version:1.000
-Release:25%{?dist}
-Summary:Perl wrappers for the Gnome Print utilities
-License:LGPLv2+
-Group:  Development/Libraries
-URL:http://search.cpan.org/dist/Gnome2-Print/
-Source0:
http://www.cpan.org/authors/id/E/EB/EBASSI/Gnome2-Print-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  perl(ExtUtils::Depends)   = 0.1
-BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
-BuildRequires:  perl(Glib)= 1.120
-BuildRequires:  perl(Glib::MakeHelper)
-BuildRequires:  perl(Gtk2)= 1.120
-BuildRequires:  perl(Test::More)
-BuildRequires:  libgnomeprintui22-devel   = 2.2.0.0
-
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
-%description
-This module allows you to use the GNOME Print libraries within your
-applications written using the gtk2-perl wrapper. The GNOME Print libraries
-(also known as libgnomeprint and libgnomeprintui) allow you to create
-printable documents (using various frontends) and offer standard widgets in
-order to maintain a UI consistent for all GNOME applications.
-
-%prep
-%setup -q -n Gnome2-Print-%{version}
-
-%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
-make %{?_smp_mflags}
-
-%install
-rm -rf %{buildroot}
-
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
-
-%{_fixperms} %{buildroot}/*
-
-%check
-make test
-
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog doctypes gnomeprint.typemap maps NEWS README examples/
-%{perl_vendorarch}/auto/*
-%{perl_vendorarch}/Gnome2*
-%{_mandir}/man3/*
-
-%changelog
-* Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.000-25
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Mon Jun 08 2015 Jitka Plesnikova jples...@redhat.com - 1.000-24
-- Perl 5.22 rebuild
-
-* Mon Sep 01 2014 Jitka Plesnikova jples...@redhat.com - 1.000-23
-- Perl 5.20 rebuild
-
-* Sun Aug 17 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.000-22
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.000-21
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.000-20
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Mon Jul 22 2013 Petr Pisar ppi...@redhat.com - 1.000-19
-- Perl 5.18 rebuild
-
-* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.000-18
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.000-17
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Thu Jun 14 2012 Petr Pisar ppi...@redhat.com - 1.000-16
-- Perl 5.16 rebuild
-
-* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.000-15
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Wed Nov 09 2011 Iain Arnell iarn...@gmail.com 1.000-14
-- Rebuild for libpng 1.5
-- BuildRequires perl(Test::More)
-
-* Tue Jun 21 2011 Marcela Mašláňová mmasl...@redhat.com - 1.000-13
-- Perl mass rebuild
-
-* Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.000-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Fri Dec 17 2010 Marcela Maslanova mmasl...@redhat.com - 1.000-11
-- 661697 rebuild for fixing problems with vendorach/lib
-
-* Sun May 02 2010 Marcela Maslanova mmasl...@redhat.com - 1.000-10
-- Mass rebuild with perl-5.12.0
-
-* Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 1.000-9
-- rebuild against perl 5.10.1
-
-* Thu Jul 30 2009 Ralf Corsépius corse...@fedoraproject.org - 1.000-8
-- Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper).
-
-* 

ppisar pushed to perl (master). Sub-package MIME-Base64

2015-07-09 Thread notifications
From 60939109633973ed928e62c7209288ee9f29f0d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 8 Jul 2015 15:07:25 +0200
Subject: Sub-package MIME-Base64


diff --git a/perl.spec b/perl.spec
index a8e2f31..1a1d6f4 100644
--- a/perl.spec
+++ b/perl.spec
@@ -38,10 +38,9 @@ Group:  Development/Languages
 # we have to reflect that in the sub-package containing them.
 # under UCD are unicode tables
 # Public domain: ext/SDBM_File/sdbm/*, 
ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c 
-# MIT: ext/MIME-Base64/Base64.xs 
 # Copyright Only: for example ext/Text-Soundex/Soundex.xs 
 # HSRL; regexec.c
-License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and HSRL and MIT and Public Domain and UCD
+License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and HSRL and Public Domain and UCD
 Url:http://www.perl.org/
 Source0:http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2
 Source2:perl-5.8.0-libnet.cfg
@@ -271,6 +270,7 @@ Requires:   perl-HTTP-Tiny, perl-IO-Compress, 
perl-IO-Socket-IP
 Requires:   perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
 Requires:   perl-Locale-Codes, perl-Locale-Maketext,
 Requires:   perl-Locale-Maketext-Simple
+Requires:   perl-MIME-Base64,
 Requires:   perl-Module-CoreList,
 Requires:   perl-Module-CoreList-tools, perl-Module-Load
 Requires:   perl-Module-Load-Conditional, perl-Module-Loaded, 
perl-Module-Metadata
@@ -1246,6 +1246,22 @@ BuildArch:  noarch
 This module is a simple wrapper around Locale::Maketext::Lexicon, designed
 to alleviate the need of creating Language Classes for module authors.
 
+%package MIME-Base64
+Summary:Encoding and decoding of Base64 and quoted-printable strings
+Group:  Development/Libraries
+# cpan/MIME-Base64/Base64.xs:   (GPL+ or Artistic) and MIT (Bellcore's part)
+# Other files:  GPL+ or Artistic
+License:(GPL+ or Artistic) and MIT
+Epoch:  0
+Version:3.15
+Requires:   %perl_compat
+Conflicts:  perl  4:5.22.0-347
+
+%description MIME-Base64
+This package contains a Base64 encoder/decoder and a quoted-printable
+encoder/decoder. These encoding methods are specified in RFC 2045 - MIME
+(Multipurpose Internet Mail Extensions).
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Module-CoreList
 Summary:What modules are shipped with versions of perl
@@ -2615,6 +2631,11 @@ popd
 %exclude %{privlib}/Locale/Maketext/Simple.pm
 %exclude %{_mandir}/man3/Locale::Maketext::Simple.*
 
+# MIME-Base64
+%exclude %{archlib}/auto/MIME
+%exclude %{archlib}/MIME
+%exclude %{_mandir}/man3/MIME::*
+
 # Module-CoreList
 %exclude %dir %{privlib}/Module
 %exclude %{privlib}/Module/CoreList
@@ -3375,6 +3396,11 @@ popd
 %{privlib}/Locale/Maketext/Simple.pm
 %{_mandir}/man3/Locale::Maketext::Simple.*
 
+%files MIME-Base64
+%{archlib}/auto/MIME
+%{archlib}/MIME
+%{_mandir}/man3/MIME::*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Module-CoreList
 %dir %{privlib}/Module
@@ -3693,6 +3719,7 @@ popd
 - Store distribution's linker and compiler flags to more Config's options
   in order to apply them when linking executable programs (bug #1238804)
 - Sub-package Config-Perl-V (bug #1238203)
+- Sub-package MIME-Base64 (bug #1238222)
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=60939109633973ed928e62c7209288ee9f29f0d9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Move libnetcfg tool from perl-devel into perl-libnetcfg sub-package

2015-07-09 Thread notifications
From 74fe0d284d28fb2cd809d32b1598f263817a4c7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 9 Jul 2015 14:00:03 +0200
Subject: Move libnetcfg tool from perl-devel into perl-libnetcfg sub-package


diff --git a/perl.spec b/perl.spec
index e7334f4..da32171 100644
--- a/perl.spec
+++ b/perl.spec
@@ -262,7 +262,7 @@ Requires:   perl-File-Path, perl-File-Temp, perl-Filter,
 Requires:   perl-Filter-Simple, perl-Getopt-Long
 Requires:   perl-HTTP-Tiny, perl-IO-Compress, perl-IO-Socket-IP
 Requires:   perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
-Requires:   perl-libnet,
+Requires:   perl-libnet, perl-libnetcfg,
 Requires:   perl-Locale-Codes, perl-Locale-Maketext,
 Requires:   perl-Locale-Maketext-Simple
 Requires:   perl-Math-BigInt,
@@ -1209,6 +1209,19 @@ This is a collection of Perl modules which provides a 
simple and
 consistent programming interface (API) to the client side of various
 protocols used in the internet community.
 
+%package libnetcfg
+Summary:Configure libnet
+Group:  Development/Tools
+License:GPL+ or Artistic
+Epoch:  %perl_epoch
+Version:%perl_version
+# Net::Config is optional
+BuildArch:  noarch
+Conflicts:  perl-devel  4:5.22.0-347
+
+%description libnetcfg
+The libnetcfg utility can be used to configure the libnet.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Locale-Codes
 Summary:Distribution of modules to handle locale codes
@@ -2343,8 +2356,6 @@ popd
 # devel
 %exclude %{_bindir}/h2xs
 %exclude %{_mandir}/man1/h2xs*
-%exclude %{_bindir}/libnetcfg
-%exclude %{_mandir}/man1/libnetcfg*
 %exclude %{_bindir}/perlivp
 %exclude %{_mandir}/man1/perlivp*
 %exclude %{archlib}/CORE/*.h
@@ -2744,6 +2755,10 @@ popd
 %exclude %{_mandir}/man3/Net::SMTP.*
 %exclude %{_mandir}/man3/Net::Time.*
 
+# libnetcfg
+%exclude %{_bindir}/libnetcfg
+%exclude %{_mandir}/man1/libnetcfg*
+
 # Locale-Codes
 %exclude %dir %{privlib}/Locale
 %exclude %{privlib}/Locale/Codes
@@ -3071,8 +3086,6 @@ popd
 %files devel
 %{_bindir}/h2xs
 %{_mandir}/man1/h2xs*
-%{_bindir}/libnetcfg
-%{_mandir}/man1/libnetcfg*
 %{_bindir}/perlivp
 %{_mandir}/man1/perlivp*
 %{archlib}/CORE/*.h
@@ -3572,6 +3585,10 @@ popd
 %{_mandir}/man3/Net::SMTP.*
 %{_mandir}/man3/Net::Time.*
 
+%files libnetcfg
+%{_bindir}/libnetcfg
+%{_mandir}/man1/libnetcfg*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Locale-Codes
 %dir %{privlib}/Locale
@@ -3996,6 +4013,7 @@ popd
 - Sub-package Math-BigInt
 - Do not provide Net/libnet.cfg (bug #1238689)
 - Revert downstream change in Net::Config default configuration
+- Move libnetcfg tool from perl-devel into perl-libnetcfg sub-package
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=74fe0d284d28fb2cd809d32b1598f263817a4c7d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Sub-package Text-Balanced

2015-07-09 Thread notifications
From f5eea8f4b1cac92152a63d51b27c88de6805252f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 8 Jul 2015 15:43:07 +0200
Subject: Sub-package Text-Balanced


diff --git a/perl.spec b/perl.spec
index 8aa9a35..088c702 100644
--- a/perl.spec
+++ b/perl.spec
@@ -283,7 +283,8 @@ Requires:   perl-podlators, perl-Pod-Simple, 
perl-Scalar-List-Utils
 Requires:   perl-Socket, perl-Storable, perl-Sys-Syslog,
 Requires:   perl-Term-ANSIColor, perl-Term-Cap,
 Requires:   perl-Test-Harness, perl-Test-Simple
-Requires:   perl-Text-ParseWords, perl-Text-Tabs+Wrap, perl-Thread-Queue
+Requires:   perl-Text-Balanced, perl-Text-ParseWords, perl-Text-Tabs+Wrap,
+Requires:   perl-Thread-Queue
 Requires:   perl-Time-HiRes
 Requires:   perl-Time-Local, perl-Time-Piece
 Requires:   perl-version, perl-threads, perl-threads-shared, perl-parent
@@ -1756,6 +1757,20 @@ BuildArch:  noarch
 Basic utilities for writing tests.
 %endif
 
+%package Text-Balanced
+Summary:Extract delimited text sequences from strings
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:2.03
+Requires:   %perl_compat
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-347
+
+%description Text-Balanced
+These Perl subroutines may be used to extract a delimited substring, possibly
+after skipping a specified prefix string.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Text-ParseWords
 Summary:Parse text into an array of tokens or array of arrays
@@ -2845,6 +2860,10 @@ popd
 %exclude %{_mandir}/man3/Test::Tutorial*
 %exclude %{_mandir}/man3/Test::use::ok*
 
+# Text-Balanced
+%exclude %{privlib}/Text/Balanced.pm
+%exclude %{_mandir}/man3/Text::Balanced.*
+
 # Text-ParseWords
 %exclude %{privlib}/Text/ParseWords.pm
 %exclude %{_mandir}/man3/Text::ParseWords.*
@@ -3686,6 +3705,11 @@ popd
 %{_mandir}/man3/Test::use::ok*
 %endif
 
+%files Text-Balanced
+%dir %{privlib}/Text
+%{privlib}/Text/Balanced.pm
+%{_mandir}/man3/Text::Balanced.*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Text-ParseWords
 %dir %{privlib}/Text
@@ -3773,6 +3797,7 @@ popd
 - Sub-package PerlIO-via-QuotedPrint (bug #1238229)
 - Update Pod-Escapes metadata (bug #1238237)
 - Sub-package Term-Cap (bug #1238248)
+- Sub-package Text-Balanced (bug #1238269)
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=f5eea8f4b1cac92152a63d51b27c88de6805252f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Sub-package Unicode-Collate

2015-07-09 Thread notifications
From 1a4a9cb9064f54f60cc7bb86889acf203aa6118e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 8 Jul 2015 16:24:49 +0200
Subject: Sub-package Unicode-Collate


diff --git a/perl.spec b/perl.spec
index c9c8536..55d44f6 100644
--- a/perl.spec
+++ b/perl.spec
@@ -289,7 +289,7 @@ Requires:   perl-Text-Balanced, perl-Text-ParseWords, 
perl-Text-Tabs+Wrap,
 Requires:   perl-Thread-Queue
 Requires:   perl-Time-HiRes
 Requires:   perl-Time-Local, perl-Time-Piece
-Requires:   perl-Unicode-Normalize,
+Requires:   perl-Unicode-Collate, perl-Unicode-Normalize,
 Requires:   perl-version, perl-threads, perl-threads-shared, perl-parent
 
 %description core
@@ -1954,6 +1954,20 @@ following data types only: scalars and scalar refs, 
arrays and array refs, and
 hashes and hash refs.
 %endif
 
+%package Unicode-Collate
+Summary:Unicode Collation Algorithm
+Group:  Development/Libraries
+License:(GPL+ or Artistic) and UCD
+Epoch:  0
+Version:1.12
+Requires:   %perl_compat
+Requires:   perl(Unicode::Normalize)
+Conflicts:  perl  4:5.22.0-347
+
+%description Unicode-Collate
+This package is Perl implementation of Unicode Technical Standard #10 (Unicode
+Collation Algorithm).
+
 %package Unicode-Normalize
 Summary:Unicode Normalization Forms
 Group:  Development/Libraries
@@ -3003,6 +3017,16 @@ popd
 %exclude %{archlib}/threads/shared*
 %exclude %{_mandir}/man3/threads::shared*
 
+# Unicode-Collate
+%dir %exclude %{archlib}/auto/Unicode
+%exclude %{archlib}/auto/Unicode/Collate
+%dir %exclude %{archlib}/Unicode
+%exclude %{archlib}/Unicode/Collate
+%exclude %{archlib}/Unicode/Collate.pm
+%exclude %{privlib}/Unicode/Collate
+%exclude %{_mandir}/man3/Unicode::Collate.*
+%exclude %{_mandir}/man3/Unicode::Collate::*
+
 # Unicode-Normalize
 %exclude %{privlib}/Unicode/Normalize.pm
 %exclude %{_mandir}/man3/Unicode::Normalize.*
@@ -3899,6 +3923,17 @@ popd
 %{_mandir}/man3/threads::shared*
 %endif
 
+%files Unicode-Collate
+%dir %{archlib}/auto/Unicode
+%{archlib}/auto/Unicode/Collate
+%dir %{archlib}/Unicode
+%{archlib}/Unicode/Collate
+%{archlib}/Unicode/Collate.pm
+%dir %{privlib}/Unicode
+%{privlib}/Unicode/Collate
+%{_mandir}/man3/Unicode::Collate.*
+%{_mandir}/man3/Unicode::Collate::*
+
 %files Unicode-Normalize
 %dir %{privlib}/Unicode
 %{privlib}/Unicode/Normalize.pm
@@ -3930,6 +3965,7 @@ popd
 - Sub-package libnet (bug #1238689)
 - Sub-package perlfaq (bug #1238703)
 - Sub-package Unicode-Normalize (bug #1238730)
+- Sub-package Unicode-Collate (bug #1238760)
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=1a4a9cb9064f54f60cc7bb86889acf203aa6118e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Sub-package Unicode-Normalize

2015-07-09 Thread notifications
From a66a3442bda8d522fbde011c0b34d9a68f87c49d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 8 Jul 2015 16:12:31 +0200
Subject: Sub-package Unicode-Normalize


diff --git a/perl.spec b/perl.spec
index 43aa105..c9c8536 100644
--- a/perl.spec
+++ b/perl.spec
@@ -289,6 +289,7 @@ Requires:   perl-Text-Balanced, perl-Text-ParseWords, 
perl-Text-Tabs+Wrap,
 Requires:   perl-Thread-Queue
 Requires:   perl-Time-HiRes
 Requires:   perl-Time-Local, perl-Time-Piece
+Requires:   perl-Unicode-Normalize,
 Requires:   perl-version, perl-threads, perl-threads-shared, perl-parent
 
 %description core
@@ -1953,6 +1954,22 @@ following data types only: scalars and scalar refs, 
arrays and array refs, and
 hashes and hash refs.
 %endif
 
+%package Unicode-Normalize
+Summary:Unicode Normalization Forms
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:1.18
+Requires:   %perl_compat
+# unicore/CombiningClass.pl and unicore/Decomposition.pl from perl, perl is
+# auto-detected.
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-347
+
+%description Unicode-Normalize
+This package provides Perl functions that can convert strings into various
+Unicode normalization forms as defined in Unicode Standard Annex #15.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package version
 Summary:Perl extension for Version Objects
@@ -2986,6 +3003,10 @@ popd
 %exclude %{archlib}/threads/shared*
 %exclude %{_mandir}/man3/threads::shared*
 
+# Unicode-Normalize
+%exclude %{privlib}/Unicode/Normalize.pm
+%exclude %{_mandir}/man3/Unicode::Normalize.*
+
 # version
 %exclude %{privlib}/version.pm
 %exclude %{privlib}/version.pod
@@ -3878,6 +3899,11 @@ popd
 %{_mandir}/man3/threads::shared*
 %endif
 
+%files Unicode-Normalize
+%dir %{privlib}/Unicode
+%{privlib}/Unicode/Normalize.pm
+%{_mandir}/man3/Unicode::Normalize.*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files version
 %{privlib}/version.pm
@@ -3903,6 +3929,7 @@ popd
 - Sub-package Text-Balanced (bug #1238269)
 - Sub-package libnet (bug #1238689)
 - Sub-package perlfaq (bug #1238703)
+- Sub-package Unicode-Normalize (bug #1238730)
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=a66a3442bda8d522fbde011c0b34d9a68f87c49d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Remove dangling empty directory after sub-packaging Test-Simple

2015-07-09 Thread notifications
From 16113d404930030c0a6b08939d44e776d6223cd8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 9 Jul 2015 16:37:48 +0200
Subject: Remove dangling empty directory after sub-packaging Test-Simple


diff --git a/perl.spec b/perl.spec
index da32171..edfea73 100644
--- a/perl.spec
+++ b/perl.spec
@@ -2983,14 +2983,14 @@ popd
 %exclude %{privlib}/Test/Tester*
 %exclude %{privlib}/Test/Simple*
 %exclude %{privlib}/Test/Tutorial*
-%exclude %{privlib}/Test/use/ok*
+%exclude %{privlib}/Test/use
 %exclude %{_mandir}/man3/ok*
 %exclude %{_mandir}/man3/Test::More*
 %exclude %{_mandir}/man3/Test::Builder*
 %exclude %{_mandir}/man3/Test::Tester*
 %exclude %{_mandir}/man3/Test::Simple*
 %exclude %{_mandir}/man3/Test::Tutorial*
-%exclude %{_mandir}/man3/Test::use::ok*
+%exclude %{_mandir}/man3/Test::use::*
 
 # Text-Balanced
 %exclude %{privlib}/Text/Balanced.pm
@@ -3887,14 +3887,14 @@ popd
 %{privlib}/Test/Tester*
 %{privlib}/Test/Simple*
 %{privlib}/Test/Tutorial*
-%{privlib}/Test/use/ok*
+%{privlib}/Test/use
 %{_mandir}/man3/ok*
 %{_mandir}/man3/Test::More*
 %{_mandir}/man3/Test::Builder*
 %{_mandir}/man3/Test::Tester*
 %{_mandir}/man3/Test::Simple*
 %{_mandir}/man3/Test::Tutorial*
-%{_mandir}/man3/Test::use::ok*
+%{_mandir}/man3/Test::use::*
 %endif
 
 %files Text-Balanced
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=16113d404930030c0a6b08939d44e776d6223cd8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Sub-package Math-BigInt

2015-07-09 Thread notifications
From f71ede153ffb534cc656f8aa0a7e8f968e063a2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 8 Jul 2015 16:49:43 +0200
Subject: Sub-package Math-BigInt


diff --git a/perl.spec b/perl.spec
index 55d44f6..0929b0d 100644
--- a/perl.spec
+++ b/perl.spec
@@ -271,6 +271,7 @@ Requires:   perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
 Requires:   perl-libnet,
 Requires:   perl-Locale-Codes, perl-Locale-Maketext,
 Requires:   perl-Locale-Maketext-Simple
+Requires:   perl-Math-BigInt,
 Requires:   perl-MIME-Base64,
 Requires:   perl-Module-CoreList,
 Requires:   perl-Module-CoreList-tools, perl-Module-Load
@@ -1274,6 +1275,24 @@ BuildArch:  noarch
 This module is a simple wrapper around Locale::Maketext::Lexicon, designed
 to alleviate the need of creating Language Classes for module authors.
 
+%package Math-BigInt
+Summary:Arbitrary-size integer and float mathematics
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:1.9997
+Requires:   %perl_compat
+Requires:   perl(Carp)
+# File::Spec not used on recent perl
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-347
+
+# Do not export unversioned module
+%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(Math::BigInt\\)\\s*$
+
+%description Math-BigInt
+This provides Perl modules for arbitrary-size integer and float mathematics.
+
 %package MIME-Base64
 Summary:Encoding and decoding of Base64 and quoted-printable strings
 Group:  Development/Libraries
@@ -2773,6 +2792,16 @@ popd
 %exclude %{privlib}/Locale/Maketext/Simple.pm
 %exclude %{_mandir}/man3/Locale::Maketext::Simple.*
 
+# Math-BigInt
+%exclude %{privlib}/Math/BigFloat.pm
+%exclude %{privlib}/Math/BigInt.pm
+%exclude %{privlib}/Math/BigInt/Calc.pm
+%exclude %{privlib}/Math/BigInt/CalcEmu.pm
+%exclude %{_mandir}/man3/Math::BigFloat.*
+%exclude %{_mandir}/man3/Math::BigInt.*
+%exclude %{_mandir}/man3/Math::BigInt::Calc.*
+%exclude %{_mandir}/man3/Math::BigInt::CalcEmu.*
+
 # MIME-Base64
 %exclude %{archlib}/auto/MIME
 %exclude %{archlib}/MIME
@@ -3596,6 +3625,18 @@ popd
 %{privlib}/Locale/Maketext/Simple.pm
 %{_mandir}/man3/Locale::Maketext::Simple.*
 
+%files Math-BigInt
+%dir %{privlib}/Math
+%{privlib}/Math/BigFloat.pm
+%{privlib}/Math/BigInt.pm
+%dir %{privlib}/Math/BigInt
+%{privlib}/Math/BigInt/Calc.pm
+%{privlib}/Math/BigInt/CalcEmu.pm
+%{_mandir}/man3/Math::BigFloat.*
+%{_mandir}/man3/Math::BigInt.*
+%{_mandir}/man3/Math::BigInt::Calc.*
+%{_mandir}/man3/Math::BigInt::CalcEmu.*
+
 %files MIME-Base64
 %{archlib}/auto/MIME
 %{archlib}/MIME
@@ -3966,6 +4007,7 @@ popd
 - Sub-package perlfaq (bug #1238703)
 - Sub-package Unicode-Normalize (bug #1238730)
 - Sub-package Unicode-Collate (bug #1238760)
+- Sub-package Math-BigInt
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=f71ede153ffb534cc656f8aa0a7e8f968e063a2e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Revert downstream change in Net::Config default configuration (..more)

2015-07-09 Thread notifications
From 47534716d4159fed653d12c656106d31fcd2f939 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 9 Jul 2015 13:19:27 +0200
Subject: Revert downstream change in Net::Config default configuration

This is not needed since upstream commit:

commit adeb94125ab7de8d20c129a905a5159972ad9fd1
Author: Ricardo SIGNES r...@cpan.org
Date:   Mon Oct 22 05:01:09 2007 -0400

hostname.t busted
Message-ID: 20071022130109.GA16748@knight

p4raw-id: //depot/perl@32180

Also fixed in CPAN's libnet since 1.22_02.

diff --git a/perl-disable_test_hosts.patch b/perl-disable_test_hosts.patch
deleted file mode 100644
index d9d38ae..000
--- a/perl-disable_test_hosts.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up perl-5.12.0/cpan/libnet/lib/Net/Config.pm.disable 
perl-5.12.0/cpan/libnet/Net/Config.pm
 perl-5.12.0/cpan/libnet/lib/Net/Config.pm.disable  2010-01-18 
19:52:49.0 +0100
-+++ perl-5.12.0/cpan/libnet/lib/Net/Config.pm  2010-04-13 16:03:50.090770813 
+0200
-@@ -29,7 +29,7 @@ eval { local $SIG{__DIE__}; require Net:
-   ftp_firewall= undef,
-   ftp_ext_passive = 1,
-   ftp_int_passive = 1,
--  test_hosts  = 1,
-+  test_hosts  = 0,
-   test_exist  = 1,
- );
- 
diff --git a/perl.spec b/perl.spec
index 85510a6..e7334f4 100644
--- a/perl.spec
+++ b/perl.spec
@@ -64,11 +64,6 @@ Patch4: perl-5.10.0-libresolv.patch
 # patches ExtUtils-MakeMaker
 Patch5: perl-USE_MM_LD_RUN_PATH.patch
 
-# Skip hostname tests, since hostname lookup isn't available in Fedora
-# buildroots by design.
-# patches Net::Config from libnet
-Patch6: perl-disable_test_hosts.patch
-
 # The Fedora builders started randomly failing this futime test
 # only on x86_64, so we just don't run it. Works fine on normal
 # systems.
@@ -2026,7 +2021,6 @@ Perl extension for Version Objects
 %endif
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 %patch7 -p1
 %patch8 -p1
 %patch15 -p1
@@ -4001,6 +3995,7 @@ popd
 - Sub-package Unicode-Collate (bug #1238760)
 - Sub-package Math-BigInt
 - Do not provide Net/libnet.cfg (bug #1238689)
+- Revert downstream change in Net::Config default configuration
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=47534716d4159fed653d12c656106d31fcd2f939
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Do not provide Net/libnet.cfg

2015-07-09 Thread notifications
From cb7a91ee2101c0c4d1ac618a34897744a673811d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 9 Jul 2015 13:12:48 +0200
Subject: Do not provide Net/libnet.cfg


diff --git a/perl.spec b/perl.spec
index 0929b0d..85510a6 100644
--- a/perl.spec
+++ b/perl.spec
@@ -43,7 +43,6 @@ Group:  Development/Languages
 License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only 
and HSRL and Public Domain and UCD
 Url:http://www.perl.org/
 Source0:http://www.cpan.org/src/5.0/perl-%{perl_version}.tar.bz2
-Source2:perl-5.8.0-libnet.cfg
 Source3:macros.perl
 #Systemtap tapset and example that make use of systemtap-sdt-devel
 # build requirement. Written by lberk; Not yet upstream.
@@ -2234,11 +2233,6 @@ mkdir -p $RPM_BUILD_ROOT%{perl_vendorarch}/auto
 mkdir -p $RPM_BUILD_ROOT%{perl_vendorlib}
 
 #
-# libnet configuration file
-#
-install -p -m 644 %{SOURCE2} %{build_privlib}/Net/libnet.cfg
-
-#
 # perl RPM macros
 #
 mkdir -p ${RPM_BUILD_ROOT}%{_rpmconfigdir}/macros.d
@@ -2739,7 +2733,6 @@ popd
 %exclude %{privlib}/Net/Domain.pm
 %exclude %{privlib}/Net/FTP
 %exclude %{privlib}/Net/FTP.pm
-%exclude %{privlib}/Net/libnet.cfg
 %exclude %{privlib}/Net/libnetFAQ.pod
 %exclude %{privlib}/Net/NNTP.pm
 %exclude %{privlib}/Net/Netrc.pm
@@ -3568,7 +3561,6 @@ popd
 %{privlib}/Net/Domain.pm
 %{privlib}/Net/FTP
 %{privlib}/Net/FTP.pm
-%{privlib}/Net/libnet.cfg
 %{privlib}/Net/libnetFAQ.pod
 %{privlib}/Net/NNTP.pm
 %{privlib}/Net/Netrc.pm
@@ -4008,6 +4000,7 @@ popd
 - Sub-package Unicode-Normalize (bug #1238730)
 - Sub-package Unicode-Collate (bug #1238760)
 - Sub-package Math-BigInt
+- Do not provide Net/libnet.cfg (bug #1238689)
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=cb7a91ee2101c0c4d1ac618a34897744a673811d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Sub-package perlfaq

2015-07-09 Thread notifications
From c3186889b3e342f39f81f9db53a8df5be595a649 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 8 Jul 2015 16:05:35 +0200
Subject: Sub-package perlfaq


diff --git a/perl.spec b/perl.spec
index 24e86ab..43aa105 100644
--- a/perl.spec
+++ b/perl.spec
@@ -277,6 +277,7 @@ Requires:   perl-Module-CoreList-tools, perl-Module-Load
 Requires:   perl-Module-Load-Conditional, perl-Module-Loaded, 
perl-Module-Metadata
 Requires:   perl-open, perl-PathTools
 Requires:   perl-Params-Check, perl-Parse-CPAN-Meta,
+Requires:   perl-perlfaq,
 Requires:   perl-PerlIO-via-QuotedPrint, perl-Perl-OSType
 Requires:   perl-Pod-Checker, perl-Pod-Escapes
 Requires:   perl-Pod-Parser, perl-Pod-Perldoc, perl-Pod-Usage
@@ -1482,6 +1483,21 @@ Requires:   perl(Carp)
 PathTools Perl module (Cwd, File::Spec).
 %endif
 
+%package perlfaq
+Summary:Frequently asked questions about Perl
+Group:  Development/Libraries
+# Code examples are Public Domain
+License:(GPL+ or Artistic) and Public Domain
+Epoch:  0
+Version:5.021009
+Requires:   %perl_compat
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-347
+
+%description perlfaq
+The perlfaq comprises several documents that answer the most commonly asked
+questions about Perl and Perl programming.
+
 %package PerlIO-via-QuotedPrint
 Summary:PerlIO layer for quoted-printable strings
 Group:  Development/Libraries
@@ -2773,6 +2789,13 @@ popd
 %exclude %{privlib}/Params/
 %exclude %{_mandir}/man3/Params::Check*
 
+# perlfaq
+%exclude %{privlib}/perlfaq.pm
+%exclude %{privlib}/pod/perlfaq*
+%exclude %{privlib}/pod/perlglossary.pod
+%exclude %{_mandir}/man1/perlfaq*
+%exclude %{_mandir}/man1/perlglossary.*
+
 # PerlIO-via-QuotedPrint
 %exclude %{privlib}/PerlIO
 %exclude %{_mandir}/man3/PerlIO::via::QuotedPrint.*
@@ -3606,6 +3629,14 @@ popd
 %{_mandir}/man3/parent.3*
 %endif
 
+%files perlfaq
+%{privlib}/perlfaq.pm
+%dir %{privlib}/pod
+%{privlib}/pod/perlfaq*
+%{privlib}/pod/perlglossary.pod
+%{_mandir}/man1/perlfaq*
+%{_mandir}/man1/perlglossary.*
+
 %files PerlIO-via-QuotedPrint
 %{privlib}/PerlIO
 %{_mandir}/man3/PerlIO::via::QuotedPrint.*
@@ -3871,6 +3902,7 @@ popd
 - Sub-package Term-Cap (bug #1238248)
 - Sub-package Text-Balanced (bug #1238269)
 - Sub-package libnet (bug #1238689)
+- Sub-package perlfaq (bug #1238703)
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=c3186889b3e342f39f81f9db53a8df5be595a649
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Update Pod-Escapes metadata

2015-07-09 Thread notifications
From de8475d44b5c764211ab1cf0b5fc75f8f753d3a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 8 Jul 2015 15:23:37 +0200
Subject: Update Pod-Escapes metadata


diff --git a/perl.spec b/perl.spec
index 749b899..10a78c2 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1509,7 +1509,7 @@ Plain Old Documentation format specifications.
 %endif
 
 %package Pod-Escapes
-Summary:Perl module for resolving POD escape sequences
+Summary:Resolve POD escape sequences
 Group:  Development/Libraries
 License:GPL+ or Artistic
 # Epoch bump for clean upgrade over old standalone package
@@ -1520,8 +1520,6 @@ BuildArch:  noarch
 
 %description Pod-Escapes
 This module provides things that are useful in decoding Pod E... sequences.
-Presumably, it should be used only by Pod parsers and/or formatters.
-
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Pod-Parser
@@ -3746,6 +3744,7 @@ popd
 - Sub-package Config-Perl-V (bug #1238203)
 - Sub-package MIME-Base64 (bug #1238222)
 - Sub-package PerlIO-via-QuotedPrint (bug #1238229)
+- Update Pod-Escapes metadata (bug #1238237)
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=de8475d44b5c764211ab1cf0b5fc75f8f753d3a6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Store distribution's linker and compiler flags to more Config's options (..more)

2015-07-09 Thread notifications
From b3c6b36d56d7547accc34e63895552e8bd4270b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 3 Jul 2015 13:14:50 +0200
Subject: Store distribution's linker and compiler flags to more Config's
 options

We want all programs and libraries produced by perl.spec and other
Perl packages to respect distribution's CFLAGS and LDFLAGS.

This change ensures it. Especially for /usr/bin/perl as well as
non-installed miniperl. The only drawback is /usr/bin/perl gets the
flags twice.

We could poke upstream to fix ExtUtils::MakeMaker and
ExtUtils::CBuilder to respect ldflags what does not happen now. They
use lddlflags only. But we cannot patch them not to diverge from the
world.

Also we disable optimize because optimize is not used everywhere.

This change makes other Perl packages' Makefile.PL's OPTIMIZE argument
redundant. Please note the Build.PL's optimize argument is completly
ignored by Build.PL.

diff --git a/perl.spec b/perl.spec
index 4bdfa77..53483ae 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:346%{?dist}
+Release:347%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -1957,9 +1957,16 @@ echo RPM Build arch: %{_arch}
 # For perl-5.14.2-large-repeat-heap-abuse.patch 
 perl regen.pl -v
 
-/bin/sh Configure -des -Doptimize=$RPM_OPT_FLAGS \
--Dccdlflags=-Wl,--enable-new-dtags \
--Dlddlflags=-shared $RPM_OPT_FLAGS $RPM_LD_FLAGS \
+# ldflags is not used when linking XS modules.
+# Only ldflags is used when linking miniperl.
+# Only ccflags and ldflags are used for Configure's compiler checks.
+# Set optimize=none to prevent from injecting upstream's value.
+/bin/sh Configure -des \
+-Doptimize=none \
+-Dccflags=$RPM_OPT_FLAGS \
+-Dldflags=$RPM_LD_FLAGS \
+-Dccdlflags=-Wl,--enable-new-dtags $RPM_LD_FLAGS \
+-Dlddlflags=-shared $RPM_LD_FLAGS \
 -Dshrpdir=%{_libdir} \
 -DDEBUGGING=-g \
 -Dversion=%{perl_version} \
@@ -3656,6 +3663,10 @@ popd
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Wed Jul 08 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-347
+- Store distribution's linker and compiler flags to more Config's options
+  in order to apply them when linking executable programs (bug #1238804)
+
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
   optional (bug #1228378)
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=b3c6b36d56d7547accc34e63895552e8bd4270b4
--
Fedora Extras Perl SIG
http://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 1241606] New: Remove perl-Gtk2-SourceView from Fedora 23

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241606

Bug ID: 1241606
   Summary: Remove perl-Gtk2-SourceView from Fedora 23
   Product: Fedora
   Version: rawhide
 Component: perl-Gtk2-SourceView
  Assignee: thomas.mosc...@gmx.de
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
thomas.mosc...@gmx.de



I removed perl-Gnome2-Print package from Fedora 23 because one of its
dependencies was removed. That means perl-Gtk2-SourceView cannot be built or
installed now. Please remove the package from the Fedora 23 too. The procedure
is described on
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1238804] /usr/bin/perl is not linked with -z now

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1238804

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-5.22.0-347.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-09 11:45:40



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik uploaded App-a2p-1.009.tar.gz for perl-App-a2p

2015-07-09 Thread notifications
a84ee58ec053ccb1b70a4cfdb2358c98  App-a2p-1.009.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-App-a2p/App-a2p-1.009.tar.gz/md5/a84ee58ec053ccb1b70a4cfdb2358c98/App-a2p-1.009.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 1241408] perl-autovivification-0.16 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241408



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10327120

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1241408] New: perl-autovivification-0.16 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241408

Bug ID: 1241408
   Summary: perl-autovivification-0.16 is available
   Product: Fedora
   Version: rawhide
 Component: perl-autovivification
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 0.16
Current version/release in rawhide: 0.15-3.fc23
URL: http://search.cpan.org/dist/autovivification/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata uploaded autovivification-0.16.tar.gz for perl-autovivification

2015-07-09 Thread notifications
7e20817f6034910c1bc23351d81a0658  autovivification-0.16.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-autovivification/autovivification-0.16.tar.gz/md5/7e20817f6034910c1bc23351d81a0658/autovivification-0.16.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-autovivification (master). 0.16 bump

2015-07-09 Thread notifications
From 93845a34c76afe9968d3558e2388ff0446cb4ffc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 9 Jul 2015 09:57:14 +0200
Subject: 0.16 bump


diff --git a/.gitignore b/.gitignore
index c0ddb19..28af997 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /autovivification-0.11.tar.gz
 /autovivification-0.14.tar.gz
 /autovivification-0.15.tar.gz
+/autovivification-0.16.tar.gz
diff --git a/perl-autovivification.spec b/perl-autovivification.spec
index f01efa7..369c98b 100644
--- a/perl-autovivification.spec
+++ b/perl-autovivification.spec
@@ -1,27 +1,32 @@
 Name:   perl-autovivification
-Version:0.15
-Release:3%{?dist}
+Version:0.16
+Release:1%{?dist}
 Summary:Lexically disable autovivification
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/autovivification/
 Source0:
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/autovivification-%{version}.tar.gz
 # Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Runtime
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(threads::shared)
 BuildRequires:  perl(XSLoader)
 # Tests only
+# Scalar::Util is preferred over B
+# XXX: BuildRequires:  perl(B)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(threads)
+BuildRequires:  perl(threads::shared)
 BuildRequires:  perl(Time::HiRes)
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(XSLoader)
@@ -60,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 09 2015 Petr Šabata con...@redhat.com - 0.16-1
+- 0.16 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.15-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 4564dd2..6e82af2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f2120f1591f5b0600b1a927bfc51e55  autovivification-0.15.tar.gz
+7e20817f6034910c1bc23351d81a0658  autovivification-0.16.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-autovivification.git/commit/?h=masterid=93845a34c76afe9968d3558e2388ff0446cb4ffc
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-App-a2p (master). 1.009 bump

2015-07-09 Thread notifications
From 644bbf5ba42bd6ec9699e93708118a7f1023006b Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 9 Jul 2015 10:26:50 +0200
Subject: 1.009 bump


diff --git a/.gitignore b/.gitignore
index c13d87f..c5ec9d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /App-a2p-1.007.tar.gz
 /App-a2p-1.008.tar.gz
+/App-a2p-1.009.tar.gz
diff --git a/perl-App-a2p.spec b/perl-App-a2p.spec
index defb86e..dde137a 100644
--- a/perl-App-a2p.spec
+++ b/perl-App-a2p.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-a2p
-Version:1.008
+Version:1.009
 Release:1%{?dist}
 Summary:Awk to Perl translator
 License:GPL+ or Artistic
@@ -69,6 +69,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jul 09 2015 Jitka Plesnikova jples...@redhat.com - 1.009-1
+- 1.009 bump
+
 * Tue Jul 07 2015 Jitka Plesnikova jples...@redhat.com - 1.008-1
 - 1.008 bump
 
diff --git a/sources b/sources
index e950285..8efe534 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48fa902e2544bbf91c0870c0c106d841  App-a2p-1.008.tar.gz
+a84ee58ec053ccb1b70a4cfdb2358c98  App-a2p-1.009.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-App-a2p.git/commit/?h=masterid=644bbf5ba42bd6ec9699e93708118a7f1023006b
--
Fedora Extras Perl SIG
http://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 1241301] perl-App-a2p-1.009 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241301

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-App-a2p-1.009-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-09 04:34:31



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1241408] perl-autovivification-0.16 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241408



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1050148
  -- https://bugzilla.redhat.com/attachment.cgi?id=1050148action=edit
[patch] Update to 0.16 (#1241408)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1241408] perl-autovivification-0.16 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241408

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-autovivification-0.16-
   ||1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-09 03:57:50



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1241522] perl-autodie-2.29 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241522



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10327751

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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-Gnome2-Print

2015-07-09 Thread buildsys


perl-Gnome2-Print has broken dependencies in the rawhide tree:
On x86_64:
perl-Gnome2-Print-1.000-25.fc23.x86_64 requires 
libgnomeprintui-2-2.so.0()(64bit)
perl-Gnome2-Print-1.000-25.fc23.x86_64 requires 
libgnomeprint-2-2.so.0()(64bit)
On i386:
perl-Gnome2-Print-1.000-25.fc23.i686 requires libgnomeprintui-2-2.so.0
perl-Gnome2-Print-1.000-25.fc23.i686 requires libgnomeprint-2-2.so.0
On armhfp:
perl-Gnome2-Print-1.000-25.fc23.armv7hl requires 
libgnomeprintui-2-2.so.0
perl-Gnome2-Print-1.000-25.fc23.armv7hl requires libgnomeprint-2-2.so.0
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-Gtk3-WebKit

2015-07-09 Thread buildsys


perl-Gtk3-WebKit has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
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-Devel-FindRef

2015-07-09 Thread buildsys


perl-Devel-FindRef has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
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-Carp-REPL

2015-07-09 Thread buildsys


perl-Carp-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-Test-Vars

2015-07-09 Thread buildsys


perl-Test-Vars has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
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-CatalystX-REPL

2015-07-09 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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-Devel-BeginLift

2015-07-09 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
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-Task-Catalyst

2015-07-09 Thread buildsys


perl-Task-Catalyst has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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-MongoDB

2015-07-09 Thread buildsys


perl-MongoDB has broken dependencies in the rawhide tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
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: polymake

2015-07-09 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
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-Data-Dump-Streamer

2015-07-09 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
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-Method-Signatures

2015-07-09 Thread buildsys


perl-Method-Signatures has broken dependencies in the rawhide tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Gtk2-SourceView

2015-07-09 Thread buildsys


perl-Gtk2-SourceView has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk2-SourceView-1.000-14.fc23.x86_64 requires 
libgtksourceview-1.0.so.0()(64bit)
perl-Gtk2-SourceView-1.000-14.fc23.x86_64 requires 
libgnomeprintui-2-2.so.0()(64bit)
perl-Gtk2-SourceView-1.000-14.fc23.x86_64 requires 
libgnomeprint-2-2.so.0()(64bit)
On i386:
perl-Gtk2-SourceView-1.000-14.fc23.i686 requires 
libgtksourceview-1.0.so.0
perl-Gtk2-SourceView-1.000-14.fc23.i686 requires 
libgnomeprintui-2-2.so.0
perl-Gtk2-SourceView-1.000-14.fc23.i686 requires libgnomeprint-2-2.so.0
On armhfp:
perl-Gtk2-SourceView-1.000-14.fc23.armv7hl requires 
libgtksourceview-1.0.so.0
perl-Gtk2-SourceView-1.000-14.fc23.armv7hl requires 
libgnomeprintui-2-2.so.0
perl-Gtk2-SourceView-1.000-14.fc23.armv7hl requires 
libgnomeprint-2-2.so.0
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

ppisar pushed to perl-autodie (master). 2.29 bump

2015-07-09 Thread notifications
From 20449cd10a88e3c7a871c558f072bbdffa902e9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 9 Jul 2015 14:35:33 +0200
Subject: 2.29 bump


diff --git a/.gitignore b/.gitignore
index 638aaf4..aa1375f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /autodie-2.26.tar.gz
 /autodie-2.27.tar.gz
 /autodie-2.28.tar.gz
+/autodie-2.29.tar.gz
diff --git a/perl-autodie.spec b/perl-autodie.spec
index 2ad1271..fc09c8a 100644
--- a/perl-autodie.spec
+++ b/perl-autodie.spec
@@ -1,5 +1,5 @@
 Name:   perl-autodie
-Version:2.28
+Version:2.29
 Release:1%{?dist}
 Summary:Replace functions with ones that succeed or die
 License:GPL+ or Artistic
@@ -10,7 +10,7 @@ BuildArch:  noarch
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -95,6 +95,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 09 2015 Petr Pisar ppi...@redhat.com - 2.29-1
+- 2.29 bump
+
 * Mon Jun 22 2015 Petr Pisar ppi...@redhat.com - 2.28-1
 - 2.28 bump
 
diff --git a/sources b/sources
index 555bd2d..77d2fbf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9ee6674f47acf8379e06e38336ef3961  autodie-2.28.tar.gz
+2739e6599a2aa47601fe91b2a27b29d9  autodie-2.29.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-autodie.git/commit/?h=masterid=20449cd10a88e3c7a871c558f072bbdffa902e9c
--
Fedora Extras Perl SIG
http://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 1241522] perl-autodie-2.29 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241522

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-autodie-2.29-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-09 08:40:57



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1241522] perl-autodie-2.29 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241522



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-autodie-2.29-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=667720

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jehane pushed to fusioninventory-agent (master). bugfix

2015-07-09 Thread notifications
From da9733962964b3a56251a98492cd10e362f0cc5f Mon Sep 17 00:00:00 2001
From: jehane maria...@tuxette.fr
Date: Thu, 9 Jul 2015 13:55:00 +0200
Subject: bugfix


diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec
index 9147080..75572f2 100644
--- a/fusioninventory-agent.spec
+++ b/fusioninventory-agent.spec
@@ -10,7 +10,7 @@ License: GPLv2+
 URL: http://fusioninventory.org/
 
 Version: 2.3.16
-Release: 4%{?dist}
+Release: 5%{?dist}
 #BuildArch:   noarch
 Source0: 
http://search.cpan.org/CPAN/authors/id/G/GR/GROUSSE/FusionInventory-Agent-%{version}%{?prever}.tar.gz
 Source1:   %{name}.cron
@@ -195,7 +195,7 @@ cat EOF | tee %{name}.conf
 # Add tools directory if needed (tw_cli, hpacucli, ipssend, ...)
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 # Global options (debug for verbose log, rpc-trust-localhost for yum-plugin)
-FUSINVOPT=--debug 
+OPTIONS=--debug 
 
 EOF
 
@@ -309,6 +309,9 @@ install -m 644 -D contrib/yum-plugin/%{name}.conf 
%{buildroot}%{_sysconfdir}/yum
 
 
 %changelog
+* Wed Jul 8 2015 Marianne Lombard jeh...@fedoraproject.org - 2.3.16-5
+- fix for #1240964 
+
 * Wed Jun 17 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.3.16-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/fusioninventory-agent.git/commit/?h=masterid=da9733962964b3a56251a98492cd10e362f0cc5f
--
Fedora Extras Perl SIG
http://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 1241522] perl-autodie-2.29 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241522



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1050253
  -- https://bugzilla.redhat.com/attachment.cgi?id=1050253action=edit
[patch] Update to 2.29 (#1241522)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1241522] New: perl-autodie-2.29 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241522

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



Latest upstream release: 2.29
Current version/release in rawhide: 2.28-1.fc23
URL: http://search.cpan.org/dist/autodie/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1230741] perl-Net-Whois-Raw-2.85 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230741



--- Comment #4 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1050255
  -- https://bugzilla.redhat.com/attachment.cgi?id=1050255action=edit
[patch] Update to 2.85 (#1230741)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1230741] perl-Net-Whois-Raw-2.85 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230741

Upstream Release Monitoring upstream-release-monitor...@fedoraproject.org 
changed:

   What|Removed |Added

Summary|perl-Net-Whois-Raw-2.84 is  |perl-Net-Whois-Raw-2.85 is
   |available   |available



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Latest upstream release: 2.85
Current version/release in rawhide: 2.82-3.fc23
URL: http://search.cpan.org/dist/Net-Whois-Raw/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1230741] perl-Net-Whois-Raw-2.85 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230741



--- Comment #5 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10327768

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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-POE-API-Peek

2015-07-09 Thread buildsys


perl-POE-API-Peek has broken dependencies in the rawhide tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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-Test-Apocalypse

2015-07-09 Thread buildsys


perl-Test-Apocalypse has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Alias

2015-07-09 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
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-CGI-Application-Structured-Tools

2015-07-09 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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-Test-AutoBuild

2015-07-09 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
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-B-Hooks-OP-Check-EntersubForCV

2015-07-09 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the rawhide tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
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-Gtk3

2015-07-09 Thread buildsys


perl-Gtk3 has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

ppisar uploaded autodie-2.29.tar.gz for perl-autodie

2015-07-09 Thread notifications
2739e6599a2aa47601fe91b2a27b29d9  autodie-2.29.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-autodie/autodie-2.29.tar.gz/md5/2739e6599a2aa47601fe91b2a27b29d9/autodie-2.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

ppisar pushed to perl (master). Sub-package Term-Cap

2015-07-09 Thread notifications
From c4ead6522028dba90ae1d74fe5685203bc5865c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 8 Jul 2015 15:32:06 +0200
Subject: Sub-package Term-Cap


diff --git a/perl.spec b/perl.spec
index 10a78c2..8aa9a35 100644
--- a/perl.spec
+++ b/perl.spec
@@ -281,7 +281,8 @@ Requires:   perl-Pod-Checker, perl-Pod-Escapes
 Requires:   perl-Pod-Parser, perl-Pod-Perldoc, perl-Pod-Usage
 Requires:   perl-podlators, perl-Pod-Simple, perl-Scalar-List-Utils
 Requires:   perl-Socket, perl-Storable, perl-Sys-Syslog,
-Requires:   perl-Term-ANSIColor, perl-Test-Harness, perl-Test-Simple
+Requires:   perl-Term-ANSIColor, perl-Term-Cap,
+Requires:   perl-Test-Harness, perl-Test-Simple
 Requires:   perl-Text-ParseWords, perl-Text-Tabs+Wrap, perl-Thread-Queue
 Requires:   perl-Time-HiRes
 Requires:   perl-Time-Local, perl-Time-Piece
@@ -1707,6 +1708,23 @@ colorstrip(), colorvalid(), and coloralias(), which have 
to be explicitly
 imported to be used.
 %endif
 
+%package Term-Cap
+Summary:Perl termcap interface
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:1.15
+Requires:   %perl_compat
+# ncurses for infocmp tool
+Requires:   ncurses
+Requires:   perl(Carp)
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-347
+
+%description Term-Cap
+These are low-level functions to extract and use capabilities from a terminal
+capability (termcap) database.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Test-Harness
 Summary:Run Perl standard test scripts with statistics
@@ -2794,6 +2812,10 @@ popd
 %exclude %{privlib}/Term/ANSIColor.pm
 %exclude %{_mandir}/man3/Term::ANSIColor*
 
+# Term-Cap
+%exclude %{privlib}/Term/Cap.pm
+%exclude %{_mandir}/man3/Term::Cap.*
+
 # Test-Harness
 %exclude %{_bindir}/prove
 %exclude %dir %{privlib}/App
@@ -3626,6 +3648,11 @@ popd
 %{_mandir}/man3/Term::ANSIColor*
 %endif
 
+%files Term-Cap
+%dir %{privlib}/Term
+%{privlib}/Term/Cap.pm
+%{_mandir}/man3/Term::Cap.*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Test-Harness
 %{_bindir}/prove
@@ -3745,6 +3772,7 @@ popd
 - Sub-package MIME-Base64 (bug #1238222)
 - Sub-package PerlIO-via-QuotedPrint (bug #1238229)
 - Update Pod-Escapes metadata (bug #1238237)
+- Sub-package Term-Cap (bug #1238248)
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=c4ead6522028dba90ae1d74fe5685203bc5865c6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Sub-package Config-Perl-V

2015-07-09 Thread notifications
From 219ce2317ea38aec5a7bd889ab1611f5c4daf3e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 8 Jul 2015 14:58:03 +0200
Subject: Sub-package Config-Perl-V


diff --git a/perl.spec b/perl.spec
index 53483ae..a8e2f31 100644
--- a/perl.spec
+++ b/perl.spec
@@ -253,7 +253,8 @@ Requires:   perl-macros
 
 Requires:   perl-Archive-Tar, perl-autodie, perl-B-Debug,
 Requires:   perl-Compress-Raw-Bzip2,
-Requires:   perl-Carp, perl-Compress-Raw-Zlib, perl-constant,
+Requires:   perl-Carp, perl-Compress-Raw-Zlib, perl-Config-Perl-V,
+Requires:   perl-constant,
 Requires:   perl-CPAN, perl-CPAN-Meta, perl-CPAN-Meta-Requirements,
 Requires:   perl-CPAN-Meta-YAML, perl-Encode, perl-encoding
 Requires:   perl-Data-Dumper, perl-DB_File, perl-Devel-PPPort,
@@ -408,6 +409,22 @@ This module provides a Perl interface to the zlib 
compression library.
 It is used by IO::Compress::Zlib.
 %endif
 
+%package Config-Perl-V
+Summary:Structured data retrieval of perl -V output
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:0.24
+Requires:   %perl_compat
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-347
+
+%description Config-Perl-V
+The command perl -V will return you an excerpt from the %%Config::Config
+hash combined with the output of perl -V that is not stored inside the hash,
+but only available to the perl binary itself. This package provides Perl
+module that will return you the output of perl -V in a structure.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package constant
 Summary:Perl pragma to declare constants
@@ -,6 +2239,10 @@ popd
 %exclude %{privlib}/Carp.*
 %exclude %{_mandir}/man3/Carp.*
 
+# Config-Perl-V
+%exclude %{privlib}/Config/Perl
+%exclude %{_mandir}/man3/Config::Perl::V.*
+
 # constant
 %exclude %{privlib}/constant.pm
 %exclude %{_mandir}/man3/constant.3*
@@ -2910,6 +2931,11 @@ popd
 %{_mandir}/man3/Compress::Raw::Zlib*
 %endif
 
+%files Config-Perl-V
+%dir %{privlib}/Config
+%{privlib}/Config/Perl
+%{_mandir}/man3/Config::Perl::V.*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files constant
 %{privlib}/constant.pm
@@ -3666,6 +3692,7 @@ popd
 * Wed Jul 08 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-347
 - Store distribution's linker and compiler flags to more Config's options
   in order to apply them when linking executable programs (bug #1238804)
+- Sub-package Config-Perl-V (bug #1238203)
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=219ce2317ea38aec5a7bd889ab1611f5c4daf3e7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Sub-package libnet (..more)

2015-07-09 Thread notifications
From 21b162dfcb22eb3b4a539ede32dd677cb6401bcd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 8 Jul 2015 15:58:06 +0200
Subject: Sub-package libnet

Net::FTP::dataconn(3pm) does not exist for uknown reason.

diff --git a/perl.spec b/perl.spec
index 088c702..24e86ab 100644
--- a/perl.spec
+++ b/perl.spec
@@ -268,6 +268,7 @@ Requires:   perl-File-Path, perl-File-Temp, perl-Filter,
 Requires:   perl-Filter-Simple, perl-Getopt-Long
 Requires:   perl-HTTP-Tiny, perl-IO-Compress, perl-IO-Socket-IP
 Requires:   perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
+Requires:   perl-libnet,
 Requires:   perl-Locale-Codes, perl-Locale-Maketext,
 Requires:   perl-Locale-Maketext-Simple
 Requires:   perl-MIME-Base64,
@@ -1189,6 +1190,28 @@ Marc Lehmann in C, so must be compiled and installed in 
the used environment.
 JSON::PP is a pure-Perl module and is compatible with JSON::XS.
 %endif
 
+%package libnet
+Summary:Perl clients for various network protocols
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:3.05
+Requires:   %perl_compat
+Requires:   perl(File::Basename)
+Requires:   perl(IO::Socket) = 1.05
+# Prefer IO::Socket::IP over IO::Socket::INET6 and IO::Socket::INET
+Requires:   perl(IO::Socket::IP) = 0.20
+Requires:   perl(POSIX)
+Requires:   perl(Socket) = 2.016
+Requires:   perl(utf8)
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-347
+
+%description libnet
+This is a collection of Perl modules which provides a simple and
+consistent programming interface (API) to the client side of various
+protocols used in the internet community.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Locale-Codes
 Summary:Distribution of modules to handle locale codes
@@ -2644,6 +2667,30 @@ popd
 %exclude %{_mandir}/man3/JSON::PP.3*
 %exclude %{_mandir}/man3/JSON::PP::Boolean.3pm*
 
+# libnet
+%exclude %{privlib}/Net/Cmd.pm
+%exclude %{privlib}/Net/Config.pm
+%exclude %{privlib}/Net/Domain.pm
+%exclude %{privlib}/Net/FTP
+%exclude %{privlib}/Net/FTP.pm
+%exclude %{privlib}/Net/libnet.cfg
+%exclude %{privlib}/Net/libnetFAQ.pod
+%exclude %{privlib}/Net/NNTP.pm
+%exclude %{privlib}/Net/Netrc.pm
+%exclude %{privlib}/Net/POP3.pm
+%exclude %{privlib}/Net/SMTP.pm
+%exclude %{privlib}/Net/Time.pm
+%exclude %{_mandir}/man3/Net::Cmd.*
+%exclude %{_mandir}/man3/Net::Config.*
+%exclude %{_mandir}/man3/Net::Domain.*
+%exclude %{_mandir}/man3/Net::FTP.*
+%exclude %{_mandir}/man3/Net::libnetFAQ.*
+%exclude %{_mandir}/man3/Net::NNTP.*
+%exclude %{_mandir}/man3/Net::Netrc.*
+%exclude %{_mandir}/man3/Net::POP3.*
+%exclude %{_mandir}/man3/Net::SMTP.*
+%exclude %{_mandir}/man3/Net::Time.*
+
 # Locale-Codes
 %exclude %dir %{privlib}/Locale
 %exclude %{privlib}/Locale/Codes
@@ -3417,6 +3464,31 @@ popd
 %{_mandir}/man3/JSON::PP::Boolean.3pm*
 %endif
 
+%files libnet
+%dir %{privlib}/Net
+%{privlib}/Net/Cmd.pm
+%{privlib}/Net/Config.pm
+%{privlib}/Net/Domain.pm
+%{privlib}/Net/FTP
+%{privlib}/Net/FTP.pm
+%{privlib}/Net/libnet.cfg
+%{privlib}/Net/libnetFAQ.pod
+%{privlib}/Net/NNTP.pm
+%{privlib}/Net/Netrc.pm
+%{privlib}/Net/POP3.pm
+%{privlib}/Net/SMTP.pm
+%{privlib}/Net/Time.pm
+%{_mandir}/man3/Net::Cmd.*
+%{_mandir}/man3/Net::Config.*
+%{_mandir}/man3/Net::Domain.*
+%{_mandir}/man3/Net::FTP.*
+%{_mandir}/man3/Net::libnetFAQ.*
+%{_mandir}/man3/Net::NNTP.*
+%{_mandir}/man3/Net::Netrc.*
+%{_mandir}/man3/Net::POP3.*
+%{_mandir}/man3/Net::SMTP.*
+%{_mandir}/man3/Net::Time.*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Locale-Codes
 %dir %{privlib}/Locale
@@ -3798,6 +3870,7 @@ popd
 - Update Pod-Escapes metadata (bug #1238237)
 - Sub-package Term-Cap (bug #1238248)
 - Sub-package Text-Balanced (bug #1238269)
+- Sub-package libnet (bug #1238689)
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=21b162dfcb22eb3b4a539ede32dd677cb6401bcd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl (master). Sub-package PerlIO-via-QuotedPrint

2015-07-09 Thread notifications
From 032a8a7929f9dcded1b81f3605e420cb89b54764 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 8 Jul 2015 15:18:20 +0200
Subject: Sub-package PerlIO-via-QuotedPrint


diff --git a/perl.spec b/perl.spec
index 1a1d6f4..749b899 100644
--- a/perl.spec
+++ b/perl.spec
@@ -275,7 +275,8 @@ Requires:   perl-Module-CoreList,
 Requires:   perl-Module-CoreList-tools, perl-Module-Load
 Requires:   perl-Module-Load-Conditional, perl-Module-Loaded, 
perl-Module-Metadata
 Requires:   perl-open, perl-PathTools
-Requires:   perl-Params-Check, perl-Parse-CPAN-Meta, perl-Perl-OSType
+Requires:   perl-Params-Check, perl-Parse-CPAN-Meta,
+Requires:   perl-PerlIO-via-QuotedPrint, perl-Perl-OSType
 Requires:   perl-Pod-Checker, perl-Pod-Escapes
 Requires:   perl-Pod-Parser, perl-Pod-Perldoc, perl-Pod-Usage
 Requires:   perl-podlators, perl-Pod-Simple, perl-Scalar-List-Utils
@@ -1456,6 +1457,22 @@ Requires:   perl(Carp)
 PathTools Perl module (Cwd, File::Spec).
 %endif
 
+%package PerlIO-via-QuotedPrint
+Summary:PerlIO layer for quoted-printable strings
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:0.08
+Requires:   %perl_compat
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-347
+
+%description PerlIO-via-QuotedPrint
+This module implements a PerlIO layer that works on files encoded in the
+quoted-printable format. It will decode from quoted-printable while
+reading from a handle, and it will encode as quoted-printable while
+writing to a handle.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Perl-OSType
 Summary:Map Perl operating system names to generic types
@@ -2678,6 +2695,10 @@ popd
 %exclude %{privlib}/Params/
 %exclude %{_mandir}/man3/Params::Check*
 
+# PerlIO-via-QuotedPrint
+%exclude %{privlib}/PerlIO
+%exclude %{_mandir}/man3/PerlIO::via::QuotedPrint.*
+
 # Perl-OSType
 %exclude %dir %{privlib}/Perl
 %exclude %{privlib}/Perl/OSType.pm
@@ -3474,6 +3495,10 @@ popd
 %{_mandir}/man3/parent.3*
 %endif
 
+%files PerlIO-via-QuotedPrint
+%{privlib}/PerlIO
+%{_mandir}/man3/PerlIO::via::QuotedPrint.*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Perl-OSType
 %dir %{privlib}/Perl
@@ -3720,6 +3745,7 @@ popd
   in order to apply them when linking executable programs (bug #1238804)
 - Sub-package Config-Perl-V (bug #1238203)
 - Sub-package MIME-Base64 (bug #1238222)
+- Sub-package PerlIO-via-QuotedPrint (bug #1238229)
 
 * Thu Jun 18 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-346
 - Subpackage open module in order to keep deprecated encoding module
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=032a8a7929f9dcded1b81f3605e420cb89b54764
--
Fedora Extras Perl SIG
http://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 1241727] New: perl-HTTP-Message-6.07 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241727

Bug ID: 1241727
   Summary: perl-HTTP-Message-6.07 is available
   Product: Fedora
   Version: rawhide
 Component: perl-HTTP-Message
  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: 6.07
Current version/release in rawhide: 6.06-11.fc23
URL: http://search.cpan.org/dist/HTTP-Message/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1241727] perl-HTTP-Message-6.07 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241727



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Failed to kick off scratch build.

cmd:  spectool -g /var/tmp/thn-73vNcF/perl-HTTP-Message.spec
return code:  22
stdout:
Getting http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Message-6.07.tar.gz to
./HTTP-Message-6.07.tar.gz

stderr:
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1241732] New: perl-Verilog-Readmem-0.05 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241732

Bug ID: 1241732
   Summary: perl-Verilog-Readmem-0.05 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Verilog-Readmem
  Keywords: FutureFeature, Triaged
  Assignee: chitl...@gmail.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: chitl...@gmail.com, perl-devel@lists.fedoraproject.org



Latest upstream release: 0.05
Current version/release in rawhide: 0.04-17.fc23
URL: http://search.cpan.org/dist/Verilog-Readmem/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1241732] perl-Verilog-Readmem-0.05 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241732



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1050482
  -- https://bugzilla.redhat.com/attachment.cgi?id=1050482action=edit
[patch] Update to 0.05 (#1241732)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 1241732] perl-Verilog-Readmem-0.05 is available

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241732



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10329748

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel