ppisar uploaded Config-Perl-V-0.24.tgz for perl-Config-Perl-V

2015-07-10 Thread notifications
88e4e6e1d898cf9db2a17c2ef0c00873  Config-Perl-V-0.24.tgz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Config-Perl-V/Config-Perl-V-0.24.tgz/md5/88e4e6e1d898cf9db2a17c2ef0c00873/Config-Perl-V-0.24.tgz
--
Fedora Extras Perl SIG
http://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-HTTP-Message (master). 6.08 bump

2015-07-10 Thread notifications
From 8528b84a1126fce514c87be1a357fbaab15921a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 09:19:35 +0200
Subject: 6.08 bump


diff --git a/.gitignore b/.gitignore
index e2631aa..58879c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /HTTP-Message-6.03.tar.gz
 /HTTP-Message-6.04.tar.gz
 /HTTP-Message-6.06.tar.gz
+/HTTP-Message-6.08.tar.gz
diff --git a/perl-HTTP-Message.spec b/perl-HTTP-Message.spec
index 6dcbf45..3901c3c 100644
--- a/perl-HTTP-Message.spec
+++ b/perl-HTTP-Message.spec
@@ -1,20 +1,26 @@
 Name:   perl-HTTP-Message
-Version:6.06
-Release:11%{?dist}
+Version:6.08
+Release:1%{?dist}
 Summary:HTTP style message
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/HTTP-Message/
-Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Message-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/HTTP-Message-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Compress::Raw::Zlib)
 BuildRequires:  perl(Encode) = 2.21
 BuildRequires:  perl(Encode::Locale) = 1
-BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Exporter) = 5.57
 BuildRequires:  perl(HTTP::Date) = 6
 BuildRequires:  perl(IO::Compress::Bzip2) = 2.021
 BuildRequires:  perl(IO::Compress::Deflate)
@@ -29,13 +35,11 @@ BuildRequires:  perl(MIME::Base64) = 2.1
 BuildRequires:  perl(MIME::QuotedPrint)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(URI) = 1.10
-BuildRequires:  perl(vars)
 # Tests only:
 BuildRequires:  perl(Config)
 BuildRequires:  perl(PerlIO::encoding)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(warnings)
 # Testing requires Time::Local on MacOS only
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Compress::Raw::Zlib)
@@ -58,7 +62,7 @@ Requires:   perl(URI) = 1.10
 Conflicts:  perl-libwww-perl  6
 
 # Remove underspecified dependencies
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((HTTP::Date|URI)\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Exporter|HTTP::Date|URI)\\)$
 %global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(HTTP::Headers\\)$
 
 %description
@@ -82,11 +86,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} +
 make test
 
 %files
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 10 2015 Petr Pisar ppi...@redhat.com - 6.08-1
+- 6.08 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 6.06-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index cf7cef5..5015ef1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e563ac516e28d33f65bc0f295f625f85  HTTP-Message-6.06.tar.gz
+63d77640024896c72c59616c3fa9726e  HTTP-Message-6.08.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-HTTP-Message.git/commit/?h=masterid=8528b84a1126fce514c87be1a357fbaab15921a9
--
Fedora Extras Perl SIG
http://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-HTTP-Message (f21). 6.08 bump

2015-07-10 Thread notifications
From 2103b61224d7a9a7e3044effc1239d40a6f637d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 09:19:35 +0200
Subject: 6.08 bump


diff --git a/.gitignore b/.gitignore
index e2631aa..58879c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /HTTP-Message-6.03.tar.gz
 /HTTP-Message-6.04.tar.gz
 /HTTP-Message-6.06.tar.gz
+/HTTP-Message-6.08.tar.gz
diff --git a/perl-HTTP-Message.spec b/perl-HTTP-Message.spec
index 5d58b23..5589128 100644
--- a/perl-HTTP-Message.spec
+++ b/perl-HTTP-Message.spec
@@ -1,20 +1,26 @@
 Name:   perl-HTTP-Message
-Version:6.06
-Release:8%{?dist}
+Version:6.08
+Release:1%{?dist}
 Summary:HTTP style message
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/HTTP-Message/
-Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Message-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/HTTP-Message-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Compress::Raw::Zlib)
 BuildRequires:  perl(Encode) = 2.21
 BuildRequires:  perl(Encode::Locale) = 1
-BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Exporter) = 5.57
 BuildRequires:  perl(HTTP::Date) = 6
 BuildRequires:  perl(IO::Compress::Bzip2) = 2.021
 BuildRequires:  perl(IO::Compress::Deflate)
@@ -29,13 +35,11 @@ BuildRequires:  perl(MIME::Base64) = 2.1
 BuildRequires:  perl(MIME::QuotedPrint)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(URI) = 1.10
-BuildRequires:  perl(vars)
 # Tests only:
 BuildRequires:  perl(Config)
 BuildRequires:  perl(PerlIO::encoding)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(warnings)
 # Testing requires Time::Local on MacOS only
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Compress::Raw::Zlib)
@@ -58,7 +62,7 @@ Requires:   perl(URI) = 1.10
 Conflicts:  perl-libwww-perl  6
 
 # Remove underspecified dependencies
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((HTTP::Date|URI)\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Exporter|HTTP::Date|URI)\\)$
 %global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(HTTP::Headers\\)$
 
 %description
@@ -82,11 +86,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} +
 make test
 
 %files
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 10 2015 Petr Pisar ppi...@redhat.com - 6.08-1
+- 6.08 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 6.06-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index cf7cef5..5015ef1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e563ac516e28d33f65bc0f295f625f85  HTTP-Message-6.06.tar.gz
+63d77640024896c72c59616c3fa9726e  HTTP-Message-6.08.tar.gz
-- 
cgit v0.10.2



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

[Bug 1241727] perl-HTTP-Message-6.07 is available

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

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-HTTP-Message-6.08-1.fc
   ||23



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

[Bug 1241727] perl-HTTP-Message-6.07 is available

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



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
Overall bug-fix and enhancement release suitable for all Fedoras.

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

[Bug 1241727] perl-HTTP-Message-6.07 is available

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



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-HTTP-Message-6.08-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-HTTP-Message-6.08-1.fc22

-- 
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 uploaded HTTP-Message-6.08.tar.gz for perl-HTTP-Message

