psabata uploaded Text-RecordParser-1.6.5.tar.gz for perl-Text-RecordParser

2015-04-23 Thread notifications
9a1a71d37c2b89d9290e1c9207102276  Text-RecordParser-1.6.5.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-RecordParser/Text-RecordParser-1.6.5.tar.gz/9a1a71d37c2b89d9290e1c9207102276/Text-RecordParser-1.6.5.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-Text-RecordParser (master). 1.6.5 bump (..more)

2015-04-23 Thread notifications
From f2539f4e9bbf4feef38558d6c3a673014808eaca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 23 Apr 2015 16:49:12 +0200
Subject: 1.6.5 bump

- Update source URL

diff --git a/.gitignore b/.gitignore
index 58c5149..dba514e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Text-RecordParser-1.3.0.tar.gz
 /Text-RecordParser-v1.5.0.tar.gz
 /Text-RecordParser-v1.6.3.tar.gz
+/Text-RecordParser-1.6.5.tar.gz
diff --git a/perl-Text-RecordParser.spec b/perl-Text-RecordParser.spec
index 701149e..c2c6bed 100644
--- a/perl-Text-RecordParser.spec
+++ b/perl-Text-RecordParser.spec
@@ -1,41 +1,53 @@
 Name:   perl-Text-RecordParser
-Version:1.6.3
-Release:3%{?dist}
+Version:1.6.5
+Release:1%{?dist}
 Summary:Read record-oriented files
 License:GPLv2
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-RecordParser/
-Source0:
http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-%{version}.tar.gz
 BuildArch:  noarch
-Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+# Build
 BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Runtime
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Accessor)
+BuildRequires:  perl(English)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(GraphViz)
 BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Pod::Markdown)
-BuildRequires:  perl(Pod::Readme)
-BuildRequires:  perl(Pod::Select)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Pod::Usage)
 BuildRequires:  perl(Readonly)
-BuildRequires:  perl(strict)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Text::Autoformat)
 BuildRequires:  perl(Text::ParseWords)
+BuildRequires:  perl(Text::TabularDisplay)
 BuildRequires:  perl(version)
 BuildRequires:  perl(warnings)
-# test
-BuildRequires:  perl(Config)
-BuildRequires:  perl(File::Basename)
+# Tests only
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-# not automagically picked up...
-#Requires:   perl(Class::Accessor)
+# Optional tests only
+BuildRequires:  perl(Test::Pod) = 1.14
+BuildRequires:  perl(Test::Pod::Coverage) = 1.04
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
 This module is for reading record-oriented data in a delimited text file.
@@ -49,19 +61,19 @@ you can still bind your own field names via bind_fields. 
Either way, you
 can then use many methods to get at the data as arrays or hashes.
 
 %prep
-%setup -q -n Text-RecordParser-v%{version}
+%setup -q -n Text-RecordParser-%{version}
 perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
 
 %build
-perl Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 %check
-./Build test
+make test
 
 %files
 %doc Changes README TODO
