[Bug 1242772] perl-Business-Hours-0.12-5.fc23 FTBFS: Dependency on Time::Local not declared

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

Ralf Corsepius rc040...@freenet.de changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |NOTABUG
Last Closed||2015-07-15 04:30:55



--- Comment #2 from Ralf Corsepius rc040...@freenet.de ---
Leave your fingers off from my packages!

I do consider your and the other Petr's ongoing campaign to be non-helpful,
bureaucratic and childish. You are fixing non-bugs motivated by uncooked and
semi-soughtout silly ideas..

It's this kind of Red Hat arrogance and rudities which really piss me off from
Fedora.

-- 
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 1242772] perl-Business-Hours-0.12-5.fc23 FTBFS: Dependency on Time::Local not declared

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

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

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|rc040...@freenet.de |ppi...@redhat.com



-- 
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

ppisar pushed to perl-Business-Hours (master). Specify all dependencies

2015-07-15 Thread notifications
From a810a5371212d35f37f5ce531b5e919e4ce9704e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 10:02:45 +0200
Subject: Specify all dependencies


diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index f9b8ff4..7ad94d2 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -1,7 +1,7 @@
 Summary:   Calculate business hours in a time period
 Name:  perl-Business-Hours
 Version:   0.12
-Release:   5%{?dist}
+Release:   6%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Business-Hours/
@@ -10,14 +10,27 @@ Source0: 
http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/Business-Hours-%{versio
 BuildArch: noarch
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+Requires:  perl(Set::IntSpan) = 1.12
 
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Set::IntSpan)
-
+# Run-time:
+BuildRequires: perl(Set::IntSpan) = 1.12
+BuildRequires: perl(strict)
+BuildRequires: perl(Time::Local)
+BuildRequires: perl(warnings)
 # Required by the tests
+BuildRequires: perl(Test::More)
+# Optional tests:
 BuildRequires: perl(Test::Pod) = 1.00
 BuildRequires: perl(Test::Pod::Coverage) = 1.00
 
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Set::IntSpan\\)$
+
 %description
 A simple tool for calculating business hours in a time period. Over time, 
 additional functionality will be added to make it easy to calculate the 
