[Bug 1199972] perl-Gtk3-0.019-1.fc23 FTBFS: Can't use string (320) as an ARRAY ref while strict refs in use at t/overrides.t line 235.

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

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

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|berra...@redhat.com |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-Unicode-Collate (master). 1.14 bump

2015-07-13 Thread notifications
From 1757cd211c53cad5ab5c21762672004e91b090ad 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 11:23:00 +0200
Subject: 1.14 bump


diff --git a/.gitignore b/.gitignore
index 1c22400..93b56c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Unicode-Collate-1.12.tar.gz
+/Unicode-Collate-1.14.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
deleted file mode 100644
index e6650f1..000
--- a/Unicode-Collate-1.12-Create-Locale-directory-with-default-mask.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-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
index 6c213d3..0397147 100644
--- a/perl-Unicode-Collate.spec
+++ b/perl-Unicode-Collate.spec
@@ -1,13 +1,11 @@
 Name:   perl-Unicode-Collate
-Version:1.12
-Release:348%{?dist}
+Version:1.14
+Release:1%{?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
@@ -17,11 +15,6 @@ 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)
@@ -37,21 +30,16 @@ 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}
@@ -72,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 13 2015 Petr Pisar ppi...@redhat.com - 1.14-1
+- 1.14 bump
+
 * Thu Jul 02 2015 Petr Pisar ppi...@redhat.com 1.12-348
 - Specfile autogenerated by cpanspec 1.78.
 - Run mklocale only if not bootstrapping
diff --git a/sources b/sources
index 577a1bd..faa8642 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9eb22e6d7745d4d29b6753c79cbe5014  Unicode-Collate-1.12.tar.gz
+c486b31f87bfa3875883f3c9fad9fd99  Unicode-Collate-1.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Unicode-Collate.git/commit/?h=masterid=1757cd211c53cad5ab5c21762672004e91b090ad
--
Fedora Extras Perl SIG
http://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 1242141] perl-Unicode-Collate-1.14 is available

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



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

-- 
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 1242138] perl-Coro-6.47 is available

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

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

   What|Removed |Added

   Fixed In Version||perl-Coro-6.47-1.fc23



--- Comment #3 from Petr Pisar ppi...@redhat.com ---
This fails on 32-bit ARM:

t/00_basic.t .. 
Failed 7/9 subtests 
*** longjmp causes uninitialized stack frame ***: /usr/bin/perl terminated

Not sure if this is a regression in Coro, perl or glibc.

-- 
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-Test-Moose-More (master). 0.032 bump

2015-07-13 Thread notifications
From 8250efacc4fe6ffdb2139332f641c825a523b6c9 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 14:15:35 +0200
Subject: 0.032 bump


diff --git a/.gitignore b/.gitignore
index 50311b1..e3fa011 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /Test-Moose-More-0.029.tar.gz
 /Test-Moose-More-0.030.tar.gz
 /Test-Moose-More-0.031.tar.gz
+/Test-Moose-More-0.032.tar.gz
diff --git a/perl-Test-Moose-More.spec b/perl-Test-Moose-More.spec
index d81b8c7..76c2186 100644
--- a/perl-Test-Moose-More.spec
+++ b/perl-Test-Moose-More.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-Moose-More
-Version:0.031
+Version:0.032
 Release:1%{?dist}
 Summary:More tools for testing Moose packages
 License:LGPLv2+
@@ -70,6 +70,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 13 2015 Petr Pisar ppi...@redhat.com - 0.032-1
+- 0.032 bump
+
 * Wed Jul 01 2015 Petr Pisar ppi...@redhat.com - 0.031-1
 - 0.031 bump
 
diff --git a/sources b/sources
index ada89da..7f6866e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4850cb9257ee254910e2136cd8e4fc2  Test-Moose-More-0.031.tar.gz
+460ba130102857d2524017e6d5d4ca17  Test-Moose-More-0.032.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Moose-More.git/commit/?h=masterid=8250efacc4fe6ffdb2139332f641c825a523b6c9
--
Fedora Extras Perl SIG
http://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 Coro-6.47.tar.gz for perl-Coro

2015-07-13 Thread notifications
64c0e42f3a959c12b54c3874cb3ee80c  Coro-6.47.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Coro/Coro-6.47.tar.gz/md5/64c0e42f3a959c12b54c3874cb3ee80c/Coro-6.47.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