2015-07-10 Thread notifications
63d77640024896c72c59616c3fa9726e  HTTP-Message-6.08.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-HTTP-Message/HTTP-Message-6.08.tar.gz/md5/63d77640024896c72c59616c3fa9726e/HTTP-Message-6.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-HTTP-Message (f22). 6.08 bump

2015-07-10 Thread notifications
From 04e321c964f8eda478f0ade8539e21eaae6a295a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 09:19:35 +0200
Subject: 6.08 bump


diff --git a/.gitignore b/.gitignore
index e2631aa..58879c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /HTTP-Message-6.03.tar.gz
 /HTTP-Message-6.04.tar.gz
 /HTTP-Message-6.06.tar.gz
+/HTTP-Message-6.08.tar.gz
diff --git a/perl-HTTP-Message.spec b/perl-HTTP-Message.spec
index 7c4af0a..b3ea5f5 100644
--- a/perl-HTTP-Message.spec
+++ b/perl-HTTP-Message.spec
@@ -1,20 +1,26 @@
 Name:   perl-HTTP-Message
-Version:6.06
-Release:9%{?dist}
+Version:6.08
+Release:1%{?dist}
 Summary:HTTP style message
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/HTTP-Message/
-Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Message-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/HTTP-Message-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Compress::Raw::Zlib)
 BuildRequires:  perl(Encode) = 2.21
 BuildRequires:  perl(Encode::Locale) = 1
-BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Exporter) = 5.57
 BuildRequires:  perl(HTTP::Date) = 6
 BuildRequires:  perl(IO::Compress::Bzip2) = 2.021
 BuildRequires:  perl(IO::Compress::Deflate)
@@ -29,13 +35,11 @@ BuildRequires:  perl(MIME::Base64) = 2.1
 BuildRequires:  perl(MIME::QuotedPrint)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(URI) = 1.10
-BuildRequires:  perl(vars)
 # Tests only:
 BuildRequires:  perl(Config)
 BuildRequires:  perl(PerlIO::encoding)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(warnings)
 # Testing requires Time::Local on MacOS only
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Compress::Raw::Zlib)
@@ -58,7 +62,7 @@ Requires:   perl(URI) = 1.10
 Conflicts:  perl-libwww-perl  6
 
 # Remove underspecified dependencies
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((HTTP::Date|URI)\\)$
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Exporter|HTTP::Date|URI)\\)$
 %global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(HTTP::Headers\\)$
 
 %description
@@ -82,11 +86,15 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} +
 make test
 
 %files
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 10 2015 Petr Pisar ppi...@redhat.com - 6.08-1
+- 6.08 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 6.06-9
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index cf7cef5..5015ef1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e563ac516e28d33f65bc0f295f625f85  HTTP-Message-6.06.tar.gz
+63d77640024896c72c59616c3fa9726e  HTTP-Message-6.08.tar.gz
-- 
cgit v0.10.2



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

[Bug 1241727] perl-HTTP-Message-6.07 is available

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



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-HTTP-Message-6.08-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-HTTP-Message-6.08-1.fc21

-- 
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 1241821] New: Please update to = 1.300011 to let bugzilla 5.0 run.

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

Bug ID: 1241821
   Summary: Please update to = 1.300011 to let bugzilla 5.0 run.
   Product: Fedora EPEL
   Version: epel7
 Component: perl-Email-Send
  Assignee: tcall...@redhat.com
  Reporter: frank-buett...@gmx.net
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
tcall...@redhat.com



Description of problem:
The new bugzilla generation 5 need version 1.300011 of it, but only 2.199 is
available.  

Version-Release number of selected component (if applicable):
perl-Email-Send-2.199-2.el7.noarch

See https://www.bugzilla.org/releases/5.0/release-notes.html#v50_feat for more.

-- 
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-Config-Perl-V (master). Increase release to compete with perl.spec

2015-07-10 Thread notifications
From 55ce88afe138e664a3ea0e59e4b2adf60a294fff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 11:24:27 +0200
Subject: Increase release to compete with perl.spec


diff --git a/perl-Config-Perl-V.spec b/perl-Config-Perl-V.spec
index 1ae2212..b066bf5 100644
--- a/perl-Config-Perl-V.spec
+++ b/perl-Config-Perl-V.spec
@@ -1,6 +1,6 @@
 Name:   perl-Config-Perl-V
 Version:0.24
