Schedule for Thursday's FPC Meeting (2015-08-27 16:00 UTC)

2015-08-26 Thread James Antill
 Following is the list of topics that will be discussed in the FPC
meeting Thursday at 2015-08-27 16:00 UTC in #fedora-meeting-1 on
irc.freenode.net.

 Local time information (via. rktime):

2015-08-27 09:00 Thu US/Pacific PDT
2015-08-27 12:00 Thu US/Eastern EDT
2015-08-27 16:00 Thu UTC -
2015-08-27 17:00 Thu Europe/London  BST
2015-08-27 18:00 Thu Europe/Paris  CEST
2015-08-27 18:00 Thu Europe/Berlin CEST
2015-08-27 21:30 Thu Asia/Calcutta  IST
--new day--
2015-08-28 00:00 Fri Asia/Singapore SGT
2015-08-28 00:00 Fri Asia/Hong_Kong HKT
2015-08-28 01:00 Fri Asia/Tokyo JST
2015-08-28 02:00 Fri Australia/Brisbane EST

 Links to all tickets below can be found at: 

https://fedorahosted.org/fpc/report/13

= New business =

#topic #560 Bundling exception for 
rubygem{molinillo,thor,net-http-persistent}
.fpc 560
https://fedorahosted.org/fpc/ticket/560

#topic #562 Bundling exception for MongoDB
.fpc 562
https://fedorahosted.org/fpc/ticket/562

#topic #564 Bundling exception for apacheds-jdbm
.fpc 564
https://fedorahosted.org/fpc/ticket/564

#topic #565 New python package guidelines create upgrade path
problem from old guidelines
.fpc 565
https://fedorahosted.org/fpc/ticket/565

= Open Floor = 

 For more complete details, please visit each individual ticket.  The
report of the agenda items can be found at:

https://fedorahosted.org/fpc/report/13

 If you would like to add something to this agenda, you can reply to
this e-mail, file a new ticket at https://fedorahosted.org/fpc,
e-mail me directly, or bring it up at the end of the meeting, during
the open floor topic. Note that added topics may be deferred until
the following meeting. 

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

ppisar pushed to perl-IO-Prompt (f21). 0.997003 bump

2015-08-26 Thread notifications
From deab7d36d66132d98078c8d55874ac48231cc7a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 08:26:36 +0200
Subject: 0.997003 bump


diff --git a/.gitignore b/.gitignore
index ef866f1..22f06b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 IO-Prompt-0.997.tar.gz
 /IO-Prompt-0.997001.tar.gz
 /IO-Prompt-0.997002.tar.gz
+/IO-Prompt-0.997003.tar.gz
diff --git a/perl-IO-Prompt.spec b/perl-IO-Prompt.spec
index db80829..76af460 100644
--- a/perl-IO-Prompt.spec
+++ b/perl-IO-Prompt.spec
@@ -1,22 +1,24 @@
-# tests require working /dev/tty - disabled by default for koji
-# see https://rt.cpan.org/Public/Bug/Display.html?id=54807
-%bcond_with check
-
 Name:   perl-IO-Prompt
 Summary:Interactively prompt for user input
-%global cpanver 0.997002
-Version:0.997.002
-Release:5%{?dist}
+%global cpanver 0.997003
+Version:0.997.003
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/IO-Prompt-%{cpanver}.tar.gz 
 URL:http://search.cpan.org/dist/IO-Prompt
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-%if %{with check}
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Term::ReadKey)
@@ -26,8 +28,7 @@ BuildRequires:  perl(Test::More)
 # Optional tests:
 BuildRequires:  perl(Test::Pod) = 1.14
 BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-%endif
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %{?perl_default_filter}
 