jplesnik pushed to perl-File-ShareDir-ProjectDistDir (master). 1.000008 bump

2015-07-13 Thread notifications
From 96007cc6ddcaef2bc99908d92d0e313219ceaf55 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 13 Jul 2015 11:38:10 +0200
Subject: 1.08 bump


diff --git a/.gitignore b/.gitignore
index ccc8fa4..238f280 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /File-ShareDir-ProjectDistDir-1.04.tar.gz
 /File-ShareDir-ProjectDistDir-1.05.tar.gz
 /File-ShareDir-ProjectDistDir-1.07.tar.gz
+/File-ShareDir-ProjectDistDir-1.08.tar.gz
diff --git a/perl-File-ShareDir-ProjectDistDir.spec 
b/perl-File-ShareDir-ProjectDistDir.spec
index aceb412..23961a4 100644
--- a/perl-File-ShareDir-ProjectDistDir.spec
+++ b/perl-File-ShareDir-ProjectDistDir.spec
@@ -1,12 +1,15 @@
 Name:   perl-File-ShareDir-ProjectDistDir
-Version:1.07
-Release:3%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:Simple set-and-forget using of a '/share' directory in your 
projects root
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/File-ShareDir-ProjectDistDir/
 Source0:
http://www.cpan.org/authors/id/K/KE/KENTNL/File-ShareDir-ProjectDistDir-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl = 0:5.006
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
 BuildRequires:  perl(strict)
@@ -20,6 +23,7 @@ BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(utf8)
 # Tests
+BuildRequires:  perl(Capture::Tiny) = 0.12
 BuildRequires:  perl(Class::Tiny)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(FindBin)
@@ -49,11 +53,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 13 2015 Jitka Plesnikova jples...@redhat.com - 1.08-1
+- 1.08 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.07-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index fc59a71..dd037d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62454f2c189847712a0557fb8992af46  File-ShareDir-ProjectDistDir-1.07.tar.gz
+9ba30f1bcf34a54be4567b8e121ef3da  File-ShareDir-ProjectDistDir-1.08.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-File-ShareDir-ProjectDistDir.git/commit/?h=masterid=96007cc6ddcaef2bc99908d92d0e313219ceaf55
--
Fedora Extras Perl SIG
http://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 1242138] perl-Coro-6.47 is available

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



--- Comment #4 from Petr Pisar ppi...@redhat.com ---
That's instance of bug #750805. Since perl-4:5.22.0-347, we propagate
distribution's CFLAGS from perl's build-time configuration to perl-Coro CFLAGS.
So hack for bug #750805 stopped working and the FORTIFY_SOURCE macro affects
glibc's longjump address assertion.

-- 
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 Unicode-Normalize-1.19.tar.gz for perl-Unicode-Normalize

2015-07-13 Thread notifications
3b04ec2a0353c5064fc01c1fe73d8225  Unicode-Normalize-1.19.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Unicode-Normalize/Unicode-Normalize-1.19.tar.gz/md5/3b04ec2a0353c5064fc01c1fe73d8225/Unicode-Normalize-1.19.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-Normalize (master). 1.19 bump

2015-07-13 Thread notifications
From 6af815d10985791419f8e250aab7ba997fdd56c3 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 13:58:20 +0200
Subject: 1.19 bump


diff --git a/.gitignore b/.gitignore
index 6a93700..e091fe6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Unicode-Normalize-1.18.tar.gz
+/Unicode-Normalize-1.19.tar.gz
diff --git a/perl-Unicode-Normalize.spec b/perl-Unicode-Normalize.spec
index cbb284a..009ba5d 100644
--- a/perl-Unicode-Normalize.spec
+++ b/perl-Unicode-Normalize.spec
@@ -1,6 +1,6 @@
 Name:   perl-Unicode-Normalize
-Version:1.18
-Release:348%{?dist}
+Version:1.19
+Release:1%{?dist}
 Summary:Unicode Normalization Forms
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,5 +50,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 13 2015 Petr Pisar ppi...@redhat.com - 1.19-1
+- 1.19 bump
+
 * 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 d85ee28..a96dc5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-41060b0a2715fcaf4d337b417736a574  Unicode-Normalize-1.18.tar.gz