-Release:1%{?dist}
+Release:348%{?dist}
 Summary:Structured data retrieval of perl -V output
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,5 +57,5 @@ make test
 %{_mandir}/man3/*
 
 %changelog
-* Wed Jul 01 2015 Petr Pisar ppi...@redhat.com 0.24-1
+* Wed Jul 01 2015 Petr Pisar ppi...@redhat.com 0.24-348
 - Specfile autogenerated by cpanspec 1.78.
-- 
cgit v0.10.2



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

ppisar uploaded MIME-Base64-3.15.tar.gz for perl-MIME-Base64

2015-07-10 Thread notifications
ef958dc2bf96be5f759391c6ac1debd4  MIME-Base64-3.15.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MIME-Base64/MIME-Base64-3.15.tar.gz/md5/ef958dc2bf96be5f759391c6ac1debd4/MIME-Base64-3.15.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

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

2015-07-10 Thread notifications
From 71ff7be3b05f6bbbc7ef1b5579b0fe691a0a740c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 12:28:41 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..268472d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/PerlIO-via-QuotedPrint-0.08.tar.gz
diff --git a/perl-PerlIO-via-QuotedPrint.spec b/perl-PerlIO-via-QuotedPrint.spec
new file mode 100644
index 000..23b9cdd
--- /dev/null
+++ b/perl-PerlIO-via-QuotedPrint.spec
@@ -0,0 +1,55 @@
+Name:   perl-PerlIO-via-QuotedPrint
+Version:0.08
+Release:348%{?dist}
+Summary:PerlIO layer for quoted-printable strings
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/PerlIO-via-QuotedPrint/
+Source0:
http://www.cpan.org/authors/id/S/SH/SHAY/PerlIO-via-QuotedPrint-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+# Devel::Required not useful
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(MIME::QuotedPrint)
+BuildRequires:  perl(strict)
+# Tests:
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Conflicts:  perl  4:5.22.0-347
+
+%description
+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.
+
+%prep
+%setup -q -n PerlIO-via-QuotedPrint-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+# TODO is empty
+%doc CHANGELOG README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 01 2015 Petr Pisar ppi...@redhat.com 0.08-348
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..5836fea 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ca2e99b1d7dc2faa3962b569e06e7a88  PerlIO-via-QuotedPrint-0.08.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-PerlIO-via-QuotedPrint.git/commit/?h=masterid=71ff7be3b05f6bbbc7ef1b5579b0fe691a0a740c
--
Fedora Extras Perl SIG
http://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-Term-Cap (master). Import

2015-07-10 Thread notifications
From 3d342c1c1be74f96b17132fb973a641d9fa44457 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 12:38:15 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..9b04486 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Term-Cap-1.16.tar.gz
diff --git a/perl-Term-Cap.spec b/perl-Term-Cap.spec
new file mode 100644
index 000..c1b1ba5
--- /dev/null
+++ b/perl-Term-Cap.spec
@@ -0,0 +1,55 @@
+Name:   perl-Term-Cap
+Version:1.16
+Release:1%{?dist}
+Summary:Perl termcap interface
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Term-Cap/
+Source0:
http://www.cpan.org/authors/id/J/JS/JSTOWE/Term-Cap-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+# ncurses for infocmp tool
+BuildRequires:  ncurses
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(Test::More)
+# ncurses for infocmp tool
+Requires:   ncurses
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(Carp)
+Conflicts:  perl  4:5.22.0-347
+
+%description
+These are low-level functions to extract and use capabilities from a terminal
+capability (termcap) database.
+
+%prep
+%setup -q -n Term-Cap-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 01 2015 Petr Pisar ppi...@redhat.com 1.16-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..8f9dfc5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6d3e0184688205d3bd797d14f840c253  Term-Cap-1.16.tar.gz
-- 
cgit v0.10.2



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

ppisar uploaded Term-Cap-1.16.tar.gz for perl-Term-Cap

2015-07-10 Thread notifications
6d3e0184688205d3bd797d14f840c253  Term-Cap-1.16.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Term-Cap/Term-Cap-1.16.tar.gz/md5/6d3e0184688205d3bd797d14f840c253/Term-Cap-1.16.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Unicode-Collate (master). Import

2015-07-10 Thread notifications
From d5fe49a487a94454631772b6437f2eeefe65119e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 13:34:14 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..1c22400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Unicode-Collate-1.12.tar.gz
diff --git 
a/Unicode-Collate-1.12-Create-Locale-directory-with-default-mask.patch 
b/Unicode-Collate-1.12-Create-Locale-directory-with-default-mask.patch
new file mode 100644
index 000..e6650f1
--- /dev/null
+++ b/Unicode-Collate-1.12-Create-Locale-directory-with-default-mask.patch
@@ -0,0 +1,40 @@
+From 444b828e15fd7e507c283120e6bd88a264ae5b91 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Thu, 2 Jul 2015 16:06:11 +0200
+Subject: [PATCH] Create Locale directory with default mask
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ mklocale | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/mklocale b/mklocale
+index fc3f269..53b8a1c 100644
+--- a/mklocale
 b/mklocale
+@@ -511,7 +511,7 @@ my @txts = grep /^[a-zA-Z]/, readdir DIR;
+ closedir DIR;
+ 
+ my $target = 'Locale';
+-mkdir $target, 0666;
++mkdir $target;
+ for my $txt (@txts) {
+ my %locale_keys;
+ my $txtfile = File::Spec-catfile($source, $txt);
+@@ -519,8 +519,8 @@ for my $txt (@txts) {
+$pl =~ s/\.txt\z/.pl/ or croak $PACKAGE: $source/$txt is not .txt;
+ my $plfile = File::Spec-catfile($target, $pl);
+ 
+-open my $fh,  $txtfile  or croak $PACKAGE: $source/$txt is not found;
+-open my $ph, $plfile or croak $PACKAGE: $target/$pl can't be made;
++open my $fh,  $txtfile  or croak $PACKAGE: $source/$txt is not found: 
$!;
++open my $ph, $plfile or croak $PACKAGE: $target/$pl can't be made: 
$!;
+ binmode $ph;
+ 
+ my $ptxt  = '';
+-- 
+2.4.3
+
diff --git a/perl-Unicode-Collate.spec b/perl-Unicode-Collate.spec
new file mode 100644
index 000..de72e11
--- /dev/null
+++ b/perl-Unicode-Collate.spec
@@ -0,0 +1,67 @@
+Name:   perl-Unicode-Collate
+Version:1.12
+Release:348%{?dist}
+Summary:Unicode Collation Algorithm
+License:(GPL+ or Artistic) and UCD
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Unicode-Collate/
+Source0:
http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-%{version}.tar.gz
+# Fix mklocale script, CPAN RT#105621
+Patch0: 
Unicode-Collate-1.12-Create-Locale-directory-with-default-mask.patch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Unicode::Normalize)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(Unicode::Normalize)
+Conflicts:  perl  4:5.22.0-347
+
+%description
+This package is Perl implementation of Unicode Technical Standard #10 (Unicode
+Collation Algorithm).
+
+%prep
+%setup -q -n Unicode-Collate-%{version}
+%patch0 -p1
+# Remove pregenerated files
+rm Collate/Locale/*
+# Collate/CJK/Korean.pm is input for mklocale script, do not remove it here
+
+%build
+# Regenerate code from Collate/allkeys.txt whose authority is
+# http://www.unicode.org/Public/UCA/latest/allkeys.txt
+perl mklocale
+mv Locale/*.pl Collate/Locale
+mv Korean.pm Collate/CJK
+
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Unicode*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Jul 02 2015 Petr Pisar ppi...@redhat.com 1.12-348
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..577a1bd 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9eb22e6d7745d4d29b6753c79cbe5014  Unicode-Collate-1.12.tar.gz
-- 
cgit v0.10.2



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

ppisar uploaded PerlIO-via-QuotedPrint-0.08.tar.gz for perl-PerlIO-via-QuotedPrint

2015-07-10 Thread notifications
ca2e99b1d7dc2faa3962b569e06e7a88  PerlIO-via-QuotedPrint-0.08.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-PerlIO-via-QuotedPrint/PerlIO-via-QuotedPrint-0.08.tar.gz/md5/ca2e99b1d7dc2faa3962b569e06e7a88/PerlIO-via-QuotedPrint-0.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar uploaded Pod-Escapes-1.07.tar.gz for perl-Pod-Escapes

2015-07-10 Thread notifications
7d0c0470284733eca869cb5d146ab372  Pod-Escapes-1.07.tar.gz

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

ppisar pushed to perl-Text-Balanced (master). Import

2015-07-10 Thread notifications
From ad2c5f8265c64edf5c700f6b00fe1223dc38ece6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 12:54:07 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..7cb321d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Text-Balanced-2.03.tar.gz
diff --git a/perl-Text-Balanced.spec b/perl-Text-Balanced.spec
new file mode 100644
index 000..657cb4d
--- /dev/null
+++ b/perl-Text-Balanced.spec
@@ -0,0 +1,59 @@
+Name:   perl-Text-Balanced
+Version:2.03
+Release:348%{?dist}
+Summary:Extract delimited text sequences from strings
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Text-Balanced/
+Source0:
http://www.cpan.org/authors/id/S/SH/SHAY/Text-Balanced-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(SelfLoader)
+# Tests:
+BuildRequires:  perl(Test::More) = 0.47
+# Perl::MinimumVersion 1.20 not used
+# Pod::Simple 3.07 not used
+# Test::CPAN::Meta 0.12 not used
+# Test::MinimumVersion 0.008 not used
+# Test::Pod 1.26 not used
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Conflicts:  perl  4:5.22.0-347
+
+%description
+These Perl subroutines may be used to extract a delimited substring, possibly
+after skipping a specified prefix string.
+
+%prep
+%setup -q -n Text-Balanced-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 01 2015 Petr Pisar ppi...@redhat.com 2.03-348
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..a05076a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+891fa8a0f20307a5f22ac1fdd0ce565b  Text-Balanced-2.03.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Balanced.git/commit/?h=masterid=ad2c5f8265c64edf5c700f6b00fe1223dc38ece6
--
Fedora Extras Perl SIG
http://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 1232279] perl-Config-IniFiles-2.88 is available

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



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

-- 
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-perlfaq (master). Import

2015-07-10 Thread notifications
From 92c2a158e4f9a0843759bbe3aeb8bca1196afcba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 13:18:45 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..2e493fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/perlfaq-5.021009.tar.gz
diff --git a/perl-perlfaq.spec b/perl-perlfaq.spec
new file mode 100644
index 000..a6556f4
--- /dev/null
+++ b/perl-perlfaq.spec
@@ -0,0 +1,53 @@
+Name:   perl-perlfaq
+Version:5.021009
+Release:347%{?dist}
+Summary:Frequently asked questions about Perl
+# Code examples are Public Domain
+License:(GPL+ or Artistic) and Public Domain
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/perlfaq/
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/perlfaq-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Conflicts:  perl  4:5.22.0-347
+
+%description
+The perlfaq comprises several documents that answer the most commonly asked
+questions about Perl and Perl programming.
+
+%prep
+%setup -q -n perlfaq-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Jul 02 2015 Petr Pisar ppi...@redhat.com 5.021009-347
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..a80a3c1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+835d144e7c840b309f4e8c09e0a834b3  perlfaq-5.021009.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-perlfaq.git/commit/?h=masterid=92c2a158e4f9a0843759bbe3aeb8bca1196afcba
--
Fedora Extras Perl SIG
http://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 1232279] perl-Config-IniFiles-2.88 is available

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



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

-- 
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 1232279] perl-Config-IniFiles-2.88 is available

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

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

   What|Removed |Added

Summary|perl-Config-IniFiles-2.87   |perl-Config-IniFiles-2.88
   |is available|is available



--- Comment #4 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Latest upstream release: 2.88
Current version/release in rawhide: 2.87-1.fc23
URL: http://search.cpan.org/dist/Config-IniFiles/

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

Broken dependencies: perl-Devel-FindRef

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

2015-07-10 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-Apocalypse

2015-07-10 Thread buildsys


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


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

Broken dependencies: perl-Data-Alias

2015-07-10 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Dump-Streamer

2015-07-10 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-Task-Catalyst

2015-07-10 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-POE-API-Peek

2015-07-10 Thread buildsys


perl-POE-API-Peek has broken dependencies in the rawhide tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-AutoBuild

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

2015-07-10 Thread buildsys


perl-MongoDB has broken dependencies in the rawhide tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: polymake

2015-07-10 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-Carp-REPL

2015-07-10 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-B-Hooks-OP-Check-EntersubForCV

2015-07-10 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-Method-Signatures

2015-07-10 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-Pod-Escapes (master). Import

2015-07-10 Thread notifications
From 93b5ce8aab09c57a697e77ebcdea0a96083831e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 12:33:50 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index 8ca04e1..f53e065 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Pod-Escapes-1.04.tar.gz
+/Pod-Escapes-1.07.tar.gz
diff --git a/dead.package b/dead.package
deleted file mode 100644
index be499dc..000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-Package obsoleted by the base perl package in 5.10.0.
diff --git a/perl-Pod-Escapes.spec b/perl-Pod-Escapes.spec
new file mode 100644
index 000..a554348
--- /dev/null
+++ b/perl-Pod-Escapes.spec
@@ -0,0 +1,52 @@
+Name:   perl-Pod-Escapes
+# Compete with perl.spec
+Epoch:  1
+Version:1.07
+Release:348%{?dist}
+Summary:Resolve POD escape sequences
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Pod-Escapes/
+Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/Pod-Escapes-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(Test)
+BuildRequires:  perl(utf8)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+
+%description
+This module provides things that are useful in decoding Pod E... sequences.
+
+%prep
+%setup -q -n Pod-Escapes-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 01 2015 Petr Pisar ppi...@redhat.com 1:1.07-348
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
new file mode 100644
index 000..1b26529
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+7d0c0470284733eca869cb5d146ab372  Pod-Escapes-1.07.tar.gz
-- 
cgit v0.10.2



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

ppisar uploaded Text-Balanced-2.03.tar.gz for perl-Text-Balanced

2015-07-10 Thread notifications
891fa8a0f20307a5f22ac1fdd0ce565b  Text-Balanced-2.03.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-Balanced/Text-Balanced-2.03.tar.gz/md5/891fa8a0f20307a5f22ac1fdd0ce565b/Text-Balanced-2.03.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-perlfaq (master). Increase relase number to supersede perl.spec' sub-package

2015-07-10 Thread notifications
From fd48cb8905e0db8f89e3c4d94885f66295894158 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 13:22:32 +0200
Subject: Increase relase number to supersede perl.spec' sub-package


diff --git a/perl-perlfaq.spec b/perl-perlfaq.spec
index a6556f4..b926337 100644
--- a/perl-perlfaq.spec
+++ b/perl-perlfaq.spec
@@ -1,6 +1,6 @@
 Name:   perl-perlfaq
 Version:5.021009
-Release:347%{?dist}
+Release:348%{?dist}
 Summary:Frequently asked questions about Perl
 # Code examples are Public Domain
 License:(GPL+ or Artistic) and Public Domain
@@ -49,5 +49,5 @@ make test
 %{_mandir}/man3/*
 
 %changelog
-* Thu Jul 02 2015 Petr Pisar ppi...@redhat.com 5.021009-347
+* Thu Jul 02 2015 Petr Pisar ppi...@redhat.com 5.021009-348
 - Specfile autogenerated by cpanspec 1.78.
-- 
cgit v0.10.2



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

ppisar uploaded libnet-3.06.tar.gz for perl-libnet

2015-07-10 Thread notifications
fd1f381298d04c1c91f7b2a8a0fb164e  libnet-3.06.tar.gz

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

ppisar uploaded Unicode-Collate-1.12.tar.gz for perl-Unicode-Collate

2015-07-10 Thread notifications
9eb22e6d7745d4d29b6753c79cbe5014  Unicode-Collate-1.12.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Unicode-Collate/Unicode-Collate-1.12.tar.gz/md5/9eb22e6d7745d4d29b6753c79cbe5014/Unicode-Collate-1.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1241898] perl-libnet-3.06 is available

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

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-libnet-3.06-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-10 08:26:33



-- 
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-MIME-Base64 (master). Import

2015-07-10 Thread notifications
From 4935a40c2abe3827c6e789e4cf8f3ae7fc7ca0c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 12:23:16 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..f20607a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/MIME-Base64-3.15.tar.gz
diff --git a/perl-MIME-Base64.spec b/perl-MIME-Base64.spec
new file mode 100644
index 000..5f0db4f
--- /dev/null
+++ b/perl-MIME-Base64.spec
@@ -0,0 +1,58 @@
+Name:   perl-MIME-Base64
+Version:3.15
+Release:348%{?dist}
+Summary:Encoding and decoding of Base64 and quoted-printable strings
+# Base.xs:  (GPL+ or Artistic) and MIT (Bellcore's part)
+# Other files:  GPL+ or Artistic
+License:(GPL+ or Artistic) and MIT
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/MIME-Base64/
+Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/MIME-Base64-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(XSLoader)
+# Tests:
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(Test)
+# Optional tests:
+# Perl::API not yet packaged and does not work since perl 5.8.8
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Conflicts:  perl  4:5.22.0-347
+
+%description
+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).
+
+%prep
+%setup -q -n MIME-Base64-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/MIME*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 01 2015 Petr Pisar ppi...@redhat.com 3.15-348
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..16a08c1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ef958dc2bf96be5f759391c6ac1debd4  MIME-Base64-3.15.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-MIME-Base64.git/commit/?h=masterid=4935a40c2abe3827c6e789e4cf8f3ae7fc7ca0c7
--
Fedora Extras Perl SIG
http://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-libnet (master). Do not create Net/libnet.cfg

2015-07-10 Thread notifications
From 7b43766b3f9e6a302e99664b4be8653db5833e20 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 13:05:42 +0200
Subject: Do not create Net/libnet.cfg


diff --git a/libnet-3.06-Do-not-create-Net-libnet.cfg.patch 
b/libnet-3.06-Do-not-create-Net-libnet.cfg.patch
new file mode 100644
index 000..d2f5fef
--- /dev/null
+++ b/libnet-3.06-Do-not-create-Net-libnet.cfg.patch
@@ -0,0 +1,43 @@
+From ba16451e323a585ba0ca3ff88bf7bbd2c2c3a76a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Fri, 10 Jul 2015 13:02:00 +0200
+Subject: [PATCH] Do not create Net/libnet.cfg
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+I will remove the Net/libnet.cfg because:
+
+(1) it's content equals to default configuration hard-coded in the
+code
+(2) it's kind of configuration file we do not mark it as a configuration
+file, so it's overwritten on each update
+(3) it's loaded from directory based on Net::Config module location.
+I.e. core module will search it in core path, vendor module in vendor
+path and site module in site path.
+
+perl.spec does not provide it either.
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1238689
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ Makefile.PL | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index af24976..2d9790b 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -234,7 +234,7 @@ MAIN: {
+ sub MY::post_initialize {
+ my $self = shift;
+ 
+-return '' if $self-{PERL_CORE};
++return '';
+ 
+ if (not -f $CfgFile) {
+ my @args = qw(Configure);
+-- 
+2.4.3
+
diff --git a/perl-libnet.spec b/perl-libnet.spec
index f599161..0aac5a9 100644
--- a/perl-libnet.spec
+++ b/perl-libnet.spec
@@ -8,14 +8,16 @@ URL:http://search.cpan.org/dist/libnet/
 Source0:
http://www.cpan.org/authors/id/S/SH/SHAY/libnet-%{version}.tar.gz
 # Convert Changes to UTF-8
 Patch0: libnet-3.06-Normalize-Changes-encoding.patch
+# Do not create Net/libnet.cfg, bug #1238689
+Patch1: libnet-3.06-Do-not-create-Net-libnet.cfg.patch
 BuildArch:  noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.64
-BuildRequires:  perl(Getopt::Std)
-BuildRequires:  perl(IO::File)
+# Getopt::Std not used because of Do-not-create-Net-libnet.cfg.patch
+# IO::File not used because of Do-not-create-Net-libnet.cfg.patch
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -51,6 +53,7 @@ BuildRequires:  perl(IO::Socket::SSL) = 2.007
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test::More)
 # Optional tests:
 %if !%{defined perl_bootstrap}
@@ -82,6 +85,7 @@ protocols used in the internet community.
 %prep
 %setup -q -n libnet-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor /dev/null
@@ -104,3 +108,4 @@ make test
 %changelog
 * Wed Jul 01 2015 Petr Pisar ppi...@redhat.com 3.06-1
 - Specfile autogenerated by cpanspec 1.78.
+- Do not create Net/libnet.cfg (bug #1238689)
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-libnet.git/commit/?h=masterid=7b43766b3f9e6a302e99664b4be8653db5833e20
--
Fedora Extras Perl SIG
http://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-libnet (master). Import

2015-07-10 Thread notifications
From 7a2c16199ee0bb713888a5ad47f6d53202c672a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 12:59:52 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..1e51f54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libnet-3.06.tar.gz
diff --git a/libnet-3.06-Normalize-Changes-encoding.patch 
b/libnet-3.06-Normalize-Changes-encoding.patch
new file mode 100644
index 000..c61c566
--- /dev/null
+++ b/libnet-3.06-Normalize-Changes-encoding.patch
@@ -0,0 +1,26 @@
+From 185ee11e986d5a0015ce38e7fe2df7397340dd50 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Thu, 2 Jul 2015 13:37:47 +0200
+Subject: [PATCH] Normalize Changes encoding
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+
+diff --git a/Changes b/Changes
+index 90246d6..d590a3f 100644
+--- a/Changes
 b/Changes
+@@ -164,7 +164,7 @@ Revision history for Perl distribution libnet
+ 
+ 1.24 2014-01-06
+ 
+-- Fix incorrect handling of CRLF in Net::FTP.  [Willem Monsuw�, CPAN
++- Fix incorrect handling of CRLF in Net::FTP.  [Willem Monsuwé, CPAN
+   RT#41642/62029]
+ 
+ - POD fixes.  [Dominic Hargreaves, CPAN RT#91761]
+-- 
+2.4.3
+
diff --git a/perl-libnet.spec b/perl-libnet.spec
new file mode 100644
index 000..f599161
--- /dev/null
+++ b/perl-libnet.spec
@@ -0,0 +1,106 @@
+Name:   perl-libnet
+Version:3.06
+Release:1%{?dist}
+Summary:Perl clients for various network protocols
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/libnet/
+Source0:
http://www.cpan.org/authors/id/S/SH/SHAY/libnet-%{version}.tar.gz
+# Convert Changes to UTF-8
+Patch0: libnet-3.06-Normalize-Changes-encoding.patch
+BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.64
+BuildRequires:  perl(Getopt::Std)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+# Convert::EBCDIC not used
+# Encode not need if utf8 is available
+BuildRequires:  perl(Errno)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Fcntl)
+# File::Basename not used at tests
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(IO::Select)
+BuildRequires:  perl(IO::Socket) = 1.05
+# Prefer IO::Socket::IP over IO::Socket::INET6 and IO::Socket::INET
+# IO::Socket::INET6 not used
+BuildRequires:  perl(IO::Socket::IP) = 0.20
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Socket) = 2.016
+BuildRequires:  perl(Symbol)
+BuildRequires:  perl(Time::Local)
+BuildRequires:  perl(utf8)
+# Optional run-time:
+# Authen::SASL not used at tests
+# Digest::MD5 not used at tests
+%if !%{defined perl_bootstrap}
+# Core modules must built without non-core dependencies
+BuildRequires:  perl(IO::Socket::SSL) = 2.007
+%endif
+# MD5 not used because we prefer Digest::MD5
+# MIME::Base64 not used at tests
+# Tests:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Test::More)
+# Optional tests:
+%if !%{defined perl_bootstrap}
+# Core modules must built without non-core dependencies
+BuildRequires:  perl(IO::Socket::SSL::Utils)
+%endif
+# Test::CPAN::Changes not used
+# Test::Perl::Critic not used
+# Test::Pod 1.00 not used
+# Test::Pod::Coverage 0.08 not used
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(File::Basename)
+Requires:   perl(IO::Socket) = 1.05
+# Prefer IO::Socket::IP over IO::Socket::INET6 and IO::Socket::INET
+Requires:   perl(IO::Socket::IP) = 0.20
+Requires:   perl(POSIX)
+Requires:   perl(Socket) = 2.016
+Requires:   perl(utf8)
+Conflicts:  perl  4:5.22.0-347
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((IO::Socket|Socket)\\)$
+
+%description
+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.
+
+%prep
+%setup -q -n libnet-%{version}
+%patch0 -p1
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor /dev/null
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license Artistic Copying LICENCE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jul 01 2015 Petr Pisar ppi...@redhat.com 3.06-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..2aac482 100644
--- a/sources
+++ 

ppisar uploaded Unicode-Normalize-1.18.tar.gz for perl-Unicode-Normalize

2015-07-10 Thread notifications
41060b0a2715fcaf4d337b417736a574  Unicode-Normalize-1.18.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Unicode-Normalize/Unicode-Normalize-1.18.tar.gz/md5/41060b0a2715fcaf4d337b417736a574/Unicode-Normalize-1.18.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Unicode-Collate (master). Run mklocale only if not bootstrapping

2015-07-10 Thread notifications
From 81e30fbab0c7a58e379707870b5a86f1484e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 14:15:25 +0200
Subject: Run mklocale only if not bootstrapping


diff --git a/perl-Unicode-Collate.spec b/perl-Unicode-Collate.spec
index de72e11..6c213d3 100644
--- a/perl-Unicode-Collate.spec
+++ b/perl-Unicode-Collate.spec
@@ -17,6 +17,11 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(strict)
+%if !%{defined perl_bootstrap}
+# mklocale requires Korean.pm which uses Unicode::Collate, this is a cyclic
+# reflexive dependency, CPAN RT#105791
+BuildRequires:  perl(Unicode::Collate)
+%endif
 BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(base)
@@ -33,16 +38,20 @@ Collation Algorithm).
 %prep
 %setup -q -n Unicode-Collate-%{version}
 %patch0 -p1
+%if !%{defined perl_bootstrap}
 # Remove pregenerated files
 rm Collate/Locale/*
 # Collate/CJK/Korean.pm is input for mklocale script, do not remove it here
+%endif
 
 %build
+%if !%{defined perl_bootstrap}
 # Regenerate code from Collate/allkeys.txt whose authority is
 # http://www.unicode.org/Public/UCA/latest/allkeys.txt
 perl mklocale
 mv Locale/*.pl Collate/Locale
 mv Korean.pm Collate/CJK
+%endif
 
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
 make %{?_smp_mflags}
@@ -65,3 +74,4 @@ make test
 %changelog
 * Thu Jul 02 2015 Petr Pisar ppi...@redhat.com 1.12-348
 - Specfile autogenerated by cpanspec 1.78.
+- Run mklocale only if not bootstrapping
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Unicode-Collate.git/commit/?h=masterid=81e30fbab0c7a58e379707870b5a86f1484e
--
Fedora Extras Perl SIG
http://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-Config-IniFiles (master). 2.88

2015-07-10 Thread notifications
From a906d55ceab5460769f0bbec52d21da69c5c33d8 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 10 Jul 2015 10:55:49 -0400
Subject: 2.88


diff --git a/.gitignore b/.gitignore
index 19c0199..73a8038 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ Config-IniFiles-2.58.tar.gz
 /Config-IniFiles-2.83.tar.gz
 /Config-IniFiles-2.86.tar.gz
 /Config-IniFiles-2.87.tar.gz
+/Config-IniFiles-2.88.tar.gz
diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec
index 11a167c..980482d 100644
--- a/perl-Config-IniFiles.spec
+++ b/perl-Config-IniFiles.spec
@@ -1,5 +1,5 @@
 Name:   perl-Config-IniFiles
-Version:2.87
+Version:2.88
 Release:1%{?dist}
 Summary:A module for reading .ini-style configuration files
 Group:  Development/Libraries
@@ -83,6 +83,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Fri Jul 10 2015 Tom Callaway s...@fedoraproject.org - 2.88-1
+- update to 2.88
+
 * Tue Jun 16 2015 Tom Callaway s...@fedoraproject.org - 2.87-1
 - update to 2.87
 
diff --git a/sources b/sources
index db8077a..16b4824 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54709491ca51578d81d96a3784f13934  Config-IniFiles-2.87.tar.gz
+c322dde13d7d48b1f9d0f30f661002cf  Config-IniFiles-2.88.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Config-IniFiles.git/commit/?h=masterid=a906d55ceab5460769f0bbec52d21da69c5c33d8
--
Fedora Extras Perl SIG
http://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 1232279] perl-Config-IniFiles-2.88 is available

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

Tom spot Callaway tcall...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-07-10 11:08:22



-- 
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 1241821] Please update to = 1.300011 to let bugzilla 5.0 run.

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

Tom spot Callaway tcall...@redhat.com changed:

   What|Removed |Added

 CC||emman...@seyman.fr,
   ||iarn...@gmail.com
  Component|perl-Email-Send |perl-Email-Sender
Version|epel7   |rawhide
   Assignee|tcall...@redhat.com |emman...@seyman.fr
Product|Fedora EPEL |Fedora



--- Comment #1 from Tom spot Callaway tcall...@redhat.com ---
Not quite. Looks like they switched to perl-Email-Sender (which is not branched
for EPEL7 at all). Switching to the proper component and owner.

-- 
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 1241821] Please update to = 1.300011 to let bugzilla 5.0 run.

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



--- Comment #2 from Frank Büttner frank-buett...@gmx.net ---
Oh are this two different perl parts?
My understanding was that was only another name for the same component.

-- 
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 uploaded perlfaq-5.021009.tar.gz for perl-perlfaq

2015-07-10 Thread notifications
835d144e7c840b309f4e8c09e0a834b3  perlfaq-5.021009.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-perlfaq/perlfaq-5.021009.tar.gz/md5/835d144e7c840b309f4e8c09e0a834b3/perlfaq-5.021009.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1241898] perl-libnet-3.06 is available

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



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

spectool was unable to grab new sources

old source: libnet-3.06.tar.gz
old sha256: e5e6e397c3e1ce8959b58e2e30ba6fe1abf24b95af999b7d8448d3b89f95b6b6

new source: ./libnet-3.06.tar.gz
new sha256: e5e6e397c3e1ce8959b58e2e30ba6fe1abf24b95af999b7d8448d3b89f95b6b6

-- 
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 1241898] New: perl-libnet-3.06 is available

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

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



Latest upstream release: 3.06
Current version/release in rawhide: 3.05-347.fc23
URL: http://search.cpan.org/dist/libnet/

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 1241898] perl-libnet-3.06 is available

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



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-libnet-3.06-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=667889

-- 
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-Unicode-Normalize (master). Import

2015-07-10 Thread notifications
From 95a7c63e9f8fb273b3b405fa33379350a76790ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 13:24:49 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..6a93700 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Unicode-Normalize-1.18.tar.gz
diff --git a/perl-Unicode-Normalize.spec b/perl-Unicode-Normalize.spec
new file mode 100644
index 000..cbb284a
--- /dev/null
+++ b/perl-Unicode-Normalize.spec
@@ -0,0 +1,54 @@
+Name:   perl-Unicode-Normalize
+Version:1.18
+Release:348%{?dist}
+Summary:Unicode Normalization Forms
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Unicode-Normalize/
+Source0:
http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Normalize-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# unicore/CombiningClass.pl and unicore/Decomposition.pl from perl
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# unicore/CombiningClass.pl and unicore/Decomposition.pl from perl, perl is
+# auto-detected.
+Conflicts:  perl  4:5.22.0-347
+
+%description
+This package provides Perl functions that can convert strings into various
+Unicode normalization forms as defined in Unicode Standard Annex #15.
+
+%prep
+%setup -q -n Unicode-Normalize-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Jul 02 2015 Petr Pisar ppi...@redhat.com 1.18-348
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..d85ee28 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+41060b0a2715fcaf4d337b417736a574  Unicode-Normalize-1.18.tar.gz
-- 
cgit v0.10.2



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

Broken dependencies: perl-Gtk3-WebKit

2015-07-10 Thread buildsys


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


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

Broken dependencies: perl-Devel-BeginLift

2015-07-10 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-Vars

2015-07-10 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-Gtk3

2015-07-10 Thread buildsys


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


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

Broken dependencies: perl-CatalystX-REPL

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

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

ppisar pushed to perl-Test-Apocalypse (master). Remove plugins requiring broken Test::Vars

2015-07-10 Thread notifications
From 36abdbd417433f3dd391368ac9127bf1473ec49b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 10 Jul 2015 15:14:48 +0200
Subject: Remove plugins requiring broken Test::Vars


diff --git a/Test-Apocalypse-1.006-Remove-Test-Apocalypse-UnusedVars.patch 
b/Test-Apocalypse-1.006-Remove-Test-Apocalypse-UnusedVars.patch
new file mode 100644
index 000..4da9420
--- /dev/null
+++ b/Test-Apocalypse-1.006-Remove-Test-Apocalypse-UnusedVars.patch
@@ -0,0 +1,160 @@
+From 4ad318c31547329d2c492a3eac815de1c45b24c5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Fri, 10 Jul 2015 15:11:37 +0200
+Subject: [PATCH] Remove Test::Apocalypse::UnusedVars
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Test::Vars is broken on perl 5.22.0. This patch removes the plugin
+that uses the Test::Vars.
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1231903
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ MANIFEST  |  1 -
+ lib/Test/Apocalypse/UnusedVars.pm | 97 ---
+ t/00-compile.t|  3 +-
+ 3 files changed, 1 insertion(+), 100 deletions(-)
+ delete mode 100644 lib/Test/Apocalypse/UnusedVars.pm
+
+diff --git a/MANIFEST b/MANIFEST
+index 66f920a..bc43c38 100644
+--- a/MANIFEST
 b/MANIFEST
+@@ -51,7 +51,6 @@ lib/Test/Apocalypse/Script.pm
+ lib/Test/Apocalypse/Signature.pm
+ lib/Test/Apocalypse/Strict.pm
+ lib/Test/Apocalypse/Synopsis.pm
+-lib/Test/Apocalypse/UnusedVars.pm
+ t/00-compile.t
+ t/000-report-versions-tiny.t
+ t/apocalypse.t
+diff --git a/lib/Test/Apocalypse/UnusedVars.pm 
b/lib/Test/Apocalypse/UnusedVars.pm
+deleted file mode 100644
+index 7d1c4d3..000
+--- a/lib/Test/Apocalypse/UnusedVars.pm
 /dev/null
+@@ -1,97 +0,0 @@
+-#
+-# This file is part of Test-Apocalypse
+-#
+-# This software is copyright (c) 2014 by Apocalypse.
+-#
+-# This is free software; you can redistribute it and/or modify it under
+-# the same terms as the Perl 5 programming language system itself.
+-#
+-use strict; use warnings;
+-package Test::Apocalypse::UnusedVars;
+-$Test::Apocalypse::UnusedVars::VERSION = '1.006';
+-BEGIN {
+-  $Test::Apocalypse::UnusedVars::AUTHORITY = 'cpan:APOCAL';
+-}
+-
+-# ABSTRACT: Plugin for Test::Vars
+-
+-use Test::Vars 0.001;
+-
+-sub do_test {
+-  all_vars_ok();
+-
+-  return;
+-}
+-
+-1;
+-
+-__END__
+-
+-=pod
+-
+-=encoding UTF-8
+-
+-=for :stopwords Apocalypse Niebur Ryan
+-
+-=for Pod::Coverage do_test
+-
+-=head1 NAME
+-
+-Test::Apocalypse::UnusedVars - Plugin for Test::Vars
+-
+-=head1 VERSION
+-
+-  This document describes v1.006 of Test::Apocalypse::UnusedVars - released 
October 25, 2014 as part of Test-Apocalypse.
+-
+-=head1 DESCRIPTION
+-
+-Encapsulates LTest::Vars functionality.
+-
+-=head1 SEE ALSO
+-
+-Please see those modules/websites for more information related to this module.
+-
+-=over 4
+-
+-=item *
+-
+-LTest::Apocalypse|Test::Apocalypse
+-
+-=back
+-
+-=head1 AUTHOR
+-
+-Apocalypse apo...@cpan.org
+-
+-=head1 COPYRIGHT AND LICENSE
+-
+-This software is copyright (c) 2014 by Apocalypse.
+-
+-This is free software; you can redistribute it and/or modify it under
+-the same terms as the Perl 5 programming language system itself.
+-
+-The full text of the license can be found in the
+-FLICENSE file included with this distribution.
+-
+-=head1 DISCLAIMER OF WARRANTY
+-
+-THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM AS IS WITHOUT WARRANTY
+-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+-
+-IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+-SUCH DAMAGES.
+-
+-=cut
+diff --git a/t/00-compile.t b/t/00-compile.t
+index d841133..3eeabaa 100644
+--- a/t/00-compile.t
 b/t/00-compile.t
+@@ -6,7 +6,7 @@ use warnings;
+ 
+ use Test::More;
+ 
+-plan tests = 36 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
++plan tests = 35 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
+ 
+ my @module_files = (
+ 

[Bug 1239210] perl-CPANPLUS-0.9154 is available

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

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
Package perl-CPANPLUS-0.91.54-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-CPANPLUS-0.91.54-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-11224/perl-CPANPLUS-0.91.54-1.fc21
then log in and leave karma (feedback).

-- 
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 1239248] perl-Archive-Extract-0.76 is available

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

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Archive-Extract-0.76-1.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-Archive-Extract-0.76-1.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-11240/perl-Archive-Extract-0.76-1.fc22
then log in and leave karma (feedback).

-- 
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 1236384] perl-App-FatPacker-0.010004 is available

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

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-App-FatPacker-0.010004 |perl-App-FatPacker-0.010004
   |-1.fc23 |-1.fc21
 Resolution|--- |ERRATA
Last Closed||2015-07-10 15:04:07



--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
perl-App-FatPacker-0.010004-1.fc21 has been pushed to the Fedora 21 stable
repository.  If problems still persist, please make note of it in this bug
report.

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

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



--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.18-1.fc22 has been pushed to the Fedora 22 stable repository. 
If problems still persist, please make note of it in this bug report.

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

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



--- Comment #9 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.18-1.fc21 has been pushed to the Fedora 21 stable repository. 
If problems still persist, please make note of it in this bug report.

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

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

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|perl-App-FatPacker-0.010004 |perl-App-FatPacker-0.010004
   |-1.fc21 |-1.fc22



--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
perl-App-FatPacker-0.010004-1.fc22 has been pushed to the Fedora 22 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://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 Config-IniFiles-2.88.tar.gz for perl-Config-IniFiles

2015-07-10 Thread notifications
c322dde13d7d48b1f9d0f30f661002cf  Config-IniFiles-2.88.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Config-IniFiles/Config-IniFiles-2.88.tar.gz/md5/c322dde13d7d48b1f9d0f30f661002cf/Config-IniFiles-2.88.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1232279] perl-Config-IniFiles-2.88 is available

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



--- Comment #7 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
spot's perl-Config-IniFiles-2.88-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=667933

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