@@ -70,6 +82,10 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man[13]/*
 
 %changelog
+* Thu Apr 23 2015 Petr Å abata con...@redhat.com - 1.6.5-1
+- 1.6.5 bump
+- Update source URL
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 1.6.3-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 5f66f64..96e59e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86659b7a16726b951870f1025681adc2  Text-RecordParser-v1.6.3.tar.gz
+9a1a71d37c2b89d9290e1c9207102276  Text-RecordParser-1.6.5.tar.gz
-- 
cgit v0.10.2



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

jplesnik pushed to perl-File-ShareDir-ProjectDistDir (f22). 1.000007 bump

2015-04-23 Thread notifications
From c457331af2d2b6362ca6698fd69b0cb4011d4309 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 23 Apr 2015 17:10:57 +0200
Subject: 1.07 bump


diff --git a/.gitignore b/.gitignore
index 62fa0dc..ccc8fa4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /File-ShareDir-ProjectDistDir-1.03.tar.gz
 /File-ShareDir-ProjectDistDir-1.04.tar.gz
 /File-ShareDir-ProjectDistDir-1.05.tar.gz
+/File-ShareDir-ProjectDistDir-1.07.tar.gz
diff --git a/perl-File-ShareDir-ProjectDistDir.spec 
b/perl-File-ShareDir-ProjectDistDir.spec
index 930e6f9..23882d2 100644
--- a/perl-File-ShareDir-ProjectDistDir.spec
+++ b/perl-File-ShareDir-ProjectDistDir.spec
@@ -1,5 +1,5 @@
 Name:   perl-File-ShareDir-ProjectDistDir
-Version:1.05
+Version:1.07
 Release:1%{?dist}
 Summary:Simple set-and-forget using of a '/share' directory in your 
projects root
 License:GPL+ or Artistic
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova jples...@redhat.com - 1.07-1
+- 1.07 bump
+
 * Wed Apr 15 2015 Jitka Plesnikova jples...@redhat.com - 1.05-1
 - 1.05 bump
 
diff --git a/sources b/sources
index c54ea04..fc59a71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53009f8a92aa34395d78fac1c3c41be1  File-ShareDir-ProjectDistDir-1.05.tar.gz
+62454f2c189847712a0557fb8992af46  File-ShareDir-ProjectDistDir-1.07.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-File-ShareDir-ProjectDistDir.git/commit/?h=f22id=c457331af2d2b6362ca6698fd69b0cb4011d4309
--
Fedora Extras Perl SIG
http://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 1214713] perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-File-ShareDir-ProjectDistDir-1.07-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=630359

-- 
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 1212025] perl-DBD-ODBC-1.52 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1212025

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



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

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

[Bug 1214766] perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-XML-LibXML-2.0119-1.fc
   ||23



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

[Bug 1209918] CVE-2015-3409 perl-Module-Signature: arbitrary modules loading in some circumstances

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209918

Martin Prpic mpr...@redhat.com changed:

   What|Removed |Added

Summary|perl-Module-Signature:  |CVE-2015-3409
   |arbitrary modules loading   |perl-Module-Signature:
   |in some circumstances   |arbitrary modules loading
   ||in some circumstances



-- 
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 1209917] CVE-2015-3408 perl-Module-Signature: arbitrary code execution when verifying module signatures

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209917

Martin Prpic mpr...@redhat.com changed:

   What|Removed |Added

Summary|perl-Module-Signature:  |CVE-2015-3408
   |arbitrary code execution|perl-Module-Signature:
   |when verifying module   |arbitrary code execution
   |signatures  |when verifying module
   ||signatures



-- 
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 1209918] perl-Module-Signature: arbitrary modules loading in some circumstances

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209918

Martin Prpic mpr...@redhat.com changed:

   What|Removed |Added

  Alias||CVE-2015-3409



-- 
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 1209915] CVE-2015-3407 perl-Module-Signature: arbitrary code execution during test phase

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209915

Martin Prpic mpr...@redhat.com changed:

   What|Removed |Added

Summary|perl-Module-Signature:  |CVE-2015-3407
   |arbitrary code execution|perl-Module-Signature:
   |during test phase   |arbitrary code execution
   ||during test phase



-- 
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 1214766] perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-XML-LibXML-2.0119-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-XML-LibXML-2.0119-1.fc22

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

[Bug 1214713] perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713

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

   What|Removed |Added

 Status|NEW |MODIFIED
   Fixed In Version||perl-File-ShareDir-ProjectD
   ||istDir-1.07-1.fc23



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

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

2015-04-23 Thread notifications
From b581095e44be72e6df6c9519b6c9181a3cd2be52 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 23 Apr 2015 17:02:48 +0200
Subject: 1.07 bump


diff --git a/.gitignore b/.gitignore
index 62fa0dc..ccc8fa4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /File-ShareDir-ProjectDistDir-1.03.tar.gz
 /File-ShareDir-ProjectDistDir-1.04.tar.gz
 /File-ShareDir-ProjectDistDir-1.05.tar.gz
+/File-ShareDir-ProjectDistDir-1.07.tar.gz
diff --git a/perl-File-ShareDir-ProjectDistDir.spec 
b/perl-File-ShareDir-ProjectDistDir.spec
index 930e6f9..23882d2 100644
--- a/perl-File-ShareDir-ProjectDistDir.spec
+++ b/perl-File-ShareDir-ProjectDistDir.spec
@@ -1,5 +1,5 @@
 Name:   perl-File-ShareDir-ProjectDistDir
-Version:1.05
+Version:1.07
 Release:1%{?dist}
 Summary:Simple set-and-forget using of a '/share' directory in your 
projects root
 License:GPL+ or Artistic
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova jples...@redhat.com - 1.07-1
+- 1.07 bump
+
 * Wed Apr 15 2015 Jitka Plesnikova jples...@redhat.com - 1.05-1
 - 1.05 bump
 
diff --git a/sources b/sources
index c54ea04..fc59a71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53009f8a92aa34395d78fac1c3c41be1  File-ShareDir-ProjectDistDir-1.05.tar.gz
+62454f2c189847712a0557fb8992af46  File-ShareDir-ProjectDistDir-1.07.tar.gz
-- 
cgit v0.10.2



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

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-File-ShareDir-ProjectDistDir-1.07-1.fc22 has been submitted as an
update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-File-ShareDir-ProjectDistDir-1.07-1.fc22

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

jplesnik uploaded XML-LibXML-2.0119.tar.gz for perl-XML-LibXML

2015-04-23 Thread notifications
6da66bcbc885c17d7e9490907913b6ab  XML-LibXML-2.0119.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-XML-LibXML/XML-LibXML-2.0119.tar.gz/6da66bcbc885c17d7e9490907913b6ab/XML-LibXML-2.0119.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 1209915] perl-Module-Signature: arbitrary code execution during test phase

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209915

Martin Prpic mpr...@redhat.com changed:

   What|Removed |Added

  Alias||CVE-2015-3407



-- 
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 1209917] perl-Module-Signature: arbitrary code execution when verifying module signatures

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209917

Martin Prpic mpr...@redhat.com changed:

   What|Removed |Added

  Alias||CVE-2015-3408



-- 
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 1214754] perl-Text-RecordParser-1.6.5 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214754

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Text-RecordParser-1.6.
   ||5-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-04-23 10:49:44



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

[EPEL-devel] Call for Agenda EPEL meeting 2014-04-24

2015-04-23 Thread Stephen John Smoogen
1. New Meeting Time?
2. New EPEL chair?
3. Items to be worked on?


-- 
Stephen J Smoogen.
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


jplesnik pushed to perl-XML-LibXML (master). 2.0119 bump

2015-04-23 Thread notifications
From 49e8ff697ab3070ba92d3241346d8f087bd59941 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 23 Apr 2015 16:29:27 +0200
Subject: 2.0119 bump


diff --git a/.gitignore b/.gitignore
index 95c0b66..6dfcaef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ XML-LibXML-1.70.tar.gz
 /XML-LibXML-2.0116.tar.gz
 /XML-LibXML-2.0117.tar.gz
 /XML-LibXML-2.0118.tar.gz
+/XML-LibXML-2.0119.tar.gz
diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index e80f626..9cb84fd 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -3,7 +3,7 @@ Name:   perl-XML-LibXML
 # https://bugzilla.redhat.com/show_bug.cgi?id=469480
 # it might not be needed anymore
 # this module is maintained, the other is not
-Version:2.0118
+Version:2.0119
 Release:1%{?dist}
 Epoch:  1
 Summary:Perl interface to the libxml2 library
@@ -119,6 +119,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova jples...@redhat.com - 1:2.0119-1
+- 2.0119 bump
+
 * Mon Feb 09 2015 Petr Pisar ppi...@redhat.com - 1:2.0118-1
 - 2.0118 bump
 
diff --git a/sources b/sources
index 8e9b73b..c81c62b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da8d61a5d0d1bfd8d46814e376d33f58  XML-LibXML-2.0118.tar.gz
+6da66bcbc885c17d7e9490907913b6ab  XML-LibXML-2.0119.tar.gz
-- 
cgit v0.10.2



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

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

2015-04-23 Thread notifications
62454f2c189847712a0557fb8992af46  File-ShareDir-ProjectDistDir-1.07.tar.gz

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

jplesnik pushed to perl-Dancer (f22). 1.3135 bump

2015-04-23 Thread notifications
From 6dcaa6862b7a3824c250f6bc2295206889414224 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 23 Apr 2015 15:56:02 +0200
Subject: 1.3135 bump


diff --git a/.gitignore b/.gitignore
index 5842f25..46ca477 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
 /Dancer-1.3130.tar.gz
 /Dancer-1.3132.tar.gz
 /Dancer-1.3134.tar.gz
+/Dancer-1.3135.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 4c12813..5485691 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer
-Version:1.3134
+Version:1.3135
 Release:1%{?dist}
 Summary:Lightweight yet powerful web application framework
 License:GPL+ or Artistic
@@ -124,6 +124,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova jples...@redhat.com - 1.3135-1
+- 1.3135 bump
+
 * Mon Feb 23 2015 Jitka Plesnikova jples...@redhat.com - 1.3134-1
 - 1.3134 bump
 
diff --git a/sources b/sources
index 2fdb7d1..5634a25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5f2989758148cb0329ac1d2af760a69  Dancer-1.3134.tar.gz
+a3a0b91ec0dd78edb0ef801fb2e7fc11  Dancer-1.3135.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer.git/commit/?h=f22id=6dcaa6862b7a3824c250f6bc2295206889414224
--
Fedora Extras Perl SIG
http://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 1209911] perl-Module-Signature: unsigned files interpreted as signed in some circumstances

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209911

Martin Prpic mpr...@redhat.com changed:

   What|Removed |Added

  Alias||CVE-2015-3406



-- 
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 1214766] perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-XML-LibXML-2.0119-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=630229

-- 
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-XML-LibXML (f22). 2.0119 bump

2015-04-23 Thread notifications
From 4323068d56117bd89badb3bc417f8eb6a5c910ab Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 23 Apr 2015 16:40:32 +0200
Subject: 2.0119 bump


diff --git a/.gitignore b/.gitignore
index 95c0b66..6dfcaef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ XML-LibXML-1.70.tar.gz
 /XML-LibXML-2.0116.tar.gz
 /XML-LibXML-2.0117.tar.gz
 /XML-LibXML-2.0118.tar.gz
+/XML-LibXML-2.0119.tar.gz
diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index e80f626..9cb84fd 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -3,7 +3,7 @@ Name:   perl-XML-LibXML
 # https://bugzilla.redhat.com/show_bug.cgi?id=469480
 # it might not be needed anymore
 # this module is maintained, the other is not
-Version:2.0118
+Version:2.0119
 Release:1%{?dist}
 Epoch:  1
 Summary:Perl interface to the libxml2 library
@@ -119,6 +119,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova jples...@redhat.com - 1:2.0119-1
+- 2.0119 bump
+
 * Mon Feb 09 2015 Petr Pisar ppi...@redhat.com - 1:2.0118-1
 - 2.0118 bump
 
diff --git a/sources b/sources
index 8e9b73b..c81c62b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da8d61a5d0d1bfd8d46814e376d33f58  XML-LibXML-2.0118.tar.gz
+6da66bcbc885c17d7e9490907913b6ab  XML-LibXML-2.0119.tar.gz
-- 
cgit v0.10.2



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

Self Introduction: Tristan Cacqueray

2015-04-23 Thread Tristan Cacqueray
Dear folks,

I've submitted a request for review at
  https://bugzilla.redhat.com/show_bug.cgi?id=1214840

and I guess this deserve some extra informations...
My work nowadays is mostly focused on the OpenStack project, in
particular on the security and infrastructure aspect of the beast.
And it's the latter that brings me here, as I'd like to see the awesome
tools used to manage OpenStack infrastructure be available for fedora user.

Long story short, Zuul and Nodepool depends on python-statsd and the
requests for review should contains the required things to get that
package in the fedora repos.

Please let me know if it needs something else.

Cheers,
Tristan



signature.asc
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

Re: dnf caches

2015-04-23 Thread drago01
On Thu, Apr 23, 2015 at 7:07 PM, Pádraig Brady p...@draigbrady.com wrote:
 My Fedora 22 system prompted me that there was a new coreutils package for 
 update.
 Rather than clicking restart and install in the GUI I tried to:

   # dnf install coreutils
   Using metadata from Tue Apr 21 19:54:02 2015 (1 day, 21:50:24 hours old)
   Package coreutils-8.23-8.fc22.x86_64 is already installed, skipping.

 Ok fair enough, the updating system is using a separate cache to dnf.
 Not ideal, but anyway how do I update the dnf cache?
 I tried:

   # dnf check-update coreutils
   Using metadata from Thu Apr 23 17:42:54 2015 (0:01:19 hours old)
   coreutils.x86_64

 Given the above found the new coreutils, I thought an install
 would now work, though unfortunately it doesn't.

 Shouldn't dnf be looking at the timestamps of the repo
 in each invocation (without -C) and updating the metadata if needed?
 I presume that's what yum does since I never had an issue with this.

 I tried explicitly cleaning the cache like this:

   # dnf --disablerepo=* --enablerepo=updates clean metadata
   Cleaning repos: updates
   5 metadata files removed
   2 dbcache files removed

 How do I refresh the cache?

dnf --refresh whatever ... where whatever can be install foo or update etc.
-- 
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: dnf caches

2015-04-23 Thread Pádraig Brady
On 23/04/15 18:46, Adam Williamson wrote:
 Branched releases (i.e. F22 at present) do not use the 'updates' repo,
 it is empty. Updates go from updates-testing to fedora when they are
 marked as stable. So you need to clean 'fedora', not 'updates'.

I had done that too, to no avail.

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

dnf caches

2015-04-23 Thread Pádraig Brady
My Fedora 22 system prompted me that there was a new coreutils package for 
update.
Rather than clicking restart and install in the GUI I tried to:

  # dnf install coreutils
  Using metadata from Tue Apr 21 19:54:02 2015 (1 day, 21:50:24 hours old)
  Package coreutils-8.23-8.fc22.x86_64 is already installed, skipping.

Ok fair enough, the updating system is using a separate cache to dnf.
Not ideal, but anyway how do I update the dnf cache?
I tried:

  # dnf check-update coreutils
  Using metadata from Thu Apr 23 17:42:54 2015 (0:01:19 hours old)
  coreutils.x86_64

Given the above found the new coreutils, I thought an install
would now work, though unfortunately it doesn't.

Shouldn't dnf be looking at the timestamps of the repo
in each invocation (without -C) and updating the metadata if needed?
I presume that's what yum does since I never had an issue with this.

I tried explicitly cleaning the cache like this:

  # dnf --disablerepo=* --enablerepo=updates clean metadata
  Cleaning repos: updates
  5 metadata files removed
  2 dbcache files removed

How do I refresh the cache?
Why should I need to mess with it anyway?

thanks,
Pádraig.

p.s. If using yum legacy, does that in fact use another (3rd) cache?
-- 
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: dnf caches

2015-04-23 Thread Adam Williamson
On Thu, 2015-04-23 at 18:07 +0100, Pádraig Brady wrote:
 My Fedora 22 system prompted me that there was a new coreutils 
 package for update.
 Rather than clicking restart and install in the GUI I tried to:
 
   # dnf install coreutils
   Using metadata from Tue Apr 21 19:54:02 2015 (1 day, 21:50:24 
 hours old)
   Package coreutils-8.23-8.fc22.x86_64 is already installed, 
 skipping.
 
 Ok fair enough, the updating system is using a separate cache to dnf.
 Not ideal, but anyway how do I update the dnf cache?
 I tried:
 
   # dnf check-update coreutils
   Using metadata from Thu Apr 23 17:42:54 2015 (0:01:19 hours old)
   coreutils.x86_64
 
 Given the above found the new coreutils, I thought an install
 would now work, though unfortunately it doesn't.
 
 Shouldn't dnf be looking at the timestamps of the repo
 in each invocation (without -C) and updating the metadata if needed?
 I presume that's what yum does since I never had an issue with this.
 
 I tried explicitly cleaning the cache like this:
 
   # dnf --disablerepo=* --enablerepo=updates clean metadata
   Cleaning repos: updates
   5 metadata files removed
   2 dbcache files removed
 
 How do I refresh the cache?
 Why should I need to mess with it anyway?

Branched releases (i.e. F22 at present) do not use the 'updates' repo,
it is empty. Updates go from updates-testing to fedora when they are
marked as stable. So you need to clean 'fedora', not 'updates'.

https://fedoraproject.org/wiki/Repositories#stable_is_not_a_repository
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net

-- 
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: dnf caches

2015-04-23 Thread Rahul Sundaram
Hi

On Thu, Apr 23, 2015 at 1:07 PM, Pádraig Brady wrote:

 My Fedora 22 system prompted me that there was a new coreutils package for
 update.
 Rather than clicking restart and install in the GUI I tried to:

   # dnf install coreutils


dnf install coreutils --refresh


   # dnf --disablerepo=* --enablerepo=updates clean metadata


dnf clean expire-cache

Rahul
-- 
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 1214735] perl-PAR-1.009 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214735



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-PAR-1.009-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=630409

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

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

2015-04-23 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 161  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3989/cross-binutils-2.23.88.0.1-2.el7.1
  55  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0862/nodejs-0.10.36-3.el7,libuv-0.10.34-1.el7,v8-3.14.5.10-17.el7
  45  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1087/dokuwiki-0-0.24.20140929c.el7
  45  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0952/qpid-qmf-0.28-27.el7,qpid-cpp-0.30-12.el7
  28  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1421/quassel-0.11.0-2.el7
  22  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1545/strongswan-5.3.0-1.el7
  17  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1596/postgis-2.0.7-1.el7
  15  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5699/zarafa-7.1.12-1.el7
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5756/tor-0.2.5.12-1.el7
   8  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5811/qt5-qtbase-5.4.1-9.el7
   8  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5703/php-pecl-zendopcache-7.0.5-1.el7
   6  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5832/mingw-gnutls-3.3.14-1.el7,mingw-libtasn1-4.4-1.el7,mingw-p11-kit-0.20.7-1.el7
   1  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5902/dpkg-1.16.16-1.el7
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5937/wordpress-4.1.2-1.el7


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

cabal-rpm-0.9.5-1.el7
fedmsg-0.13.1-1.el7
fedora-review-0.5.2-3.el7
fedora-review-plugin-java-4.6.1-1.el7
hamster-time-tracker-1.04-5.el7
mod_geoip-1.2.10-1.el7
php-pear-PHP-CodeSniffer-2.3.1-1.el7
privoxy-3.0.23-1.el7
wordpress-4.1.2-1.el7

Details about builds:



 cabal-rpm-0.9.5-1.el7 (FEDORA-EPEL-2015-5950)
 RPM packaging tool for Haskell Cabal-based packages

Update Information:

- new update command to update spec to latest version
- improved missingdeps output
- use https for hackage URLs
- no longer override %_sourcedir, %_rpmdir, and %_srcrpmdir unless git dir
- use TMPDIR
- sort executables and use %pkg_name in %ghc_fix_dynamic_rpath
- drop the debuginfo handling for C files
- create SOURCES/ for tarball
- warn about hidden backup spec files


ChangeLog:

* Mon Apr 20 2015 Jens Petersen peter...@fedoraproject.org - 0.9.5-1
- fix for dnf repoquery
- create SOURCES/ for tarball
- fixes for Cabal-1.22
- nogpgcheck for Fedora 22+
- warn about hidden backup spec files
* Tue Feb 24 2015 Jens Petersen peter...@redhat.com - 0.9.4-2
- require dnf-plugins-core instead of yum-utils for F22+
* Tue Feb 17 2015 Jens Petersen peter...@fedoraproject.org - 0.9.4-1
- use dnf if installed instead of yum for install and repoquery (#1156553)
- update now only commits changes and adds new source if git origin is ssh
- cblrpm update needs rpmdevtools
* Thu Feb  5 2015 Jens Petersen peter...@redhat.com - 0.9.3-2
- remove %'s from previous changelog
* Thu Feb  5 2015 Jens Petersen peter...@redhat.com - 0.9.3-1
- make sure tarball destdir exists before copying
- update improvements: new-sources first, continue if patch fails, git commit 
changes
- sort executables and use pkg_name in ghc_fix_dynamic_rpath
- drop the debuginfo handling for C files
- ignore emacs temp .#pkgname.spec files
- improve output for listing missing packages
* Tue Feb  3 2015 Jens Petersen peter...@redhat.com - 0.9.2-2
- remove the old cblrpm-diff script
* Thu Dec 18 2014 Jens Petersen peter...@redhat.com - 0.9.2-1
- lots of bug fixes
- new update command to update spec to latest version
- improved missingdeps output
- use https for hackage URLs (codeblock)
- no longer override _sourcedir, _rpmdir, and _srcrpmdir macros, unless git dir
- use 'rpm --eval .el7' to determine OS type
- use TMPDIR




 fedmsg-0.13.1-1.el7 (FEDORA-EPEL-2015-5944)
 Tools for Fedora Infrastructure real-time messaging

Update Information:

Latest upstream.

ChangeLog:

* Thu Apr 23 2015 Ralph Bean rb...@redhat.com - 0.13.1-1
- new version
- add dep on python-six
* Wed Apr 15 2015 Ralph Bean rb...@redhat.com - 0.13.0-1
- new version




 fedora-review-0.5.2-3.el7 (FEDORA-EPEL-2015-5940)
 Review tool for 

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

2015-04-23 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
 1096  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6
 161  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4008/cross-binutils-2.23.51.0.3-1.el6.1
  55  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-0864/nodejs-0.10.36-3.el6,libuv-0.10.34-1.el6,v8-3.14.5.10-17.el6
  22  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1501/strongswan-5.3.0-1.el6
  14  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5739/perl-Test-Signature-1.11-1.el6,perl-Module-Signature-0.78-1.el6
  14  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5720/zarafa-7.1.12-1.el6
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5745/yourls-1.7-3.20150410gitabc7d6c.el6
  12  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5742/asterisk-1.8.32.3-1.el6
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5759/tor-0.2.5.12-1.el6
   8  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5801/seamonkey-2.28-5.ESR_31.6.0.el6
   8  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5690/php-pecl-zendopcache-7.0.5-1.el6
   6  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5859/cherokee-1.2.103-6.el6
   6  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5836/mod_proxy_fcgi-2.4.10-1.20150415gitd45a11f.el6
   1  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5901/dpkg-1.16.16-2.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5933/wordpress-4.1.2-1.el6


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

dnstop-20140915-1.el6.1
fedmsg-0.13.1-1.el6
fedora-review-plugin-java-4.6.1-1.el6
golang-github-docker-spdystream-0-0.4.git83ae67e.el6
golang-github-gorilla-context-0-0.28.git215affd.el6
golang-github-onsi-ginkgo-1.1.0-1.el6
golang-github-prometheus-procfs-0-0.3.git490cc6e.el6
golang-github-rackspace-gophercloud-1.0.0-6.el6
golang-github-spf13-cobra-0-0.8.git3c187e9.el6
golang-github-spf13-pflag-0-0.7.git18d831e.el6
mod_geoip-1.2.10-1.el6
wordpress-4.1.2-1.el6

Details about builds:



 dnstop-20140915-1.el6.1 (FEDORA-EPEL-2015-5947)
 Displays information about DNS traffic on your network

Update Information:

Fix EL6 build to preserve $OPTFLAGS when calling make to re-enable IPv6 
(#1182615)

ChangeLog:

* Wed Apr 22 2015 Greg Bailey gbai...@lxpro.com - 20140915-1.el6.1
- Fix EL6 build to preserve $OPTFLAGS when calling make to re-enable IPv6 
(#1182615)

References:

  [ 1 ] Bug #1182615 - dnstop no IPv6 support - problem building with IPv6 
support
https://bugzilla.redhat.com/show_bug.cgi?id=1182615




 fedmsg-0.13.1-1.el6 (FEDORA-EPEL-2015-5951)
 Tools for Fedora Infrastructure real-time messaging

Update Information:

Latest upstream.

ChangeLog:

* Thu Apr 23 2015 Ralph Bean rb...@redhat.com - 0.13.1-1
- new version
- add dep on python-six
- adjust ownership of fedmsg.d/ files.
* Wed Apr 15 2015 Ralph Bean rb...@redhat.com - 0.13.0-1
- new version
* Tue Mar 24 2015 Ralph Bean rb...@redhat.com - 0.12.3-1
- new version
* Sun Mar 22 2015 Ralph Bean rb...@redhat.com - 0.12.2-2
- No longer package compiled py files in /etc/fedmsg.d/




 fedora-review-plugin-java-4.6.1-1.el6 (FEDORA-EPEL-2015-5934)
 fedora-review plugin for checking Java packaging guidelines

Update Information:

Split fedora-review-plugin-java out of javapackages.




 golang-github-docker-spdystream-0-0.4.git83ae67e.el6 (FEDORA-EPEL-2015-5935)
 A multiplexed stream library using spdy

Update Information:

Bump to upstream 83ae67e694a4ab5cbaee4d3126f25118712b26e6

ChangeLog:

* Mon Apr 20 2015 jchaloup jchal...@redhat.com - 0-0.4.git83ae67e
- Bump to upstream 

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

2015-04-23 Thread updates
The following Fedora EPEL 5 Security updates need testing:
 Age  URL
 1096  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5
 551  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs-1.20.12-1.el5
 315  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1626/puppet-2.7.26-1.el5
 165  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3849/sblim-sfcb-1.3.8-2.el5
  14  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5740/perl-Test-Signature-1.11-1.el5,perl-Module-Signature-0.78-1.el5
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5758/tor-0.2.4.27-1.el5
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5694/zarafa-7.1.12-1.el5,php53-mapi-7.1.12-1.el5
   6  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5821/cherokee-1.2.103-6.el5
   3  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5894/mksh-50f-1.el5
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5952/pdns-recursor-3.6.3-1.el5
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-5953/wordpress-4.1.2-1.el5


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

ganglia-3.7.1-1.el5
mod_geoip-1.2.10-1.el5
pdns-recursor-3.6.3-1.el5
wordpress-4.1.2-1.el5

Details about builds:



 ganglia-3.7.1-1.el5 (FEDORA-EPEL-2015-5941)
 Distributed Monitoring System

Update Information:

Merged from f23 to bring ganglia up to date

References:

  [ 1 ] Bug #717881 - New ganglia-web version
https://bugzilla.redhat.com/show_bug.cgi?id=717881




 mod_geoip-1.2.10-1.el5 (FEDORA-EPEL-2015-5955)
 GeoIP module for the Apache HTTP Server

Update Information:

mod_geoip 1.2.10 (2015-03-06)
=

- Update docs to note that GeoIP configuration directives cannot be placed in 
.htaccess files.
- Fix small memleak (Boris Zentner)
- A segfault when using multi-threaded workers was fixed. (Fix from thinker0. 
GitHub #16.)
- Several instances of manual memory management were switched to use the use 
Apache's memory pool. (Fix from thinker0. GitHub #16.)


mod_geoip 1.2.9 (2014-03-20)


- Added a new directive, GeoIPScanProxyHeaderField, to specify a custom header 
which contains the client's IP address (Sascha Kuehndel)
- Added the ability to forward the result fields to a backend server/proxy via 
request header (Sascha Kuehndel)


mod_geoip 1.2.9 (2013-01-08)


- Add GeoIPUseFirstNonPrivateXForwardedForIP option (Boris Zentner)
- Support Apache 2.4 (Boris Zentner)
- Use GeoIP_id_by_addr_v6 instead of GeoIP_country_id_by_addr_v6 (Boris Zentner)
- Include util_script.h to silence warning about ap_add_common_vars (Boris 
Zentner)

ChangeLog:

* Thu Apr 23 2015 Robert Scheck rob...@fedoraproject.org 1.2.10-1
- Upgrade to 1.2.10 (#1214493)
* Sun Aug 17 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.7-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun  7 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Jan 23 2014 Joe Orton jor...@redhat.com - 1.2.7-4
- fix _httpd_mmn expansion in absence of httpd-devel
* Sat Aug  3 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

References:

  [ 1 ] Bug #1214493 - Version bump needed for mod_geoip to pick up various 
reliability issues in multi-threading
https://bugzilla.redhat.com/show_bug.cgi?id=1214493




 pdns-recursor-3.6.3-1.el5 (FEDORA-EPEL-2015-5952)
 Modern, advanced and high performance recursing/non authoritative name server

Update Information:

- Update to 3.6.3
- CVE-2015-1868 (#1213832)

External References:
https://doc.powerdns.com/md/security/powerdns-advisory-2015-01/

[Guidelines change] Changes to the packaging guidelines

2015-04-23 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines:

The guidelines for packaging static libraries were amended to indicate
that the -static package should require the -devel package:
 * 
https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries_2
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3AGuidelinesdiff=409506oldid=405928
 * https://fedorahosted.org/fpc/ticket/338

-

Due to advancements in packaging making it somewhat irrelevant, the EE
APIs section is removed from the Java packaging guidelines:
 * https://fedoraproject.org/wiki/Packaging:Java
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3AJavadiff=407092oldid=398187
 * https://fedorahosted.org/fpc/ticket/512

-

Guidelines and example SPEC for DevAssistant plug-ins are updated to
accommodate for %license tag:
 * https://fedoraproject.org/wiki/Packaging:DevAssistant
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3ADevAssistantdiff=407093oldid=402017
 * https://fedorahosted.org/fpc/ticket/511

-

The guidelines for providing per-product configuration defaults have
been rewritten to be much more robust.
 * https://fedoraproject.org/wiki/Packaging:Per-Product_Configuration
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3APer-Product_Configurationdiff=410805oldid=384093
 * https://fedorahosted.org/fpc/ticket/520
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Guidelines change] Changes to the packaging guidelines

2015-04-23 Thread Jason L Tibbitts III
Here are the recent changes to the packaging guidelines:

The guidelines for packaging static libraries were amended to indicate
that the -static package should require the -devel package:
 * 
https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries_2
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3AGuidelinesdiff=409506oldid=405928
 * https://fedorahosted.org/fpc/ticket/338

-

Due to advancements in packaging making it somewhat irrelevant, the EE
APIs section is removed from the Java packaging guidelines:
 * https://fedoraproject.org/wiki/Packaging:Java
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3AJavadiff=407092oldid=398187
 * https://fedorahosted.org/fpc/ticket/512

-

Guidelines and example SPEC for DevAssistant plug-ins are updated to
accommodate for %license tag:
 * https://fedoraproject.org/wiki/Packaging:DevAssistant
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3ADevAssistantdiff=407093oldid=402017
 * https://fedorahosted.org/fpc/ticket/511

-

The guidelines for providing per-product configuration defaults have
been rewritten to be much more robust.
 * https://fedoraproject.org/wiki/Packaging:Per-Product_Configuration
 * 
https://fedoraproject.org/w/index.php?title=Packaging%3APer-Product_Configurationdiff=410805oldid=384093
 * https://fedorahosted.org/fpc/ticket/520
___
devel-announce mailing list
devel-annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
-- 
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 pushed to perl-PAR (master). 1.009 bump

2015-04-23 Thread notifications
From 74f7261bb9a369aafe817fac7339435804951462 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 23 Apr 2015 19:16:41 +0200
Subject: 1.009 bump


diff --git a/.gitignore b/.gitignore
index fb3aa9f..d5ff910 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ PAR-1.000.tar.gz
 /PAR-1.006.tar.gz
 /PAR-1.007.tar.gz
 /PAR-1.008.tar.gz
+/PAR-1.009.tar.gz
diff --git a/perl-PAR.spec b/perl-PAR.spec
index e3e7bf7..9985073 100644
--- a/perl-PAR.spec
+++ b/perl-PAR.spec
@@ -1,5 +1,5 @@
 Name:   perl-PAR
-Version:1.008
+Version:1.009
 Release:1%{?dist}
 Summary:Perl Archive Toolkit
 License:GPL+ or Artistic
@@ -72,6 +72,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Petr Å abata con...@redhat.com - 1.009-1
+- 1.009 bump
+
 * Tue Feb 03 2015 Petr Pisar ppi...@redhat.com - 1.008-1
 - 1.008 bump
 
diff --git a/sources b/sources
index e273d65..015ae25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-632328701a5a29fa3a11c261eeddbc9c  PAR-1.008.tar.gz
+dbeb4cd369b7ca08a880b7692842294d  PAR-1.009.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-PAR.git/commit/?h=masterid=74f7261bb9a369aafe817fac7339435804951462
--
Fedora Extras Perl SIG
http://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-PAR (f22). 1.009 bump

2015-04-23 Thread notifications
From 74f7261bb9a369aafe817fac7339435804951462 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 23 Apr 2015 19:16:41 +0200
Subject: 1.009 bump


diff --git a/.gitignore b/.gitignore
index fb3aa9f..d5ff910 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ PAR-1.000.tar.gz
 /PAR-1.006.tar.gz
 /PAR-1.007.tar.gz
 /PAR-1.008.tar.gz
+/PAR-1.009.tar.gz
diff --git a/perl-PAR.spec b/perl-PAR.spec
index e3e7bf7..9985073 100644
--- a/perl-PAR.spec
+++ b/perl-PAR.spec
@@ -1,5 +1,5 @@
 Name:   perl-PAR
-Version:1.008
+Version:1.009
 Release:1%{?dist}
 Summary:Perl Archive Toolkit
 License:GPL+ or Artistic
@@ -72,6 +72,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Petr Å abata con...@redhat.com - 1.009-1
+- 1.009 bump
+
 * Tue Feb 03 2015 Petr Pisar ppi...@redhat.com - 1.008-1
 - 1.008 bump
 
diff --git a/sources b/sources
index e273d65..015ae25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-632328701a5a29fa3a11c261eeddbc9c  PAR-1.008.tar.gz
+dbeb4cd369b7ca08a880b7692842294d  PAR-1.009.tar.gz
-- 
cgit v0.10.2



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

psabata uploaded PAR-1.009.tar.gz for perl-PAR

2015-04-23 Thread notifications
dbeb4cd369b7ca08a880b7692842294d  PAR-1.009.tar.gz

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

Re: dnf caches

2015-04-23 Thread Pádraig Brady
On 23/04/15 18:44, drago01 wrote:
 On Thu, Apr 23, 2015 at 7:07 PM, Pádraig Brady p...@draigbrady.com wrote:
 My Fedora 22 system prompted me that there was a new coreutils package for 
 update.
 Rather than clicking restart and install in the GUI I tried to:

   # dnf install coreutils
   Using metadata from Tue Apr 21 19:54:02 2015 (1 day, 21:50:24 hours old)
   Package coreutils-8.23-8.fc22.x86_64 is already installed, skipping.

 Ok fair enough, the updating system is using a separate cache to dnf.
 Not ideal, but anyway how do I update the dnf cache?
 I tried:

   # dnf check-update coreutils
   Using metadata from Thu Apr 23 17:42:54 2015 (0:01:19 hours old)
   coreutils.x86_64

 Given the above found the new coreutils, I thought an install
 would now work, though unfortunately it doesn't.

 Shouldn't dnf be looking at the timestamps of the repo
 in each invocation (without -C) and updating the metadata if needed?
 I presume that's what yum does since I never had an issue with this.

 I tried explicitly cleaning the cache like this:

   # dnf --disablerepo=* --enablerepo=updates clean metadata
   Cleaning repos: updates
   5 metadata files removed
   2 dbcache files removed

 How do I refresh the cache?
 
 dnf --refresh whatever ... where whatever can be install foo or update 
 etc.

Great thanks. BTW --refresh is mentioned but not described in dnf --help.
It would be could to add a description.

I also see that `dnf install` no longer updates a package,
I now need to:

  dnf --refresh upgrade coreutils

thanks!
Pádraig.
-- 
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 1214962] perl-JavaScript-Minifier-1.14 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214962



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

-- 
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 1214962] New: perl-JavaScript-Minifier-1.14 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214962

Bug ID: 1214962
   Summary: perl-JavaScript-Minifier-1.14 is available
   Product: Fedora
   Version: rawhide
 Component: perl-JavaScript-Minifier
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 1.14
Current version/release in rawhide: 1.13-1.fc23
URL: http://search.cpan.org/dist/JavaScript-Minifier/

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

jplesnik pushed to perl-Dancer (master). 1.3135 bump

2015-04-23 Thread notifications
From ee2a522b2b62df9934cd694bff0c8385a38a61a1 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 23 Apr 2015 15:56:02 +0200
Subject: 1.3135 bump


diff --git a/.gitignore b/.gitignore
index 5842f25..46ca477 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
 /Dancer-1.3130.tar.gz
 /Dancer-1.3132.tar.gz
 /Dancer-1.3134.tar.gz
+/Dancer-1.3135.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 4c12813..5485691 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer
-Version:1.3134
+Version:1.3135
 Release:1%{?dist}
 Summary:Lightweight yet powerful web application framework
 License:GPL+ or Artistic
@@ -124,6 +124,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova jples...@redhat.com - 1.3135-1
+- 1.3135 bump
+
 * Mon Feb 23 2015 Jitka Plesnikova jples...@redhat.com - 1.3134-1
 - 1.3134 bump
 
diff --git a/sources b/sources
index 2fdb7d1..5634a25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5f2989758148cb0329ac1d2af760a69  Dancer-1.3134.tar.gz
+a3a0b91ec0dd78edb0ef801fb2e7fc11  Dancer-1.3135.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dancer.git/commit/?h=masterid=ee2a522b2b62df9934cd694bff0c8385a38a61a1
--
Fedora Extras Perl SIG
http://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 1214706] perl-Dancer-1.3135 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214706



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-Dancer-1.3135-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=630173

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

F-22 Branched report: 20150423 changes

2015-04-23 Thread Fedora Branched Report
Compose started at Thu Apr 23 07:15:02 UTC 2015
Broken deps for armhfp
--
[Sprog]
Sprog-0.14-27.fc20.noarch requires perl(:MODULE_COMPAT_5.18.0)
[aeskulap]
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libofstd.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires liboflog.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg8.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg16.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg12.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmnet.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmjpeg.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmimgle.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmimage.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmdata.so.3.6
[avro]
avro-mapred-1.7.5-9.fc22.noarch requires hadoop-mapreduce
avro-mapred-1.7.5-9.fc22.noarch requires hadoop-client
[bro]
broccoli-2.3-1.fc22.armv7hl requires bro-2.3
python-broccoli-2.3-1.fc22.armv7hl requires bro-2.3
[collectd]
collectd-gmond-5.4.2-1.fc22.armv7hl requires libganglia-3.6.0.so.0
[crystal]
crystal-2.2.1-2.fc22.armv7hl requires libkdecorations.so.4
[dnssec-check]
dnssec-check-1.14.0.1-4.fc20.armv7hl requires libval-threads.so.14
dnssec-check-1.14.0.1-4.fc20.armv7hl requires libsres.so.14
[gcc-python-plugin]
gcc-python2-debug-plugin-0.13-2.fc22.armv7hl requires gcc = 
0:4.9.2-1.fc22
gcc-python2-plugin-0.13-2.fc22.armv7hl requires gcc = 0:4.9.2-1.fc22
gcc-python3-debug-plugin-0.13-2.fc22.armv7hl requires gcc = 
0:4.9.2-1.fc22
gcc-python3-plugin-0.13-2.fc22.armv7hl requires gcc = 0:4.9.2-1.fc22
[kde-style-skulpture]
kde-style-skulpture-0.2.4-9.fc22.armv7hl requires libkdecorations.so.4
[kfilefactory]
kfilefactory-0.1.1-8.fc21.noarch requires kdebase-workspace
[leksah]
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(utf8-string-0.3.7-013ef9ad8ac70ebb11df31f487b74f26)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(unix-2.6.0.1-7550b9ae9dbc74e4d6570cc239a29030)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(transformers-0.3.0.0-23508e0b4a1c1bc1cf2c2de3bb13e90c)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(time-1.4.0.1-970760bdd865d8b6cafac382276795a2)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(text-0.11.3.1-17cae9ba49c3f3d533bf78a6e387f543)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(strict-0.3.2-04f0cc1e99eff2196c0a7cd16d748b37)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(regex-tdfa-1.1.8-0b03687c4e38c00ef92e9445170081e2)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(regex-base-0.93.2-6a541a53412d1d7d310fa69bca50c85f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(pretty-1.1.1.0-2de27f83b2c1c65d629a564e9e01b27d)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(parsec-3.1.3-a8bebef411959de671abb0f1f7da556f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(old-time-1.1.0.1-29c02e2b3bbdfd9a5756f0c46f4d6071)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(network-2.4.1.2-82f6bcf79fe0252b3ab387e8dcb82e71)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(mtl-2.1.2-2f2cd438035824ec2bed4811930bc232)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(ltk-0.12.1.0-2fbb10498719be9dbdbb3d9f8adedbec)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(leksah-server-0.12.1.2-7dbd70c9f5e4dd8b3b5efcb6597b3bfd)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(hslogger-1.2.1-43834164508859009a3cc8aef7fd1e84)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(gtksourceview2-0.12.5.0-588b179d0562576f9afa46559cebf79f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(gtk-0.12.5.0-2342a114ec8897cecfdda15ac92aed08)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(glib-0.12.5.0-1b94df160e141377711a221615168695)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(gio-0.12.5.0-b012293268f349d8f05c73d053798c7b)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(ghc-7.6.3-18fc786f8ad3478b9bb568d865b0e48d)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(filepath-1.3.0.1-62570c67b40fb99e7078c0d179220531)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(enumerator-0.4.19-a164f71ed1088e349dd8bc4cdee8e449)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(directory-1.2.0.1-504c99535d64699e20e001d81b577d06)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 

[Bug 1214706] perl-Dancer-1.3135 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214706

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Dancer-1.3135-1.fc23



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

ppisar uploaded Prima-1.43.tar.gz for perl-Prima

2015-04-23 Thread notifications
b001ff37915a4584f592207653545bb4  Prima-1.43.tar.gz

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

jplesnik pushed to perl-App-cpanminus (master). 1.7031 bump

2015-04-23 Thread notifications
From a5cf08310fa884c4a8455828f46254e15a5f5368 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 23 Apr 2015 14:41:58 +0200
Subject: 1.7031 bump


diff --git a/.gitignore b/.gitignore
index dca2480..297cbcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@ App-cpanminus-0.9935.tar.gz
 /App-cpanminus-1.7025.tar.gz
 /App-cpanminus-1.7027.tar.gz
 /App-cpanminus-1.7030.tar.gz
+/App-cpanminus-1.7031.tar.gz
diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index be16dae..2955796 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-cpanminus
-Version:1.7030
+Version:1.7031
 Release:1%{?dist}
 Summary:Get, unpack, build and install CPAN modules
 License:GPL+ or Artistic
@@ -134,6 +134,9 @@ make test
 %{_bindir}/cpanm
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova jples...@redhat.com - 1.7031-1
+- 1.7031 bump
+
 * Mon Apr 20 2015 Jitka Plesnikova jples...@redhat.com - 1.7030-1
 - 1.7030 bump
 
diff --git a/sources b/sources
index 7806223..5d11cba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d56c07938a91b5706d7af7bd47cb43ad  App-cpanminus-1.7030.tar.gz
+6f4e42d33fd7957482fdcf854ec97d8b  App-cpanminus-1.7031.tar.gz
-- 
cgit v0.10.2



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

pghmcfc uploaded MIME-tools-5.506.tar.gz for perl-MIME-tools

2015-04-23 Thread notifications
ddc8479d25688f8860d0bf3be9df52c5  MIME-tools-5.506.tar.gz

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

jplesnik pushed to perl-App-cpanminus (f22). 1.7031 bump

2015-04-23 Thread notifications
From ea5308687212b9ddb65f87317b35cce7c9d6fe6e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 23 Apr 2015 14:41:58 +0200
Subject: 1.7031 bump


diff --git a/.gitignore b/.gitignore
index dca2480..297cbcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@ App-cpanminus-0.9935.tar.gz
 /App-cpanminus-1.7025.tar.gz
 /App-cpanminus-1.7027.tar.gz
 /App-cpanminus-1.7030.tar.gz
+/App-cpanminus-1.7031.tar.gz
diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index be16dae..2955796 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-cpanminus
-Version:1.7030
+Version:1.7031
 Release:1%{?dist}
 Summary:Get, unpack, build and install CPAN modules
 License:GPL+ or Artistic
@@ -134,6 +134,9 @@ make test
 %{_bindir}/cpanm
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova jples...@redhat.com - 1.7031-1
+- 1.7031 bump
+
 * Mon Apr 20 2015 Jitka Plesnikova jples...@redhat.com - 1.7030-1
 - 1.7030 bump
 
diff --git a/sources b/sources
index 7806223..5d11cba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d56c07938a91b5706d7af7bd47cb43ad  App-cpanminus-1.7030.tar.gz
+6f4e42d33fd7957482fdcf854ec97d8b  App-cpanminus-1.7031.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-App-cpanminus.git/commit/?h=f22id=ea5308687212b9ddb65f87317b35cce7c9d6fe6e
--
Fedora Extras Perl SIG
http://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 1214735] perl-PAR-1.009 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214735



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

-- 
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 1214735] New: perl-PAR-1.009 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214735

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



Latest upstream release: 1.009
Current version/release in rawhide: 1.008-1.fc22
URL: http://search.cpan.org/dist/PAR/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

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

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

pghmcfc pushed to perl-MIME-tools (master). Update to 5.506 (..more)

2015-04-23 Thread notifications
From 59fe9995582802858415e8967b2c4573aa121bd3 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Thu, 23 Apr 2015 13:56:03 +0100
Subject: Update to 5.506

- New upstream release 5.506
  - Update maintainer's name to Dianne Skoll
- Use %license where possible
- Update UTF8 patch
- Classify buildreqs by usage

diff --git a/MIME-tools-5.502-UTF8.patch b/MIME-tools-5.502-UTF8.patch
deleted file mode 100644
index c5d1871..000
--- a/MIME-tools-5.502-UTF8.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 MIME-tools/ChangeLog
-+++ MIME-tools/ChangeLog
-@@ -213,7 +213,7 @@
-   * Added MIME::Parser-decode_bodies method.  This lets you force
-   MIME::Tools to store body parts WITHOUT decoding them.  Useful
-   if you need the exact unmangled message source (for example,
--  for GPG-signing.)  Patch submitted by J�rn Reder.
-+  for GPG-signing.)  Patch submitted by Jörn Reder.
- 
- 5.418 2005-09-29  David F. Skoll  d...@roaringpenguin.com
- 
diff --git a/MIME-tools-5.506-UTF8.patch b/MIME-tools-5.506-UTF8.patch
new file mode 100644
index 000..4420d95
--- /dev/null
+++ b/MIME-tools-5.506-UTF8.patch
@@ -0,0 +1,11 @@
+--- ChangeLog
 ChangeLog
+@@ -287,7 +287,7 @@
+   * Added MIME::Parser-decode_bodies method.  This lets you force
+   MIME::Tools to store body parts WITHOUT decoding them.  Useful
+   if you need the exact unmangled message source (for example,
+-  for GPG-signing.)  Patch submitted by J�rn Reder.
++  for GPG-signing.)  Patch submitted by Jörn Reder.
+ 
+ 5.418 2005-09-29  Dianne Skoll  d...@roaringpenguin.com
+ 
diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec
index fa26dd6..2e2bd53 100644
--- a/perl-MIME-tools.spec
+++ b/perl-MIME-tools.spec
@@ -1,30 +1,46 @@
 Summary:   Modules for parsing and creating MIME entities in Perl
 Name:  perl-MIME-tools
-Version:   5.505
-Release:   3%{?dist}
+Version:   5.506
+Release:   1%{?dist}
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/MIME-tools/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz
-Patch0:MIME-tools-5.502-UTF8.patch
+Patch0:MIME-tools-5.506-UTF8.patch
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Build ==
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Pod::Man)
+#  Module Runtime 
+BuildRequires: perl-MailTools  = 1.50
+BuildRequires: perl(Carp)
+BuildRequires: perl(Convert::BinHex)
+BuildRequires: perl(Encode)
+BuildRequires: perl(Exporter)
 BuildRequires: perl(File::Path)= 1
 BuildRequires: perl(File::Spec)= 0.6
 BuildRequires: perl(File::Temp)= 0.18
 BuildRequires: perl(IO::File)  = 1.13
 BuildRequires: perl(IO::Handle)
+BuildRequires: perl(IO::Select)
 BuildRequires: perl(Mail::Field)   = 1.05
-BuildRequires: perl(Mail::Header)  = 1.01
-BuildRequires: perl(Mail::Internet)= 1.0203
+BuildRequires: perl(Mail::Header)  = 1.06
+BuildRequires: perl(Mail::Internet)= 1.28
 BuildRequires: perl(MIME::Base64)  = 3.03
 BuildRequires: perl(MIME::QuotedPrint)
-BuildRequires: perl-MailTools  = 1.50
+#  Test Suite 
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Digest::MD5)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(IO::Socket::INET)
+BuildRequires: perl(lib)
 BuildRequires: perl(Test::Deep)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Runtime 
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:  perl(Convert::BinHex)
 
@@ -42,7 +58,7 @@ parser and tool for building your own MIME parser, and 
utilities.
 %setup -q -n MIME-tools-%{version}
 
 # Fix character encoding
-%patch0 -p1
+%patch0
 
 # The more useful examples will go in %%{_bindir}
 mkdir useful-examples
@@ -77,7 +93,12 @@ TEST_POD_COVERAGE=0 make test
 rm -rf %{buildroot}
 
 %files
-%doc README COPYING ChangeLog
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README ChangeLog
 # Adding examples introduces additional deps, but these are all satisfied by
 # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway.
 %doc examples
@@ -92,30 +113,37 @@ rm -rf %{buildroot}
 %{_mandir}/man1/mimeexplode.1*
 %{_mandir}/man1/mimepostcard.1*
 %{_mandir}/man1/mimesend.1*
-%{_mandir}/man3/MIME::Body.3pm*
-%{_mandir}/man3/MIME::Decoder.3pm*
-%{_mandir}/man3/MIME::Decoder::Base64.3pm*
-%{_mandir}/man3/MIME::Decoder::BinHex.3pm*
-%{_mandir}/man3/MIME::Decoder::Binary.3pm*

[Bug 1214735] perl-PAR-1.009 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214735



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

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

pghmcfc pushed to perl-MIME-tools (f22). Update to 5.506 (..more)

2015-04-23 Thread notifications
From 59fe9995582802858415e8967b2c4573aa121bd3 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Thu, 23 Apr 2015 13:56:03 +0100
Subject: Update to 5.506

- New upstream release 5.506
  - Update maintainer's name to Dianne Skoll
- Use %license where possible
- Update UTF8 patch
- Classify buildreqs by usage

diff --git a/MIME-tools-5.502-UTF8.patch b/MIME-tools-5.502-UTF8.patch
deleted file mode 100644
index c5d1871..000
--- a/MIME-tools-5.502-UTF8.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 MIME-tools/ChangeLog
-+++ MIME-tools/ChangeLog
-@@ -213,7 +213,7 @@
-   * Added MIME::Parser-decode_bodies method.  This lets you force
-   MIME::Tools to store body parts WITHOUT decoding them.  Useful
-   if you need the exact unmangled message source (for example,
--  for GPG-signing.)  Patch submitted by J�rn Reder.
-+  for GPG-signing.)  Patch submitted by Jörn Reder.
- 
- 5.418 2005-09-29  David F. Skoll  d...@roaringpenguin.com
- 
diff --git a/MIME-tools-5.506-UTF8.patch b/MIME-tools-5.506-UTF8.patch
new file mode 100644
index 000..4420d95
--- /dev/null
+++ b/MIME-tools-5.506-UTF8.patch
@@ -0,0 +1,11 @@
+--- ChangeLog
 ChangeLog
+@@ -287,7 +287,7 @@
+   * Added MIME::Parser-decode_bodies method.  This lets you force
+   MIME::Tools to store body parts WITHOUT decoding them.  Useful
+   if you need the exact unmangled message source (for example,
+-  for GPG-signing.)  Patch submitted by J�rn Reder.
++  for GPG-signing.)  Patch submitted by Jörn Reder.
+ 
+ 5.418 2005-09-29  Dianne Skoll  d...@roaringpenguin.com
+ 
diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec
index fa26dd6..2e2bd53 100644
--- a/perl-MIME-tools.spec
+++ b/perl-MIME-tools.spec
@@ -1,30 +1,46 @@
 Summary:   Modules for parsing and creating MIME entities in Perl
 Name:  perl-MIME-tools
-Version:   5.505
-Release:   3%{?dist}
+Version:   5.506
+Release:   1%{?dist}
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/MIME-tools/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz
-Patch0:MIME-tools-5.502-UTF8.patch
+Patch0:MIME-tools-5.506-UTF8.patch
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Build ==
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Pod::Man)
+#  Module Runtime 
+BuildRequires: perl-MailTools  = 1.50
+BuildRequires: perl(Carp)
+BuildRequires: perl(Convert::BinHex)
+BuildRequires: perl(Encode)
+BuildRequires: perl(Exporter)
 BuildRequires: perl(File::Path)= 1
 BuildRequires: perl(File::Spec)= 0.6
 BuildRequires: perl(File::Temp)= 0.18
 BuildRequires: perl(IO::File)  = 1.13
 BuildRequires: perl(IO::Handle)
+BuildRequires: perl(IO::Select)
 BuildRequires: perl(Mail::Field)   = 1.05
-BuildRequires: perl(Mail::Header)  = 1.01
-BuildRequires: perl(Mail::Internet)= 1.0203
+BuildRequires: perl(Mail::Header)  = 1.06
+BuildRequires: perl(Mail::Internet)= 1.28
 BuildRequires: perl(MIME::Base64)  = 3.03
 BuildRequires: perl(MIME::QuotedPrint)
-BuildRequires: perl-MailTools  = 1.50
+#  Test Suite 
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Digest::MD5)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(IO::Socket::INET)
+BuildRequires: perl(lib)
 BuildRequires: perl(Test::Deep)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Runtime 
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:  perl(Convert::BinHex)
 
@@ -42,7 +58,7 @@ parser and tool for building your own MIME parser, and 
utilities.
 %setup -q -n MIME-tools-%{version}
 
 # Fix character encoding
-%patch0 -p1
+%patch0
 
 # The more useful examples will go in %%{_bindir}
 mkdir useful-examples
@@ -77,7 +93,12 @@ TEST_POD_COVERAGE=0 make test
 rm -rf %{buildroot}
 
 %files
-%doc README COPYING ChangeLog
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README ChangeLog
 # Adding examples introduces additional deps, but these are all satisfied by
 # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway.
 %doc examples
@@ -92,30 +113,37 @@ rm -rf %{buildroot}
 %{_mandir}/man1/mimeexplode.1*
 %{_mandir}/man1/mimepostcard.1*
 %{_mandir}/man1/mimesend.1*
-%{_mandir}/man3/MIME::Body.3pm*
-%{_mandir}/man3/MIME::Decoder.3pm*
-%{_mandir}/man3/MIME::Decoder::Base64.3pm*
-%{_mandir}/man3/MIME::Decoder::BinHex.3pm*
-%{_mandir}/man3/MIME::Decoder::Binary.3pm*

[Bug 1213020] perl-Dist-Zilla-5.035 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1213020

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Dist-Zilla-5.035-1.fc2
   ||3
 Resolution|--- |RAWHIDE
Last Closed||2015-04-23 05:26:05



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

psabata pushed to perl-Dist-Zilla (master). 5.035 bump (..more)

2015-04-23 Thread notifications
From fe50e7b719b3077e6a8aa40a4838b3c2ba0dac16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 23 Apr 2015 11:25:31 +0200
Subject: 5.035 bump

- is_trial is now read-only

diff --git a/.gitignore b/.gitignore
index 6c96d4f..3e3335a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ Dist-Zilla-4.101900.tar.gz
 /Dist-Zilla-5.031.tar.gz
 /Dist-Zilla-5.033.tar.gz
 /Dist-Zilla-5.034.tar.gz
+/Dist-Zilla-5.035.tar.gz
diff --git a/perl-Dist-Zilla.spec b/perl-Dist-Zilla.spec
index 98755e7..436df97 100644
--- a/perl-Dist-Zilla.spec
+++ b/perl-Dist-Zilla.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dist-Zilla
-Version:5.034
+Version:5.035
 Release:1%{?dist}
 Summary:Distribution builder; installer not included!
 License:GPL+ or Artistic
@@ -186,6 +186,10 @@ make test
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Thu Apr 23 2015 Petr Å abata con...@redhat.com - 5.035-1
+- 5.035 bump
+- is_trial is now read-only
+
 * Mon Mar 23 2015 Petr Å abata con...@redhat.com - 5.034-1
 - 5.034 bump
 
diff --git a/sources b/sources
index bab506c..eb1fa02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-edf9788f2635ac33fb361c854d61e48b  Dist-Zilla-5.034.tar.gz
+1a85b18b6177cb285ce527e20e5a02ae  Dist-Zilla-5.035.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Dist-Zilla.git/commit/?h=masterid=fe50e7b719b3077e6a8aa40a4838b3c2ba0dac16
--
Fedora Extras Perl SIG
http://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-Prima (master). 1.43 bump

2015-04-23 Thread notifications
From 3dac0da303be32d0ac3a7db97e6058bdb6c39c2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 23 Apr 2015 09:24:12 +0200
Subject: 1.43 bump


diff --git a/.gitignore b/.gitignore
index a23cbd5..4339be4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Prima-1.40.tar.gz
 /Prima-1.41.tar.gz
 /Prima-1.42.tar.gz
+/Prima-1.43.tar.gz
diff --git a/Prima-1.43-FcPatternAddDouble.patch 
b/Prima-1.43-FcPatternAddDouble.patch
new file mode 100644
index 000..db42ef5
--- /dev/null
+++ b/Prima-1.43-FcPatternAddDouble.patch
@@ -0,0 +1,34 @@
+From a06569708a2edc124c0290c68af5c17d57b22e51 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Thu, 23 Apr 2015 09:10:21 +0200
+Subject: [PATCH] FcPatternAddDouble
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+URL: https://rt.cpan.org/Ticket/Display.html?id=103484 
+
+Hi Petr,
+
+May I ask to test with another patch? This time I cannot give the
+proper one because it's too far off with all debug stuff I've added,
+but can you try something like this fix below?
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+
+diff --git a/unix/xft.c b/unix/xft.c
+index 442c702..a530d37 100644
+--- a/unix/xft.c
 b/unix/xft.c
+@@ -690,7 +690,7 @@ prima_xft_font_pick( Handle self, Font * source, Font * 
dest, double * size, Xft
+  FcPatternAddDouble( request, FC_SIZE, *size);
+  XFTdebug(FC_SIZE = %.1f, *size);
+   } else {
+- FcPatternAddInteger( request, FC_SIZE, requested_font. size);
++ FcPatternAddDouble( request, FC_SIZE, requested_font. size);
+  XFTdebug(FC_SIZE = %d, requested_font. size);
+   }
+} else {
+-- 
+2.1.0
+
diff --git a/Prima-1.43-fxa_average_width_inconsistent_with_xlfd_width.patch 
b/Prima-1.43-fxa_average_width_inconsistent_with_xlfd_width.patch
new file mode 100644
index 000..eb3d8fb
--- /dev/null
+++ b/Prima-1.43-fxa_average_width_inconsistent_with_xlfd_width.patch
@@ -0,0 +1,65 @@
+From rt-cpan-org-ret...@perl.org Thu Apr 16 19:00:18 2015
+Return-Path: rt-cpan-org-ret...@perl.org
+Received: from zmta05.collab.prod.int.phx2.redhat.com (LHLO
+ zmta05.collab.prod.int.phx2.redhat.com) (10.5.81.12) by
+ zmail14.collab.prod.int.phx2.redhat.com with LMTP; Thu, 16 Apr 2015
+ 13:00:18 -0400 (EDT)
+Received: from int-mx10.intmail.prod.int.phx2.redhat.com 
(int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23])
+   by zmta05.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 
A372F17C123
+   for ppi...@mail.corp.redhat.com; Thu, 16 Apr 2015 13:00:18 -0400 (EDT)
+Received: from mx1.redhat.com (ext-mx16.extmail.prod.ext.phx2.redhat.com 
[10.5.110.21])
+   by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP 
id t3GH0IDE022350
+   for ppi...@redhat.com; Thu, 16 Apr 2015 13:00:18 -0400
+Received: from rtcpan.develooper.com (rtcpan.develooper.com [207.171.7.181])
+   by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t3GH0Hlj004418
+   for ppi...@redhat.com; Thu, 16 Apr 2015 13:00:17 -0400
+Received: by rtcpan.develooper.com (Postfix, from userid 536)
+   id 91CAE5D7; Thu, 16 Apr 2015 10:00:16 -0700 (PDT)
+Precedence: normal
+Subject: [rt.cpan.org #103484] Font tests fail with hlv fonts
+From: KARASIK via RT bug-pr...@rt.cpan.org
+Reply-To: bug-pr...@rt.cpan.org
+In-Reply-To: rt-4.0.18-23549-1428916055-238.103484-...@rt.cpan.org
+References: rt-ticket-103...@rt.cpan.org
+ rt-4.0.18-23549-1428916055-238.103484-...@rt.cpan.org
+Message-ID: rt-4.0.18-29430-1429203616-1071.103484-...@rt.cpan.org
+X-RT-Loop-Prevention: rt.cpan.org
+RT-Ticket: rt.cpan.org #103484
+Managed-BY: RT 4.0.18 (http://www.bestpractical.com/rt/)
+RT-Originator: kara...@cpan.org
+To: ppi...@redhat.com
+MIME-Version: 1.0
+Content-Transfer-Encoding: 8bit
+Content-Type: text/plain; charset=utf-8
+X-RT-Original-Encoding: utf-8
+Date: Thu, 16 Apr 2015 13:00:16 -0400
+X-RedHat-Spam-Score: -1.9  (BAYES_00,SPF_PASS,URIBL_BLOCKED) 207.171.7.181 
rtcpan.develooper.com 207.171.7.181 rtcpan.develooper.com 
rt-cpan-org-ret...@perl.org
+X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23
+X-Scanned-By: MIMEDefang 2.68 on 10.5.110.21
+Status: RO
+Content-Length: 960
+Lines: 22
+
+URL: https://rt.cpan.org/Ticket/Display.html?id=103484 
+
+Hi, thanks for the report! These fonts indeed are corner cases, reporting 
FXA_AVERAGE_WIDTHs inconsistent with the requested XLFD widths; I think I 
adapted for this now. May I ask you
+to run the test again with the following patch and see if that works for you?
+
+Sincerely, Dmitry
+
+--- a/unix/apc_font.c
 b/unix/apc_font.c
+@@ -1291,7 +1291,10 @@ AGAIN:
+
+   /* detailing width */
+   if ( f- font. width == 0 || !f- flags. width) {
+- if ( XGetFontProperty( s, FXA_AVERAGE_WIDTH, v)  v) {
++if ( f- vecname  font- width  0) {
++f- font. width = font- width;
++Fdebug(font: width = copy as is %d\n, 

[Bug 1210922] perl-Prima-1.43 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1210922



--- Comment #4 from Petr Pisar ppi...@redhat.com ---
Upstream resolved the test failure. I will push this release only into Rawhide
because it changes font code significantly.

-- 
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-Prima (master). Build-require glibc-headers due to iconv.h

2015-04-23 Thread notifications
From 0a250ab9a5fbaab15a5afe719fe40c5349135781 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Thu, 23 Apr 2015 09:39:00 +0200
Subject: Build-require glibc-headers due to iconv.h


diff --git a/perl-Prima.spec b/perl-Prima.spec
index cb3fab7..360e630 100644
--- a/perl-Prima.spec
+++ b/perl-Prima.spec
@@ -15,6 +15,7 @@ Patch1: Prima-1.43-FcPatternAddDouble.patch
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype-devel
 BuildRequires:  giflib-devel
+BuildRequires:  glibc-headers
 BuildRequires:  gtk2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Prima.git/commit/?h=masterid=0a250ab9a5fbaab15a5afe719fe40c5349135781
--
Fedora Extras Perl SIG
http://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 1210922] perl-Prima-1.43 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1210922

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Prima-1.43-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-04-23 03:55:20



-- 
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: Annonce: qt-virt-manager

2015-04-23 Thread Lubomir Rintel
On Wed, 2015-04-22 at 13:50 -0600, Orion Poplawski wrote:
 On 04/22/2015 11:36 AM, Fl@sh wrote:
  Hi, all!
  I'm developing qt-virt-manager.
...
 You might consider making a copr repo.

Better: Please file a review request and add it to the Fedora package
collection, please.

Thanks,
Lubo

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

jplesnik pushed to perl-DB_File-Lock (master). Fix RT#98224

2015-04-23 Thread notifications
From 75d37a2c2babc3396e6763e87db5032230546074 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 23 Apr 2015 10:34:08 +0200
Subject: Fix RT#98224


diff --git a/DB_File-Lock-0.05-RT98224.patch b/DB_File-Lock-0.05-RT98224.patch
new file mode 100644
index 000..6826daf
--- /dev/null
+++ b/DB_File-Lock-0.05-RT98224.patch
@@ -0,0 +1,29 @@
+From 247a7ec3a57f2bca977531281f258d5e4ed46c1f Mon Sep 17 00:00:00 2001
+From: Slaven Rezic sla...@rezic.de
+Date: Thu, 21 Aug 2014 19:54:41 +0200
+Subject: [PATCH] don't use defined %hash
+
+This fixes https://rt.cpan.org/Ticket/Display.html?id=98224
+---
+ test.pl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+ mode change 100644 = 100755 test.pl
+
+diff --git a/test.pl b/test.pl
+old mode 100644
+new mode 100755
+index 92ebcf6..cba6da6
+--- a/test.pl
 b/test.pl
+@@ -81,7 +81,7 @@ if ( not defined $pid ) {
+   sleep(1);
+   $TEST_NUM += 2;
+   report_result( not tie %hash3, 'DB_File::Lock', $file1, O_RDWR, 0600, 
$DB_HASH, $nonblock_write );
+-  report_result( not defined %hash3 ); # double check and satisfy -w 
about %hash3
++  report_result( not keys %hash3 ); # double check and satisfy -w about 
%hash3
+   $TEST_NUM += 1;
+   report_result( wait() == $pid );
+   report_result( tie %hash3, 'DB_File::Lock', $file1, O_RDWR, 0600, 
$DB_HASH, $nonblock_write );
+-- 
+1.8.3.4
+
diff --git a/perl-DB_File-Lock.spec b/perl-DB_File-Lock.spec
index 6ce66ed..d11846c 100644
--- a/perl-DB_File-Lock.spec
+++ b/perl-DB_File-Lock.spec
@@ -1,11 +1,13 @@
 Name:   perl-DB_File-Lock
 Version:0.05
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Locking with flock wrapper for DB_File
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DB_File-Lock/
 Source0:
http://www.cpan.org/modules/by-module/DB_File/DB_File-Lock-%{version}.tar.gz
+# defined() should not be used for hash RT#98224
+Patch1: DB_File-Lock-0.05-RT98224.patch
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Carp)
@@ -23,6 +25,7 @@ This module provides a wrapper for the DB_File module, adding 
locking.
 
 %prep
 %setup -q -n DB_File-Lock-%{version}
+%patch1 -p1
 
 
 %build
@@ -31,7 +34,7 @@ make %{?_smp_mflags}
 
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -47,6 +50,9 @@ make test
 
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova jples...@redhat.com - 0.05-5
+- Fix RT#98224
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.05-4
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-DB_File-Lock.git/commit/?h=masterid=75d37a2c2babc3396e6763e87db5032230546074
--
Fedora Extras Perl SIG
http://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: Annonce: qt-virt-manager

2015-04-23 Thread Fl
On Thu, 23 Apr 2015 10:24:48 +0200
Lubomir Rintel lkund...@v3.sk wrote:

 On Wed, 2015-04-22 at 13:50 -0600, Orion Poplawski wrote:
  On 04/22/2015 11:36 AM, Fl@sh wrote:
   Hi, all!
   I'm developing qt-virt-manager.
 ...
  You might consider making a copr repo.
 
 Better: Please file a review request and add it to the Fedora package
 collection, please.
 
 Thanks,
 Lubo
 
No problem. But some later (at next week, because i'm want
to do some fixes). 

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

Broken dependencies: perl-Net-DNS-SEC

2015-04-23 Thread buildsys


perl-Net-DNS-SEC has broken dependencies in the rawhide tree:
On x86_64:
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Digest::GOST::CryptoPro)
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Digest::GOST) = 
0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.05
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:1.01
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:0.5
On i386:
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Digest::GOST::CryptoPro)
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Digest::GOST) = 
0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.05
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:1.01
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:0.5
On armhfp:
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Digest::GOST::CryptoPro)
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Digest::GOST) = 
0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.06
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires 
perl(Crypt::OpenSSL::ECDSA) = 0:0.05
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:1.01
perl-Net-DNS-SEC-0.22-1.fc23.noarch requires perl(Crypt::OpenSSL::EC) 
= 0:0.5
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-PDL-Graphics-PLplot