+3b04ec2a0353c5064fc01c1fe73d8225  Unicode-Normalize-1.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Unicode-Normalize.git/commit/?h=masterid=6af815d10985791419f8e250aab7ba997fdd56c3
--
Fedora Extras Perl SIG
http://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 1239613] perl-Gtk3: FTBFS in rawhide

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

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

   What|Removed |Added

 Status|NEW |CLOSED
 CC||ppi...@redhat.com
 Resolution|--- |DUPLICATE
Last Closed||2015-07-13 08:26:49



--- Comment #4 from Petr Pisar ppi...@redhat.com ---


*** This bug has been marked as a duplicate of bug 1199972 ***

-- 
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 1199972] perl-Gtk3-0.019-1.fc23 FTBFS: Can't use string (320) as an ARRAY ref while strict refs in use at t/overrides.t line 235.

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

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

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)
 CC||den...@ausil.us



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
*** Bug 1239613 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
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 1242141] perl-Unicode-Collate-1.14 is available

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Unicode-Collate-1.14-1
   ||.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-13 05:36:37



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

jplesnik uploaded File-ShareDir-ProjectDistDir-1.000008.tar.gz for perl-File-ShareDir-ProjectDistDir

2015-07-13 Thread notifications
9ba30f1bcf34a54be4567b8e121ef3da  File-ShareDir-ProjectDistDir-1.08.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.08.tar.gz/md5/9ba30f1bcf34a54be4567b8e121ef3da/File-ShareDir-ProjectDistDir-1.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1242138] perl-Coro-6.47 is available

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



--- Comment #6 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-Coro-6.47-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=668402

-- 
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 Test-Moose-More-0.032.tar.gz for perl-Test-Moose-More

2015-07-13 Thread notifications
460ba130102857d2524017e6d5d4ca17  Test-Moose-More-0.032.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Moose-More/Test-Moose-More-0.032.tar.gz/md5/460ba130102857d2524017e6d5d4ca17/Test-Moose-More-0.032.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 Gtk3-0.022.tar.gz for perl-Gtk3

2015-07-13 Thread notifications
f9fd50a2dda54299160fc9e22748e996  Gtk3-0.022.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Gtk3/Gtk3-0.022.tar.gz/md5/f9fd50a2dda54299160fc9e22748e996/Gtk3-0.022.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-Coro (master). 6.47 bump

2015-07-13 Thread notifications
From 262d6599e1319b48fdd837819fff26f9a9fa2337 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 10:43:02 +0200
Subject: 6.47 bump


diff --git a/.gitignore b/.gitignore
index 0e93ccd..d9d9a2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /Coro-6.44.tar.gz
 /Coro-6.45.tar.gz
 /Coro-6.46.tar.gz
+/Coro-6.47.tar.gz
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 5ddf7c4..b8c0d39 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,5 +1,5 @@
 Name:   perl-Coro
-Version:6.46
+Version:6.47
 Release:1%{?dist}
 Summary:The only real threads in perl
 # Coro/libcoro:GPLv2 or BSD
@@ -158,6 +158,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 13 2015 Petr Pisar ppi...@redhat.com - 6.47-1
+- 6.47 bump
+
 * Wed Jul 01 2015 Petr Pisar ppi...@redhat.com - 6.46-1
 - 6.46 bump
 
diff --git a/sources b/sources
index ca1d422..e7b9f5f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2cfab94d57c6508918bec360d1b08985  Coro-6.46.tar.gz
+64c0e42f3a959c12b54c3874cb3ee80c  Coro-6.47.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Coro.git/commit/?h=masterid=262d6599e1319b48fdd837819fff26f9a9fa2337
--
Fedora Extras Perl SIG
http://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.14.tar.gz for perl-Unicode-Collate

2015-07-13 Thread notifications
c486b31f87bfa3875883f3c9fad9fd99  Unicode-Collate-1.14.tar.gz

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

Broken dependencies: perl-POE-API-Peek

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

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

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

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

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

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

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

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

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

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

[Bug 1242138] perl-Coro-6.47 is available

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



--- Comment #5 from Petr Pisar ppi...@redhat.com ---
It turned out that -Wp,-DFORTIFY_SOURCE=2 -DFORTIFY_SOURCE=0 produce a
warning about redefinition and resulting macro remains FORTIFY_SOURCE 2. If
macro is defined with -Wp, one has to redefine it with -Wp 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

Broken dependencies: perl-CGI-Application-Structured-Tools

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