@@ -42,7 +43,7 @@ This module is no longer being maintained. Use the 
IO::Prompter module instead.
 find examples -type f -exec chmod -x {} +
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -52,11 +53,7 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm 
-f {} ';'
 %{_fixperms} %{buildroot}/*
 
 %check
-%if %{with check}
-make test
-%else
-echo Not running tests unless --with check is specified
-%endif
+make test
 
 %files
 %doc Changes README examples/
@@ -65,6 +62,9 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f 
{} ';'
 
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 0.997.003-1
+- 0.997003 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.997.002-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 55854a9..9cfd45f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-292048668ee6c489c61da6665bdc1c1f  IO-Prompt-0.997002.tar.gz
+7607ed49d4f88bdca43e4411af8745df  IO-Prompt-0.997003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Prompt.git/commit/?h=f21id=deab7d36d66132d98078c8d55874ac48231cc7a8
--
Fedora Extras Perl SIG
http://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-IO-Prompt (f23). 0.997003 bump

2015-08-26 Thread notifications
From 03bd519b94d4c5b8b9d5c4703658b9ddb54033fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 08:26:36 +0200
Subject: 0.997003 bump


diff --git a/.gitignore b/.gitignore
index ef866f1..22f06b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 IO-Prompt-0.997.tar.gz
 /IO-Prompt-0.997001.tar.gz
 /IO-Prompt-0.997002.tar.gz
+/IO-Prompt-0.997003.tar.gz
diff --git a/perl-IO-Prompt.spec b/perl-IO-Prompt.spec
index ad43427..8a28b6c 100644
--- a/perl-IO-Prompt.spec
+++ b/perl-IO-Prompt.spec
@@ -1,22 +1,24 @@
-# tests require working /dev/tty - disabled by default for koji
-# see https://rt.cpan.org/Public/Bug/Display.html?id=54807
-%bcond_with check
-
 Name:   perl-IO-Prompt
 Summary:Interactively prompt for user input
-%global cpanver 0.997002
-Version:0.997.002
-Release:8%{?dist}
+%global cpanver 0.997003
+Version:0.997.003
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/IO-Prompt-%{cpanver}.tar.gz 
 URL:http://search.cpan.org/dist/IO-Prompt
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-%if %{with check}
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Term::ReadKey)
@@ -26,8 +28,7 @@ BuildRequires:  perl(Test::More)
 # Optional tests:
 BuildRequires:  perl(Test::Pod) = 1.14
 BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-%endif
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %{?perl_default_filter}
 
@@ -42,7 +43,7 @@ This module is no longer being maintained. Use the 
IO::Prompter module instead.
 find examples -type f -exec chmod -x {} +
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -52,11 +53,7 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm 
-f {} ';'
 %{_fixperms} %{buildroot}/*
 
 %check
-%if %{with check}
-make test
-%else
-echo Not running tests unless --with check is specified
-%endif
+make test
 
 %files
 %doc Changes README examples/
@@ -65,6 +62,9 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f 
{} ';'
 
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 0.997.003-1
+- 0.997003 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.997.002-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 55854a9..9cfd45f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-292048668ee6c489c61da6665bdc1c1f  IO-Prompt-0.997002.tar.gz
+7607ed49d4f88bdca43e4411af8745df  IO-Prompt-0.997003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Prompt.git/commit/?h=f23id=03bd519b94d4c5b8b9d5c4703658b9ddb54033fc
--
Fedora Extras Perl SIG
http://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-IO-Prompt (f22). 0.997003 bump

2015-08-26 Thread notifications
From feb026e752c512b985524cd3fdcdd7b7bb591451 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 08:26:36 +0200
Subject: 0.997003 bump


diff --git a/.gitignore b/.gitignore
index ef866f1..22f06b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 IO-Prompt-0.997.tar.gz
 /IO-Prompt-0.997001.tar.gz
 /IO-Prompt-0.997002.tar.gz
+/IO-Prompt-0.997003.tar.gz
diff --git a/perl-IO-Prompt.spec b/perl-IO-Prompt.spec
index 5887ed9..16e3e5a 100644
--- a/perl-IO-Prompt.spec
+++ b/perl-IO-Prompt.spec
@@ -1,22 +1,24 @@
-# tests require working /dev/tty - disabled by default for koji
-# see https://rt.cpan.org/Public/Bug/Display.html?id=54807
-%bcond_with check
-
 Name:   perl-IO-Prompt
 Summary:Interactively prompt for user input
-%global cpanver 0.997002
-Version:0.997.002
-Release:6%{?dist}
+%global cpanver 0.997003
+Version:0.997.003
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/IO-Prompt-%{cpanver}.tar.gz 
 URL:http://search.cpan.org/dist/IO-Prompt
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-%if %{with check}
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Term::ReadKey)
@@ -26,8 +28,7 @@ BuildRequires:  perl(Test::More)
 # Optional tests:
 BuildRequires:  perl(Test::Pod) = 1.14
 BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-%endif
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %{?perl_default_filter}
 
@@ -42,7 +43,7 @@ This module is no longer being maintained. Use the 
IO::Prompter module instead.
 find examples -type f -exec chmod -x {} +
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -52,11 +53,7 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm 
-f {} ';'
 %{_fixperms} %{buildroot}/*
 
 %check
-%if %{with check}
-make test
-%else
-echo Not running tests unless --with check is specified
-%endif
+make test
 
 %files
 %doc Changes README examples/
@@ -65,6 +62,9 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f 
{} ';'
 
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 0.997.003-1
+- 0.997003 bump
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.997.002-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 55854a9..9cfd45f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-292048668ee6c489c61da6665bdc1c1f  IO-Prompt-0.997002.tar.gz
+7607ed49d4f88bdca43e4411af8745df  IO-Prompt-0.997003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Prompt.git/commit/?h=f22id=feb026e752c512b985524cd3fdcdd7b7bb591451
--
Fedora Extras Perl SIG
http://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 1256152] perl-IO-Prompt-0.997003 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256152



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-IO-Prompt-0.997.003-1.fc21 has been submitted as an update to Fedora 21.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14293

-- 
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-IO-Prompt (master). 0.997003 bump

2015-08-26 Thread notifications
From 03bd519b94d4c5b8b9d5c4703658b9ddb54033fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 08:26:36 +0200
Subject: 0.997003 bump


diff --git a/.gitignore b/.gitignore
index ef866f1..22f06b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 IO-Prompt-0.997.tar.gz
 /IO-Prompt-0.997001.tar.gz
 /IO-Prompt-0.997002.tar.gz
+/IO-Prompt-0.997003.tar.gz
diff --git a/perl-IO-Prompt.spec b/perl-IO-Prompt.spec
index ad43427..8a28b6c 100644
--- a/perl-IO-Prompt.spec
+++ b/perl-IO-Prompt.spec
@@ -1,22 +1,24 @@
-# tests require working /dev/tty - disabled by default for koji
-# see https://rt.cpan.org/Public/Bug/Display.html?id=54807
-%bcond_with check
-
 Name:   perl-IO-Prompt
 Summary:Interactively prompt for user input
-%global cpanver 0.997002
-Version:0.997.002
-Release:8%{?dist}
+%global cpanver 0.997003
+Version:0.997.003
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/IO-Prompt-%{cpanver}.tar.gz 
 URL:http://search.cpan.org/dist/IO-Prompt
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-%if %{with check}
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Term::ReadKey)
@@ -26,8 +28,7 @@ BuildRequires:  perl(Test::More)
 # Optional tests:
 BuildRequires:  perl(Test::Pod) = 1.14
 BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-%endif
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %{?perl_default_filter}
 
@@ -42,7 +43,7 @@ This module is no longer being maintained. Use the 
IO::Prompter module instead.
 find examples -type f -exec chmod -x {} +
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -52,11 +53,7 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm 
-f {} ';'
 %{_fixperms} %{buildroot}/*
 
 %check
-%if %{with check}
-make test
-%else
-echo Not running tests unless --with check is specified
-%endif
+make test
 
 %files
 %doc Changes README examples/
@@ -65,6 +62,9 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f 
{} ';'
 
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 0.997.003-1
+- 0.997003 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.997.002-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 55854a9..9cfd45f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-292048668ee6c489c61da6665bdc1c1f  IO-Prompt-0.997002.tar.gz
+7607ed49d4f88bdca43e4411af8745df  IO-Prompt-0.997003.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Prompt.git/commit/?h=masterid=03bd519b94d4c5b8b9d5c4703658b9ddb54033fc
--
Fedora Extras Perl SIG
http://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 IO-Prompt-0.997003.tar.gz for perl-IO-Prompt

2015-08-26 Thread notifications
7607ed49d4f88bdca43e4411af8745df  IO-Prompt-0.997003.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-Prompt/IO-Prompt-0.997003.tar.gz/md5/7607ed49d4f88bdca43e4411af8745df/IO-Prompt-0.997003.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 1256152] perl-IO-Prompt-0.997003 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256152

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-IO-Prompt-0.997.003-1.
   ||fc24



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
This corrects tests. 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 1256152] perl-IO-Prompt-0.997003 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256152



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-IO-Prompt-0.997.003-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14291

-- 
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 1256152] perl-IO-Prompt-0.997003 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256152



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-IO-Prompt-0.997.003-1.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14292

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

Schedule for Wednesday's FESCo Meeting (2015-08-26)

2015-08-26 Thread Debarshi Ray
Following is the list of topics that will be discussed in the FESCo
meeting Wednesday at 18:00UTC in #fedora-meeting on irc.freenode.net.

To convert UTC to your local time, take a look at
  http://fedoraproject.org/wiki/UTCHowto

or run:
  date -d '2015-08-26 18:00 UTC'


Links to all tickets below can be found at:
https://fedorahosted.org/fesco/report/9

= Followups =

#topic #1444 updates deliverables
.fesco 1444
https://fedorahosted.org/fesco/ticket/1444

#topic #1466 non-responsive maintainer exception process for skottler
.fesco 1466
https://fedorahosted.org/fesco/ticket/1466

#topic #1467 Progress at Change Checkpoint: Completion deadline (testable)
.fesco 1467
https://fedorahosted.org/fesco/ticket/1467

#topic #1469 i686 as a non-blocking architecture
.fesco 1469
https://fedorahosted.org/fesco/ticket/1469

= New business =

#topic #1472 Investigate mysterious enabled systemd presets
.fesco 1472
https://fedorahosted.org/fesco/ticket/1472

= Open Floor =

For more complete details, please visit each individual ticket.  The
report of the agenda items can be found at
https://fedorahosted.org/fesco/report/9

If you would like to add something to this agenda, you can reply to
this e-mail, file a new ticket at https://fedorahosted.org/fesco,
e-mail me directly, or bring it up at the end of the meeting, during
the open floor topic. Note that added topics may be deferred until
the following meeting. 

pgpuw2yAomazj.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

corsepiu pushed to perl-Server-Starter (f23). Upstream update.

2015-08-26 Thread notifications
From d2a83c92f697a0c03df770fbf45131b2ba783445 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Wed, 26 Aug 2015 17:24:22 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index fce5ebb..c63d20e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Server-Starter-0.31.tar.gz
+/Server-Starter-0.32.tar.gz
diff --git a/perl-Server-Starter.spec b/perl-Server-Starter.spec
index 1431d6d..e94077c 100644
--- a/perl-Server-Starter.spec
+++ b/perl-Server-Starter.spec
@@ -1,5 +1,5 @@
 Name:   perl-Server-Starter
-Version:0.31
+Version:0.32
 Release:1%{?dist}
 Summary:Superdaemon for hot-deploying server programs
 License:GPL+ or Artistic
@@ -78,6 +78,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man1/start_server.*
 
 %changelog
+* Wed Aug 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.32-1
+- Upstream update.
+
 * Sun Jul 26 2015 Ralf Corsépius corse...@fedoraproject.org - 0.31-1
 - Upstream update.
 
diff --git a/sources b/sources
index a926363..9dba6be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48a6cca38adeb57878d5339891dcfacf  Server-Starter-0.31.tar.gz
+f9f3447549a7ec261e0741ba5fc11d90  Server-Starter-0.32.tar.gz
-- 
cgit v0.10.2



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

Re: Firefox addon signing

2015-08-26 Thread drago01
On Wed, Aug 26, 2015 at 3:13 PM, Richard Z r...@linux-m68k.org wrote:
 On Wed, Aug 26, 2015 at 03:12:25PM +0300, Alexander Ploumistos wrote:
 Their FAQ is constantly updated:

 https://wiki.mozilla.org/Addons/Extension_Signing#FAQ

 I'm not sure if there is a valid practical reason to refuse submitting the
 addons that we ship to their signing service or if it is against our
 policies; at least mozilla-https-everywhere has been signed.

 that would work for Fedora - if it can be guaranteed that they sign new
 versions quickly. Immagine if one of our plugins had a security hole and
 mozilla would need days or weeks to sign it. As far as I can see Fedora
 specific extensions would have to be listed which means they would go
 through manual code review at mozilla.

 Mozilla states that they will be offering an unbranded binary (en_US only)
 for development and testing purposes.

 For me this appears the only possibility and I suspect there are more
 Fedora users like me maintaining their own Firefox extensions.

 So will we get a firefox-unbranded package?

A better solution would be to add a mechanism that allows you to use
your own signing keys.
That way you have both 1) install self built extensions and 2) the
added security.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Orphaned Packages in rawhide (2015-08-25)

2015-08-26 Thread Till Maas
On Wed, Aug 26, 2015 at 04:56:07PM +0200, Vít Ondruch wrote:

  What could pkgdb do against this? Automatically retire a package after it 
  has
  been orphaned more than X days? Automatically send the email?
  This sounds a lot like the cron jobs Till is running.
 
 Exactly these ... and it seems although Till sends the notification, the
 retirement is manual action and when he is busy or will be even busier,
 nothing will happen. That doesn't sound right.

I do not see that it is a big issue if packages are orphaned longer than
six weeks, the most important deadlines are before branching and final
freeze to make sure that unmaintained packages do not cause extra work
or are distributed. Also making it automatic will lead to a lot of extra
work since dependent packages will also be retired. Unfortunately not
enough packagers care to remove dependencies to orphaned packages or
maintain the orphaned packages - e.g. 65 packages depend on apache-poi
including wildfly which certainly should not be retired. And finally
retiring a package includes adding a dead.package file to dist git, but
for security reasons package DB will not get unlimited access to dist
git.

Regards
Till
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[EPEL-devel] Fedora EPEL 6 updates-testing report

2015-08-26 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
 286  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2014-4008   
cross-binutils-2.23.51.0.3-1.el6.1
  67  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-6828   
chicken-4.9.0.1-4.el6
  49  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031   
python-virtualenv-12.0.7-1.el6
  43  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168   
rubygem-crack-0.3.2-2.el6
  18  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7564   
golang-1.4.2-3.el6
  13  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7634   
zabbix20-2.0.15-1.el6
   8  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7706   
drupal6-views_bulk_operations-1.17-1.el6
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7618   
php-twig-1.20.0-1.el6
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7733   
drupal7-7.39-1.el6
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7803   
drupal6-ctools-1.14-1.el6


The following builds have been pushed to Fedora EPEL 6 updates-testing

drupal6-ctools-1.14-1.el6
nx-libs-3.5.0.32-2.el6
php-horde-Horde-Crypt-2.6.1-1.el6
python-pyzabbix-0.7.3-2.el6
wordpress-4.3-1.el6

Details about builds:



 drupal6-ctools-1.14-1.el6 (FEDORA-EPEL-2015-7803)
 Primarily a set of APIs and tools to improve the developer experience

Update Information:

**See [Ctools - Critical - Multiple Vulnerabilities - SA-
CONTRIB-2015-141.](https://www.drupal.org/node/2554145)**  **This is an
incremental security and bugfix release for ctools.**  Looking to fix future D6
CTools issues? Find japerry or merlinofchaos in #drupal-scotch, #drupal-
contribute, or #drupal-panels -- and become a maintainer for D6 CTools.  Changes
since 6.x-1.13:  * Harden AJAX link handling * Content type plugins do not
properly inherit edit permission * Various lint fixes * Fix typo * Issue
\#2512850 by DamienMcKenna, mw4ll4c3: PHP 5.4+ compatibility * Issue \#2010124
by davidwhthomas: ctools_access_get_loggedin_context doesn't fully load current
user in context

References:

  [ 1 ] Bug #1256131 - drupal6-ctools-1.14 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1256131




 nx-libs-3.5.0.32-2.el6 (FEDORA-EPEL-2015-7792)
 NX X11 protocol compression libraries

Update Information:

  nx-libs-3.5.0.32-2.fc21  - Make libXinerama symlink (bug #1256724)   nx-
libs-3.5.0.32-2.fc22  - Make libXinerama symlink (bug #1256724)   nx-
libs-3.5.0.32-2.el6  - Make libXinerama symlink (bug #1256724)   nx-
libs-3.5.0.32-2.el7  - Make libXinerama symlink (bug #1256724)   nx-
libs-3.5.0.32-2.fc23  - Make libXinerama symlink (bug #1256724)  Update to nx-
libs 3.5.0.32:- Proper integration of all patches in the source tarballs.
Bugs in the tarball generation script and patch file names prohibited inclusion
of many patches previously, including security fixes.  - Better support for
debug (DEBUG, TEST, TRACE and other directives) builds, in part thanks to Nito
Martinez.  - Build fixes due to underlinking of libdl thanks to Bernard
Cafarelli.  - Retroactively document correct GPLv2 licensing of previously
potentially offending DXPC code.  - Help text fixups.  - Restart reading if
interrupted, gets rid of Negotiation in stage 10 errors thanks to Vadim
Troshchinskiy.  - A dozen X.Org Server fixes backported by Ulrich Sibiller.
The X2Go Project thanks Bernard Cafarelli, Nito Martinez (Qindel Group), Vadim
Troshchinskiy (Qindel Group) and Ulrich Sibiller for their contributions.

References:

  [ 1 ] Bug #1256724 - xclients must load the patched libXinerama
https://bugzilla.redhat.com/show_bug.cgi?id=1256724




 php-horde-Horde-Crypt-2.6.1-1.el6 (FEDORA-EPEL-2015-7795)
 Horde Cryptography API

Update Information:

**Horde_Crypt 2.6.1**  * [mjr] Fix PHP 5.3 incompatibility (Bug #14090)




 python-pyzabbix-0.7.3-2.el6 (FEDORA-EPEL-2015-7790)
 PyZabbix is a Python module for working with the Zabbix API

Re: Firefox addon signing

2015-08-26 Thread Richard Z
On Wed, Aug 26, 2015 at 05:53:36PM +0200, drago01 wrote:
 On Wed, Aug 26, 2015 at 3:13 PM, Richard Z r...@linux-m68k.org wrote:
  On Wed, Aug 26, 2015 at 03:12:25PM +0300, Alexander Ploumistos wrote:
  Their FAQ is constantly updated:
 
  https://wiki.mozilla.org/Addons/Extension_Signing#FAQ
 
  I'm not sure if there is a valid practical reason to refuse submitting the
  addons that we ship to their signing service or if it is against our
  policies; at least mozilla-https-everywhere has been signed.
 
  that would work for Fedora - if it can be guaranteed that they sign new
  versions quickly. Immagine if one of our plugins had a security hole and
  mozilla would need days or weeks to sign it. As far as I can see Fedora
  specific extensions would have to be listed which means they would go
  through manual code review at mozilla.
 
  Mozilla states that they will be offering an unbranded binary (en_US only)
  for development and testing purposes.
 
  For me this appears the only possibility and I suspect there are more
  Fedora users like me maintaining their own Firefox extensions.
 
  So will we get a firefox-unbranded package?
 
 A better solution would be to add a mechanism that allows you to use
 your own signing keys.

which would be possible only with firefox-unbranded unless some wonder
happens.

 That way you have both 1) install self built extensions and 2) the
 added security.

might be a security gain for some people but not for me.

Richard

-- 
Name and OpenPGP keys available from pgp key servers

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: depcheck appears to be broken

2015-08-26 Thread Tim Flink
On Wed, 26 Aug 2015 14:34:14 -0600
Orion Poplawski or...@cora.nwra.com wrote:

 https://bodhi.fedoraproject.org/updates/libwps-0.4.1-1.fc21
 
   depchecklibwps-0.4.1-1.fc21(x86_64) a
 day ago
 
 shows passed:
 
 TAP version 13
 1..1
 ok - depcheck for Koji build libwps-0.4.1-1.fc21
   ---
   arch: x86_64
   item: libwps-0.4.1-1.fc21
   outcome: PASSED
   type: koji_build
   ...
 
 But:
 
 Error: Package: 1:libreoffice-calc-4.3.7.2-9.fc21.x86_64
 (@updates-testing) Requires: libwps-0.3.so.3()(64bit)
Removing: libwps-0.3.1-1.fc21.x86_64
 (@fedora-21-updates-x86_64) libwps-0.3.so.3()(64bit)
Updated By: libwps-0.4.1-1.fc21.x86_64 (updates-testing)
   ~libwps-0.4.so.4()(64bit)
Available: libwps-0.3.0-3.fc21.x86_64 (fedora)
libwps-0.3.so.3()(64bit)
 

After looking into this, I'm starting to think this isn't a depcheck
failure as much as it is a difference between yum and dnf - I assume
that you used yum to do the attempted update to libwps-0.4?

On a F21 system, if I do 'repoquery --whatrequires libwps', I get the
following:

# repoquery --whatrequires libwps
calligra-words-0:2.8.6-1.fc21.x86_64
calligra-words-0:2.9.6-1.fc21.x86_64
libreoffice-calc-1:4.3.2.2-5.fc21.x86_64
libreoffice-calc-1:4.3.7.2-9.fc21.x86_64
libreoffice-writer-1:4.3.2.2-5.fc21.x86_64
libreoffice-writer-1:4.3.7.2-9.fc21.x86_64
libwps-devel-0:0.3.0-3.fc21.i686
libwps-devel-0:0.3.0-3.fc21.x86_64
libwps-devel-0:0.3.1-1.fc21.i686
libwps-devel-0:0.3.1-1.fc21.x86_64
libwps-tools-0:0.3.0-3.fc21.x86_64
libwps-tools-0:0.3.1-1.fc21.x86_64
writerperfect-0:0.9.2-3.fc21.x86_64
writerperfect-epub-0:0.9.2-3.fc21.x86_64


If I do the same query using dnf on a F22 system, I get:

# dnf repoquery --whatrequires libwps
Last metadata expiration check performed 1:25:08 ago on Wed Aug 26
15:25:25 2015. # echo $?
0


depcheck effectively uses the same depsolver that dnf uses and that is
not the same depsolving algorithm used by yum. If dnf is fine
installing the update, depcheck isn't going to complain.

When I look into the specfile of libreoffice in the f21 branch, I don't
actually see a Requires on libwps for fedora, just a BuildRequires:

http://pkgs.fedoraproject.org/cgit/libreoffice.git/tree/libreoffice.spec?h=f21#n209

If I'm reading the situation correctly, this isn't something that
depcheck should or could have caught. Assuming that the libreoffice spec
isn't missing a Requires on libwps, this likely means that libreoffice
would be FTBFS for at least f21 with the new libwps in updates-testing.

Tim


pgpOdhyBlc9sr.pgp
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

ppisar pushed to perl-Object-InsideOut (f22). 3.99 bump

2015-08-26 Thread notifications
From 5c1228b9c236c33483bbb022ea8198fc0cab83bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 09:25:17 +0200
Subject: 3.99 bump


diff --git a/.gitignore b/.gitignore
index d177cc2..42cc493 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ Object-InsideOut-3.56.tar.gz
 /Object-InsideOut-3.96.tar.gz
 /Object-InsideOut-3.97.tar.gz
 /Object-InsideOut-3.98.tar.gz
+/Object-InsideOut-3.99.tar.gz
diff --git a/Object-InsideOut-3.99-Remove-forgotten-print.patch 
b/Object-InsideOut-3.99-Remove-forgotten-print.patch
new file mode 100644
index 000..adda397
--- /dev/null
+++ b/Object-InsideOut-3.99-Remove-forgotten-print.patch
@@ -0,0 +1,30 @@
+From e6ee899066ff529bcbaf13a5c97aab31530069b6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 26 Aug 2015 09:31:07 +0200
+Subject: [PATCH] Remove forgotten print
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+CPAN RT#106661
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/Object/InsideOut.pm | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/lib/Object/InsideOut.pm b/lib/Object/InsideOut.pm
+index 99b7005..aac5a01 100644
+--- a/lib/Object/InsideOut.pm
 b/lib/Object/InsideOut.pm
+@@ -2780,7 +2780,6 @@ _PRE_
+ }
+ }
+ 
+-print($code);
+ # Compile the subroutine(s) in the smallest possible lexical scope
+ my @errs;
+ local $SIG{'__WARN__'} = sub { push(@errs, @_); };
+-- 
+2.4.3
+
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 2606e55..2591d45 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,12 +1,17 @@
 Name:   perl-Object-InsideOut
-Version:3.98
-Release:6%{?dist}
+Version:3.99
+Release:1%{?dist}
 Summary:Comprehensive inside-out object support module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Object-InsideOut
 Source0:
http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz
+# Remove a spurious debugging output, CPAN RT#106661
+Patch0: Object-InsideOut-3.99-Remove-forgotten-print.patch
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -16,7 +21,6 @@ BuildRequires:  perl(attributes)
 BuildRequires:  perl(B)
 BuildRequires:  perl(Data::Dumper) = 2.131
 BuildRequires:  perl(Exception::Class) = 1.32
-# The correct minimal Scalar::Util version is 1.23, CPAN RT#89325
 BuildRequires:  perl(Scalar::Util) = 1.23
 # Optional run-time
 %if %{undefined perl_bootstrap}
@@ -36,7 +40,6 @@ BuildRequires:  perl(threads::shared)
 BuildRequires:  perl(Storable)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Data::Dumper) = 2.131
-# The correct minimal Scalar::Util version is 1.23, CPAN RT#89325
 Requires:   perl(Scalar::Util) = 1.23
 
 %{?perl_default_filter}
@@ -60,6 +63,7 @@ to the object's ID.
 
 %prep
 %setup -q -n Object-InsideOut-%{version}
+%patch0 -p1
 # fix permissions
 find lib -type f -print0 | xargs -0 chmod 0644
 
@@ -82,6 +86,9 @@ make test
 
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.99-1
+- 3.99 bump
+
 * Thu Nov 27 2014 Paul Howarth p...@city-fan.org - 3.98-6
 - Bootstrapping done
 
diff --git a/sources b/sources
index 1dccbb5..b50936c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d565588b54de0f9ec56e60c9cee80b8e  Object-InsideOut-3.98.tar.gz
+bc542708f02432ac5dd22c5adf64d25a  Object-InsideOut-3.99.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Object-InsideOut.git/commit/?h=f22id=5c1228b9c236c33483bbb022ea8198fc0cab83bb
--
Fedora Extras Perl SIG
http://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 Thread-Queue-3.06.tar.gz for perl-Thread-Queue

2015-08-26 Thread notifications
7d61c1bcb38e1fa1938f09621177f3ac  Thread-Queue-3.06.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Thread-Queue/Thread-Queue-3.06.tar.gz/md5/7d61c1bcb38e1fa1938f09621177f3ac/Thread-Queue-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 pushed to perl-Thread-Queue (master). 3.06 bump

2015-08-26 Thread notifications
From 0534e39c3bdeade96466d3ee47ad2a8765aa932b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 10:33:49 +0200
Subject: 3.06 bump


diff --git a/.gitignore b/.gitignore
index d7bfb64..00104f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Thread-Queue-3.03.tar.gz
 /Thread-Queue-3.04.tar.gz
 /Thread-Queue-3.05.tar.gz
+/Thread-Queue-3.06.tar.gz
diff --git a/perl-Thread-Queue.spec b/perl-Thread-Queue.spec
index aa4c0bf..68190f7 100644
--- a/perl-Thread-Queue.spec
+++ b/perl-Thread-Queue.spec
@@ -1,12 +1,15 @@
 Name:   perl-Thread-Queue
-Version:3.05
-Release:346%{?dist}
+Version:3.06
+Release:1%{?dist}
 Summary:Thread-safe queues
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Thread-Queue/
 Source0:
http://www.cpan.org/authors/id/J/JD/JDHEDDEN/Thread-Queue-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -51,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.06-1
+- 3.06 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.05-346
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 82d42fa..f0098b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e2212d9e2ffd0d1f85f52c3707a6d97  Thread-Queue-3.05.tar.gz
+7d61c1bcb38e1fa1938f09621177f3ac  Thread-Queue-3.06.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Thread-Queue.git/commit/?h=masterid=0534e39c3bdeade96466d3ee47ad2a8765aa932b
--
Fedora Extras Perl SIG
http://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 1256199] perl-Term-Cap-1.17 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256199



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Term-Cap-1.17-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14308

-- 
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 VM-EC2-Security-CredentialCache-0.25.tar.gz for perl-VM-EC2-Security-CredentialCache

2015-08-26 Thread notifications
d512f057504f6465b02ddfe2f4a689db  VM-EC2-Security-CredentialCache-0.25.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-VM-EC2-Security-CredentialCache/VM-EC2-Security-CredentialCache-0.25.tar.gz/md5/d512f057504f6465b02ddfe2f4a689db/VM-EC2-Security-CredentialCache-0.25.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Object-InsideOut (f23). 3.99 bump

2015-08-26 Thread notifications
From f023670472144c3b6ea988bef56502a9e55449db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 09:25:17 +0200
Subject: 3.99 bump


diff --git a/.gitignore b/.gitignore
index d177cc2..42cc493 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ Object-InsideOut-3.56.tar.gz
 /Object-InsideOut-3.96.tar.gz
 /Object-InsideOut-3.97.tar.gz
 /Object-InsideOut-3.98.tar.gz
+/Object-InsideOut-3.99.tar.gz
diff --git a/Object-InsideOut-3.99-Remove-forgotten-print.patch 
b/Object-InsideOut-3.99-Remove-forgotten-print.patch
new file mode 100644
index 000..adda397
--- /dev/null
+++ b/Object-InsideOut-3.99-Remove-forgotten-print.patch
@@ -0,0 +1,30 @@
+From e6ee899066ff529bcbaf13a5c97aab31530069b6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 26 Aug 2015 09:31:07 +0200
+Subject: [PATCH] Remove forgotten print
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+CPAN RT#106661
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/Object/InsideOut.pm | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/lib/Object/InsideOut.pm b/lib/Object/InsideOut.pm
+index 99b7005..aac5a01 100644
+--- a/lib/Object/InsideOut.pm
 b/lib/Object/InsideOut.pm
+@@ -2780,7 +2780,6 @@ _PRE_
+ }
+ }
+ 
+-print($code);
+ # Compile the subroutine(s) in the smallest possible lexical scope
+ my @errs;
+ local $SIG{'__WARN__'} = sub { push(@errs, @_); };
+-- 
+2.4.3
+
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 3c8ce49..8a075e3 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,12 +1,17 @@
 Name:   perl-Object-InsideOut
-Version:3.98
-Release:9%{?dist}
+Version:3.99
+Release:1%{?dist}
 Summary:Comprehensive inside-out object support module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Object-InsideOut
 Source0:
http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz
+# Remove a spurious debugging output, CPAN RT#106661
+Patch0: Object-InsideOut-3.99-Remove-forgotten-print.patch
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -16,7 +21,6 @@ BuildRequires:  perl(attributes)
 BuildRequires:  perl(B)
 BuildRequires:  perl(Data::Dumper) = 2.131
 BuildRequires:  perl(Exception::Class) = 1.32
-# The correct minimal Scalar::Util version is 1.23, CPAN RT#89325
 BuildRequires:  perl(Scalar::Util) = 1.23
 # Optional run-time
 %if %{undefined perl_bootstrap}
@@ -36,7 +40,6 @@ BuildRequires:  perl(threads::shared)
 BuildRequires:  perl(Storable)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Data::Dumper) = 2.131
-# The correct minimal Scalar::Util version is 1.23, CPAN RT#89325
 Requires:   perl(Scalar::Util) = 1.23
 
 %{?perl_default_filter}
@@ -60,6 +63,7 @@ to the object's ID.
 
 %prep
 %setup -q -n Object-InsideOut-%{version}
+%patch0 -p1
 # fix permissions
 find lib -type f -print0 | xargs -0 chmod 0644
 
@@ -82,6 +86,9 @@ make test
 
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.99-1
+- 3.99 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.98-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 1dccbb5..b50936c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d565588b54de0f9ec56e60c9cee80b8e  Object-InsideOut-3.98.tar.gz
+bc542708f02432ac5dd22c5adf64d25a  Object-InsideOut-3.99.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Object-InsideOut.git/commit/?h=f23id=f023670472144c3b6ea988bef56502a9e55449db
--
Fedora Extras Perl SIG
http://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 1256187] perl-Object-InsideOut-3.99 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256187



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Object-InsideOut-3.99-1.fc21 has been submitted as an update to Fedora 21.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14299

-- 
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 1256194] perl-Thread-Queue-3.06 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256194

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Thread-Queue-3.06-1.fc
   ||24



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

Broken dependencies: perl-POE-API-Peek

2015-08-26 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-Dump-Streamer

2015-08-26 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-Devel-BeginLift

2015-08-26 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-B-Hooks-OP-Check-EntersubForCV

2015-08-26 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-Data-Alias

2015-08-26 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-Method-Signatures

2015-08-26 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-Test-AutoBuild

2015-08-26 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: polymake

2015-08-26 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-Devel-FindRef

2015-08-26 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

[Bug 1256199] perl-Term-Cap-1.17 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256199

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Term-Cap-1.17-1.fc24



-- 
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 Object-InsideOut-3.99.tar.gz for perl-Object-InsideOut

2015-08-26 Thread notifications
bc542708f02432ac5dd22c5adf64d25a  Object-InsideOut-3.99.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Object-InsideOut/Object-InsideOut-3.99.tar.gz/md5/bc542708f02432ac5dd22c5adf64d25a/Object-InsideOut-3.99.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 Term-Cap-1.17.tar.gz for perl-Term-Cap

2015-08-26 Thread notifications
4461ac0a1492e59e7430bc879dc2d962  Term-Cap-1.17.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Term-Cap/Term-Cap-1.17.tar.gz/md5/4461ac0a1492e59e7430bc879dc2d962/Term-Cap-1.17.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 1256199] perl-Term-Cap-1.17 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256199



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-Term-Cap-1.17-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=680272

-- 
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-Object-InsideOut (f21). 3.99 bump

2015-08-26 Thread notifications
From e9e54cf4f8a4e1f7c7cd6a346f81024b960fafb6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 09:25:17 +0200
Subject: 3.99 bump


diff --git a/.gitignore b/.gitignore
index d177cc2..42cc493 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ Object-InsideOut-3.56.tar.gz
 /Object-InsideOut-3.96.tar.gz
 /Object-InsideOut-3.97.tar.gz
 /Object-InsideOut-3.98.tar.gz
+/Object-InsideOut-3.99.tar.gz
diff --git a/Object-InsideOut-3.99-Remove-forgotten-print.patch 
b/Object-InsideOut-3.99-Remove-forgotten-print.patch
new file mode 100644
index 000..adda397
--- /dev/null
+++ b/Object-InsideOut-3.99-Remove-forgotten-print.patch
@@ -0,0 +1,30 @@
+From e6ee899066ff529bcbaf13a5c97aab31530069b6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 26 Aug 2015 09:31:07 +0200
+Subject: [PATCH] Remove forgotten print
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+CPAN RT#106661
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/Object/InsideOut.pm | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/lib/Object/InsideOut.pm b/lib/Object/InsideOut.pm
+index 99b7005..aac5a01 100644
+--- a/lib/Object/InsideOut.pm
 b/lib/Object/InsideOut.pm
+@@ -2780,7 +2780,6 @@ _PRE_
+ }
+ }
+ 
+-print($code);
+ # Compile the subroutine(s) in the smallest possible lexical scope
+ my @errs;
+ local $SIG{'__WARN__'} = sub { push(@errs, @_); };
+-- 
+2.4.3
+
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 808f297..9e54839 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,12 +1,17 @@
 Name:   perl-Object-InsideOut
-Version:3.98
-Release:2%{?dist}
+Version:3.99
+Release:1%{?dist}
 Summary:Comprehensive inside-out object support module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Object-InsideOut
 Source0:
http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz
+# Remove a spurious debugging output, CPAN RT#106661
+Patch0: Object-InsideOut-3.99-Remove-forgotten-print.patch
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -16,7 +21,6 @@ BuildRequires:  perl(attributes)
 BuildRequires:  perl(B)
 BuildRequires:  perl(Data::Dumper) = 2.131
 BuildRequires:  perl(Exception::Class) = 1.32
-# The correct minimal Scalar::Util version is 1.23, CPAN RT#89325
 BuildRequires:  perl(Scalar::Util) = 1.23
 # Optional run-time
 %if %{undefined perl_bootstrap}
@@ -36,7 +40,6 @@ BuildRequires:  perl(threads::shared)
 BuildRequires:  perl(Storable)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Data::Dumper) = 2.131
-# The correct minimal Scalar::Util version is 1.23, CPAN RT#89325
 Requires:   perl(Scalar::Util) = 1.23
 
 %{?perl_default_filter}
@@ -60,6 +63,7 @@ to the object's ID.
 
 %prep
 %setup -q -n Object-InsideOut-%{version}
+%patch0 -p1
 # fix permissions
 find lib -type f -print0 | xargs -0 chmod 0644
 
@@ -82,6 +86,9 @@ make test
 
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.99-1
+- 3.99 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.98-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 1dccbb5..b50936c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d565588b54de0f9ec56e60c9cee80b8e  Object-InsideOut-3.98.tar.gz
+bc542708f02432ac5dd22c5adf64d25a  Object-InsideOut-3.99.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Object-InsideOut.git/commit/?h=f21id=e9e54cf4f8a4e1f7c7cd6a346f81024b960fafb6
--
Fedora Extras Perl SIG
http://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 1256194] perl-Thread-Queue-3.06 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256194



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Thread-Queue-3.06-1.fc21 has been submitted as an update to Fedora 21.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14307

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

Re: [389-devel] [lib389] Deref control advice needed

2015-08-26 Thread William Brown

 In relation to ticket 47757, I have started work on a deref control for
 Noriko.
 The idea is to get it working in lib389, then get it upstreamed into pyldap.
 
 At this point it's all done, except that the actual request control doesn't
 appear to work. Could one of the lib389 / ldap python experts cast their eye
 over this and let me know where I've gone wrong? 

I have improved this, but am having issues with the asn1spec for ber decoding.

I have attached the updated patch, but specifically the issue is in _controls.py

I would appreciate if anyone could take a look at this, and let me know if there
is something I have missed.


 controlValue ::= SEQUENCE OF derefRes DerefRes

 DerefRes ::= SEQUENCE {
 derefAttr   AttributeDescription,
 derefValLDAPDN,
 attrVals[0] PartialAttributeList OPTIONAL }

 PartialAttributeList ::= SEQUENCE OF
partialAttribute PartialAttribute


class DerefRes(univ.Sequence):
componentType = namedtype.NamedTypes(
namedtype.NamedType('derefAttr', AttributeDescription()),
namedtype.NamedType('derefVal', LDAPDN()),
namedtype.OptionalNamedType('attrVals', PartialAttributeList()),
)

class DerefResultControlValue(univ.SequenceOf):
componentType = DerefRes()





def decodeControlValue(self,encodedControlValue):
self.entry = {}
#decodedValue,_ =
decoder.decode(encodedControlValue,asn1Spec=DerefResultControlValue())
# Gets the error: TagSet(Tag(tagClass=0, tagFormat=32, tagId=16),
Tag(tagClass=128, tagFormat=32, tagId=0)) not in asn1Spec:
{TagSet(Tag(tagClass=0, tagFormat=32, tagId=16)): PartialAttributeList()}/{}
decodedValue,_ = decoder.decode(encodedControlValue)
print(decodedValue.prettyPrint())
# Pretty print yields
#Sequence:  -- Sequence of
# no-name=Sequence:  -- derefRes
#  no-name=uniqueMember -- derefAttr
#  no-name=uid=test,dc=example,dc=com -- derefVal
#  no-name=Sequence: -- attrVals
#   no-name=uid
#   no-name=Set:
#no-name=test
# For now, while asn1spec is sad, we'll just rely on it being well
formed
# However, this isn't good, as without the asn1spec, we seem to actually
be dropping values 
for result in decodedValue:
derefAttr, derefVal, _ = result
self.entry[str(derefAttr)] = str(derefVal)

From 22f1912f95e2188743525dba876cd122db27bb13 Mon Sep 17 00:00:00 2001
From: William Brown will...@blackhats.net.au
Date: Tue, 25 Aug 2015 15:38:11 +0930
Subject: [PATCH] Add dereference request control to lib389 for testing.

---
 lib389/__init__.py|  43 ++
 lib389/_constants.py  |   6 +++
 lib389/_controls.py   | 110 ++
 tests/dereference_test.py |  81 ++
 4 files changed, 240 insertions(+)
 create mode 100644 lib389/_controls.py
 create mode 100644 tests/dereference_test.py

diff --git a/lib389/__init__.py b/lib389/__init__.py
index 8dfe28f..201bf32 100644
--- a/lib389/__init__.py
+++ b/lib389/__init__.py
@@ -73,6 +73,7 @@ MAJOR, MINOR, _, _, _ = sys.version_info
 
 if MAJOR = 3 or (MAJOR == 2 and MINOR = 7):
 from ldap.controls.simple import GetEffectiveRightsControl
+from lib389._controls import DereferenceControl
 
 RE_DBMONATTR = re.compile(r'^([a-zA-Z]+)-([1-9][0-9]*)$')
 RE_DBMONATTRSUN = re.compile(r'^([a-zA-Z]+)-([a-zA-Z]+)$')
@@ -2401,6 +2402,48 @@ class DirSrv(SimpleLDAPObject):
 self.set_option(ldap.OPT_SERVER_CONTROLS, [])
 return ldap_result
 
+# Is there a better name for this function?
+def dereference(self, deref, base=DEFAULT_SUFFIX, scope=ldap.SCOPE_SUBTREE, *args, **kwargs):
+
+Perform a search which dereferences values from attributes such as member
+or unique member.
+For arguments to this function, please see LDAPObject.search_s. For example:
+
+@param deref - Dereference query
+@param base - Base DN of the suffix to check
+@param scope - search scope
+@param args -
+@param kwargs -
+@return - ldap result
+
+LDAPObject.search_s(base, scope[, filterstr='(objectClass=*)'[, attrlist=None[, attrsonly=0]]]) - list|None
+
+A deref query is of the format:
+
+attribute to derference:deref attr1,deref attr2...
+
+uniqueMember:dn,objectClass
+
+This will return the dn's and objectClasses of the dereferenced members of the group.
+
+if not (MAJOR = 3 or (MAJOR == 2 and MINOR = 7)):
+raise Exception(UNSUPPORTED EXTENDED OPERATION ON THIS VERSION OF PYTHON)
+ldap_result = None
+# This may not be thread safe. Is there a better way to do this?
+try:
+drc = DereferenceControl(True, deref=deref.encode('UTF-8'))
+sctrl = [drc]
+self.set_option(ldap.OPT_SERVER_CONTROLS, 

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

2015-08-26 Thread buildsys


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


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

Broken dependencies: perl-Test-AutoBuild

2015-08-26 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the F-23 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: polymake

2015-08-26 Thread buildsys


polymake has broken dependencies in the F-23 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-Devel-BeginLift

2015-08-26 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the F-23 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-B-Hooks-OP-Check-EntersubForCV

2015-08-26 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the F-23 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

[Bug 1256187] perl-Object-InsideOut-3.99 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256187



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-Object-InsideOut-3.99-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=680233

-- 
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-Thread-Queue (f22). 3.06 bump

2015-08-26 Thread notifications
From 3bd63c302e96ab8e37520bff287d1b3a587ff8ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 10:33:49 +0200
Subject: 3.06 bump


diff --git a/.gitignore b/.gitignore
index d7bfb64..00104f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Thread-Queue-3.03.tar.gz
 /Thread-Queue-3.04.tar.gz
 /Thread-Queue-3.05.tar.gz
+/Thread-Queue-3.06.tar.gz
diff --git a/perl-Thread-Queue.spec b/perl-Thread-Queue.spec
index e956175..ed185f8 100644
--- a/perl-Thread-Queue.spec
+++ b/perl-Thread-Queue.spec
@@ -1,12 +1,15 @@
 Name:   perl-Thread-Queue
-Version:3.05
-Release:310%{?dist}
+Version:3.06
+Release:1%{?dist}
 Summary:Thread-safe queues
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Thread-Queue/
 Source0:
http://www.cpan.org/authors/id/J/JD/JDHEDDEN/Thread-Queue-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -51,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.06-1
+- 3.06 bump
+
 * Wed Sep 03 2014 Jitka Plesnikova jples...@redhat.com - 3.05-310
 - Increase release to favour standalone package
 
diff --git a/sources b/sources
index 82d42fa..f0098b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e2212d9e2ffd0d1f85f52c3707a6d97  Thread-Queue-3.05.tar.gz
+7d61c1bcb38e1fa1938f09621177f3ac  Thread-Queue-3.06.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Thread-Queue.git/commit/?h=f22id=3bd63c302e96ab8e37520bff287d1b3a587ff8ed
--
Fedora Extras Perl SIG
http://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 1256194] perl-Thread-Queue-3.06 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256194



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-Thread-Queue-3.06-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=680249

-- 
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 1256194] perl-Thread-Queue-3.06 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256194



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Thread-Queue-3.06-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14305

-- 
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-Term-Cap (master). 1.17 bump

2015-08-26 Thread notifications
From 6cd0ad016f0d28de84e388a977c2d1ae0a4141ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 12:18:53 +0200
Subject: 1.17 bump


diff --git a/.gitignore b/.gitignore
index 9b04486..5812d23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Term-Cap-1.16.tar.gz
+/Term-Cap-1.17.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..d9a9964
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* termcap);
diff --git a/perl-Term-Cap.spec b/perl-Term-Cap.spec
index c1b1ba5..c268fcc 100644
--- a/perl-Term-Cap.spec
+++ b/perl-Term-Cap.spec
@@ -1,5 +1,5 @@
 Name:   perl-Term-Cap
-Version:1.16
+Version:1.17
 Release:1%{?dist}
 Summary:Perl termcap interface
 License:GPL+ or Artistic
@@ -46,10 +46,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 1.17-1
+- 1.17 bump
+
 * 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 8f9dfc5..6959263 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d3e0184688205d3bd797d14f840c253  Term-Cap-1.16.tar.gz
+4461ac0a1492e59e7430bc879dc2d962  Term-Cap-1.17.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Term-Cap.git/commit/?h=masterid=6cd0ad016f0d28de84e388a977c2d1ae0a4141ae
--
Fedora Extras Perl SIG
http://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 1256187] perl-Object-InsideOut-3.99 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256187



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Object-InsideOut-3.99-1.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14298

-- 
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 1256194] perl-Thread-Queue-3.06 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256194



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
Backward compatible, 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

ppisar pushed to perl-Thread-Queue (f23). 3.06 bump

2015-08-26 Thread notifications
From 0534e39c3bdeade96466d3ee47ad2a8765aa932b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 10:33:49 +0200
Subject: 3.06 bump


diff --git a/.gitignore b/.gitignore
index d7bfb64..00104f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Thread-Queue-3.03.tar.gz
 /Thread-Queue-3.04.tar.gz
 /Thread-Queue-3.05.tar.gz
+/Thread-Queue-3.06.tar.gz
diff --git a/perl-Thread-Queue.spec b/perl-Thread-Queue.spec
index aa4c0bf..68190f7 100644
--- a/perl-Thread-Queue.spec
+++ b/perl-Thread-Queue.spec
@@ -1,12 +1,15 @@
 Name:   perl-Thread-Queue
-Version:3.05
-Release:346%{?dist}
+Version:3.06
+Release:1%{?dist}
 Summary:Thread-safe queues
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Thread-Queue/
 Source0:
http://www.cpan.org/authors/id/J/JD/JDHEDDEN/Thread-Queue-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -51,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 3.06-1
+- 3.06 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.05-346
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 82d42fa..f0098b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e2212d9e2ffd0d1f85f52c3707a6d97  Thread-Queue-3.05.tar.gz
+7d61c1bcb38e1fa1938f09621177f3ac  Thread-Queue-3.06.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Thread-Queue.git/commit/?h=f23id=0534e39c3bdeade96466d3ee47ad2a8765aa932b
--
Fedora Extras Perl SIG
http://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 1256194] perl-Thread-Queue-3.06 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256194



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Thread-Queue-3.06-1.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14306

-- 
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-Term-Cap (f23). 1.17 bump

2015-08-26 Thread notifications
From 6cd0ad016f0d28de84e388a977c2d1ae0a4141ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 12:18:53 +0200
Subject: 1.17 bump


diff --git a/.gitignore b/.gitignore
index 9b04486..5812d23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Term-Cap-1.16.tar.gz
+/Term-Cap-1.17.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..d9a9964
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* termcap);
diff --git a/perl-Term-Cap.spec b/perl-Term-Cap.spec
index c1b1ba5..c268fcc 100644
--- a/perl-Term-Cap.spec
+++ b/perl-Term-Cap.spec
@@ -1,5 +1,5 @@
 Name:   perl-Term-Cap
-Version:1.16
+Version:1.17
 Release:1%{?dist}
 Summary:Perl termcap interface
 License:GPL+ or Artistic
@@ -46,10 +46,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 1.17-1
+- 1.17 bump
+
 * 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 8f9dfc5..6959263 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d3e0184688205d3bd797d14f840c253  Term-Cap-1.16.tar.gz
+4461ac0a1492e59e7430bc879dc2d962  Term-Cap-1.17.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Term-Cap.git/commit/?h=f23id=6cd0ad016f0d28de84e388a977c2d1ae0a4141ae
--
Fedora Extras Perl SIG
http://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 1256199] perl-Term-Cap-1.17 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256199



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
Bugfix release suitable for Fedora = 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 1257169] New: perl-Archive-Zip-1.50 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257169

Bug ID: 1257169
   Summary: perl-Archive-Zip-1.50 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Archive-Zip
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, st...@silug.org



Latest upstream release: 1.50
Current version/release in rawhide: 1.49-1.fc24
URL: http://search.cpan.org/dist/Archive-Zip/

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 1257169] perl-Archive-Zip-1.50 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257169



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

cmd:  sha256sum /var/tmp/thn-5E9nI1/100.0%
return code:  1
stdout:

stderr:
sha256sum: /var/tmp/thn-5E9nI1/100.0%: No such file or directory

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

Re: Firefox addon signing

2015-08-26 Thread Alexander Ploumistos
Their FAQ is constantly updated:

https://wiki.mozilla.org/Addons/Extension_Signing#FAQ

I'm not sure if there is a valid practical reason to refuse submitting the
addons that we ship to their signing service or if it is against our
policies; at least mozilla-https-everywhere has been signed.

Mozilla states that they will be offering an unbranded binary (en_US only)
for development and testing purposes.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1221622] perl-Math-Int64-0.53 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1221622

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

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Math-Int64-0.53-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-08-26 08:12:06



-- 
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 pushed to perl-Archive-Zip (master). 1.50 bump

2015-08-26 Thread notifications
From d02d56cfbf10d32f03ab39ed36b2f193b621a5be Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 26 Aug 2015 14:37:35 +0200
Subject: 1.50 bump


diff --git a/.gitignore b/.gitignore
index 8fed6fa..a14a8de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Archive-Zip-1.30.tar.gz
 /Archive-Zip-1.47.tar.gz
 /Archive-Zip-1.48.tar.gz
 /Archive-Zip-1.49.tar.gz
+/Archive-Zip-1.50.tar.gz
diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec
index 2da218d..4271dc7 100644
--- a/perl-Archive-Zip.spec
+++ b/perl-Archive-Zip.spec
@@ -1,5 +1,5 @@
 Name:   perl-Archive-Zip
-Version:1.49
+Version:1.50
 Release:1%{?dist}
 Summary:Perl library for accessing Zip archives
 
@@ -95,6 +95,9 @@ make test
 
 
 %changelog
+* Wed Aug 26 2015 Jitka Plesnikova jples...@redhat.com - 1.50-1
+- 1.50 bump
+
 * Mon Aug 03 2015 Petr Pisar ppi...@redhat.com - 1.49-1
 - 1.49 bump
 
diff --git a/sources b/sources
index a73e456..387e32e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35b81833e44d0001f0e1c86c72f2a6c8  Archive-Zip-1.49.tar.gz
+c68f1db2c340456845ac29e26ae2b45a  Archive-Zip-1.50.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Archive-Zip.git/commit/?h=masterid=d02d56cfbf10d32f03ab39ed36b2f193b621a5be
--
Fedora Extras Perl SIG
http://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-VM-EC2-Security-CredentialCache (master). 0.25 bump

2015-08-26 Thread notifications
From 361efb9d0582fb4cca5677e1859cd24f497f14d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 12:37:49 +0200
Subject: 0.25 bump


diff --git a/.gitignore b/.gitignore
index b0a3ea8..d74b551 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /VM-EC2-Security-CredentialCache-0.23.tar.gz
+/VM-EC2-Security-CredentialCache-0.25.tar.gz
diff --git a/perl-VM-EC2-Security-CredentialCache.spec 
b/perl-VM-EC2-Security-CredentialCache.spec
index 4cf0dc2..d2ea2c8 100644
--- a/perl-VM-EC2-Security-CredentialCache.spec
+++ b/perl-VM-EC2-Security-CredentialCache.spec
@@ -1,5 +1,5 @@
 Name:   perl-VM-EC2-Security-CredentialCache
-Version:0.23
+Version:0.25
 Release:1%{?dist}
 Summary:Cache credentials respecting expiration time for IAM roles
 License:GPL+ or Artistic
@@ -48,5 +48,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 0.25-1
+- 0.25 bump
+
 * Thu Jun 04 2015 Petr Pisar ppi...@redhat.com 0.23-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 76fc336..1b9db59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2fb9ca19f458e70a3a1db6348b5cb30d  VM-EC2-Security-CredentialCache-0.23.tar.gz
+d512f057504f6465b02ddfe2f4a689db  VM-EC2-Security-CredentialCache-0.25.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-VM-EC2-Security-CredentialCache.git/commit/?h=masterid=361efb9d0582fb4cca5677e1859cd24f497f14d7
--
Fedora Extras Perl SIG
http://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 1256206] perl-VM-EC2-Security-CredentialCache-0.25 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256206



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-VM-EC2-Security-CredentialCache-0.25-1.fc23 has been submitted as an
update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-14310

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

Re: Firefox addon signing

2015-08-26 Thread Richard Z
On Thu, Feb 12, 2015 at 07:07:34PM +0100, Reindl Harald wrote:
 
 Am 12.02.2015 um 18:53 schrieb Simo Sorce:
 Maybe it is only about preventing people from bundling the official
 Firefox version with dodgy add-ons.  Not downright malware, but things
 users may not actually want without realizing it.  The signature
 checking means that those who prepare the downloads can no longer use
 the unmodified upstream binary.  Which in turn might force them not to
 use Mozilla brands.
 
 Maybe this is a bit far-fetched, but after hours of staring at other
 people's code today, it seems pretty reasonable to me.
 
 But what do add-on developers do?  Surely there is a way to disable this
 somehow?
 
 Mozilla stated they will have to use the Developer Version (Aurora was
 the name ?) or the nightlies ...
 
 than Fedora needs to switch to the developer version if that *really* can't
 be disabled via about:config - that is a unacceptable restriction until
 hmtlvalidator, livehttpheaders and friends are available sigend via the
 mozilla page

any news on that on our side? From firefox-devel I gather that the feature
will land exactly as anounced.

There will be no configurable option for the user or sysadmin to allow loading 
of plugins not signed by mozilla - be it Fedora signed plugins or my personal
bunch of homebrown locally built plugins. 

So I think Fedora could provide 2 Firefox packages:
* firefox-official  with all restrictions
* unbranded-firefoxlike-browser which is almost identical but without said
  restrictions

Richard

-- 
Name and OpenPGP keys available from pgp key servers



pgp08yJMS7xHD.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1062576] memory leak when including a file with use utf8

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1062576

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

   What|Removed |Added

Version|23  |22



--- Comment #6 from Petr Pisar ppi...@redhat.com ---
This was fixed in perl-5.22.0 (since Fedora 23) by refactoring the code.
A fix for perl-5.20 is scheduled for perl-5.20.3 in this commit:

commit 8d89c0509dd5eb1de58dc6617f6e08599eb24792
Author: Tony Cook t...@develop-help.com
Date:   Mon Aug 10 13:37:26 2015 +0100

[PATCH] [perl #123786] don't leak the temp utf8 copy of namepv

-- 
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 1062576] memory leak when including a file with use utf8

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1062576



--- Comment #7 from Petr Pisar ppi...@redhat.com ---
Created attachment 1067231
  -- https://bugzilla.redhat.com/attachment.cgi?id=1067231action=edit
Fix for perl-5.20

This simple fix could be applied to Fedora 21 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

Fw: geeqie 1.2.1 and pkgdb requests

2015-08-26 Thread Michael Schwendt
Making this public on devel@, since there has been:

No response.
No activity in pkgdb.
No activity in koji.

[...]

Begin forwarded message:

Date: Wed, 12 Aug 2015 02:12:04 +0200
From: mschwendt
To: geeqie-owner
Subject: geeqie 1.2.1 and pkgdb requests


Hello!

1) There are pending requests in pkgdb. I have not received any
notifications about them. I don't know how old they are, and it could
be a pkgdb bug that I've haven't received anything. In either case,
I've approved the requests for F22 and F21 where I'm the admin according
to pkgdb. The requests for Rawhide and F23 are still pending.

2) Geeqie v1.2.1 has been tagged in upstream git. It's includes three
merge requests. I've prepared a minor update for F22 only.

[...]

Begin forwarded message:

Date: Wed, 12 Aug 2015 00:04:51 +
From: updates
To: mschwendt
Subject: [Fedora Update] [new] geeqie-1.2-0.2.20150812git2b87884.fc22.1


mschwendt has submitted a new update for Fedora 22


 geeqie-1.2-0.2.20150812git2b87884.fc22.1

Release: Fedora 22
 Status: pending
   Type: bugfix
  Karma: 0
   Bugs: 1223349 - [abrt] geeqie: image_read_ahead_done_cb(): geeqie killed
   : by SIGSEGV
   : 1231644 - orientation hack makes loading image 100x
   : slower
  Notes: Update to upstream tag v1.2.1 for a few merged commit requests,
   : shall also fix: (rhbz #1223349 patch by Sami Farin -
   : crash for Preload next image) (rhbz #1231644
   : orientation hack makes loading image 100x slower)
  Submitter: mschwendt
  Submitted: 2015-08-12 00:04:46

  
https://admin.fedoraproject.org/updates/geeqie-1.2-0.2.20150812git2b87884.fc22.1



-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1256206] perl-VM-EC2-Security-CredentialCache-0.25 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256206

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-VM-EC2-Security-Creden
   ||tialCache-0.25-1.fc24



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
Bugfix release suitable for Fedora = 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

ppisar pushed to perl-VM-EC2-Security-CredentialCache (f23). 0.25 bump

2015-08-26 Thread notifications
From 361efb9d0582fb4cca5677e1859cd24f497f14d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 26 Aug 2015 12:37:49 +0200
Subject: 0.25 bump


diff --git a/.gitignore b/.gitignore
index b0a3ea8..d74b551 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /VM-EC2-Security-CredentialCache-0.23.tar.gz
+/VM-EC2-Security-CredentialCache-0.25.tar.gz
diff --git a/perl-VM-EC2-Security-CredentialCache.spec 
b/perl-VM-EC2-Security-CredentialCache.spec
index 4cf0dc2..d2ea2c8 100644
--- a/perl-VM-EC2-Security-CredentialCache.spec
+++ b/perl-VM-EC2-Security-CredentialCache.spec
@@ -1,5 +1,5 @@
 Name:   perl-VM-EC2-Security-CredentialCache
-Version:0.23
+Version:0.25
 Release:1%{?dist}
 Summary:Cache credentials respecting expiration time for IAM roles
 License:GPL+ or Artistic
@@ -48,5 +48,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Petr Pisar ppi...@redhat.com - 0.25-1
+- 0.25 bump
+
 * Thu Jun 04 2015 Petr Pisar ppi...@redhat.com 0.23-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 76fc336..1b9db59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2fb9ca19f458e70a3a1db6348b5cb30d  VM-EC2-Security-CredentialCache-0.23.tar.gz
+d512f057504f6465b02ddfe2f4a689db  VM-EC2-Security-CredentialCache-0.25.tar.gz
-- 
cgit v0.10.2



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

Volunteer to organize Env-and-Stacks WG meeting this week? (2015-08-27)

2015-08-26 Thread Honza Horak
I know about 3 guys not being able to attend the meeting tomorrow, 
including me. If somebody else is volunteering to organize the meeting 
(which should be at 12pm UTC this week), feel free to do so. Otherwise, 
consider this week canceled.


Honza
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

rawhide report: 20150826 changes

2015-08-26 Thread Fedora Rawhide Report
Compose started at Wed Aug 26 05:15:03 UTC 2015
Broken deps for i386
--
[ScientificPython]
ScientificPython-2.8-20.fc22.i686 requires libmpi.so.1
[apache-scout]
apache-scout-1.2.6-11.fc21.noarch requires mvn(org.apache.juddi:uddi-ws)
apache-scout-1.2.6-11.fc21.noarch requires 
mvn(org.apache.juddi:juddi-client)
[aws]
aws-tools-2015-2.fc23.i686 requires libaws_ssl.so
[cego]
cego-2.20.21-3.fc23.i686 requires liblfcbase.so.1
[dpm-contrib-admintools]
dpm-contrib-admintools-0.2.1-6.fc23.i686 requires MySQL-python(x86-32)
[ghc-citeproc-hs]
ghc-citeproc-hs-0.3.9-6.fc23.i686 requires libHSxml-1.3.13-ghc7.8.4.so
ghc-citeproc-hs-0.3.9-6.fc23.i686 requires 
ghc(xml-1.3.13-62bfe61c33b8015ab0b36aed75278ed2)
ghc-citeproc-hs-devel-0.3.9-6.fc23.i686 requires 
ghc-devel(xml-1.3.13-62bfe61c33b8015ab0b36aed75278ed2)
[ghc-hakyll]
ghc-hakyll-4.5.4.0-3.fc23.i686 requires libHSxml-1.3.13-ghc7.8.4.so
[ghc-scotty]
ghc-scotty-0.9.0-3.fc23.i686 requires 
libHSstringsearch-0.3.6.5-ghc7.8.4.so
ghc-scotty-0.9.0-3.fc23.i686 requires 
ghc(wai-extra-3.0.4.5-71421e9684582df3095add7548e2ff46)
ghc-scotty-devel-0.9.0-3.fc23.i686 requires 
ghc-devel(wai-extra-3.0.4.5-71421e9684582df3095add7548e2ff46)
[ghc-texmath]
ghc-texmath-0.8.0.1-3.fc23.i686 requires libHSxml-1.3.13-ghc7.8.4.so
ghc-texmath-0.8.0.1-3.fc23.i686 requires 
ghc(xml-1.3.13-62bfe61c33b8015ab0b36aed75278ed2)
ghc-texmath-devel-0.8.0.1-3.fc23.i686 requires 
ghc-devel(xml-1.3.13-62bfe61c33b8015ab0b36aed75278ed2)
[gnatcoll]
gnatcoll-2014-4.fc23.i686 requires libgtkada-3.8.so.2
[golang-github-kraman-libcontainer]
golang-github-kraman-libcontainer-devel-0-0.4.gitd700e5b.fc24.noarch 
requires golang(github.com/docker/docker/pkg/netlink)
[golang-github-prometheus-prometheus]
golang-github-prometheus-prometheus-devel-0.15.0-1.fc24.noarch requires 
golang(gopkg.in/fsnotify.v1)
golang-github-prometheus-prometheus-devel-0.15.0-1.fc24.noarch requires 
golang(github.com/julienschmidt/httprouter)
[gtksourceview-sharp]
gtksourceview-sharp-2.0.12-24.fc23.i686 requires gtksourceview
[hadoop]
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-servlet)
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-json)
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-core)
hadoop-hdfs-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-hdfs-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-servlet)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-json)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-core)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-client)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-yarn-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-yarn-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-client)
hadoop-yarn-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey.contribs:jersey-guice)
[hawaii-shell]
hawaii-shell-0.3.0-3.fc22.i686 requires 
libqtaccountsservice-qt5.so.0.1.2
[hbase]
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hbase-tests-0.98.3-4.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hbase-tests-0.98.3-4.fc22.noarch requires 
mvn(com.sun.jersey:jersey-json)
hbase-tests-0.98.3-4.fc22.noarch requires 
mvn(com.sun.jersey:jersey-core)
[hledger]
ghc-hledger-0.24-1.fc23.i686 requires libHSwizards-1.0.1-ghc7.8.4.so
ghc-hledger-0.24-1.fc23.i686 requires libHSsafe-0.3.8-ghc7.8.4.so
ghc-hledger-0.24-1.fc23.i686 requires 
ghc(wizards-1.0.1-1fbc6b27418a55ac15f9fa21e7407414)
ghc-hledger-0.24-1.fc23.i686 requires 
ghc(safe-0.3.8-d74ed6b72913e328eb71bf0989f33612)
ghc-hledger-0.24-1.fc23.i686 requires 
ghc(hledger-lib-0.24-06c4bb107fea6f74264186bb3b3d4955)
ghc-hledger-devel-0.24-1.fc23.i686 requires 

jplesnik pushed to perl-Math-Int64 (master). 0.53 bump

2015-08-26 Thread notifications
From 9278063159108b408f16bbe1eeb4145652d07e7b Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 26 Aug 2015 14:08:19 +0200
Subject: 0.53 bump


diff --git a/.gitignore b/.gitignore
index 4baf60a..28a17e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Math-Int64-0.34.tar.gz
 /Math-Int64-0.51.tar.gz
 /Math-Int64-0.52.tar.gz
+/Math-Int64-0.53.tar.gz
diff --git a/perl-Math-Int64.spec b/perl-Math-Int64.spec
index cf95f65..acd3412 100644
--- a/perl-Math-Int64.spec
+++ b/perl-Math-Int64.spec
@@ -1,11 +1,13 @@
 Name:   perl-Math-Int64
-Version:0.52
-Release:3%{?dist}
+Version:0.53
+Release:1%{?dist}
 Summary:Manipulate 64 bits integers in Perl
 License:(GPL+ or Artistic) and Public Domain and BSD
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Math-Int64/
 Source0:
http://www.cpan.org/modules/by-module/Math/Math-Int64-%{version}.tar.gz
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -19,13 +21,16 @@ BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(overload)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(warnings)
+BuildRequires:  perl(warnings::register)
 BuildRequires:  perl(XSLoader)
 Requires:   perl(XSLoader)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -63,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Jitka Plesnikova jples...@redhat.com - 0.53-1
+- 0.53 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.52-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 8c9afa5..1beb034 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef88033f1563d986f44819f7864f48b7  Math-Int64-0.52.tar.gz
+063187e601baab0cb86579b8f01f56d3  Math-Int64-0.53.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Math-Int64.git/commit/?h=masterid=9278063159108b408f16bbe1eeb4145652d07e7b
--
Fedora Extras Perl SIG
http://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 Math-Int64-0.53.tar.gz for perl-Math-Int64

2015-08-26 Thread notifications
063187e601baab0cb86579b8f01f56d3  Math-Int64-0.53.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Math-Int64/Math-Int64-0.53.tar.gz/md5/063187e601baab0cb86579b8f01f56d3/Math-Int64-0.53.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 1257174] New: perl-Object-InsideOut-4.01 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257174

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



Latest upstream release: 4.01
Current version/release in rawhide: 3.99-1.fc24
URL: http://search.cpan.org/dist/Object-InsideOut/

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 1257174] perl-Object-InsideOut-4.01 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257174



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

cmd:  sha256sum /var/tmp/thn-5sRZII/100.0%
return code:  1
stdout:

stderr:
sha256sum: /var/tmp/thn-5sRZII/100.0%: No such file or directory

-- 
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 Archive-Zip-1.50.tar.gz for perl-Archive-Zip

2015-08-26 Thread notifications
c68f1db2c340456845ac29e26ae2b45a  Archive-Zip-1.50.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Archive-Zip/Archive-Zip-1.50.tar.gz/md5/c68f1db2c340456845ac29e26ae2b45a/Archive-Zip-1.50.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 1257169] perl-Archive-Zip-1.50 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257169

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Archive-Zip-1.50-1.fc2
   ||4
 Resolution|--- |RAWHIDE
Last Closed||2015-08-26 08:46:56



-- 
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 1257172] New: perl-Mozilla-CA-20150826 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257172

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



Latest upstream release: 20150826
Current version/release in rawhide: 20141217-3.fc23
URL: http://search.cpan.org/dist/Mozilla-CA/

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 1257176] New: perl-SOAP-Lite-1.18 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257176

Bug ID: 1257176
   Summary: perl-SOAP-Lite-1.18 is available
   Product: Fedora
   Version: rawhide
 Component: perl-SOAP-Lite
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: andrea.v...@gmail.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 1.18
Current version/release in rawhide: 1.17-1.fc24
URL: http://search.cpan.org/dist/SOAP-Lite/

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 1257176] perl-SOAP-Lite-1.18 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257176



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

cmd:  sha256sum /var/tmp/thn-6mHb7r/100.0%
return code:  1
stdout:

stderr:
sha256sum: /var/tmp/thn-6mHb7r/100.0%: No such file or directory

-- 
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 Mozilla-CA-20150826.tar.gz for perl-Mozilla-CA

2015-08-26 Thread notifications
52de059194004192345687f7a2f88224  Mozilla-CA-20150826.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Mozilla-CA/Mozilla-CA-20150826.tar.gz/md5/52de059194004192345687f7a2f88224/Mozilla-CA-20150826.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 1256206] perl-VM-EC2-Security-CredentialCache-0.25 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256206



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-VM-EC2-Security-CredentialCache-0.25-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=680280

-- 
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 1257172] perl-Mozilla-CA-20150826 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257172



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

cmd:  sha256sum /var/tmp/thn-lPNime/100.0%
return code:  1
stdout:

stderr:
sha256sum: /var/tmp/thn-lPNime/100.0%: No such file or directory

-- 
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 1257169] perl-Archive-Zip-1.50 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257169



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-Archive-Zip-1.50-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=680323

-- 
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 1256166] perl-Module-CoreList-5.20150820 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256166



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Module-CoreList-5.20150820-1.fc22 has been submitted as an update to
Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-14328

-- 
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 Promises-0.94.tar.gz for perl-Promises

2015-08-26 Thread notifications
a98659ef830979c5cc008341599fac5b  Promises-0.94.tar.gz

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

psabata pushed to perl-SOAP-Lite (f22). 1.18 bump

2015-08-26 Thread notifications
From 6e950d17f8c8611049c24031467c4671b2bb8691 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Wed, 26 Aug 2015 16:33:31 +0200
Subject: 1.18 bump


diff --git a/.gitignore b/.gitignore
index 18ead76..f554807 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ SOAP-Lite-0.710.10.tar.gz
 /SOAP-Lite-1.13.tar.gz
 /SOAP-Lite-1.14.tar.gz
 /SOAP-Lite-1.17.tar.gz
+/SOAP-Lite-1.18.tar.gz
diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index 31d1ac9..a5e93c5 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,5 +1,5 @@
 Name:   perl-SOAP-Lite
-Version:1.17
+Version:1.18
 Release:1%{?dist}
 Summary:Client and server side SOAP implementation
 License:GPL+ or Artistic
@@ -114,7 +114,7 @@ client and server side.
 find examples -type f -exec chmod -c ugo-x {} +
 
 %build
-perl Makefile.PL --noprompt INSTALLDIRS=vendor NO_PACKLIST=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
@@ -134,6 +134,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Wed Aug 26 2015 Petr Šabata con...@redhat.com - 1.18-1
+- 1.18 bump
+
 * Fri Jul 31 2015 Petr Šabata con...@redhat.com - 1.17-1
 - 1.17 bump
 
diff --git a/sources b/sources
index 435b435..97f6bfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81e6e5bbaee17b1c0e839cbc5a37240a  SOAP-Lite-1.17.tar.gz
+a5ddeaad11bc0d6db723838e9e710523  SOAP-Lite-1.18.tar.gz
-- 
cgit v0.10.2



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

psabata pushed to perl-SOAP-Lite (master). 1.18 bump

2015-08-26 Thread notifications
From 6e950d17f8c8611049c24031467c4671b2bb8691 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Wed, 26 Aug 2015 16:33:31 +0200
Subject: 1.18 bump


diff --git a/.gitignore b/.gitignore
index 18ead76..f554807 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ SOAP-Lite-0.710.10.tar.gz
 /SOAP-Lite-1.13.tar.gz
 /SOAP-Lite-1.14.tar.gz
 /SOAP-Lite-1.17.tar.gz
+/SOAP-Lite-1.18.tar.gz
diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index 31d1ac9..a5e93c5 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,5 +1,5 @@
 Name:   perl-SOAP-Lite
-Version:1.17
+Version:1.18
 Release:1%{?dist}
 Summary:Client and server side SOAP implementation
 License:GPL+ or Artistic
@@ -114,7 +114,7 @@ client and server side.
 find examples -type f -exec chmod -c ugo-x {} +
 
 %build
-perl Makefile.PL --noprompt INSTALLDIRS=vendor NO_PACKLIST=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
@@ -134,6 +134,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Wed Aug 26 2015 Petr Šabata con...@redhat.com - 1.18-1
+- 1.18 bump
+
 * Fri Jul 31 2015 Petr Šabata con...@redhat.com - 1.17-1
 - 1.17 bump
 
diff --git a/sources b/sources
index 435b435..97f6bfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81e6e5bbaee17b1c0e839cbc5a37240a  SOAP-Lite-1.17.tar.gz
+a5ddeaad11bc0d6db723838e9e710523  SOAP-Lite-1.18.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-SOAP-Lite.git/commit/?h=masterid=6e950d17f8c8611049c24031467c4671b2bb8691
--
Fedora Extras Perl SIG
http://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 1230793] Upgrade perl-Promises to 0.94

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230793

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

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Promises-0.94-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-08-26 10:44: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

[Bug 1256166] perl-Module-CoreList-5.20150820 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256166



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Module-CoreList-5.20150820-1.fc23 has been submitted as an update to
Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-14327

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

Re: Orphaned Packages in rawhide (2015-08-25)

2015-08-26 Thread Pierre-Yves Chibon
On Wed, Aug 26, 2015 at 03:21:52PM +0200, Vít Ondruch wrote:
 Dne 26.8.2015 v 15:19 Stephen John Smoogen napsal(a):
  On 26 August 2015 at 02:40, Vít Ondruch vondr...@redhat.com wrote:
  Dne 25.8.2015 v 20:33 opensou...@till.name napsal(a):
  and will be retired when they are orphaned for six weeks
 
Package(co)maintainers Status Change
  ==
  apache-poi orphan7 weeks ago
  ekgorphan, karlik9 weeks ago
  ekg2   orphan, karlik9 weeks ago
  fwbuilder  orphan, till  12 weeks ago
  javanotes  orphan8 weeks ago
  jtnef  orphan7 weeks ago
  python-sgutils orphan, grover7 weeks ago
  python-sysv_ipcorphan8 weeks ago
  rubygem-rack-mount orphan, vondruch  8 weeks ago
  rubygem-regin  orphan, vondruch  8 weeks ago
 
  This is a bit contradicting ...
 
 
  Which part? That the package is orphaned for over 6 weeks? Retiring is
  a manual task which means if tyll et al aren't available it doesn't
  get done.
  Or that it is comaintained? A lot of co-maintainers are only sort of
  interested in a package and don't want to own it directly. Some do.
  This is a reminder that the comaintainer should take over the package
  or drop it if they don't want to take over maintainership.
 
 
 The former of course. May be I should open ticket against pkgdb
 requesting support for this.

What should pkgdb do? If a package is orphan it is announced by an email here,
then Till reminds co-maintainer that a package they once had interest in is
orphaned and if no actions occur the package is retired.
This is pretty much the usual workflow.

What could pkgdb do against this? Automatically retire a package after it has
been orphaned more than X days? Automatically send the email?
This sounds a lot like the cron jobs Till is running.


Pierre
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

psabata uploaded SOAP-Lite-1.18.tar.gz for perl-SOAP-Lite

2015-08-26 Thread notifications
a5ddeaad11bc0d6db723838e9e710523  SOAP-Lite-1.18.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-SOAP-Lite/SOAP-Lite-1.18.tar.gz/md5/a5ddeaad11bc0d6db723838e9e710523/SOAP-Lite-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

psabata pushed to perl-SOAP-Lite (f23). 1.18 bump

2015-08-26 Thread notifications
From 6e950d17f8c8611049c24031467c4671b2bb8691 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Wed, 26 Aug 2015 16:33:31 +0200
Subject: 1.18 bump


diff --git a/.gitignore b/.gitignore
index 18ead76..f554807 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ SOAP-Lite-0.710.10.tar.gz
 /SOAP-Lite-1.13.tar.gz
 /SOAP-Lite-1.14.tar.gz
 /SOAP-Lite-1.17.tar.gz
+/SOAP-Lite-1.18.tar.gz
diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index 31d1ac9..a5e93c5 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,5 +1,5 @@
 Name:   perl-SOAP-Lite
-Version:1.17
+Version:1.18
 Release:1%{?dist}
 Summary:Client and server side SOAP implementation
 License:GPL+ or Artistic
@@ -114,7 +114,7 @@ client and server side.
 find examples -type f -exec chmod -c ugo-x {} +
 
 %build
-perl Makefile.PL --noprompt INSTALLDIRS=vendor NO_PACKLIST=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
@@ -134,6 +134,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Wed Aug 26 2015 Petr Šabata con...@redhat.com - 1.18-1
+- 1.18 bump
+
 * Fri Jul 31 2015 Petr Šabata con...@redhat.com - 1.17-1
 - 1.17 bump
 
diff --git a/sources b/sources
index 435b435..97f6bfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81e6e5bbaee17b1c0e839cbc5a37240a  SOAP-Lite-1.17.tar.gz
+a5ddeaad11bc0d6db723838e9e710523  SOAP-Lite-1.18.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-SOAP-Lite.git/commit/?h=f23id=6e950d17f8c8611049c24031467c4671b2bb8691
--
Fedora Extras Perl SIG
http://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 1257176] perl-SOAP-Lite-1.18 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257176



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-SOAP-Lite-1.18-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=680439

-- 
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 pushed to perl-Promises (master). 0.94 bump

2015-08-26 Thread notifications
From 4d7f281e5b52c6964fb10179bea51aa1d3e6e4e4 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 26 Aug 2015 16:36:40 +0200
Subject: 0.94 bump


diff --git a/.gitignore b/.gitignore
index c027940..d9a6329 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Promises-0.93.tar.gz
+/Promises-0.94.tar.gz
diff --git a/perl-Promises.spec b/perl-Promises.spec
index 20ed050..d6b7e19 100644
--- a/perl-Promises.spec
+++ b/perl-Promises.spec
@@ -1,22 +1,24 @@
 Name:   perl-Promises
-Version:0.93
-Release:4%{?dist}
+Version:0.94
+Release:1%{?dist}
 Summary:Implementation of Promises in Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Promises/
-Source0:
http://www.cpan.org/modules/by-module/Promises/Promises-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Promises-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(AE)
 BuildRequires:  perl(AnyEvent)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(EV)
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Mojo::IOLoop)
 BuildRequires:  perl(Module::Runtime)
+BuildRequires:  perl(Mojo::IOLoop)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
@@ -24,6 +26,7 @@ BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.89
 BuildRequires:  perl(warnings)
+BuildRequires:  sed
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -51,11 +54,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
-%doc Changes example LICENSE README README.md
+%license LICENSE
+%doc Changes example README README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Jitka Plesnikova jples...@redhat.com - 0.94-1
+- 0.94 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.93-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 14f96b2..7f568ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a1ff324f7da4ecdbbb5436d2001ccd8  Promises-0.93.tar.gz
+a98659ef830979c5cc008341599fac5b  Promises-0.94.tar.gz
-- 
cgit v0.10.2



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

Fedora 23 Branched 20150826 compose check report

2015-08-26 Thread Fedora compose checker
Missing expected images:

Generic Boot x86_64
Generic Boot i386

No images in this compose but not the previous.

Images in the previous compose but not this:

Generic Boot i386
Cloud atomic Disk x86_64
Scientific_kde Live x86_64
Robotics Live i386
Robotics Live x86_64
Cloud base Vagrant x86_64
Scientific_kde Live i386
Games Live i386
Cloud atomic Vagrant x86_64
Generic Boot x86_64

All openQA tests passed.

-- 
Mail generated by check-compose:
https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1257172] perl-Mozilla-CA-20150826 is available

2015-08-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1257172

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Mozilla-CA-20150826-1.
   ||fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-08-26 09:10:32



-- 
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 pushed to perl-URI-Encode (master). 1.0.1 bump

2015-08-26 Thread notifications
From ba48b59d227d36af6f6be4cd730515944041bb78 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 26 Aug 2015 15:47:50 +0200
Subject: 1.0.1 bump


diff --git a/.gitignore b/.gitignore
index 8cb3874..a7bf866 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /URI-Encode-0.09.tar.gz
+/URI-Encode-v1.0.1.tar.gz
diff --git a/perl-URI-Encode.spec b/perl-URI-Encode.spec
index 60e276b..9c6a3fa 100644
--- a/perl-URI-Encode.spec
+++ b/perl-URI-Encode.spec
@@ -1,11 +1,13 @@
+%global cpan_version v1.0.1
+
 Name:   perl-URI-Encode
-Version:0.09
-Release:3%{?dist}
+Version:%(echo '%{cpan_version}' | tr -d 'v')
+Release:1%{?dist}
 Summary:Percent encoding/decoding for URIs
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/URI-Encode/
-Source0:
http://www.cpan.org/modules/by-module/URI/URI-Encode-%{version}.tar.gz
+Source0:
http://www.cpan.org/modules/by-module/URI/URI-Encode-%{cpan_version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(base)
@@ -28,7 +30,7 @@ which can be pasted into a plain text emails, and that those 
links are
 encoding the reserved characters.
 
 %prep
-%setup -q -n URI-Encode-%{version}
+%setup -q -n URI-Encode-%{cpan_version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -43,11 +45,15 @@ encoding the reserved characters.
 ./Build test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2015 Jitka Plesnikova jples...@redhat.com - 1.0.1-1
+- 1.0.1 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.09-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index d1c6547..c98c88e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-369d5dd49215f3f591a1e5975609df27  URI-Encode-0.09.tar.gz
+2248e3dc1dec341247b16ddf9ead085e  URI-Encode-v1.0.1.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-URI-Encode.git/commit/?h=masterid=ba48b59d227d36af6f6be4cd730515944041bb78
--
Fedora Extras Perl SIG
http://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-Module-CoreList (f22). 5.20150820

2015-08-26 Thread notifications
From ef3f80f1121676c3d321552941d9d701a17357d9 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Tue, 25 Aug 2015 11:22:37 -0400
Subject: 5.20150820


diff --git a/.gitignore b/.gitignore
index 36575c4..da320e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ Module-CoreList-2.13.tar.gz
 /Module-CoreList-5.20150520.tar.gz
 /Module-CoreList-5.20150620.tar.gz
 /Module-CoreList-5.20150720.tar.gz
+/Module-CoreList-5.20150820.tar.gz
diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec
index 5bebc26..a07cf91 100644
--- a/perl-Module-CoreList.spec
+++ b/perl-Module-CoreList.spec
@@ -1,7 +1,7 @@
 Name:   perl-Module-CoreList
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:5.20150720
+Version:5.20150820
 Release:1%{?dist}
 Summary:What modules are shipped with versions of perl
 License:GPL+ or Artistic
@@ -82,6 +82,9 @@ make test
 %{_mandir}/man1/corelist.*
 
 %changelog
+* Tue Aug 25 2015 Tom Callaway s...@fedoraproject.org - 1:5.20150820-1
+- 5.20150820 bump
+
 * Tue Jul 21 2015 Petr Pisar ppi...@redhat.com - 1:5.20150720-1
 - 5.20150720 bump
 
diff --git a/sources b/sources
index 92a9970..e287e51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aab07f1b5b42216a1c4b408618880db8  Module-CoreList-5.20150720.tar.gz
+23398fa0b74e533ef0ea93dee26db321  Module-CoreList-5.20150820.tar.gz
-- 
cgit v0.10.2



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

  1   2   >