2015-04-23 Thread buildsys


perl-PDL-Graphics-PLplot has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-Graphics-PLplot-0.67-5.fc22.x86_64 requires 
libplplotd.so.12()(64bit)
On i386:
perl-PDL-Graphics-PLplot-0.67-5.fc22.i686 requires libplplotd.so.12
On armhfp:
perl-PDL-Graphics-PLplot-0.67-5.fc22.armv7hl requires libplplotd.so.12
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 1210922] perl-Prima-1.43 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1210922



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

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

psabata uploaded Dist-Zilla-5.035.tar.gz for perl-Dist-Zilla

2015-04-23 Thread notifications
1a85b18b6177cb285ce527e20e5a02ae  Dist-Zilla-5.035.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dist-Zilla/Dist-Zilla-5.035.tar.gz/1a85b18b6177cb285ce527e20e5a02ae/Dist-Zilla-5.035.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Devel-SmallProf (master). Fixed RT#98192; Modernize spec

2015-04-23 Thread notifications
From 7c1586e0b7f0379744bc617309a066ea971ea78d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 23 Apr 2015 11:22:05 +0200
Subject: Fixed RT#98192; Modernize spec


diff --git a/Devel-SmallProf-2.02-Don-t-use-defined-array.patch 
b/Devel-SmallProf-2.02-Don-t-use-defined-array.patch
new file mode 100644
index 000..cf6078b
--- /dev/null
+++ b/Devel-SmallProf-2.02-Don-t-use-defined-array.patch
@@ -0,0 +1,25 @@
+From 3c81ee06e91d2a4efc52b7b4a9eff7411039c283 Mon Sep 17 00:00:00 2001
+From: Brian Fraser frase...@gmail.com
+Date: Wed, 20 Aug 2014 00:33:46 +0200
+Subject: [PATCH] Don't use defined(@array)
+
+---
+ lib/Devel/SmallProf.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Devel/SmallProf.pm b/lib/Devel/SmallProf.pm
+index cee1211..2b5d091 100644
+--- a/lib/Devel/SmallProf.pm
 b/lib/Devel/SmallProf.pm