[Bug 1242224] perl-File-ShareDir-ProjectDistDir-1.000008 is available

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

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-File-ShareDir-ProjectD
   ||istDir-1.08-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-13 05:41:16



-- 
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 750805] Fails to build on ARM, needs to use default setjmp not ucontext

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

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

   What|Removed |Added

   See Also||https://bugzilla.redhat.com
   ||/show_bug.cgi?id=1242138



-- 
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 1242138] perl-Coro-6.47 is available

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

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

   What|Removed |Added

   See Also||https://bugzilla.redhat.com
   ||/show_bug.cgi?id=750805



-- 
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 1242138] perl-Coro-6.47 is available

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-07-13 07:59:43



-- 
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 1242142] perl-Unicode-Normalize-1.19 is available

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



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

-- 
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 1242229] perl-Test-Moose-More-0.032 is available

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Test-Moose-More-0.032-
   ||1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-13 08:22:01



-- 
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 1178388] perl-Gtk3-0.022 is available

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

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||ppi...@redhat.com
   Assignee|berra...@redhat.com |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-Coro (master). Redefine FORTIFY_SOURCE properly (..more)

2015-07-13 Thread notifications
From 844e0056ee6c54553aa3b4eac20fbc96150e09c4 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 13:49:38 +0200
Subject: Redefine FORTIFY_SOURCE properly

Since perl-4:5.22.0-347, we propagate distribution's CFLAGS from
perl's build-time configuration to perl-Coro CFLAGS. So hack for
bug #750805 stopped working and the FORTIFY_SOURCE macro affected
glibc's longjump address assertion.

It turned out that -Wp,-DFORTIFY_SOURCE=2 -DFORTIFY_SOURCE=0
produces a warning about redefinition and resulting macro remains
FORTIFY_SOURCE 2. If macro is defined with -Wp, one has to redefine
it with -Wp too.

diff --git a/perl-Coro.spec b/perl-Coro.spec
index b8c0d39..9b1d010 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -133,7 +133,7 @@ sed -i -e '/^#!/ s|.*|#!%{__perl}|' %wrong_shbangs
 %build
 # Disable FORTIFY_SOURCE on ARM as it breaks setjmp - RHBZ 750805
 %ifarch %{arm}
-RPM_OPT_FLAGS=$(echo ${RPM_OPT_FLAGS} | sed -e 
's/-Wp,-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=0/g')
+RPM_OPT_FLAGS=${RPM_OPT_FLAGS} -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=0
 %endif
 
 # Interractive configuration. Use default values.
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Coro.git/commit/?h=masterid=844e0056ee6c54553aa3b4eac20fbc96150e09c4
--
Fedora Extras Perl SIG
http://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-13 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-Carp-REPL

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

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

2015-07-13 Thread buildsys


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


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

Broken dependencies: perl-Devel-FindRef

2015-07-13 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-Data-Dump-Streamer

2015-07-13 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-Gtk3-WebKit

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

[Bug 1242142] perl-Unicode-Normalize-1.19 is available

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Unicode-Normalize-1.19
   ||-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-13 08:07:31



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

[Bug 1199972] perl-Gtk3-0.019-1.fc23 FTBFS: Can't use string (320) as an ARRAY ref while strict refs in use at t/overrides.t line 235.

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



--- Comment #3 from Petr Pisar ppi...@redhat.com ---
Gtk3-0.022 fixed the real error caused by the gdk-pixbuf2 change.

-- 
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 1199972] perl-Gtk3-0.019-1.fc23 FTBFS: Can't use string (320) as an ARRAY ref while strict refs in use at t/overrides.t line 235.

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

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

   What|Removed |Added

External Bug ID||CPAN 105835



-- 
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 1242229] perl-Test-Moose-More-0.032 is available

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



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-Test-Moose-More-0.032-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=668451

-- 
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 1178388] perl-Gtk3-0.022 is available

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



--- Comment #5 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-Gtk3-0.022-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=668466

-- 
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-Gtk3 (master). 0.022 bump (..more)

2015-07-13 Thread notifications
From 2be4d28740697296cb30eaf107a6bb5a2c6b153a 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 14:54:57 +0200
Subject: 0.022 bump

The xorg-x11-xinit does not seem to be needed anymore.