@@ -47,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 15 2015 Petr Pisar ppi...@redhat.com - 0.12-6
+- Specify all dependencies (bug #1242772)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.12-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Business-Hours.git/commit/?h=masterid=a810a5371212d35f37f5ce531b5e919e4ce9704e
--
Fedora Extras Perl SIG
http://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-Business-Hours (master). Modernize spec file

2015-07-15 Thread notifications
From 8b41d20059262fd0680d6498483f5ac4a725861d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 10:07:34 +0200
Subject: Modernize spec file


diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index 7ad94d2..1eb08b8 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -47,15 +47,14 @@ make %{?_smp_mflags}
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE
+%license LICENSE
+%doc Changes
 %{perl_vendorlib}/Business
 %{_mandir}/man3/*
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Business-Hours.git/commit/?h=masterid=8b41d20059262fd0680d6498483f5ac4a725861d
--
Fedora Extras Perl SIG
http://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-podlators (f23). Adapt tests to Term-Cap-1.16

2015-07-15 Thread notifications
From 50c5bff12597ebc4f2b19544eea73cdc77c220d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 10:24:18 +0200
Subject: Adapt tests to Term-Cap-1.16


diff --git a/perl-podlators.spec b/perl-podlators.spec
index 5bc91b5..5d0d7ed 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -1,11 +1,13 @@
 Name:   perl-podlators
 Version:2.5.3
-Release:346%{?dist}
+Release:347%{?dist}
 Summary:Format POD source into various output formats
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/podlators/
 Source0:
http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
+# Adapt tests to Term-Cap-1.16, CPAN RT#98272
+Patch0: podlators-2.5.3-fix-for-RT-98272.patch
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(Config)
@@ -44,6 +46,7 @@ with various capabilities.
 
 %prep
 %setup -q -n podlators-%{version}
+%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -65,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 15 2015 Petr Pisar ppi...@redhat.com - 2.5.3-347
+- Adapt tests to Term-Cap-1.16
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.5.3-346
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/podlators-2.5.3-fix-for-RT-98272.patch 
b/podlators-2.5.3-fix-for-RT-98272.patch
new file mode 100644
index 000..781a3f4
--- /dev/null
+++ b/podlators-2.5.3-fix-for-RT-98272.patch
@@ -0,0 +1,41 @@
+From 6cd1694c72ea7ae4fa4d5c247a7b968fe12d09cb Mon Sep 17 00:00:00 2001
+From: Slaven Rezic slaven.re...@idealo.de
+Date: Wed, 12 Nov 2014 12:12:03 +0100
+Subject: [PATCH] fix for RT #98272
+
+---
+ t/basic.t   |3 ++-
+ t/termcap.t |3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/t/basic.t b/t/basic.t
+index 4103ed6..5756107 100755
+--- a/t/basic.t
 b/t/basic.t
+@@ -44,7 +44,8 @@ sub source_path {
+ 
+ # Hard-code a few values to try to get reproducible results.
+ $ENV{COLUMNS} = 80;
+-$ENV{TERM} = 'xterm';
++#$ENV{TERM} = 'xterm';
++delete $ENV{TERM};
+ $ENV{TERMCAP} = 'xterm:co=80:do=^J:md=\E[1m:us=\E[4m:me=\E[m';
+ 
+ # Map of translators to file extensions to find the formatted output to
+diff --git a/t/termcap.t b/t/termcap.t
+index d751bad..ac919aa 100755
+--- a/t/termcap.t
 b/t/termcap.t
+@@ -24,7 +24,8 @@ BEGIN { use_ok ('Pod::Text::Termcap') }
+ 
+ # Hard-code a few values to try to get reproducible results.
+ $ENV{COLUMNS} = 80;
+-$ENV{TERM} = 'xterm';
++#$ENV{TERM} = 'xterm';
++delete $ENV{TERM};
+ $ENV{TERMCAP} = 'xterm:co=80:do=^J:md=\E[1m:us=\E[4m:me=\E[m';
+ 
+ my $parser = Pod::Text::Termcap-new;
+-- 
+1.7.9.5
+
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-podlators.git/commit/?h=f23id=50c5bff12597ebc4f2b19544eea73cdc77c220d1
--
Fedora Extras Perl SIG
http://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-podlators (f23). Specify all dependencies

2015-07-15 Thread notifications
From ff9593dd45b3c52cf794fc6c6c739ee6ec8b1344 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 10:25:33 +0200
Subject: Specify all dependencies


diff --git a/perl-podlators.spec b/perl-podlators.spec
index 5d0d7ed..24f17c1 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -9,6 +9,9 @@ Source0:
http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar
 # Adapt tests to Term-Cap-1.16, CPAN RT#98272
 Patch0: podlators-2.5.3-fix-for-RT-98272.patch
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-podlators.git/commit/?h=f23id=ff9593dd45b3c52cf794fc6c6c739ee6ec8b1344
--
Fedora Extras Perl SIG
http://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-Business-Hours (f23). Specify all dependencies

2015-07-15 Thread notifications
From a810a5371212d35f37f5ce531b5e919e4ce9704e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 10:02:45 +0200
Subject: Specify all dependencies


diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index f9b8ff4..7ad94d2 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -1,7 +1,7 @@
 Summary:   Calculate business hours in a time period
 Name:  perl-Business-Hours
 Version:   0.12
-Release:   5%{?dist}
+Release:   6%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Business-Hours/
@@ -10,14 +10,27 @@ Source0: 
http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/Business-Hours-%{versio
 BuildArch: noarch
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+Requires:  perl(Set::IntSpan) = 1.12
 
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Set::IntSpan)
-
+# Run-time:
+BuildRequires: perl(Set::IntSpan) = 1.12
+BuildRequires: perl(strict)
+BuildRequires: perl(Time::Local)
+BuildRequires: perl(warnings)
 # Required by the tests
+BuildRequires: perl(Test::More)
+# Optional tests:
 BuildRequires: perl(Test::Pod) = 1.00
 BuildRequires: perl(Test::Pod::Coverage) = 1.00
 
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Set::IntSpan\\)$
+
 %description
 A simple tool for calculating business hours in a time period. Over time, 
 additional functionality will be added to make it easy to calculate the 
@@ -47,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 15 2015 Petr Pisar ppi...@redhat.com - 0.12-6
+- Specify all dependencies (bug #1242772)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.12-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Business-Hours.git/commit/?h=f23id=a810a5371212d35f37f5ce531b5e919e4ce9704e
--
Fedora Extras Perl SIG
http://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-Business-Hours (f23). Modernize spec file

2015-07-15 Thread notifications
From 8b41d20059262fd0680d6498483f5ac4a725861d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 10:07:34 +0200
Subject: Modernize spec file


diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index 7ad94d2..1eb08b8 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -47,15 +47,14 @@ make %{?_smp_mflags}
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE
+%license LICENSE
+%doc Changes
 %{perl_vendorlib}/Business
 %{_mandir}/man3/*
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Business-Hours.git/commit/?h=f23id=8b41d20059262fd0680d6498483f5ac4a725861d
--
Fedora Extras Perl SIG
http://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 1242772] perl-Business-Hours-0.12-5.fc23 FTBFS: Dependency on Time::Local not declared

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



--- Comment #3 from Petr Pisar ppi...@redhat.com ---
And FPC members ignoring their own guidelines piss me off too.

-- 
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

ppisar pushed to perl-podlators (master). Adapt tests to Term-Cap-1.16

2015-07-15 Thread notifications
From 50c5bff12597ebc4f2b19544eea73cdc77c220d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 10:24:18 +0200
Subject: Adapt tests to Term-Cap-1.16


diff --git a/perl-podlators.spec b/perl-podlators.spec
index 5bc91b5..5d0d7ed 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -1,11 +1,13 @@
 Name:   perl-podlators
 Version:2.5.3
-Release:346%{?dist}
+Release:347%{?dist}
 Summary:Format POD source into various output formats
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/podlators/
 Source0:
http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
+# Adapt tests to Term-Cap-1.16, CPAN RT#98272
+Patch0: podlators-2.5.3-fix-for-RT-98272.patch
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(Config)
@@ -44,6 +46,7 @@ with various capabilities.
 
 %prep
 %setup -q -n podlators-%{version}
+%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -65,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 15 2015 Petr Pisar ppi...@redhat.com - 2.5.3-347
+- Adapt tests to Term-Cap-1.16
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.5.3-346
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/podlators-2.5.3-fix-for-RT-98272.patch 
b/podlators-2.5.3-fix-for-RT-98272.patch
new file mode 100644
index 000..781a3f4
--- /dev/null
+++ b/podlators-2.5.3-fix-for-RT-98272.patch
@@ -0,0 +1,41 @@
+From 6cd1694c72ea7ae4fa4d5c247a7b968fe12d09cb Mon Sep 17 00:00:00 2001
+From: Slaven Rezic slaven.re...@idealo.de
+Date: Wed, 12 Nov 2014 12:12:03 +0100
+Subject: [PATCH] fix for RT #98272
+
+---
+ t/basic.t   |3 ++-
+ t/termcap.t |3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/t/basic.t b/t/basic.t
+index 4103ed6..5756107 100755
+--- a/t/basic.t
 b/t/basic.t
+@@ -44,7 +44,8 @@ sub source_path {
+ 
+ # Hard-code a few values to try to get reproducible results.
+ $ENV{COLUMNS} = 80;
+-$ENV{TERM} = 'xterm';
++#$ENV{TERM} = 'xterm';
++delete $ENV{TERM};
+ $ENV{TERMCAP} = 'xterm:co=80:do=^J:md=\E[1m:us=\E[4m:me=\E[m';
+ 
+ # Map of translators to file extensions to find the formatted output to
+diff --git a/t/termcap.t b/t/termcap.t
+index d751bad..ac919aa 100755
+--- a/t/termcap.t
 b/t/termcap.t
+@@ -24,7 +24,8 @@ BEGIN { use_ok ('Pod::Text::Termcap') }
+ 
+ # Hard-code a few values to try to get reproducible results.
+ $ENV{COLUMNS} = 80;
+-$ENV{TERM} = 'xterm';
++#$ENV{TERM} = 'xterm';
++delete $ENV{TERM};
+ $ENV{TERMCAP} = 'xterm:co=80:do=^J:md=\E[1m:us=\E[4m:me=\E[m';
+ 
+ my $parser = Pod::Text::Termcap-new;
+-- 
+1.7.9.5
+
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-podlators.git/commit/?h=masterid=50c5bff12597ebc4f2b19544eea73cdc77c220d1
--
Fedora Extras Perl SIG
http://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-podlators (master). Specify all dependencies

2015-07-15 Thread notifications
From ff9593dd45b3c52cf794fc6c6c739ee6ec8b1344 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 10:25:33 +0200
Subject: Specify all dependencies


diff --git a/perl-podlators.spec b/perl-podlators.spec
index 5d0d7ed..24f17c1 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -9,6 +9,9 @@ Source0:
http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar
 # Adapt tests to Term-Cap-1.16, CPAN RT#98272
 Patch0: podlators-2.5.3-fix-for-RT-98272.patch
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-- 
cgit v0.10.2



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

spot pushed to perl-Glib (f23). drop bigendian fix (fixed upstream)

2015-07-15 Thread notifications
From 7bdecf0c4a4deb08e3de6716738bc6091c5ccb70 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Wed, 15 Jul 2015 14:10:20 -0400
Subject: drop bigendian fix (fixed upstream)


diff --git a/perl-Glib.spec b/perl-Glib.spec
index 49ef0bd..d68dee7 100644
--- a/perl-Glib.spec
+++ b/perl-Glib.spec
@@ -6,8 +6,6 @@ Group:  Development/Libraries
 License:LGPLv2+
 URL:http://search.cpan.org/dist/Glib/
 Source0:http://www.cpan.org/authors/id/X/XA/XAOC/Glib-%{version}.tar.gz
-# Fix for big endian machines
-Patch0: %{name}-%{version}-bigendian.patch
 BuildRequires:  glib2-devel
 BuildRequires:  perl = 2:5.8.0
 BuildRequires:  perl(Cwd)
@@ -67,7 +65,6 @@ to GLib and GObject libraries.
 
 %prep
 %setup -q -n Glib-%{version}
-%patch0 -p1 -b .bigendian
 for F in AUTHORS; do
 iconv -f ISO-8859-1 -t UTF-8  $F  ${F}.utf8
 touch -r $F ${F}.utf8
-- 
cgit v0.10.2



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

spot pushed to perl-Glib (master). drop bigendian fix (fixed upstream)

2015-07-15 Thread notifications
From 7bdecf0c4a4deb08e3de6716738bc6091c5ccb70 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Wed, 15 Jul 2015 14:10:20 -0400
Subject: drop bigendian fix (fixed upstream)


diff --git a/perl-Glib.spec b/perl-Glib.spec
index 49ef0bd..d68dee7 100644
--- a/perl-Glib.spec
+++ b/perl-Glib.spec
@@ -6,8 +6,6 @@ Group:  Development/Libraries
 License:LGPLv2+
 URL:http://search.cpan.org/dist/Glib/
 Source0:http://www.cpan.org/authors/id/X/XA/XAOC/Glib-%{version}.tar.gz
-# Fix for big endian machines
-Patch0: %{name}-%{version}-bigendian.patch
 BuildRequires:  glib2-devel
 BuildRequires:  perl = 2:5.8.0
 BuildRequires:  perl(Cwd)
@@ -67,7 +65,6 @@ to GLib and GObject libraries.
 
 %prep
 %setup -q -n Glib-%{version}
-%patch0 -p1 -b .bigendian
 for F in AUTHORS; do
 iconv -f ISO-8859-1 -t UTF-8  $F  ${F}.utf8
 touch -r $F ${F}.utf8
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Glib.git/commit/?h=masterid=7bdecf0c4a4deb08e3de6716738bc6091c5ccb70
--
Fedora Extras Perl SIG
http://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-15 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-CatalystX-REPL

2015-07-15 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-MongoDB

2015-07-15 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: perl-POE-API-Peek

2015-07-15 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-CGI-Application-Structured-Tools

2015-07-15 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-Data-Alias

2015-07-15 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: polymake

2015-07-15 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-App-Asciio

2015-07-15 Thread buildsys


perl-App-Asciio has broken dependencies in the rawhide tree:
On x86_64:
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::stripes::wirl_arrow)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::stripes::editable_box2)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::stripes::editable_arrow2)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::Menues)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::Dialogs)
On i386:
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::stripes::wirl_arrow)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::stripes::editable_box2)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::stripes::editable_arrow2)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::Menues)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::Dialogs)
On armhfp:
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::stripes::wirl_arrow)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::stripes::editable_box2)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::stripes::editable_arrow2)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::Menues)
perl-App-Asciio-1.51.3-1.fc23.noarch requires 
perl(App::Asciio::GTK::Asciio::Dialogs)
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-15 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-Data-Dump-Streamer

2015-07-15 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-Test-Vars

2015-07-15 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-Devel-BeginLift

2015-07-15 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-Test-AutoBuild

2015-07-15 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-15 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-Devel-FindRef

2015-07-15 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-Gtk2-SourceView

2015-07-15 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 perl(Gnome2::Print)
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 perl(Gnome2::Print)
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 perl(Gnome2::Print)
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

Broken dependencies: perl-Method-Signatures

2015-07-15 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

ppisar pushed to perl (master). Remove bundled perl-Unicode-Collate

2015-07-15 Thread notifications
From 674f166ec8ce35d7509feee92cac28b24f40dda8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:38:44 +0200
Subject: Remove bundled perl-Unicode-Collate


diff --git a/perl.spec b/perl.spec
index 34fdc82..9ac827c 100644
--- a/perl.spec
+++ b/perl.spec
@@ -2058,6 +2058,7 @@ following data types only: scalars and scalar refs, 
arrays and array refs, and
 hashes and hash refs.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Unicode-Collate
 Summary:Unicode Collation Algorithm
 Group:  Development/Libraries
@@ -2071,6 +2072,7 @@ Conflicts:  perl  4:5.22.0-347
 %description Unicode-Collate
 This package is Perl implementation of Unicode Technical Standard #10 (Unicode
 Collation Algorithm).
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Unicode-Normalize
@@ -4119,6 +4121,7 @@ popd
 %{_mandir}/man3/threads::shared*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Unicode-Collate
 %dir %{archlib}/auto/Unicode
 %{archlib}/auto/Unicode/Collate
@@ -4129,6 +4132,7 @@ popd
 %{privlib}/Unicode/Collate
 %{_mandir}/man3/Unicode::Collate.*
 %{_mandir}/man3/Unicode::Collate::*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Unicode-Normalize
@@ -4165,6 +4169,7 @@ popd
 - Remove bundled perl-libnet (bug #1238689)
 - Remove bundled perl-perlfaq (bug #1238703)
 - Remove bundled perl-Unicode-Normalize (bug #1238730)
+- Remove bundled perl-Unicode-Collate (bug #1238760)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=674f166ec8ce35d7509feee92cac28b24f40dda8
--
Fedora Extras Perl SIG
http://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 bundled perl-Unicode-Normalize

2015-07-15 Thread notifications
From a6a72ee7a10b21d7623cd059b958852c8ac0ce28 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:37:28 +0200
Subject: Remove bundled perl-Unicode-Normalize


diff --git a/perl.spec b/perl.spec
index 13561be..34fdc82 100644
--- a/perl.spec
+++ b/perl.spec
@@ -2072,6 +2072,7 @@ Conflicts:  perl  4:5.22.0-347
 This package is Perl implementation of Unicode Technical Standard #10 (Unicode
 Collation Algorithm).
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Unicode-Normalize
 Summary:Unicode Normalization Forms
 Group:  Development/Libraries
@@ -2087,6 +2088,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package version
@@ -4128,10 +4130,12 @@ popd
 %{_mandir}/man3/Unicode::Collate.*
 %{_mandir}/man3/Unicode::Collate::*
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Unicode-Normalize
 %dir %{privlib}/Unicode
 %{privlib}/Unicode/Normalize.pm
 %{_mandir}/man3/Unicode::Normalize.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files version
@@ -4160,6 +4164,7 @@ popd
 - Remove bundled perl-Text-Balanced (bug #1238269)
 - Remove bundled perl-libnet (bug #1238689)
 - Remove bundled perl-perlfaq (bug #1238703)
+- Remove bundled perl-Unicode-Normalize (bug #1238730)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=a6a72ee7a10b21d7623cd059b958852c8ac0ce28
--
Fedora Extras Perl SIG
http://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 bundled perl-Text-Balanced

2015-07-15 Thread notifications
From c6bda31ec348856480f6a8c471529cf84e43f83f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:34:22 +0200
Subject: Remove bundled perl-Text-Balanced


diff --git a/perl.spec b/perl.spec
index 86b5b26..886b5ee 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1895,6 +1895,7 @@ BuildArch:  noarch
 Basic utilities for writing tests.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Text-Balanced
 Summary:Extract delimited text sequences from strings
 Group:  Development/Libraries
@@ -1908,6 +1909,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Text-ParseWords
@@ -4035,10 +4037,12 @@ popd
 %{_mandir}/man3/Test::use::*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Text-Balanced
 %dir %{privlib}/Text
 %{privlib}/Text/Balanced.pm
 %{_mandir}/man3/Text::Balanced.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Text-ParseWords
@@ -4145,6 +4149,7 @@ popd
 - Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229)
 - Remove bundled perl-Pod-Escapes (bug #1238237)
 - Remove bundled perl-Term-Cap (bug #1238248)
+- Remove bundled perl-Text-Balanced (bug #1238269)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=c6bda31ec348856480f6a8c471529cf84e43f83f
--
Fedora Extras Perl SIG
http://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-Complex

2015-07-15 Thread notifications
From 1b598383b113a495d40562a973d5c4ee6e8ed26d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Mon, 13 Jul 2015 17:20:12 +0200
Subject: Sub-package Math-Complex


diff --git a/perl.spec b/perl.spec
index 28bfb66..5796b2b 100644
--- a/perl.spec
+++ b/perl.spec
@@ -265,7 +265,8 @@ Requires:   perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
 Requires:   perl-libnet, perl-libnetcfg,
 Requires:   perl-Locale-Codes, perl-Locale-Maketext,
 Requires:   perl-Locale-Maketext-Simple
-Requires:   perl-Math-BigInt, perl-Math-BigInt-FastCalc, perl-Math-BigRat
+Requires:   perl-Math-BigInt, perl-Math-BigInt-FastCalc, perl-Math-BigRat,
+Requires:   perl-Math-Complex,
 Requires:   perl-MIME-Base64,
 Requires:   perl-Module-CoreList,
 Requires:   perl-Module-CoreList-tools, perl-Module-Load
@@ -1345,6 +1346,22 @@ Conflicts:  perl  4:5.22.0-348
 Math::BigRat complements Math::BigInt and Math::BigFloat by providing support
 for arbitrary big rational numbers.
 
+%package Math-Complex
+Summary:Complex numbers and trigonometric functions
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:1.59
+Requires:   %perl_compat
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-348
+
+%description Math-Complex
+This package lets you create and manipulate complex numbers. By default, Perl
+limits itself to real numbers, but an extra use statement brings full
+complex support, along with a full set of mathematical functions typically
+associated with and/or extended to complex numbers.
+
 %package MIME-Base64
 Summary:Encoding and decoding of Base64 and quoted-printable strings
 Group:  Development/Libraries
@@ -2869,6 +2886,13 @@ popd
 %exclude %{privlib}/Math/BigRat.pm
 %exclude %{_mandir}/man3/Math::BigRat.*
 
+# Math-Complex
+%dir %exclude %{privlib}/Math
+%exclude %{privlib}/Math/Complex.pm
+%exclude %{privlib}/Math/Trig.pm
+%exclude %{_mandir}/man3/Math::Complex.*
+%exclude %{_mandir}/man3/Math::Trig.*
+
 # MIME-Base64
 %exclude %{archlib}/auto/MIME
 %exclude %{archlib}/MIME
@@ -3727,6 +3751,13 @@ popd
 %{privlib}/Math/BigRat.pm
 %{_mandir}/man3/Math::BigRat.*
 
+%files Math-Complex
+%dir %{privlib}/Math
+%{privlib}/Math/Complex.pm
+%{privlib}/Math/Trig.pm
+%{_mandir}/man3/Math::Complex.*
+%{_mandir}/man3/Math::Trig.*
+
 %files MIME-Base64
 %{archlib}/auto/MIME
 %{archlib}/MIME
@@ -4088,6 +4119,7 @@ popd
 - Sub-package bignum
 - Sub-package Math-BigRat
 - Sub-package Math-BigInt-FastCalc
+- Sub-package Math-Complex
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=1b598383b113a495d40562a973d5c4ee6e8ed26d
--
Fedora Extras Perl SIG
http://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 bundled perl-Term-Cap

2015-07-15 Thread notifications
From 95856e811dab62a9720ee9a032d1654d19de2a8f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:33:09 +0200
Subject: Remove bundled perl-Term-Cap


diff --git a/perl.spec b/perl.spec
index 4d0e20a..86b5b26 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1845,6 +1845,7 @@ colorstrip(), colorvalid(), and coloralias(), which have 
to be explicitly
 imported to be used.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Term-Cap
 Summary:Perl termcap interface
 Group:  Development/Libraries
@@ -1861,6 +1862,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Test-Harness
@@ -3993,10 +3995,12 @@ popd
 %{_mandir}/man3/Term::ANSIColor*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Term-Cap
 %dir %{privlib}/Term
 %{privlib}/Term/Cap.pm
 %{_mandir}/man3/Term::Cap.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Test-Harness
@@ -4140,6 +4144,7 @@ popd
 - Remove bundled perl-MIME-Base64 (bug #1238222)
 - Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229)
 - Remove bundled perl-Pod-Escapes (bug #1238237)
+- Remove bundled perl-Term-Cap (bug #1238248)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=95856e811dab62a9720ee9a032d1654d19de2a8f
--
Fedora Extras Perl SIG
http://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-BigRat

2015-07-15 Thread notifications
From 226a2decfc35db69f4f38855c7a1e2f5c18e5c57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Mon, 13 Jul 2015 16:58:45 +0200
Subject: Sub-package Math-BigRat


diff --git a/perl.spec b/perl.spec
index fcf5fd5..dcdba91 100644
--- a/perl.spec
+++ b/perl.spec
@@ -265,7 +265,7 @@ Requires:   perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
 Requires:   perl-libnet, perl-libnetcfg,
 Requires:   perl-Locale-Codes, perl-Locale-Maketext,
 Requires:   perl-Locale-Maketext-Simple
-Requires:   perl-Math-BigInt,
+Requires:   perl-Math-BigInt, perl-Math-BigRat
 Requires:   perl-MIME-Base64,
 Requires:   perl-Module-CoreList,
 Requires:   perl-Module-CoreList-tools, perl-Module-Load
@@ -1318,6 +1318,21 @@ Conflicts:  perl  4:5.22.0-347
 %description Math-BigInt
 This provides Perl modules for arbitrary-size integer and float mathematics.
 
+%package Math-BigRat
+Summary:Arbitrary big rational numbers
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:0.2608
+Requires:   %perl_compat
+Requires:   perl(Math::BigInt)
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-348
+
+%description Math-BigRat
+Math::BigRat complements Math::BigInt and Math::BigFloat by providing support
+for arbitrary big rational numbers.
+
 %package MIME-Base64
 Summary:Encoding and decoding of Base64 and quoted-printable strings
 Group:  Development/Libraries
@@ -2833,6 +2848,10 @@ popd
 %exclude %{_mandir}/man3/Math::BigInt::Calc.*
 %exclude %{_mandir}/man3/Math::BigInt::CalcEmu.*
 
+# Math-BigRat
+%exclude %{privlib}/Math/BigRat.pm
+%exclude %{_mandir}/man3/Math::BigRat.*
+
 # MIME-Base64
 %exclude %{archlib}/auto/MIME
 %exclude %{archlib}/MIME
@@ -3681,6 +3700,11 @@ popd
 %{_mandir}/man3/Math::BigInt::Calc.*
 %{_mandir}/man3/Math::BigInt::CalcEmu.*
 
+%files Math-BigRat
+%dir %{privlib}/Math
+%{privlib}/Math/BigRat.pm
+%{_mandir}/man3/Math::BigRat.*
+
 %files MIME-Base64
 %{archlib}/auto/MIME
 %{archlib}/MIME
@@ -4040,6 +4064,7 @@ popd
 %changelog
 * Mon Jul 13 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-348
 - Sub-package bignum
+- Sub-package Math-BigRat
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=226a2decfc35db69f4f38855c7a1e2f5c18e5c57
--
Fedora Extras Perl SIG
http://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 bundled perl-Config-Perl-V

2015-07-15 Thread notifications
From 69de8f640d5b19b691a3cd000bc784b6e13fa10c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:28:29 +0200
Subject: Remove bundled perl-Config-Perl-V


diff --git a/perl.spec b/perl.spec
index 5796b2b..1f3a745 100644
--- a/perl.spec
+++ b/perl.spec
@@ -429,6 +429,7 @@ This module provides a Perl interface to the zlib 
compression library.
 It is used by IO::Compress::Zlib.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Config-Perl-V
 Summary:Structured data retrieval of perl -V output
 Group:  Development/Libraries
@@ -444,6 +445,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package constant
@@ -3257,10 +3259,12 @@ popd
 %{_mandir}/man3/Compress::Raw::Zlib*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Config-Perl-V
 %dir %{privlib}/Config
 %{privlib}/Config/Perl
 %{_mandir}/man3/Config::Perl::V.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files constant
@@ -4120,6 +4124,7 @@ popd
 - Sub-package Math-BigRat
 - Sub-package Math-BigInt-FastCalc
 - Sub-package Math-Complex
+- Remove bundled perl-Config-Perl-V (bug #1238203)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=69de8f640d5b19b691a3cd000bc784b6e13fa10c
--
Fedora Extras Perl SIG
http://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 bundled perl-PerlIO-via-QuotedPrint

2015-07-15 Thread notifications
From 0aaf377e1a7ef37bdfa08a4e01317dd360d83862 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:31:15 +0200
Subject: Remove bundled perl-PerlIO-via-QuotedPrint


diff --git a/perl.spec b/perl.spec
index 48b64cb..ae1faec 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1591,6 +1591,7 @@ Conflicts:  perl  4:5.22.0-347
 The perlfaq comprises several documents that answer the most commonly asked
 questions about Perl and Perl programming.
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package PerlIO-via-QuotedPrint
 Summary:PerlIO layer for quoted-printable strings
 Group:  Development/Libraries
@@ -1606,6 +1607,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Perl-OSType
@@ -3852,9 +3854,11 @@ popd
 %{_mandir}/man1/perlfaq*
 %{_mandir}/man1/perlglossary.*
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files PerlIO-via-QuotedPrint
 %{privlib}/PerlIO
 %{_mandir}/man3/PerlIO::via::QuotedPrint.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Perl-OSType
@@ -4130,6 +4134,7 @@ popd
 - Sub-package Math-Complex
 - Remove bundled perl-Config-Perl-V (bug #1238203)
 - Remove bundled perl-MIME-Base64 (bug #1238222)
+- Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=0aaf377e1a7ef37bdfa08a4e01317dd360d83862
--
Fedora Extras Perl SIG
http://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 bundled perl-libnet

2015-07-15 Thread notifications
From e0f454ea52bfb752ef7f2543c77593af00e68f1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:35:31 +0200
Subject: Remove bundled perl-libnet


diff --git a/perl.spec b/perl.spec
index 886b5ee..089decf 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1208,6 +1208,7 @@ 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
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package libnet
 Summary:Perl clients for various network protocols
 Group:  Development/Libraries
@@ -1229,6 +1230,7 @@ Conflicts:  perl  4:5.22.0-347
 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.
+%endif
 
 %package libnetcfg
 Summary:Configure libnet
@@ -3676,6 +3678,7 @@ popd
 %{_mandir}/man3/JSON::PP::Boolean.3pm*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files libnet
 %dir %{privlib}/Net
 %{privlib}/Net/Cmd.pm
@@ -3699,6 +3702,7 @@ popd
 %{_mandir}/man3/Net::POP3.*
 %{_mandir}/man3/Net::SMTP.*
 %{_mandir}/man3/Net::Time.*
+%endif
 
 %files libnetcfg
 %{_bindir}/libnetcfg
@@ -4150,6 +4154,7 @@ popd
 - Remove bundled perl-Pod-Escapes (bug #1238237)
 - Remove bundled perl-Term-Cap (bug #1238248)
 - Remove bundled perl-Text-Balanced (bug #1238269)
+- Remove bundled perl-libnet (bug #1238689)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=e0f454ea52bfb752ef7f2543c77593af00e68f1d
--
Fedora Extras Perl SIG
http://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 bundled perl-perlfaq

2015-07-15 Thread notifications
From 7fbed2c8e3586741a91f51119e3fffc00d39b187 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:36:39 +0200
Subject: Remove bundled perl-perlfaq


diff --git a/perl.spec b/perl.spec
index 089decf..13561be 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1578,6 +1578,7 @@ Requires:   perl(Carp)
 PathTools Perl module (Cwd, File::Spec).
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package perlfaq
 Summary:Frequently asked questions about Perl
 Group:  Development/Libraries
@@ -1592,6 +1593,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package PerlIO-via-QuotedPrint
@@ -3856,6 +3858,7 @@ popd
 %{_mandir}/man3/parent.3*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files perlfaq
 %{privlib}/perlfaq.pm
 %dir %{privlib}/pod
@@ -3863,6 +3866,7 @@ popd
 %{privlib}/pod/perlglossary.pod
 %{_mandir}/man1/perlfaq*
 %{_mandir}/man1/perlglossary.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files PerlIO-via-QuotedPrint
@@ -4155,6 +4159,7 @@ popd
 - Remove bundled perl-Term-Cap (bug #1238248)
 - Remove bundled perl-Text-Balanced (bug #1238269)
 - Remove bundled perl-libnet (bug #1238689)
+- Remove bundled perl-perlfaq (bug #1238703)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=7fbed2c8e3586741a91f51119e3fffc00d39b187
--
Fedora Extras Perl SIG
http://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 bundled perl-MIME-Base64

2015-07-15 Thread notifications
From 963fd0c67effbd9ef894c3cf3bbf2d4667486928 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:29:43 +0200
Subject: Remove bundled perl-MIME-Base64


diff --git a/perl.spec b/perl.spec
index 1f3a745..48b64cb 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1364,6 +1364,7 @@ limits itself to real numbers, but an extra use 
statement brings full
 complex support, along with a full set of mathematical functions typically
 associated with and/or extended to complex numbers.
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package MIME-Base64
 Summary:Encoding and decoding of Base64 and quoted-printable strings
 Group:  Development/Libraries
@@ -1379,6 +1380,7 @@ Conflicts:  perl  4:5.22.0-347
 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).
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Module-CoreList
@@ -3762,10 +3764,12 @@ popd
 %{_mandir}/man3/Math::Complex.*
 %{_mandir}/man3/Math::Trig.*
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files MIME-Base64
 %{archlib}/auto/MIME
 %{archlib}/MIME
 %{_mandir}/man3/MIME::*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Module-CoreList
@@ -4125,6 +4129,7 @@ popd
 - Sub-package Math-BigInt-FastCalc
 - Sub-package Math-Complex
 - Remove bundled perl-Config-Perl-V (bug #1238203)
+- Remove bundled perl-MIME-Base64 (bug #1238222)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=963fd0c67effbd9ef894c3cf3bbf2d4667486928
--
Fedora Extras Perl SIG
http://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 bundled perl-Pod-Escapes

2015-07-15 Thread notifications
From 0f71e3ad4d982bd598964f1b109bbfe619ec36ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:32:13 +0200
Subject: Remove bundled perl-Pod-Escapes


diff --git a/perl.spec b/perl.spec
index ae1faec..4d0e20a 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1644,6 +1644,7 @@ Module and tools to verify POD documentation contents for 
compliance with the
 Plain Old Documentation format specifications.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Pod-Escapes
 Summary:Resolve POD escape sequences
 Group:  Development/Libraries
@@ -1656,6 +1657,7 @@ BuildArch:  noarch
 
 %description Pod-Escapes
 This module provides things that are useful in decoding Pod E... sequences.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Pod-Parser
@@ -3876,10 +3878,12 @@ popd
 %{_mandir}/man3/Pod::Checker.*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Pod-Escapes
 %dir %{privlib}/Pod
 %{privlib}/Pod/Escapes.pm
 %{_mandir}/man3/Pod::Escapes.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Pod-Parser
@@ -4135,6 +4139,7 @@ popd
 - Remove bundled perl-Config-Perl-V (bug #1238203)
 - Remove bundled perl-MIME-Base64 (bug #1238222)
 - Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229)
+- Remove bundled perl-Pod-Escapes (bug #1238237)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=0f71e3ad4d982bd598964f1b109bbfe619ec36ad
--
Fedora Extras Perl SIG
http://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-FastCalc

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


diff --git a/perl.spec b/perl.spec
index dcdba91..28bfb66 100644
--- a/perl.spec
+++ b/perl.spec
@@ -265,7 +265,7 @@ Requires:   perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
 Requires:   perl-libnet, perl-libnetcfg,
 Requires:   perl-Locale-Codes, perl-Locale-Maketext,
 Requires:   perl-Locale-Maketext-Simple
-Requires:   perl-Math-BigInt, perl-Math-BigRat
+Requires:   perl-Math-BigInt, perl-Math-BigInt-FastCalc, perl-Math-BigRat
 Requires:   perl-MIME-Base64,
 Requires:   perl-Module-CoreList,
 Requires:   perl-Module-CoreList-tools, perl-Module-Load
@@ -1318,6 +1318,18 @@ Conflicts:  perl  4:5.22.0-347
 %description Math-BigInt
 This provides Perl modules for arbitrary-size integer and float mathematics.
 
+%package Math-BigInt-FastCalc
+Summary:Math::BigInt::Calc XS implementation
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:0.31
+Requires:   %perl_compat
+Conflicts:  perl  4:5.22.0-348
+
+%description Math-BigInt-FastCalc
+This package provides support for faster big integer calculations.
+
 %package Math-BigRat
 Summary:Arbitrary big rational numbers
 Group:  Development/Libraries
@@ -2848,6 +2860,11 @@ popd
 %exclude %{_mandir}/man3/Math::BigInt::Calc.*
 %exclude %{_mandir}/man3/Math::BigInt::CalcEmu.*
 
+# Math-BigInt-FastCalc
+%exclude %{archlib}/Math
+%exclude %{archlib}/auto/Math
+%exclude %{_mandir}/man3/Math::BigInt::FastCalc.*
+
 # Math-BigRat
 %exclude %{privlib}/Math/BigRat.pm
 %exclude %{_mandir}/man3/Math::BigRat.*
@@ -3700,6 +3717,11 @@ popd
 %{_mandir}/man3/Math::BigInt::Calc.*
 %{_mandir}/man3/Math::BigInt::CalcEmu.*
 
+%files Math-BigInt-FastCalc
+%{archlib}/Math
+%{archlib}/auto/Math
+%{_mandir}/man3/Math::BigInt::FastCalc.*
+
 %files Math-BigRat
 %dir %{privlib}/Math
 %{privlib}/Math/BigRat.pm
@@ -4065,6 +4087,7 @@ popd
 * Mon Jul 13 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-348
 - Sub-package bignum
 - Sub-package Math-BigRat
+- Sub-package Math-BigInt-FastCalc
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=masterid=f0270eb6c6fde5aa01931ccdcd6201fe42feffb9
--
Fedora Extras Perl SIG
http://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 bignum

2015-07-15 Thread notifications
From 00b27cba822979d6123f8e374b29be430eb8e195 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Mon, 13 Jul 2015 16:52:41 +0200
Subject: Sub-package bignum


diff --git a/perl.spec b/perl.spec
index edfea73..fcf5fd5 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:347%{?dist}
+Release:348%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -244,7 +244,7 @@ Requires:   perl-libs = 
%{perl_epoch}:%{perl_version}-%{release}
 Requires:   perl-devel = %{perl_epoch}:%{perl_version}-%{release}
 Requires:   perl-macros
 
-Requires:   perl-Archive-Tar, perl-autodie, perl-B-Debug,
+Requires:   perl-Archive-Tar, perl-autodie, perl-B-Debug, perl-bignum
 Requires:   perl-Compress-Raw-Bzip2,
 Requires:   perl-Carp, perl-Compress-Raw-Zlib, perl-Config-Perl-V,
 Requires:   perl-constant,
@@ -359,6 +359,24 @@ Walk Perl syntax tree and print debug information about 
op-codes. See
 B::Concise and B::Terse for other details.
 %endif
 
+%package bignum
+Summary:Use BigInts and BigFloats transparently
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:0.39
+Requires:   %perl_compat
+Requires:   perl(Carp)
+# Math::BigInt::Lite is optional
+Requires:   perl(Math::BigRat)
+Requires:   perl(warnings)
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-348
+
+%description bignum
+This package attempts to make it easier to write scripts that use BigInts and
+BigFloats in a transparent way.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Carp
 Summary:Alternative warn and die for modules
@@ -2386,6 +2404,16 @@ popd
 %exclude %{privlib}/B/Debug.pm
 %exclude %{_mandir}/man3/B::Debug.3*
 
+# bignum
+%exclude %{privlib}/bigint.pm
+%exclude %{privlib}/bignum.pm
+%exclude %{privlib}/bigrat.pm
+%exclude %{privlib}/Math/BigFloat
+%exclude %{privlib}/Math/BigInt/Trace.pm
+%exclude %{_mandir}/man3/bigint.*
+%exclude %{_mandir}/man3/bignum.*
+%exclude %{_mandir}/man3/bigrat.*
+
 # Carp
 %exclude %{privlib}/Carp
 %exclude %{privlib}/Carp.*
@@ -2797,6 +2825,7 @@ popd
 # Math-BigInt
 %exclude %{privlib}/Math/BigFloat.pm
 %exclude %{privlib}/Math/BigInt.pm
+%exclude %dir %exclude %{privlib}/Math/BigInt
 %exclude %{privlib}/Math/BigInt/Calc.pm
 %exclude %{privlib}/Math/BigInt/CalcEmu.pm
 %exclude %{_mandir}/man3/Math::BigFloat.*
@@ -3131,6 +3160,18 @@ popd
 %{_mandir}/man3/B::Debug.3*
 %endif
 
+%files bignum
+%{privlib}/bigint.pm
+%{privlib}/bignum.pm
+%{privlib}/bigrat.pm
+%dir %{privlib}/Math
+%{privlib}/Math/BigFloat
+%dir %{privlib}/Math/BigInt
+%{privlib}/Math/BigInt/Trace.pm
+%{_mandir}/man3/bigint.*
+%{_mandir}/man3/bignum.*
+%{_mandir}/man3/bigrat.*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Carp
 %{privlib}/Carp
@@ -3997,6 +4038,9 @@ popd
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Jul 13 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-348
+- Sub-package bignum
+
 * 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)
-- 
cgit v0.10.2



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

spot pushed to perl-Glib (f23). 1.311

2015-07-15 Thread notifications
From d2dfdcd9a0a315d89d2c836c4b4a647a9a66f1c5 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Wed, 15 Jul 2015 11:22:52 -0400
Subject: 1.311


diff --git a/.gitignore b/.gitignore
index 4ae98c2..40ab7f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Glib-1.223.tar.gz
 /Glib-1.304.tar.gz
 /Glib-1.305.tar.gz
 /Glib-1.310.tar.gz
+/Glib-1.311.tar.gz
diff --git a/perl-Glib.spec b/perl-Glib.spec
index ddfef74..49ef0bd 100644
--- a/perl-Glib.spec
+++ b/perl-Glib.spec
@@ -1,6 +1,6 @@
 Name:   perl-Glib
-Version:1.310
-Release:4%{?dist}
+Version:1.311
+Release:1%{?dist}
 Summary:Perl interface to GLib
 Group:  Development/Libraries
 License:LGPLv2+
@@ -111,6 +111,9 @@ make test
 %{_mandir}/man3/Glib::xsapi.3pm.gz
 
 %changelog
+* Wed Jul 15 2015 Tom Callaway s...@fedoraproject.org - 1.311-1
+- update to 1.311
+
 * Tue Jun 30 2015 Rafael Fonseca rdoss...@redhat.com - 1.310-4
 - Fix GVariant tests for big endian machines (#1235709)
 
diff --git a/sources b/sources
index e81b148..2e8032c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23c1caa6255db046a8284af55ecb3e75  Glib-1.310.tar.gz
+201e2e859eb5485c994eaf9c21f90406  Glib-1.311.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Glib.git/commit/?h=f23id=d2dfdcd9a0a315d89d2c836c4b4a647a9a66f1c5
--
Fedora Extras Perl SIG
http://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 1243619] php-pear-Text-Diff-1.2.0 is available

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



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

-- 
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 1243619] New: php-pear-Text-Diff-1.2.0 is available

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

Bug ID: 1243619
   Summary: php-pear-Text-Diff-1.2.0 is available
   Product: Fedora
   Version: rawhide
 Component: php-pear-Text-Diff
  Keywords: FutureFeature, Triaged
  Assignee: xav...@bachelot.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
xav...@bachelot.org



Latest upstream release: 1.2.0
Current version/release in rawhide: 1.1.1-10.fc23
URL: http://pear.php.net/package/Text_Diff

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 1243619] php-pear-Text-Diff-1.2.0 is available

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



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

-- 
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 1242769] perl-Algorithm-CurveFit-1.05-14.fc23 FTBFS: Failed test at t/02bad_deriv.t line 50

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



--- Comment #4 from Petr Pisar ppi...@redhat.com ---
If I only relink perl from the the same build directory as the affected comes
from with old ldflags:

$ gcc -o perl -fstack-protector-strong -L/usr/local/lib -Wl,--enable-new-dtags
perlmain.o  libperl.so `cat ext.libs` -lpthread -lresolv -lnsl -ldl -lm -lcrypt
-lutil -lc

And use the the perl to run the t/02bad_deriv.t, it passes. If I relink the
perl with the hardened ldflags:

$ gcc -o perl -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
-fstack-protector-strong -L/usr/local/lib -Wl,--enable-new-dtags -Wl,-z,relro
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld perlmain.o  libperl.so `cat
ext.libs` -lpthread -lresolv -lnsl -ldl -lm -lcrypt -lutil -lc

the test fails.

Also the test passes with the hardened perl when running under valgrind.

-- 
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 1242769] perl-Algorithm-CurveFit-1.05-14.fc23 FTBFS: Failed test at t/02bad_deriv.t line 50

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



--- Comment #5 from Petr Pisar ppi...@redhat.com ---
The minimal broken flags are:

$ gcc -o perl -pie  perlmain.o  libperl.so `cat ext.libs` -lpthread -lresolv
-lnsl -ldl -lm -lcrypt -lutil -lc

Removing the -pie option helps.

-- 
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

ppisar pushed to perl (f23). Sub-package Math-BigRat

2015-07-15 Thread notifications
From 226a2decfc35db69f4f38855c7a1e2f5c18e5c57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Mon, 13 Jul 2015 16:58:45 +0200
Subject: Sub-package Math-BigRat


diff --git a/perl.spec b/perl.spec
index fcf5fd5..dcdba91 100644
--- a/perl.spec
+++ b/perl.spec
@@ -265,7 +265,7 @@ Requires:   perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
 Requires:   perl-libnet, perl-libnetcfg,
 Requires:   perl-Locale-Codes, perl-Locale-Maketext,
 Requires:   perl-Locale-Maketext-Simple
-Requires:   perl-Math-BigInt,
+Requires:   perl-Math-BigInt, perl-Math-BigRat
 Requires:   perl-MIME-Base64,
 Requires:   perl-Module-CoreList,
 Requires:   perl-Module-CoreList-tools, perl-Module-Load
@@ -1318,6 +1318,21 @@ Conflicts:  perl  4:5.22.0-347
 %description Math-BigInt
 This provides Perl modules for arbitrary-size integer and float mathematics.
 
+%package Math-BigRat
+Summary:Arbitrary big rational numbers
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:0.2608
+Requires:   %perl_compat
+Requires:   perl(Math::BigInt)
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-348
+
+%description Math-BigRat
+Math::BigRat complements Math::BigInt and Math::BigFloat by providing support
+for arbitrary big rational numbers.
+
 %package MIME-Base64
 Summary:Encoding and decoding of Base64 and quoted-printable strings
 Group:  Development/Libraries
@@ -2833,6 +2848,10 @@ popd
 %exclude %{_mandir}/man3/Math::BigInt::Calc.*
 %exclude %{_mandir}/man3/Math::BigInt::CalcEmu.*
 
+# Math-BigRat
+%exclude %{privlib}/Math/BigRat.pm
+%exclude %{_mandir}/man3/Math::BigRat.*
+
 # MIME-Base64
 %exclude %{archlib}/auto/MIME
 %exclude %{archlib}/MIME
@@ -3681,6 +3700,11 @@ popd
 %{_mandir}/man3/Math::BigInt::Calc.*
 %{_mandir}/man3/Math::BigInt::CalcEmu.*
 
+%files Math-BigRat
+%dir %{privlib}/Math
+%{privlib}/Math/BigRat.pm
+%{_mandir}/man3/Math::BigRat.*
+
 %files MIME-Base64
 %{archlib}/auto/MIME
 %{archlib}/MIME
@@ -4040,6 +4064,7 @@ popd
 %changelog
 * Mon Jul 13 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-348
 - Sub-package bignum
+- Sub-package Math-BigRat
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=226a2decfc35db69f4f38855c7a1e2f5c18e5c57
--
Fedora Extras Perl SIG
http://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 (f23). Remove bundled perl-Config-Perl-V

2015-07-15 Thread notifications
From 69de8f640d5b19b691a3cd000bc784b6e13fa10c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:28:29 +0200
Subject: Remove bundled perl-Config-Perl-V


diff --git a/perl.spec b/perl.spec
index 5796b2b..1f3a745 100644
--- a/perl.spec
+++ b/perl.spec
@@ -429,6 +429,7 @@ This module provides a Perl interface to the zlib 
compression library.
 It is used by IO::Compress::Zlib.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Config-Perl-V
 Summary:Structured data retrieval of perl -V output
 Group:  Development/Libraries
@@ -444,6 +445,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package constant
@@ -3257,10 +3259,12 @@ popd
 %{_mandir}/man3/Compress::Raw::Zlib*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Config-Perl-V
 %dir %{privlib}/Config
 %{privlib}/Config/Perl
 %{_mandir}/man3/Config::Perl::V.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files constant
@@ -4120,6 +4124,7 @@ popd
 - Sub-package Math-BigRat
 - Sub-package Math-BigInt-FastCalc
 - Sub-package Math-Complex
+- Remove bundled perl-Config-Perl-V (bug #1238203)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=69de8f640d5b19b691a3cd000bc784b6e13fa10c
--
Fedora Extras Perl SIG
http://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 (f23). Remove bundled perl-Term-Cap

2015-07-15 Thread notifications
From 95856e811dab62a9720ee9a032d1654d19de2a8f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:33:09 +0200
Subject: Remove bundled perl-Term-Cap


diff --git a/perl.spec b/perl.spec
index 4d0e20a..86b5b26 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1845,6 +1845,7 @@ colorstrip(), colorvalid(), and coloralias(), which have 
to be explicitly
 imported to be used.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Term-Cap
 Summary:Perl termcap interface
 Group:  Development/Libraries
@@ -1861,6 +1862,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Test-Harness
@@ -3993,10 +3995,12 @@ popd
 %{_mandir}/man3/Term::ANSIColor*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Term-Cap
 %dir %{privlib}/Term
 %{privlib}/Term/Cap.pm
 %{_mandir}/man3/Term::Cap.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Test-Harness
@@ -4140,6 +4144,7 @@ popd
 - Remove bundled perl-MIME-Base64 (bug #1238222)
 - Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229)
 - Remove bundled perl-Pod-Escapes (bug #1238237)
+- Remove bundled perl-Term-Cap (bug #1238248)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=95856e811dab62a9720ee9a032d1654d19de2a8f
--
Fedora Extras Perl SIG
http://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 (f23). Remove bundled perl-PerlIO-via-QuotedPrint

2015-07-15 Thread notifications
From 0aaf377e1a7ef37bdfa08a4e01317dd360d83862 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:31:15 +0200
Subject: Remove bundled perl-PerlIO-via-QuotedPrint


diff --git a/perl.spec b/perl.spec
index 48b64cb..ae1faec 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1591,6 +1591,7 @@ Conflicts:  perl  4:5.22.0-347
 The perlfaq comprises several documents that answer the most commonly asked
 questions about Perl and Perl programming.
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package PerlIO-via-QuotedPrint
 Summary:PerlIO layer for quoted-printable strings
 Group:  Development/Libraries
@@ -1606,6 +1607,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Perl-OSType
@@ -3852,9 +3854,11 @@ popd
 %{_mandir}/man1/perlfaq*
 %{_mandir}/man1/perlglossary.*
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files PerlIO-via-QuotedPrint
 %{privlib}/PerlIO
 %{_mandir}/man3/PerlIO::via::QuotedPrint.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Perl-OSType
@@ -4130,6 +4134,7 @@ popd
 - Sub-package Math-Complex
 - Remove bundled perl-Config-Perl-V (bug #1238203)
 - Remove bundled perl-MIME-Base64 (bug #1238222)
+- Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=0aaf377e1a7ef37bdfa08a4e01317dd360d83862
--
Fedora Extras Perl SIG
http://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 (f23). Sub-package Math-Complex

2015-07-15 Thread notifications
From 1b598383b113a495d40562a973d5c4ee6e8ed26d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Mon, 13 Jul 2015 17:20:12 +0200
Subject: Sub-package Math-Complex


diff --git a/perl.spec b/perl.spec
index 28bfb66..5796b2b 100644
--- a/perl.spec
+++ b/perl.spec
@@ -265,7 +265,8 @@ Requires:   perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
 Requires:   perl-libnet, perl-libnetcfg,
 Requires:   perl-Locale-Codes, perl-Locale-Maketext,
 Requires:   perl-Locale-Maketext-Simple
-Requires:   perl-Math-BigInt, perl-Math-BigInt-FastCalc, perl-Math-BigRat
+Requires:   perl-Math-BigInt, perl-Math-BigInt-FastCalc, perl-Math-BigRat,
+Requires:   perl-Math-Complex,
 Requires:   perl-MIME-Base64,
 Requires:   perl-Module-CoreList,
 Requires:   perl-Module-CoreList-tools, perl-Module-Load
@@ -1345,6 +1346,22 @@ Conflicts:  perl  4:5.22.0-348
 Math::BigRat complements Math::BigInt and Math::BigFloat by providing support
 for arbitrary big rational numbers.
 
+%package Math-Complex
+Summary:Complex numbers and trigonometric functions
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:1.59
+Requires:   %perl_compat
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-348
+
+%description Math-Complex
+This package lets you create and manipulate complex numbers. By default, Perl
+limits itself to real numbers, but an extra use statement brings full
+complex support, along with a full set of mathematical functions typically
+associated with and/or extended to complex numbers.
+
 %package MIME-Base64
 Summary:Encoding and decoding of Base64 and quoted-printable strings
 Group:  Development/Libraries
@@ -2869,6 +2886,13 @@ popd
 %exclude %{privlib}/Math/BigRat.pm
 %exclude %{_mandir}/man3/Math::BigRat.*
 
+# Math-Complex
+%dir %exclude %{privlib}/Math
+%exclude %{privlib}/Math/Complex.pm
+%exclude %{privlib}/Math/Trig.pm
+%exclude %{_mandir}/man3/Math::Complex.*
+%exclude %{_mandir}/man3/Math::Trig.*
+
 # MIME-Base64
 %exclude %{archlib}/auto/MIME
 %exclude %{archlib}/MIME
@@ -3727,6 +3751,13 @@ popd
 %{privlib}/Math/BigRat.pm
 %{_mandir}/man3/Math::BigRat.*
 
+%files Math-Complex
+%dir %{privlib}/Math
+%{privlib}/Math/Complex.pm
+%{privlib}/Math/Trig.pm
+%{_mandir}/man3/Math::Complex.*
+%{_mandir}/man3/Math::Trig.*
+
 %files MIME-Base64
 %{archlib}/auto/MIME
 %{archlib}/MIME
@@ -4088,6 +4119,7 @@ popd
 - Sub-package bignum
 - Sub-package Math-BigRat
 - Sub-package Math-BigInt-FastCalc
+- Sub-package Math-Complex
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=1b598383b113a495d40562a973d5c4ee6e8ed26d
--
Fedora Extras Perl SIG
http://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-App-Asciio (f23). Fix dependency filter

2015-07-15 Thread notifications
From f0b6b4ad9dd17a475b5ac6522ce55a6fb609fada Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 15:35:45 +0200
Subject: Fix dependency filter


diff --git a/perl-App-Asciio.spec b/perl-App-Asciio.spec
index 38f357b..4ded896 100644
--- a/perl-App-Asciio.spec
+++ b/perl-App-Asciio.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-Asciio 
 Version:1.51.3
-Release:1%{?dist}
+Release:2%{?dist}
 # see lib/App/Asciio.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,11 @@ Provides: perl(App::Asciio::Ascii)   = %{version}
 Provides: perl(App::Asciio::Connections) = %{version}
 Provides: perl(App::Asciio::Dialogs) = %{version}
 Provides: perl(App::Asciio::Elements)= %{version}
+Provides: perl(App::Asciio::GTK::Asciio::Dialogs)   = %{version}
+Provides: perl(App::Asciio::GTK::Asciio::Menues)= %{version}
+Provides: perl(App::Asciio::GTK::Asciio::stripes::editable_arrow2)  = 
%{version}
+Provides: perl(App::Asciio::GTK::Asciio::stripes::editable_box2)= 
%{version}
+Provides: perl(App::Asciio::GTK::Asciio::stripes::wirl_arrow)   = 
%{version}
 Provides: perl(App::Asciio::Io)  = %{version}
 Provides: perl(App::Asciio::Menues)  = %{version}
 Provides: perl(App::Asciio::Options) = %{version}
@@ -64,6 +69,9 @@ Provides: perl(App::Asciio::Undo)= %{version}
 
 %{?perl_default_filter}
 
+# Filter under-specified provides
+%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\((App::Asciio|App::Asciio::GTK::Asciio)\\)$
+
 %description
 This gtk2-perl application allows you to draw ASCII diagrams in a modern
 (but simple) graphical application. The ASCII graphs can be saved as ASCII
@@ -105,16 +113,6 @@ EOF
 # fix perms
 find . -type f -exec chmod -c -x {} +
 
-# filter out unwanted (unversioned) provides
-cat  \EOF  %{name}-prov
-#!/bin/sh
-%{__perl_provides} $* |\
-sed -e '/^perl(App::Asciio)$/d'
-EOF
-
-%define __perl_provides %{_builddir}/App-Asciio-%{version}/%{name}-prov
-chmod +x %{__perl_provides}
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -146,6 +144,9 @@ desktop-file-install 
--dir=%{buildroot}%{_datadir}/applications asciio.desktop
 
 
 %changelog
+* Wed Jul 15 2015 Petr Pisar ppi...@redhat.com - 1.51.3-2
+- Fix dependency filter
+
 * Sun Jul 12 2015 Emmanuel Seyman emman...@seyman.fr - 1.51.3-1
 - Update to 1.51.3
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-App-Asciio.git/commit/?h=f23id=f0b6b4ad9dd17a475b5ac6522ce55a6fb609fada
--
Fedora Extras Perl SIG
http://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-App-Asciio (master). Fix dependency filter

2015-07-15 Thread notifications
From f0b6b4ad9dd17a475b5ac6522ce55a6fb609fada Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 15:35:45 +0200
Subject: Fix dependency filter


diff --git a/perl-App-Asciio.spec b/perl-App-Asciio.spec
index 38f357b..4ded896 100644
--- a/perl-App-Asciio.spec
+++ b/perl-App-Asciio.spec
@@ -1,6 +1,6 @@
 Name:   perl-App-Asciio 
 Version:1.51.3
-Release:1%{?dist}
+Release:2%{?dist}
 # see lib/App/Asciio.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,11 @@ Provides: perl(App::Asciio::Ascii)   = %{version}
 Provides: perl(App::Asciio::Connections) = %{version}
 Provides: perl(App::Asciio::Dialogs) = %{version}
 Provides: perl(App::Asciio::Elements)= %{version}
+Provides: perl(App::Asciio::GTK::Asciio::Dialogs)   = %{version}
+Provides: perl(App::Asciio::GTK::Asciio::Menues)= %{version}
+Provides: perl(App::Asciio::GTK::Asciio::stripes::editable_arrow2)  = 
%{version}
+Provides: perl(App::Asciio::GTK::Asciio::stripes::editable_box2)= 
%{version}
+Provides: perl(App::Asciio::GTK::Asciio::stripes::wirl_arrow)   = 
%{version}
 Provides: perl(App::Asciio::Io)  = %{version}
 Provides: perl(App::Asciio::Menues)  = %{version}
 Provides: perl(App::Asciio::Options) = %{version}
@@ -64,6 +69,9 @@ Provides: perl(App::Asciio::Undo)= %{version}
 
 %{?perl_default_filter}
 
+# Filter under-specified provides
+%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\((App::Asciio|App::Asciio::GTK::Asciio)\\)$
+
 %description
 This gtk2-perl application allows you to draw ASCII diagrams in a modern
 (but simple) graphical application. The ASCII graphs can be saved as ASCII
@@ -105,16 +113,6 @@ EOF
 # fix perms
 find . -type f -exec chmod -c -x {} +
 
-# filter out unwanted (unversioned) provides
-cat  \EOF  %{name}-prov
-#!/bin/sh
-%{__perl_provides} $* |\
-sed -e '/^perl(App::Asciio)$/d'
-EOF
-
-%define __perl_provides %{_builddir}/App-Asciio-%{version}/%{name}-prov
-chmod +x %{__perl_provides}
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -146,6 +144,9 @@ desktop-file-install 
--dir=%{buildroot}%{_datadir}/applications asciio.desktop
 
 
 %changelog
+* Wed Jul 15 2015 Petr Pisar ppi...@redhat.com - 1.51.3-2
+- Fix dependency filter
+
 * Sun Jul 12 2015 Emmanuel Seyman emman...@seyman.fr - 1.51.3-1
 - Update to 1.51.3
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-App-Asciio.git/commit/?h=masterid=f0b6b4ad9dd17a475b5ac6522ce55a6fb609fada
--
Fedora Extras Perl SIG
http://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 (f23). Sub-package Math-BigInt-FastCalc

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


diff --git a/perl.spec b/perl.spec
index dcdba91..28bfb66 100644
--- a/perl.spec
+++ b/perl.spec
@@ -265,7 +265,7 @@ Requires:   perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
 Requires:   perl-libnet, perl-libnetcfg,
 Requires:   perl-Locale-Codes, perl-Locale-Maketext,
 Requires:   perl-Locale-Maketext-Simple
-Requires:   perl-Math-BigInt, perl-Math-BigRat
+Requires:   perl-Math-BigInt, perl-Math-BigInt-FastCalc, perl-Math-BigRat
 Requires:   perl-MIME-Base64,
 Requires:   perl-Module-CoreList,
 Requires:   perl-Module-CoreList-tools, perl-Module-Load
@@ -1318,6 +1318,18 @@ Conflicts:  perl  4:5.22.0-347
 %description Math-BigInt
 This provides Perl modules for arbitrary-size integer and float mathematics.
 
+%package Math-BigInt-FastCalc
+Summary:Math::BigInt::Calc XS implementation
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:0.31
+Requires:   %perl_compat
+Conflicts:  perl  4:5.22.0-348
+
+%description Math-BigInt-FastCalc
+This package provides support for faster big integer calculations.
+
 %package Math-BigRat
 Summary:Arbitrary big rational numbers
 Group:  Development/Libraries
@@ -2848,6 +2860,11 @@ popd
 %exclude %{_mandir}/man3/Math::BigInt::Calc.*
 %exclude %{_mandir}/man3/Math::BigInt::CalcEmu.*
 
+# Math-BigInt-FastCalc
+%exclude %{archlib}/Math
+%exclude %{archlib}/auto/Math
+%exclude %{_mandir}/man3/Math::BigInt::FastCalc.*
+
 # Math-BigRat
 %exclude %{privlib}/Math/BigRat.pm
 %exclude %{_mandir}/man3/Math::BigRat.*
@@ -3700,6 +3717,11 @@ popd
 %{_mandir}/man3/Math::BigInt::Calc.*
 %{_mandir}/man3/Math::BigInt::CalcEmu.*
 
+%files Math-BigInt-FastCalc
+%{archlib}/Math
+%{archlib}/auto/Math
+%{_mandir}/man3/Math::BigInt::FastCalc.*
+
 %files Math-BigRat
 %dir %{privlib}/Math
 %{privlib}/Math/BigRat.pm
@@ -4065,6 +4087,7 @@ popd
 * Mon Jul 13 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-348
 - Sub-package bignum
 - Sub-package Math-BigRat
+- Sub-package Math-BigInt-FastCalc
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=f0270eb6c6fde5aa01931ccdcd6201fe42feffb9
--
Fedora Extras Perl SIG
http://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 (f23). Remove bundled perl-Pod-Escapes

2015-07-15 Thread notifications
From 0f71e3ad4d982bd598964f1b109bbfe619ec36ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:32:13 +0200
Subject: Remove bundled perl-Pod-Escapes


diff --git a/perl.spec b/perl.spec
index ae1faec..4d0e20a 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1644,6 +1644,7 @@ Module and tools to verify POD documentation contents for 
compliance with the
 Plain Old Documentation format specifications.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Pod-Escapes
 Summary:Resolve POD escape sequences
 Group:  Development/Libraries
@@ -1656,6 +1657,7 @@ BuildArch:  noarch
 
 %description Pod-Escapes
 This module provides things that are useful in decoding Pod E... sequences.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Pod-Parser
@@ -3876,10 +3878,12 @@ popd
 %{_mandir}/man3/Pod::Checker.*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Pod-Escapes
 %dir %{privlib}/Pod
 %{privlib}/Pod/Escapes.pm
 %{_mandir}/man3/Pod::Escapes.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Pod-Parser
@@ -4135,6 +4139,7 @@ popd
 - Remove bundled perl-Config-Perl-V (bug #1238203)
 - Remove bundled perl-MIME-Base64 (bug #1238222)
 - Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229)
+- Remove bundled perl-Pod-Escapes (bug #1238237)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=0f71e3ad4d982bd598964f1b109bbfe619ec36ad
--
Fedora Extras Perl SIG
http://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 (f23). Remove bundled perl-Unicode-Normalize

2015-07-15 Thread notifications
From a6a72ee7a10b21d7623cd059b958852c8ac0ce28 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:37:28 +0200
Subject: Remove bundled perl-Unicode-Normalize


diff --git a/perl.spec b/perl.spec
index 13561be..34fdc82 100644
--- a/perl.spec
+++ b/perl.spec
@@ -2072,6 +2072,7 @@ Conflicts:  perl  4:5.22.0-347
 This package is Perl implementation of Unicode Technical Standard #10 (Unicode
 Collation Algorithm).
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Unicode-Normalize
 Summary:Unicode Normalization Forms
 Group:  Development/Libraries
@@ -2087,6 +2088,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package version
@@ -4128,10 +4130,12 @@ popd
 %{_mandir}/man3/Unicode::Collate.*
 %{_mandir}/man3/Unicode::Collate::*
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Unicode-Normalize
 %dir %{privlib}/Unicode
 %{privlib}/Unicode/Normalize.pm
 %{_mandir}/man3/Unicode::Normalize.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files version
@@ -4160,6 +4164,7 @@ popd
 - Remove bundled perl-Text-Balanced (bug #1238269)
 - Remove bundled perl-libnet (bug #1238689)
 - Remove bundled perl-perlfaq (bug #1238703)
+- Remove bundled perl-Unicode-Normalize (bug #1238730)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=a6a72ee7a10b21d7623cd059b958852c8ac0ce28
--
Fedora Extras Perl SIG
http://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 (f23). Remove bundled perl-Text-Balanced

2015-07-15 Thread notifications
From c6bda31ec348856480f6a8c471529cf84e43f83f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:34:22 +0200
Subject: Remove bundled perl-Text-Balanced


diff --git a/perl.spec b/perl.spec
index 86b5b26..886b5ee 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1895,6 +1895,7 @@ BuildArch:  noarch
 Basic utilities for writing tests.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Text-Balanced
 Summary:Extract delimited text sequences from strings
 Group:  Development/Libraries
@@ -1908,6 +1909,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Text-ParseWords
@@ -4035,10 +4037,12 @@ popd
 %{_mandir}/man3/Test::use::*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Text-Balanced
 %dir %{privlib}/Text
 %{privlib}/Text/Balanced.pm
 %{_mandir}/man3/Text::Balanced.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Text-ParseWords
@@ -4145,6 +4149,7 @@ popd
 - Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229)
 - Remove bundled perl-Pod-Escapes (bug #1238237)
 - Remove bundled perl-Term-Cap (bug #1238248)
+- Remove bundled perl-Text-Balanced (bug #1238269)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=c6bda31ec348856480f6a8c471529cf84e43f83f
--
Fedora Extras Perl SIG
http://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 (f23). Remove bundled perl-Unicode-Collate

2015-07-15 Thread notifications
From 674f166ec8ce35d7509feee92cac28b24f40dda8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:38:44 +0200
Subject: Remove bundled perl-Unicode-Collate


diff --git a/perl.spec b/perl.spec
index 34fdc82..9ac827c 100644
--- a/perl.spec
+++ b/perl.spec
@@ -2058,6 +2058,7 @@ following data types only: scalars and scalar refs, 
arrays and array refs, and
 hashes and hash refs.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Unicode-Collate
 Summary:Unicode Collation Algorithm
 Group:  Development/Libraries
@@ -2071,6 +2072,7 @@ Conflicts:  perl  4:5.22.0-347
 %description Unicode-Collate
 This package is Perl implementation of Unicode Technical Standard #10 (Unicode
 Collation Algorithm).
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Unicode-Normalize
@@ -4119,6 +4121,7 @@ popd
 %{_mandir}/man3/threads::shared*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Unicode-Collate
 %dir %{archlib}/auto/Unicode
 %{archlib}/auto/Unicode/Collate
@@ -4129,6 +4132,7 @@ popd
 %{privlib}/Unicode/Collate
 %{_mandir}/man3/Unicode::Collate.*
 %{_mandir}/man3/Unicode::Collate::*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Unicode-Normalize
@@ -4165,6 +4169,7 @@ popd
 - Remove bundled perl-libnet (bug #1238689)
 - Remove bundled perl-perlfaq (bug #1238703)
 - Remove bundled perl-Unicode-Normalize (bug #1238730)
+- Remove bundled perl-Unicode-Collate (bug #1238760)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=674f166ec8ce35d7509feee92cac28b24f40dda8
--
Fedora Extras Perl SIG
http://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 (f23). Remove bundled perl-perlfaq

2015-07-15 Thread notifications
From 7fbed2c8e3586741a91f51119e3fffc00d39b187 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:36:39 +0200
Subject: Remove bundled perl-perlfaq


diff --git a/perl.spec b/perl.spec
index 089decf..13561be 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1578,6 +1578,7 @@ Requires:   perl(Carp)
 PathTools Perl module (Cwd, File::Spec).
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package perlfaq
 Summary:Frequently asked questions about Perl
 Group:  Development/Libraries
@@ -1592,6 +1593,7 @@ 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.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package PerlIO-via-QuotedPrint
@@ -3856,6 +3858,7 @@ popd
 %{_mandir}/man3/parent.3*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files perlfaq
 %{privlib}/perlfaq.pm
 %dir %{privlib}/pod
@@ -3863,6 +3866,7 @@ popd
 %{privlib}/pod/perlglossary.pod
 %{_mandir}/man1/perlfaq*
 %{_mandir}/man1/perlglossary.*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files PerlIO-via-QuotedPrint
@@ -4155,6 +4159,7 @@ popd
 - Remove bundled perl-Term-Cap (bug #1238248)
 - Remove bundled perl-Text-Balanced (bug #1238269)
 - Remove bundled perl-libnet (bug #1238689)
+- Remove bundled perl-perlfaq (bug #1238703)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=7fbed2c8e3586741a91f51119e3fffc00d39b187
--
Fedora Extras Perl SIG
http://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 (f23). Remove bundled perl-libnet

2015-07-15 Thread notifications
From e0f454ea52bfb752ef7f2543c77593af00e68f1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:35:31 +0200
Subject: Remove bundled perl-libnet


diff --git a/perl.spec b/perl.spec
index 886b5ee..089decf 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1208,6 +1208,7 @@ 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
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package libnet
 Summary:Perl clients for various network protocols
 Group:  Development/Libraries
@@ -1229,6 +1230,7 @@ Conflicts:  perl  4:5.22.0-347
 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.
+%endif
 
 %package libnetcfg
 Summary:Configure libnet
@@ -3676,6 +3678,7 @@ popd
 %{_mandir}/man3/JSON::PP::Boolean.3pm*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files libnet
 %dir %{privlib}/Net
 %{privlib}/Net/Cmd.pm
@@ -3699,6 +3702,7 @@ popd
 %{_mandir}/man3/Net::POP3.*
 %{_mandir}/man3/Net::SMTP.*
 %{_mandir}/man3/Net::Time.*
+%endif
 
 %files libnetcfg
 %{_bindir}/libnetcfg
@@ -4150,6 +4154,7 @@ popd
 - Remove bundled perl-Pod-Escapes (bug #1238237)
 - Remove bundled perl-Term-Cap (bug #1238248)
 - Remove bundled perl-Text-Balanced (bug #1238269)
+- Remove bundled perl-libnet (bug #1238689)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=e0f454ea52bfb752ef7f2543c77593af00e68f1d
--
Fedora Extras Perl SIG
http://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 (f23). Remove bundled perl-MIME-Base64

2015-07-15 Thread notifications
From 963fd0c67effbd9ef894c3cf3bbf2d4667486928 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 15 Jul 2015 12:29:43 +0200
Subject: Remove bundled perl-MIME-Base64


diff --git a/perl.spec b/perl.spec
index 1f3a745..48b64cb 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1364,6 +1364,7 @@ limits itself to real numbers, but an extra use 
statement brings full
 complex support, along with a full set of mathematical functions typically
 associated with and/or extended to complex numbers.
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package MIME-Base64
 Summary:Encoding and decoding of Base64 and quoted-printable strings
 Group:  Development/Libraries
@@ -1379,6 +1380,7 @@ Conflicts:  perl  4:5.22.0-347
 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).
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Module-CoreList
@@ -3762,10 +3764,12 @@ popd
 %{_mandir}/man3/Math::Complex.*
 %{_mandir}/man3/Math::Trig.*
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files MIME-Base64
 %{archlib}/auto/MIME
 %{archlib}/MIME
 %{_mandir}/man3/MIME::*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Module-CoreList
@@ -4125,6 +4129,7 @@ popd
 - Sub-package Math-BigInt-FastCalc
 - Sub-package Math-Complex
 - Remove bundled perl-Config-Perl-V (bug #1238203)
+- Remove bundled perl-MIME-Base64 (bug #1238222)
 
 * 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
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23id=963fd0c67effbd9ef894c3cf3bbf2d4667486928
--
Fedora Extras Perl SIG
http://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 (f23). Sub-package bignum

2015-07-15 Thread notifications
From 00b27cba822979d6123f8e374b29be430eb8e195 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Mon, 13 Jul 2015 16:52:41 +0200
Subject: Sub-package bignum


diff --git a/perl.spec b/perl.spec
index edfea73..fcf5fd5 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:347%{?dist}
+Release:348%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -244,7 +244,7 @@ Requires:   perl-libs = 
%{perl_epoch}:%{perl_version}-%{release}
 Requires:   perl-devel = %{perl_epoch}:%{perl_version}-%{release}
 Requires:   perl-macros
 
-Requires:   perl-Archive-Tar, perl-autodie, perl-B-Debug,
+Requires:   perl-Archive-Tar, perl-autodie, perl-B-Debug, perl-bignum
 Requires:   perl-Compress-Raw-Bzip2,
 Requires:   perl-Carp, perl-Compress-Raw-Zlib, perl-Config-Perl-V,
 Requires:   perl-constant,
@@ -359,6 +359,24 @@ Walk Perl syntax tree and print debug information about 
op-codes. See
 B::Concise and B::Terse for other details.
 %endif
 
+%package bignum
+Summary:Use BigInts and BigFloats transparently
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:0.39
+Requires:   %perl_compat
+Requires:   perl(Carp)
+# Math::BigInt::Lite is optional
+Requires:   perl(Math::BigRat)
+Requires:   perl(warnings)
+BuildArch:  noarch
+Conflicts:  perl  4:5.22.0-348
+
+%description bignum
+This package attempts to make it easier to write scripts that use BigInts and
+BigFloats in a transparent way.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Carp
 Summary:Alternative warn and die for modules
@@ -2386,6 +2404,16 @@ popd
 %exclude %{privlib}/B/Debug.pm
 %exclude %{_mandir}/man3/B::Debug.3*
 
+# bignum
+%exclude %{privlib}/bigint.pm
+%exclude %{privlib}/bignum.pm
+%exclude %{privlib}/bigrat.pm
+%exclude %{privlib}/Math/BigFloat
+%exclude %{privlib}/Math/BigInt/Trace.pm
+%exclude %{_mandir}/man3/bigint.*
+%exclude %{_mandir}/man3/bignum.*
+%exclude %{_mandir}/man3/bigrat.*
+
 # Carp
 %exclude %{privlib}/Carp
 %exclude %{privlib}/Carp.*
@@ -2797,6 +2825,7 @@ popd
 # Math-BigInt
 %exclude %{privlib}/Math/BigFloat.pm
 %exclude %{privlib}/Math/BigInt.pm
+%exclude %dir %exclude %{privlib}/Math/BigInt
 %exclude %{privlib}/Math/BigInt/Calc.pm
 %exclude %{privlib}/Math/BigInt/CalcEmu.pm
 %exclude %{_mandir}/man3/Math::BigFloat.*
@@ -3131,6 +3160,18 @@ popd
 %{_mandir}/man3/B::Debug.3*
 %endif
 
+%files bignum
+%{privlib}/bigint.pm
+%{privlib}/bignum.pm
+%{privlib}/bigrat.pm
+%dir %{privlib}/Math
+%{privlib}/Math/BigFloat
+%dir %{privlib}/Math/BigInt
+%{privlib}/Math/BigInt/Trace.pm
+%{_mandir}/man3/bigint.*
+%{_mandir}/man3/bignum.*
+%{_mandir}/man3/bigrat.*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Carp
 %{privlib}/Carp
@@ -3997,6 +4038,9 @@ popd
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Jul 13 2015 Petr Pisar ppi...@redhat.com - 4:5.22.0-348
+- Sub-package bignum
+
 * 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)
-- 
cgit v0.10.2



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

Re: Perl CFLAGS and LDFLAGS change

2015-07-15 Thread Petr Pisar
On Wed, Jul 08, 2015 at 02:25:11PM +0200, Petr Pisar wrote:
 You could read
 http://permalink.gmane.org/gmane.linux.redhat.fedora.devel/208954 about poor
 implementation of Fedora 23 hardening feature.
 
 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 \
 
The change is in repositories and although almost everything works, we started
to get strange failures:

perl-Algorithm-CurveFit (bug #1242769), a pure Perl code, fails a test on
x86_64 only.

perl-smartmatch-engine-core (bug #1242802), an XS code which I retired,
segfaults.

perl-B-Utils seems failing on i686 only
https://apps.fedoraproject.org/koschei/package/perl-B-Utils/671292 (not
verified if this is caused by the hardened build).

I verified on perl-Algorithm-CurveFit and perl-smartmatch-engine-core that
relinking /usr/bin/perl executable without `-pie' helps. Also running under
valgrind helps. See https://bugzilla.redhat.com/show_bug.cgi?id=1242769 for
more details.

It looks like a memory corruption somewhere in the perl that manifests when
the memory layout is specific to PIE. Any help is welcomed.

-- Petr


pgplzkql3SDgE.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

spot pushed to perl-Glib (master). 1.311

2015-07-15 Thread notifications
From d2dfdcd9a0a315d89d2c836c4b4a647a9a66f1c5 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Wed, 15 Jul 2015 11:22:52 -0400
Subject: 1.311


diff --git a/.gitignore b/.gitignore
index 4ae98c2..40ab7f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Glib-1.223.tar.gz
 /Glib-1.304.tar.gz
 /Glib-1.305.tar.gz
 /Glib-1.310.tar.gz
+/Glib-1.311.tar.gz
diff --git a/perl-Glib.spec b/perl-Glib.spec
index ddfef74..49ef0bd 100644
--- a/perl-Glib.spec
+++ b/perl-Glib.spec
@@ -1,6 +1,6 @@
 Name:   perl-Glib
-Version:1.310
-Release:4%{?dist}
+Version:1.311
+Release:1%{?dist}
 Summary:Perl interface to GLib
 Group:  Development/Libraries
 License:LGPLv2+
@@ -111,6 +111,9 @@ make test
 %{_mandir}/man3/Glib::xsapi.3pm.gz
 
 %changelog
+* Wed Jul 15 2015 Tom Callaway s...@fedoraproject.org - 1.311-1
+- update to 1.311
+
 * Tue Jun 30 2015 Rafael Fonseca rdoss...@redhat.com - 1.310-4
 - Fix GVariant tests for big endian machines (#1235709)
 
diff --git a/sources b/sources
index e81b148..2e8032c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23c1caa6255db046a8284af55ecb3e75  Glib-1.310.tar.gz
+201e2e859eb5485c994eaf9c21f90406  Glib-1.311.tar.gz
-- 
cgit v0.10.2



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

spot uploaded Glib-1.311.tar.gz for perl-Glib

2015-07-15 Thread notifications
201e2e859eb5485c994eaf9c21f90406  Glib-1.311.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Glib/Glib-1.311.tar.gz/md5/201e2e859eb5485c994eaf9c21f90406/Glib-1.311.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