+@@ -32,7 +32,7 @@ sub DB {
+   # evals which do not define subroutines will disappear.
+   no strict 'refs';
+   $listings{$filename} = \@{main::_$filename}
+-if defined(@{main::_$filename});
++if @{main::_$filename};
+   use strict 'refs';
+ 
+   my($delta);
+-- 
+1.7.12.4 (Apple Git-37)
+
diff --git a/perl-Devel-SmallProf.spec b/perl-Devel-SmallProf.spec
index 2ab375e..50c1835 100644
--- a/perl-Devel-SmallProf.spec
+++ b/perl-Devel-SmallProf.spec
@@ -1,23 +1,21 @@
 Name:   perl-Devel-SmallProf
 Version:2.02
-Release:19%{?dist}
+Release:20%{?dist}
 Summary:Per-line Perl profiler
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Devel-SmallProf/
 Source0:
http://www.cpan.org/authors/id/S/SA/SALVA/Devel-SmallProf-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# defined() should not be used for array RT#98192
+Patch1: Devel-SmallProf-2.02-Don-t-use-defined-array.patch
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Time::HiRes)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
-# Filter bogus provide of perl(DB) (rpm  4.9)
-%global provfilt /bin/sh -c %{__perl_provides} | sed -e '/perl(DB)/d'
-%define __perl_provides %{provfilt}
-
-# Equivalent filter for rpm 4.9 onwards
+# Filter bogus provide of perl(DB)
 %global __provides_exclude ^perl\\(DB\\)
 
 %description