diff --git a/Gtk3-0.019-position.patch b/Gtk3-0.019-position.patch
new file mode 100644
index 000..66d756e
--- /dev/null
+++ b/Gtk3-0.019-position.patch
@@ -0,0 +1,16 @@
+diff --git a/t/overrides.t b/t/overrides.t
+index 041e0aa..6b8fc85 100644
+--- a/t/overrides.t
 b/t/overrides.t
+@@ -233,9 +233,9 @@ SKIP: {
+   {
+ my $menu = Gtk3::Menu-new;
+ my $position_callback = sub {
+-  my ($menu, $data) = @_;
++  my ($menu, $x, $y) = @_;
+   isa_ok ($menu, Gtk3::Menu);
+-  return @$data;
++  return ($x, $y);
+ };
+ $menu-popup (undef, undef, $position_callback, [50, 50], 1, 0);
+ $menu-popup_for_device (undef, undef, undef, $position_callback, [50, 
50, Glib::TRUE], 1, 0);
diff --git a/perl-Gtk3.spec b/perl-Gtk3.spec
index a6153ee..60fe402 100644
--- a/perl-Gtk3.spec
+++ b/perl-Gtk3.spec
@@ -1,38 +1,49 @@
 %global use_x11_tests 1
 
 Name:   perl-Gtk3
-Version:0.021
+Version:0.022
 Release:1%{?dist}
 Summary:Perl interface to the 3.x series of the GTK+ toolkit
 License:LGPLv2+
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Gtk3/
 Source0:
http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/Gtk3-%{version}.tar.gz
+# Silent test's strict refs warning, bug #1199972, CPAN RT#105835
+Patch0: Gtk3-0.019-position.patch
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
 BuildRequires:  gtk3
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
-BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cairo::GObject) = 1.000
-BuildRequires:  perl(Glib) = 1.260
-BuildRequires:  perl(Glib::Object::Introspection) = 0.016
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Glib::Object::Introspection) = 0.016
 BuildRequires:  perl(POSIX)
 # Tests
+# Config used only on FreeBSD
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(Glib)
 BuildRequires:  perl(Glib::Object::Subclass)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
 %if %{use_x11_tests}
 # X11 tests:
 BuildRequires:  xorg-x11-server-Xvfb
-BuildRequires:  xorg-x11-xinit
 BuildRequires:  font(:lang=en)
 %endif
 Requires:   gtk3
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Cairo::GObject) = 1.000
-Requires:   perl(Glib) = 1.260
-Requires:   perl(Glib::Object::Introspection) = 0.009
+Requires:   perl(Glib::Object::Introspection) = 0.016
+Requires:   perl(POSIX)
 
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Cairo::GObject|Glib::Object::Introspection)\\)$
@@ -43,6 +54,7 @@ interface library. Find out more about GTK+ at 
http://www.gtk.org/.
 
 %prep
 %setup -q -n Gtk3-%{version}
+%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -66,6 +78,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 13 2015 Petr Pisar ppi...@redhat.com - 0.022-1
+- 0.022 bump
+
 * Wed Jun 17 2015 Daniel P. Berrange berra...@redhat.com - 0.021-1
 - Update to 0.021 release
 
diff --git a/sources b/sources
index 81dd6eb..9cc4e8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8813ad522bf75af4126796d6b6418c2  Gtk3-0.021.tar.gz
+f9fd50a2dda54299160fc9e22748e996  Gtk3-0.022.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Gtk3.git/commit/?h=masterid=2be4d28740697296cb30eaf107a6bb5a2c6b153a
--
Fedora Extras Perl SIG
http://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 1178388] perl-Gtk3-0.022 is available

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||1199972
 Resolution|--- |RAWHIDE
Last Closed||2015-07-13 09:18:08



-- 
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 1199972] perl-Gtk3-0.019-1.fc23 FTBFS: Can't use string (320) as an ARRAY ref while strict refs in use at t/overrides.t line 235.

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||1199972
 Resolution|--- |RAWHIDE
Last Closed||2015-07-13 09:18:03



-- 
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 1231897] perl-Gtk3-WebKit-0.06-3.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-07-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231897
Bug 1231897 depends on bug 1199972, which changed state.

Bug 1199972 Summary: perl-Gtk3-0.019-1.fc23 FTBFS: Can't use string (320) as 
an ARRAY ref while strict refs in use at t/overrides.t line 235.
https://bugzilla.redhat.com/show_bug.cgi?id=1199972

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE



-- 
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 1178388] perl-Gtk3-0.022 is available

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

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

   What|Removed |Added

   Fixed In Version|1199972 |perl-Gtk3-0.022-1.fc23



-- 
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 1233444] intltool-update raises warnings with perl-5.22

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

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

   What|Removed |Added

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



--- Comment #2 from Ralf Corsepius rc040...@freenet.de ---
Taking. 

Now that this bug is causing at least one FTBFS, I am going ahead and apply my
patch (which at least fixes RHBT#1239545).

-- 
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 1233444] intltool-update raises warnings with perl-5.22

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

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

   What|Removed |Added

 Blocks||1239545




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239545
[Bug 1239545] gramps: FTBFS in rawhide
-- 
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 1199972] perl-Gtk3-0.019-1.fc23 FTBFS: Can't use string (320) as an ARRAY ref while strict refs in use at t/overrides.t line 235.

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

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

   What|Removed |Added

   Fixed In Version|1199972 |perl-Gtk3-0.022-1.fc23



-- 
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 1231897] perl-Gtk3-WebKit-0.06-3.fc23 FTBFS with perl-5.22: unsatisfied dependency

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

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Gtk3-WebKit-0.06-4.fc2
   ||3
 Resolution|--- |RAWHIDE
   Assignee|dd...@cpan.org  |ppi...@redhat.com
Last Closed||2015-07-13 09:39:11



-- 
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-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241727

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-HTTP-Message-6.08-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-HTTP-Message-6.08-1.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-11417/perl-HTTP-Message-6.08-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 1235489] perl-Socket-2.020 is available

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

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

   What|Removed |Added

   Fixed In Version|perl-Socket-2.020-1.fc22|perl-Socket-2.020-1.fc21



--- Comment #9 from Fedora Update System upda...@fedoraproject.org ---
perl-Socket-2.020-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-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235491



--- Comment #11 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.18-1.el6 has been pushed to the Fedora EPEL 6 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 1235489] perl-Socket-2.020 is available

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

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Socket-2.020-1.fc23|perl-Socket-2.020-1.fc22
 Resolution|--- |ERRATA
Last Closed||2015-07-13 15:14:15



--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
perl-Socket-2.020-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 1237123] perl-Encode-2.75 is available

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

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

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Encode-2.75-1.fc23 |perl-Encode-2.75-1.fc22
 Resolution|--- |ERRATA
Last Closed||2015-07-13 15:05:14



--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
perl-Encode-2.75-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-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235491



--- Comment #10 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.18-1.el7 has been pushed to the Fedora EPEL 7 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 1203786] perl-ExtUtils-F77-1.17 is available

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



--- Comment #3 from Orion Poplawski or...@cora.nwra.com ---
*** Bug 1229058 has been marked as a duplicate of this bug. ***

-- 
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 1229058] perl-ExtUtils-F77-1.18 is available

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

Orion Poplawski or...@cora.nwra.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-13 17:11:54



--- Comment #2 from Orion Poplawski or...@cora.nwra.com ---


*** This bug has been marked as a duplicate of bug 1203786 ***

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

orion uploaded ExtUtils-F77-1.18.tar.gz for perl-ExtUtils-F77

2015-07-13 Thread notifications
7a9abbf3c68b96a44a2e0875a0663412  ExtUtils-F77-1.18.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-ExtUtils-F77/ExtUtils-F77-1.18.tar.gz/md5/7a9abbf3c68b96a44a2e0875a0663412/ExtUtils-F77-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

orion pushed to perl-ExtUtils-F77 (master). Update to 1.18

2015-07-13 Thread notifications
From fa7a31af4bb1fdc27a94c73de9b79cf815d1de32 Mon Sep 17 00:00:00 2001
From: Orion Poplawski or...@cora.nwra.com
Date: Mon, 13 Jul 2015 15:12:41 -0600
Subject: Update to 1.18


diff --git a/.gitignore b/.gitignore
index f3ea833..c818431 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ExtUtils-F77-1.16.tar.gz
+/ExtUtils-F77-1.18.tar.gz
diff --git a/perl-ExtUtils-F77.spec b/perl-ExtUtils-F77.spec
index 26c3af6..1939fe5 100644
--- a/perl-ExtUtils-F77.spec
+++ b/perl-ExtUtils-F77.spec
@@ -1,11 +1,11 @@
 Name:   perl-ExtUtils-F77