@@ -28,37 +26,32 @@ and also in terms of being simple to use.
 
 %prep
 %setup -q -n Devel-SmallProf-%{version}
+%patch1 -p1
 
 iconv -f iso8859-1 -t utf-8 README README.conv  mv -f README.conv README
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README TODO
 %{perl_vendorlib}/Devel/
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova jples...@redhat.com - 2.02-20
+- Fixed RT#98192
+- Modernize spec
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 2.02-19
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Devel-SmallProf.git/commit/?h=masterid=7c1586e0b7f0379744bc617309a066ea971ea78d
--
Fedora Extras Perl SIG
http://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-Mail-Alias (master). Remove using of 'defined' for an array (RT#101356); Modernize spec

2015-04-23 Thread notifications
From 42aaa61f65c248e11e90c0d73af9d79a66d486a5 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 23 Apr 2015 09:55:37 +0200
Subject: Remove using of 'defined' for an array (RT#101356);Modernize spec


diff --git a/Mail-Alias-1.12-Do-not-used-defined-for-array.patch 
b/Mail-Alias-1.12-Do-not-used-defined-for-array.patch
new file mode 100644
index 000..32ac185
--- /dev/null
+++ b/Mail-Alias-1.12-Do-not-used-defined-for-array.patch
@@ -0,0 +1,12 @@
+diff -up Mail-Alias-1.12/Alias.pm.orig Mail-Alias-1.12/Alias.pm
+--- Mail-Alias-1.12/Alias.pm.orig  2015-04-23 09:26:23.489249411 +0200
 Mail-Alias-1.12/Alias.pm   2015-04-23 09:27:06.639992941 +0200
+@@ -82,7 +82,7 @@ sub format {
+  my $pkg = Mail::Alias:: . $fmt;
+ 
+  croak Unknown format '$fmt'
+-  unless defined @{$pkg . ::ISA};
++  unless @{$pkg . ::ISA};
+ 
+  bless $me, $pkg;
+ }
diff --git a/perl-Mail-Alias.spec b/perl-Mail-Alias.spec
index 05224e3..5da833b 100644
--- a/perl-Mail-Alias.spec
+++ b/perl-Mail-Alias.spec
@@ -1,15 +1,18 @@
 Name:   perl-Mail-Alias
 Version:1.12
-Release:25%{?dist}
+Release:26%{?dist}
 Summary:Module for manipulating e-mail alias files
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Mail-Alias/
 Source0:
http://www.cpan.org/authors/id/Z/ZE/ZELT/Mail-Alias-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# 'defined' should not be used for an array RT#101356
+Patch1: Mail-Alias-1.12-Do-not-used-defined-for-array.patch
 BuildArch:  noarch
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+BuildRequires:  perl(vars)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
 This module allows direct manipulation of various types of E-Mail
@@ -20,34 +23,31 @@ formats.
 
 %prep
 %setup -q -n Mail-Alias-%{version}
+%patch1 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 23 2015 Jitka Plesnikova jples...@redhat.com - 1.12-26
+- Remove using of 'defined' for an array (RT#101356)
+- Update BR
+- Modernize spec
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.12-25
 - Perl 5.20 rebuild
 
@@ -117,7 +117,7 @@ Rebuild for new perl
 - Cleanup
 - Took over maintainership
 
-* Fri Apr  7 2005 Michael Schwendt mschwendt[AT]users.sf.net
+* Wed Apr  6 2005 Michael Schwendt mschwendt[AT]users.sf.net
 - rebuilt
 
 * Thu Oct  2 2003 Michael Schwendt rh0212ms[AT]arcor.de 0:1.12-0.fdr.3
-- 
cgit v0.10.2



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

rawhide report: 20150423 changes

2015-04-23 Thread Fedora Rawhide Report
Compose started at Thu Apr 23 05:15:03 UTC 2015
Broken deps for i386
--
[Sprog]
Sprog-0.14-27.fc20.noarch requires perl(:MODULE_COMPAT_5.18.0)
[aeskulap]
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libofstd.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires liboflog.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libijg8.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libijg16.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libijg12.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmnet.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmjpeg.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmimgle.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmimage.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.i686 requires libdcmdata.so.3.6
[aunit]
aunit-2013-7.fc22.i686 requires libgnat-4.9.so
[aws]
aws-3.1.0-12.fc22.i686 requires libgnat-4.9.so
aws-3.1.0-12.fc22.i686 requires libgnarl-4.9.so
aws-devel-3.1.0-12.fc22.i686 requires libgnat-4.9.so
aws-devel-3.1.0-12.fc22.i686 requires libgnarl-4.9.so
[bookkeeper]
libhedwig-4.2.1-14.fc23.i686 requires libprotobuf.so.8
[bro]
broccoli-2.3.2-1.fc23.i686 requires bro-2.3.2
python-broccoli-2.3.2-1.fc23.i686 requires bro-2.3.2
[clementine]
clementine-1.2.3-4.fc22.i686 requires libprotobuf.so.8
[crystal]
crystal-2.2.1-2.fc22.i686 requires libkdecorations.so.4
[dmlite]
dmlite-plugins-memcache-0.7.2-2.fc22.i686 requires libprotobuf.so.8
[dmlite-plugins-memcache]
dmlite-plugins-memcache-0.5.0-7.fc20.i686 requires libprotobuf.so.8
[dmlite-plugins-s3]
dmlite-plugins-s3-0.5.1-5.fc22.i686 requires libprotobuf.so.8
[dnssec-check]
dnssec-check-1.14.0.1-4.fc20.i686 requires libval-threads.so.14
dnssec-check-1.14.0.1-4.fc20.i686 requires libsres.so.14
[dsqlite]
dsqlite-1.1.1-5.fc22.i686 requires libphobos-ldc.so.64
[elk]
elk-mpich-2.3.22-10.fc22.i686 requires libopa.so.1
elk-mpich-2.3.22-10.fc22.i686 requires libmpl.so.1
elk-mpich-2.3.22-10.fc22.i686 requires libmpichf90.so.12
elk-mpich-2.3.22-10.fc22.i686 requires libmpich.so.12
[fawkes]
fawkes-plugin-player-0.5.0-19.fc22.i686 requires 
libboost_thread.so.1.55.0
fawkes-plugin-player-0.5.0-19.fc22.i686 requires 
libboost_system.so.1.55.0
fawkes-plugin-player-0.5.0-19.fc22.i686 requires 
libboost_signals.so.1.55.0
[florist]
florist-2011-16.fc22.i686 requires libgnat-4.9.so
florist-2011-16.fc22.i686 requires libgnarl-4.9.so
[gazebo]
gazebo-4.0.2-2.fc22.i686 requires libprotobuf.so.8
gazebo-libs-4.0.2-2.fc22.i686 requires libprotobuf.so.8
player-gazebo-4.0.2-2.fc22.i686 requires libprotobuf.so.8
[gcc-python-plugin]
gcc-python2-debug-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
gcc-python2-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
gcc-python3-debug-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
gcc-python3-plugin-0.13-2.fc22.i686 requires gcc = 0:4.9.2-1.fc22
[gdl]
gdl-0.9.5-5.fc23.i686 requires libplplotd.so.12
gdl-0.9.5-5.fc23.i686 requires libplplotcxxd.so.11
gdl-python-0.9.5-5.fc23.i686 requires libplplotd.so.12
gdl-python-0.9.5-5.fc23.i686 requires libplplotcxxd.so.11
[gl3n]
gl3n-0.20140505-13.fc22.i686 requires libphobos-ldc.so.64
[gnatcoll]
gnatcoll-2013-9.fc22.i686 requires libgnat-4.9.so
gnatcoll-2013-9.fc22.i686 requires libgnarl-4.9.so
[hadoop]
hadoop-common-2.4.1-6.fc22.noarch requires 
mvn(io.netty:netty:3.6.6.Final)
hadoop-hdfs-2.4.1-6.fc22.noarch requires 
mvn(org.jboss.netty:netty:3.6.6.Final)
hadoop-hdfs-2.4.1-6.fc22.noarch requires mvn(io.netty:netty:3.6.6.Final)
hadoop-mapreduce-2.4.1-6.fc22.noarch requires 
mvn(io.netty:netty:3.6.6.Final)
hadoop-tests-2.4.1-6.fc22.noarch requires 
mvn(io.netty:netty:3.6.6.Final)
[hbase]
hbase-0.98.3-2.fc22.noarch requires mvn(io.netty:netty:3.6.6.Final)
hbase-tests-0.98.3-2.fc22.noarch requires 
mvn(io.netty:netty:3.6.6.Final)
[julia]
julia-0.3.7-2.fc23.i686 requires libLLVM-3.5.so
julia-devel-0.3.7-2.fc23.i686 requires libLLVM-3.5.so
[kde-style-skulpture]
kde-style-skulpture-0.2.4-9.fc22.i686 requires libkdecorations.so.4
[leksah]
ghc-leksah-0.12.1.3-16.fc22.i686 requires 
libHSxhtml-3000.2.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires 
libHSutf8-string-0.3.7-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHSunix-2.6.0.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires 
libHStransformers-0.3.0.0-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires libHStime-1.4.0.1-ghc7.6.3.so
ghc-leksah-0.12.1.3-16.fc22.i686 requires 

pghmcfc uploaded IO-stringy-2.111.tar.gz for perl-IO-stringy

2015-04-23 Thread notifications
e91acf0a800b190d13585a47de775bdd  IO-stringy-2.111.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-stringy/IO-stringy-2.111.tar.gz/e91acf0a800b190d13585a47de775bdd/IO-stringy-2.111.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 1214699] perl-App-cpanminus-1.7031 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214699



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

-- 
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 1214706] New: perl-Dancer-1.3135 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214706

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



Latest upstream release: 1.3135
Current version/release in rawhide: 1.3134-1.fc23
URL: http://search.cpan.org/dist/Dancer/

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 1214706] perl-Dancer-1.3135 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214706



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

-- 
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 1214706] perl-Dancer-1.3135 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214706



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

-- 
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 1214713] New: perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713

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



Latest upstream release: 1.07
Current version/release in rawhide: 1.05-1.fc23
URL: http://search.cpan.org/dist/File-ShareDir-ProjectDistDir/

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 1214713] perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713



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

-- 
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 1214713] perl-File-ShareDir-ProjectDistDir-1.000007 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214713



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

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

jplesnik uploaded App-cpanminus-1.7031.tar.gz for perl-App-cpanminus

2015-04-23 Thread notifications
6f4e42d33fd7957482fdcf854ec97d8b  App-cpanminus-1.7031.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-App-cpanminus/App-cpanminus-1.7031.tar.gz/6f4e42d33fd7957482fdcf854ec97d8b/App-cpanminus-1.7031.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 1209917] perl-Module-Signature: arbitrary code execution when verifying module signatures

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209917
Bug 1209917 depends on bug 1209920, which changed state.

Bug 1209920 Summary: perl-Module-Signature: various flaws [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1209920

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA



-- 
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 1209911] perl-Module-Signature: unsigned files interpreted as signed in some circumstances

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209911
Bug 1209911 depends on bug 1209920, which changed state.