-Version:1.16
-Release:22%{?dist}
+Version:1.18
+Release:1%{?dist}
 Summary:Simple interface to F77 libs
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/ExtUtils-F77/
-Source0:
http://www.cpan.org/authors/id/K/KG/KGB/ExtUtils-F77-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/C/CH/CHM/ExtUtils-F77-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -20,7 +20,6 @@ OS/compiler combination!
 
 %prep
 %setup -q -n ExtUtils-F77-%{version}
-rm ._F77.pm
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -43,12 +42,14 @@ make test
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root,-)
 %doc CHANGES COPYING README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 13 2015 Orion Poplawski or...@cora.nwra.com - 1.18-1
+- Update to 1.18
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.16-22
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index b55cded..9fb3ea3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af925e7e8a2876a5fd9b6c4660e37664  ExtUtils-F77-1.16.tar.gz
+7a9abbf3c68b96a44a2e0875a0663412  ExtUtils-F77-1.18.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-ExtUtils-F77.git/commit/?h=masterid=fa7a31af4bb1fdc27a94c73de9b79cf815d1de32
--
Fedora Extras Perl SIG
http://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 1203786] perl-ExtUtils-F77-1.17 is available

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

Orion Poplawski or...@cora.nwra.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-ExtUtils-F77-1.18-1.fc
   ||23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-13 17:17:45



-- 
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 1233444] intltool-update raises warnings with perl-5.22

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-07-13 11:15:41



--- Comment #3 from Ralf Corsepius rc040...@freenet.de ---
http://koji.fedoraproject.org/koji/taskinfo?taskID=10340161

-- 
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 1242687] New: perl-PAR-1.010 is available

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

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



Latest upstream release: 1.010
Current version/release in rawhide: 1.009-3.fc23
URL: http://search.cpan.org/dist/PAR/

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 1242687] perl-PAR-1.010 is available

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



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

-- 
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 1242687] perl-PAR-1.010 is available

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



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

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

jplesnik uploaded Module-Faker-0.017.tar.gz for perl-Module-Faker

2015-07-13 Thread notifications
bb0d8d08c81d9f3c8e0c86481c6c342a  Module-Faker-0.017.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Module-Faker/Module-Faker-0.017.tar.gz/md5/bb0d8d08c81d9f3c8e0c86481c6c342a/Module-Faker-0.017.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

jplesnik pushed to perl-Module-Faker (master). Initial import

2015-07-13 Thread notifications
From aa46dfc2f307acc216b6e64a5ac21f73d667389e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 13 Jul 2015 09:07:20 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..71cd08b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Module-Faker-0.017.tar.gz
diff --git a/perl-Module-Faker.spec b/perl-Module-Faker.spec
new file mode 100644
index 000..26a197d
--- /dev/null
+++ b/perl-Module-Faker.spec
@@ -0,0 +1,66 @@
+Name:   perl-Module-Faker
+Version:0.017
+Release:1%{?dist}
+Summary:Build fake dists for testing CPAN tools
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Module-Faker/
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Module-Faker-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Archive::Any::Create)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(CPAN::DistnameInfo)
+BuildRequires:  perl(CPAN::Meta) = 2.130880
+BuildRequires:  perl(CPAN::Meta::Requirements)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(File::Next)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Moose) = 0.33
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(Parse::CPAN::Meta) = 1.4401
+BuildRequires:  perl(Path::Class) = 0.06
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) = 0.96
+BuildRequires:  perl(Text::Template)
+BuildRequires:  perl(warnings)
+Requires:   perl(Path::Class) = 0.06
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Path::Class\\)\s*$
+
+%description
+Module::Faker is a tool for building fake CPAN modules and, perhaps more
+importantly, fake CPAN distributions. These are useful for running tools
+that operate against CPAN distributions without having to use real CPAN
+distributions. This is much more useful when testing an entire CPAN
+instance, rather than a single distribution, for which see CPAN::Faker.
+
+%prep
+%setup -q -n Module-Faker-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes eg README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Jun 30 2015 Jitka Plesnikova jples...@redhat.com - 0.017-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..4b57395 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bb0d8d08c81d9f3c8e0c86481c6c342a  Module-Faker-0.017.tar.gz
-- 
cgit v0.10.2



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