Bug 1209920 Summary: perl-Module-Signature: various flaws [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1209920

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA



-- 
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 1209920] perl-Module-Signature: various flaws [fedora-all]

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209920

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
   Fixed In Version||perl-Module-Signature-0.78-
   ||1.fc21
 Resolution|--- |ERRATA
Last Closed||2015-04-23 08:38:26



--- Comment #11 from Paul Howarth p...@city-fan.org ---
All issues now fixed in all currently-supported Fedora releases.

-- 
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 1209918] perl-Module-Signature: arbitrary modules loading in some circumstances

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209918
Bug 1209918 depends on bug 1209920, which changed state.

Bug 1209920 Summary: perl-Module-Signature: various flaws [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1209920

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA



-- 
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 1209915] perl-Module-Signature: arbitrary code execution during test phase

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209915
Bug 1209915 depends on bug 1209920, which changed state.

Bug 1209920 Summary: perl-Module-Signature: various flaws [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1209920

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA



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

2015-04-23 Thread buildsys


perl-Satcon has broken dependencies in the F-22 tree:
On x86_64:
perl-Satcon-1.20-3.fc21.noarch requires perl(:MODULE_COMPAT_5.18.2)
On i386:
perl-Satcon-1.20-3.fc21.noarch requires perl(:MODULE_COMPAT_5.18.2)
On armhfp:
perl-Satcon-1.20-3.fc21.noarch requires perl(:MODULE_COMPAT_5.18.2)
Please resolve this as soon as possible.


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

[Bug 1214699] perl-App-cpanminus-1.7031 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214699

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-App-cpanminus-1.7031-1
   ||.fc23



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

[Bug 1214699] perl-App-cpanminus-1.7031 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214699



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-App-cpanminus-1.7031-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=630152

-- 
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 1214754] perl-Text-RecordParser-1.6.5 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214754



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

cmd:  spectool -g /var/tmp/thn-3DlcAn/perl-Text-RecordParser.spec
return code:  22
stdout:
Getting
http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-v1.6.5.tar.gz
to ./Text-RecordParser-v1.6.5.tar.gz

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

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0

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

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

[Bug 1214754] New: perl-Text-RecordParser-1.6.5 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214754

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



Latest upstream release: 1.6.5
Current version/release in rawhide: 1.6.3-3.fc22
URL: http://search.cpan.org/dist/Text-RecordParser/

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

pghmcfc pushed to perl-MIME-tools (perl-MIME-tools-5.506-1.fc22). Update to 5.506 (..more)

2015-04-23 Thread notifications
From 59fe9995582802858415e8967b2c4573aa121bd3 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Thu, 23 Apr 2015 13:56:03 +0100
Subject: Update to 5.506

- New upstream release 5.506
  - Update maintainer's name to Dianne Skoll
- Use %license where possible
- Update UTF8 patch
- Classify buildreqs by usage

diff --git a/MIME-tools-5.502-UTF8.patch b/MIME-tools-5.502-UTF8.patch
deleted file mode 100644
index c5d1871..000
--- a/MIME-tools-5.502-UTF8.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 MIME-tools/ChangeLog
-+++ MIME-tools/ChangeLog
-@@ -213,7 +213,7 @@
-   * Added MIME::Parser-decode_bodies method.  This lets you force
-   MIME::Tools to store body parts WITHOUT decoding them.  Useful
-   if you need the exact unmangled message source (for example,
--  for GPG-signing.)  Patch submitted by J�rn Reder.
-+  for GPG-signing.)  Patch submitted by Jörn Reder.
- 
- 5.418 2005-09-29  David F. Skoll  d...@roaringpenguin.com
- 
diff --git a/MIME-tools-5.506-UTF8.patch b/MIME-tools-5.506-UTF8.patch
new file mode 100644
index 000..4420d95
--- /dev/null
+++ b/MIME-tools-5.506-UTF8.patch
@@ -0,0 +1,11 @@
+--- ChangeLog
 ChangeLog
+@@ -287,7 +287,7 @@
+   * Added MIME::Parser-decode_bodies method.  This lets you force
+   MIME::Tools to store body parts WITHOUT decoding them.  Useful
+   if you need the exact unmangled message source (for example,
+-  for GPG-signing.)  Patch submitted by J�rn Reder.
++  for GPG-signing.)  Patch submitted by Jörn Reder.
+ 
+ 5.418 2005-09-29  Dianne Skoll  d...@roaringpenguin.com
+ 
diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec
index fa26dd6..2e2bd53 100644
--- a/perl-MIME-tools.spec
+++ b/perl-MIME-tools.spec
@@ -1,30 +1,46 @@
 Summary:   Modules for parsing and creating MIME entities in Perl
 Name:  perl-MIME-tools
-Version:   5.505
-Release:   3%{?dist}
+Version:   5.506
+Release:   1%{?dist}
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/MIME-tools/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz
-Patch0:MIME-tools-5.502-UTF8.patch
+Patch0:MIME-tools-5.506-UTF8.patch
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Build ==
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Pod::Man)
+#  Module Runtime 
+BuildRequires: perl-MailTools  = 1.50
+BuildRequires: perl(Carp)
+BuildRequires: perl(Convert::BinHex)
+BuildRequires: perl(Encode)
+BuildRequires: perl(Exporter)
 BuildRequires: perl(File::Path)= 1
 BuildRequires: perl(File::Spec)= 0.6
 BuildRequires: perl(File::Temp)= 0.18
 BuildRequires: perl(IO::File)  = 1.13
 BuildRequires: perl(IO::Handle)
+BuildRequires: perl(IO::Select)
 BuildRequires: perl(Mail::Field)   = 1.05
-BuildRequires: perl(Mail::Header)  = 1.01
-BuildRequires: perl(Mail::Internet)= 1.0203
+BuildRequires: perl(Mail::Header)  = 1.06
+BuildRequires: perl(Mail::Internet)= 1.28
 BuildRequires: perl(MIME::Base64)  = 3.03
 BuildRequires: perl(MIME::QuotedPrint)
-BuildRequires: perl-MailTools  = 1.50
+#  Test Suite 
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Digest::MD5)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(IO::Socket::INET)
+BuildRequires: perl(lib)
 BuildRequires: perl(Test::Deep)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+#  Module Runtime 
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:  perl(Convert::BinHex)
 
@@ -42,7 +58,7 @@ parser and tool for building your own MIME parser, and 
utilities.
 %setup -q -n MIME-tools-%{version}
 
 # Fix character encoding
-%patch0 -p1
+%patch0
 
 # The more useful examples will go in %%{_bindir}
 mkdir useful-examples
@@ -77,7 +93,12 @@ TEST_POD_COVERAGE=0 make test
 rm -rf %{buildroot}
 
 %files
-%doc README COPYING ChangeLog
+%if 0%{?_licensedir:1}
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README ChangeLog
 # Adding examples introduces additional deps, but these are all satisfied by
 # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway.
 %doc examples
@@ -92,30 +113,37 @@ rm -rf %{buildroot}
 %{_mandir}/man1/mimeexplode.1*
 %{_mandir}/man1/mimepostcard.1*
 %{_mandir}/man1/mimesend.1*
-%{_mandir}/man3/MIME::Body.3pm*
-%{_mandir}/man3/MIME::Decoder.3pm*
-%{_mandir}/man3/MIME::Decoder::Base64.3pm*
-%{_mandir}/man3/MIME::Decoder::BinHex.3pm*
-%{_mandir}/man3/MIME::Decoder::Binary.3pm*

pghmcfc pushed to perl-MIME-tools (perl-MIME-tools-5.506-1.fc23). Update to 5.506 (..more)

2015-04-23 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-MIME-tools.git/commit/?h=perl-MIME-tools-5.506-1.fc23id=59fe9995582802858415e8967b2c4573aa121bd3
--
Fedora Extras Perl SIG
http://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 1214766] New: perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766

Bug ID: 1214766
   Summary: perl-XML-LibXML-2.0119 is available
   Product: Fedora
   Version: rawhide
 Component: perl-XML-LibXML
  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



Latest upstream release: 2.0119
Current version/release in rawhide: 2.0118-1.fc22
URL: http://search.cpan.org/dist/XML-LibXML/

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 1214766] perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766



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

-- 
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 1214766] perl-XML-LibXML-2.0119 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214766



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

-- 
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 Dancer-1.3135.tar.gz for perl-Dancer

2015-04-23 Thread notifications
a3a0b91ec0dd78edb0ef801fb2e7fc11  Dancer-1.3135.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dancer/Dancer-1.3135.tar.gz/a3a0b91ec0dd78edb0ef801fb2e7fc11/Dancer-1.3135.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

msuchy pushed to perl-Satcon (f22). bump up release so we are the same as f21

2015-04-23 Thread notifications
From 50dc0bc262917f2f32c896368db1f218799c9f9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= msu...@redhat.com
Date: Thu, 23 Apr 2015 15:29:12 +0200
Subject: bump up release so we are the same as f21


diff --git a/perl-Satcon.spec b/perl-Satcon.spec
index a217309..67bd026 100644
--- a/perl-Satcon.spec
+++ b/perl-Satcon.spec
@@ -3,7 +3,7 @@
 Name:   perl-Satcon
 Summary:Framework for configuration files
 Version:1.20
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPLv2
 Group:  Applications/System
 URL:https://fedorahosted.org/spacewalk
@@ -47,7 +47,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
-* Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.20-2
+* Thu Apr 23 2015 Miroslav Suchy 1.20-3
+- Perl 5.20 rebuild
+
+* Thu Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.20-2
 - Perl 5.20 rebuild
 
 * Fri Mar 22 2013 Michael Mraka michael.mr...@redhat.com 1.20-1
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Satcon.git/commit/?h=f22id=50dc0bc262917f2f32c896368db1f218799c9f9b
--
Fedora Extras Perl SIG
http://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 1214699] perl-App-cpanminus-1.7031 is available

2015-04-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1214699



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-App-cpanminus-1.7031-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-App-cpanminus-1.7031-1.fc22

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

Minutes from Env-and-Stacks WG meeting (2015-04-23)

2015-04-23 Thread Honza Horak

==
#fedora-meeting-2: Env and Stacks (2015-04-23)
==


Meeting started by hhorak at 12:04:01 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/fedora-meeting-2/2015-04-23/env-and-stacks.2015-04-23-12.04.log.html
.



Meeting summary
---
* init process  (hhorak, 12:04:31)

* Dockerfiles recommended tips  (hhorak, 12:05:41)
  * LINK:

https://lists.fedoraproject.org/pipermail/env-and-stacks/2015-April/000771.html
(hhorak, 12:06:07)
  * a problem any major changes to the base image like this is the
possibility of breaking layers  (hhorak, 12:40:40)
  * openshift has a higher level system that's in a position to do uid
allocation  (hhorak, 12:40:40)
  * IDEA: one simple thing to do would be to make a
fedora/envs-and-stacks-base image that has this default user, and
derive Docker-like language base images from that  (hhorak,
12:40:41)
  * IDEA: or we can just document best practices for user management in
derived containers  (hhorak, 12:40:41)
  * LINK:
https://groups.google.com/forum/#!topic/docker-user/946c4tetS6E
(hhorak, 12:43:49)

* Playground result repo  (hhorak, 12:44:58)
  * still not sure whether the playground repo should be updated set of
copr repo files on clients or one repo regenerated on server
(hhorak, 12:47:32)
  * looking for a tool that will (simply said) check that we don't ship
some package in playground that would influence packages in the
fedora base (by influencing I mean upgrade, prevent to install, ...)
(hhorak, 12:52:59)
  * for other volunteers :) another task would be copr vs. taskotron vs.
rpmgrill integration.. a coplex thing, that may consist of: 1) make
rpmgrill working in taskotron 2) make rpmgrill to work with copr
(now tight to koji pretty much) 3) make taskotron to listen and
react on copr builds  (hhorak, 13:07:03)
  * we still do not have agreement with msuchy on the ML about whether
the playground repo should be updated set of copr repo files on
clients or one repo regenerated on server... let's try to narrow
that down  (hhorak, 13:08:46)
  * LINK: https://fedoraproject.org/wiki/Taskotron/Tasks/depcheck
(hhorak, 13:09:27)

* Modular Fedora -- more versions available, not necessarily
  install-able  (hhorak, 13:09:58)
  * ACTION: everybody to follow the ML and try to actively participate
:)  (hhorak, 13:15:54)

* open floor  (hhorak, 13:16:22)
  * LINK:
http://download.eng.brq.redhat.com/scratch/phracek/landing_page.png
(phracek, 13:19:14)
  * LINK:
http://download.eng.brq.redhat.com/scratch/phracek/project_page.png
(phracek, 13:19:22)

* Chair for next week (hhorak not available)  (hhorak, 13:23:59)
  * no volunteer found for the next week's meeting, so we're still
looking for one  (hhorak, 13:28:32)

Meeting ended at 13:28:43 UTC.




Action Items

* everybody to follow the ML and try to actively participate :)




Action Items, by person
---
* **UNASSIGNED**
  * everybody to follow the ML and try to actively participate :)




People Present (lines said)
---
* hhorak (68)
* phracek (44)
* walters (16)
* bkabrda (14)
* langdon (9)
* jstanek (8)
* ttomecek (5)
* zodbot (5)
* vpavlin (1)
* ttomecek1 (1)
* sicampbell (0)
* juhp (0)
* ncoghlan (0)




Generated by `MeetBot`_ 0.1.4

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

  1   2   >