[Bug 1240964] New: Environment file not read on EL7

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

Bug ID: 1240964
   Summary: Environment file not read on EL7
   Product: Fedora EPEL
   Version: epel7
 Component: fusioninventory-agent
  Assignee: perl-devel@lists.fedoraproject.org
  Reporter: ke...@famillecousin.fr
QA Contact: extras...@fedoraproject.org
CC: maria...@tuxette.fr,
perl-devel@lists.fedoraproject.org



Description of problem:

OPTION Variable not exist in Environmnent File
/etc/sysconfig/fusioninventory-agent

cat /etc/sysconfig/fusioninventory-agent
#
# Fusion Inventory Agent Configuration File
# used by hourly cron job and service launcher to override the
fusioninventory-agent.cfg setup.
#
# DONT FORGET to enable the service !
#
# Add tools directory if needed (tw_cli, hpacucli, ipssend, ...)
PATH=/sbin:/bin:/usr/sbin:/usr/bin
# Global options (debug for verbose log, rpc-trust-localhost for yum-plugin)
FUSINVOPT=--debug 

cat /usr/lib/systemd/system/fusioninventory-agent.service 
[Unit]
Description=FusionInventory agent
After=syslog.target network.target

[Service]
EnvironmentFile=-/etc/sysconfig/fusioninventory-agent
Type=forking
ExecStart=/usr/bin/fusioninventory-agent --daemon --pidfile
/var/run/fusioninventory-agent.pid $OPTIONS

[Install]
WantedBy=multi-user.target

[Service]
EnvironmentFile=-/etc/sysconfig/fusioninventory-agent
Type=forking
ExecStart=/usr/bin/fusioninventory-agent --daemon --pidfile
/var/run/fusioninventory-agent.pid $OPTIONS

Version-Release number of selected component (if applicable):
2.3.16-2.el7

I need to change the /etc/sysconfig/fusioninventory-agent from
FUSINVOPT=--debug  to OPTIONS=--debug

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee 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 1240971] New: Please provide EPEL7 build

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

Bug ID: 1240971
   Summary: Please provide  EPEL7 build
   Product: Fedora EPEL
   Version: epel7
 Component: perl-Perl-Critic
  Assignee: p...@city-fan.org
  Reporter: jaroslaw.po...@cern.ch
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org,
rob.my...@gtri.gatech.edu



perl-Perl-Critic is available from EPEL5 and EPEL6: please provide a build for
EPEL7 too..

Thanks

Jarek

-- 
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 1240862] perl-Dist-Zilla-Plugin-GithubMeta-0.54 is available

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

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Dist-Zilla-Plugin-Gith
   ||ubMeta-0.54-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-07-08 05:46:37



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

psabata pushed to perl-Dist-Zilla-Plugin-GithubMeta (master). 0.54 bump

2015-07-08 Thread notifications
From 580b570fcedee410e5a4814d61cab1d3f3ec5859 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Wed, 8 Jul 2015 11:45:56 +0200
Subject: 0.54 bump


diff --git a/.gitignore b/.gitignore
index da5ebbd..aa3432e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Dist-Zilla-Plugin-GithubMeta-0.50.tar.gz
 /Dist-Zilla-Plugin-GithubMeta-0.52.tar.gz
+/Dist-Zilla-Plugin-GithubMeta-0.54.tar.gz
diff --git a/perl-Dist-Zilla-Plugin-GithubMeta.spec 
b/perl-Dist-Zilla-Plugin-GithubMeta.spec
index 2facfbf..e96c110 100644
--- a/perl-Dist-Zilla-Plugin-GithubMeta.spec
+++ b/perl-Dist-Zilla-Plugin-GithubMeta.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dist-Zilla-Plugin-GithubMeta
-Version:0.52
+Version:0.54
 Release:1%{?dist}
 Summary:Automatically include GitHub meta information in META.yml
 License:GPL+ or Artistic
@@ -7,6 +7,7 @@ URL:
http://search.cpan.org/dist/Dist-Zilla-Plugin-GithubMeta/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Dist-Zilla-Plugin-GithubMeta-%{version}.tar.gz
 BuildArch:  noarch
 # Build
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
@@ -58,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 08 2015 Petr Šabata con...@redhat.com - 0.54-1
+- 0.54 bump
+
 * Sun Jun 21 2015 Petr Šabata con...@redhat.com - 0.52-1
 - 0.52 bump
 
diff --git a/sources b/sources
index 6c0ae10..1c14048 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0072cc6fb032bedbb52ab6269b8f28bb  Dist-Zilla-Plugin-GithubMeta-0.52.tar.gz
+274261d3120813486c2a9756ddf6f304  Dist-Zilla-Plugin-GithubMeta-0.54.tar.gz
-- 
cgit v0.10.2



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

Broken dependencies: perl-Devel-BeginLift

2015-07-08 Thread buildsys


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


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

Broken dependencies: perl-B-Hooks-OP-Check-EntersubForCV

2015-07-08 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the rawhide tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
Please resolve this as soon as possible.


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

[Bug 1240964] Environment file not read on EL7

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

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

   What|Removed |Added

 CC||psab...@redhat.com
   Assignee|perl-devel@lists.fedoraproj |maria...@tuxette.fr
   |ect.org |



--- Comment #1 from Petr Šabata psab...@redhat.com ---
It seems Marianne is the de facto maintainer here.  Re-assigning.
Why this package is owned by perl-sig is a mystery to me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee 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-Gtk3

2015-07-08 Thread buildsys


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


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

Broken dependencies: perl-Test-Vars

2015-07-08 Thread buildsys


perl-Test-Vars has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Task-Catalyst

2015-07-08 Thread buildsys


perl-Task-Catalyst has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Gtk3-WebKit

2015-07-08 Thread buildsys


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


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

Broken dependencies: perl-Devel-FindRef

2015-07-08 Thread buildsys


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


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

Broken dependencies: perl-Data-Alias

2015-07-08 Thread buildsys


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


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

Broken dependencies: perl-Method-Signatures

2015-07-08 Thread buildsys


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


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

Broken dependencies: perl-CatalystX-REPL

2015-07-08 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

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

2015-07-08 Thread buildsys


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


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

Broken dependencies: polymake

2015-07-08 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-Apocalypse

2015-07-08 Thread buildsys


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


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

Broken dependencies: perl-Data-Dump-Streamer

2015-07-08 Thread buildsys


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


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

Broken dependencies: perl-Test-AutoBuild

2015-07-08 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-MongoDB

2015-07-08 Thread buildsys


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


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

Broken dependencies: perl-Carp-REPL

2015-07-08 Thread buildsys


perl-Carp-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
Please resolve this as soon as possible.


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

Broken dependencies: perl-POE-API-Peek

2015-07-08 Thread buildsys


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


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

Perl CFLAGS and LDFLAGS change

2015-07-08 Thread Petr Pisar
Hello Perl hackers.

You could read
http://permalink.gmane.org/gmane.linux.redhat.fedora.devel/208954 about poor
implementation of Fedora 23 hardening feature.

It turned out that perl is broken too. Fortunately, only /usr/bin/perl is
broken. Not the libperl.so or any other XS modules. This issue is known as
https://bugzilla.redhat.com/show_bug.cgi?id=1238804.

Playing with perl's Configure arguments shows different options are used at
different places and the best configuration looks like this (from perl.spec):

-/bin/sh Configure -des -Doptimize=$RPM_OPT_FLAGS \
--Dccdlflags=-Wl,--enable-new-dtags \
--Dlddlflags=-shared $RPM_OPT_FLAGS $RPM_LD_FLAGS \
+# ldflags is not used when linking XS modules.
+# Only ldflags is used when linking miniperl.
+# Only ccflags and ldflags are used for Configure's compiler checks.
+# Set optimize=none to prevent from injecting upstream's value.
+/bin/sh Configure -des \
+-Doptimize=none \
+-Dccflags=$RPM_OPT_FLAGS \
+-Dldflags=$RPM_LD_FLAGS \
+-Dccdlflags=-Wl,--enable-new-dtags $RPM_LD_FLAGS \
+-Dlddlflags=-shared $RPM_LD_FLAGS \

I tested this change locally and everything looks better then before.

Also this change makes other Perl packages' Makefile.PL's OPTIMIZE argument
redundant. Please also note the Build.PL's optimize argument is completly
ignored by Build.PL.

After sub-packaging some core modules, I will push this change into Fedora 23
only. I believe it does not break anything that does not have broken build
script. I did tests on architecture-specific packages perl-B-Utils (drivern by
ExtUtils::MakeMaker) and perl-PerlIO-Layers (driven by Module::Build).

You can use this simple script to verify you ELFs links as bind-now:

#!/usr/bin/perl
use strict;
use warnings;

while () {
chomp;
my $f = $_;
if (-f $f and -x $f and `file $f` =~ /ELF/) {
   my $ok = `eu-readelf -d $f` =~ /BIND_NOW/;
   print $ok ? q{OK} : q{BAD}, qq{\t$f\n};
}
}

Feed it with list of files to check.

Thus no other Perl mass rebuild is needed. I will check all the executables
procuduced from Perl packags after next perl weekly scratch rebuild. I also
think you still can use the OPTIMIZE and optimize arguments to Makefile.PL and
Build.PL in your packages. They are not harmfull. We can evaluate they removal
in the future.

I'd like to hear any critics.

-- Petr


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

Orphaned Packages in rawhide (2015-07-07)

2015-07-08 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

  Package(co)maintainers  Status Change 
===
ScrollZ   orphan, vicodan 2 weeks ago   
apache-poiorphan, gil, orion  0 weeks ago   
blahtexml orphan  9 weeks ago   
cumin orphan, croberts, matt, tmckay  2 weeks ago   
ekg   orphan, karlik  2 weeks ago   
ekg2  orphan, karlik  2 weeks ago   
elementaryorphan, spot, vicodan   2 weeks ago   
epic5 orphan, stefanok, vicodan   2 weeks ago   
fwbuilder orphan, till5 weeks ago   
gksu-polkit   orphan, slaanesh, vicodan   2 weeks ago   
gmyth orphan, vicodan 2 weeks ago   
gtkperf   orphan, vicodan 2 weeks ago   
gvrpcdorphan  9 weeks ago   
ha-jdbc   orphan  3 weeks ago   
javanotes orphan  1 weeks ago   
jericho-html  orphan, gil 2 weeks ago   
jgroups212orphan  3 weeks ago   
jsilver   orphan  3 weeks ago   
kde-plasma-redshift   orphan, lupinix 0 weeks ago   
ldd-pdf   orphan  1 weeks ago   
libgnomecups  orphan, ajax, alexl, caillon,   2 weeks ago   
  caolanm, group::gnome-sig, hadess,
  johnp, mbarnes, rhughes, rstrode, 
  ssp, vicodan, xiphmont
libindicator  orphan, echevemaster, jspaleta, 2 weeks ago   
  vicodan   
mate-dialogs  orphan, raveit65, rdieter, stefanok,2 weeks ago   
  vicodan   
mule  orphan, tspauld98   3 weeks ago   
ovirt-nodeorphan, apevec, fabiand, jboggs,6 weeks ago   
  pmyers
python-pbsorphan  5 weeks ago   
python-sgutilsorphan, grover  0 weeks ago   
python-sysv_ipc   orphan  1 weeks ago   
python-xhtml2pdf  orphan  0 weeks ago   
rubygem-inifile   orphan, mcpierce3 weeks ago   
rubygem-mgorphan, mcpierce3 weeks ago   
rubygem-rack-mountorphan, vondruch1 weeks ago   
rubygem-regin orphan, vondruch1 weeks ago   
rubygem-wirbleorphan, maxamillion, mcpierce   3 weeks ago   
vios-proxyorphan, mcpierce3 weeks ago   

The following packages require above mentioned packages:
Depending on: apache-poi (64), status change: 2015-07-06 (0 weeks ago)
dbunit (maintained by: gil)
dbunit-2.5.0-4.fc23.src requires mvn(org.apache.poi:poi) = 
3.10.1

jasperreports (maintained by: gil, java-sig, msrb)
jasperreports-4.0.2-14.fc23.src requires apache-poi = 
3.10.1-3.fc23

jtnef (maintained by: orion)
jtnef-1.8.0-5.fc23.noarch requires apache-poi = 3.10.1-3.fc23
jtnef-1.8.0-5.fc23.src requires apache-poi = 3.10.1-3.fc23

solr (maintained by: gil, java-sig)
solr-4.10.4-1.fc23.noarch requires mvn(org.apache.poi:poi) = 
3.10.1, mvn(org.apache.poi:poi-ooxml) = 3.10.1, 
mvn(org.apache.poi:poi-ooxml-schemas) = 3.10.1, 
mvn(org.apache.poi:poi-scratchpad) = 3.10.1

springframework (maintained by: msrb, gil)
springframework-3.2.14-2.fc23.src requires 
mvn(org.apache.poi:poi) = 3.10.1

tika (maintained by: gil, java-sig)
tika-1.5-6.fc23.src requires 

[ANN] Release of Bugzilla 5.0

2015-07-08 Thread David Lawrence
  Today the Bugzilla Project is extremely proud to announce the release
of Bugzilla 5.0, the most exciting new version of Bugzilla in our
history.

  It has been slightly over two years since we released Bugzilla 4.4 in
May of 2013. This new major release comes with many new features and
improvements to WebServices and performance.

  Bugzilla 5.0 is our best release ever, and we hope that you enjoy and
appreciate the results of these last two years of hard work by our
entirely-volunteer community.

  Please note that the release of Bugzilla 5.0 also marks End Of Life
for the Bugzilla 4.0 series, meaning that there will be no further
updates for the 4.0.x series, even if there are serious security issues
found in that series. We recommend that all installations running the
4.0 series upgrade as soon as possible to 5.0.


Download

Bugzilla is available at:

  https://www.bugzilla.org/download/


Release Notes  Changes
---
Before installing or upgrading, you should read the Release Notes for
this version of Bugzilla:

  https://www.bugzilla.org/releases/5.0/release-notes.html

It is VERY IMPORTANT to read the Release Notes if you are
upgrading from one major version to another (such as 4.4.x to 5.0).

To see a list of all changes between your version of Bugzilla and
the current version of Bugzilla, you can use the chart at:

  https://www.bugzilla.org/status/changes.html


The Bugzilla Update
---
You can see the latest updates from the Bugzilla Project and
the status of Bugzilla development on The Bugzilla Update:

  https://bugzillaupdate.wordpress.com/

Also, you can follow the Bugzilla Project on Twitter for frequent
updates on new features being developed in Bugzilla, our current
release plans, and much more:

  https://twitter.com/#!/bugzilla


Report Bugs
---
If you find a bug in Bugzilla, please report it! Instructions are
at this URL:

  https://www.bugzilla.org/developers/reporting_bugs.html


Support
---
You can ask questions for free on the mailing lists (or in IRC)
about Bugzilla, or you can hire a paid consultant to help you out:

  Free Support: https://www.bugzilla.org/support/
  Paid Support: https://www.bugzilla.org/support/consulting.html


About Bugzilla
--
  Bugzilla is a Defect Tracking System or Bug-Tracking System.
Defect Tracking Systems allow individuals or groups of developers
to keep track of outstanding bugs in their product effectively.
Most commercial defect-tracking software vendors charge enormous
licensing fees. Despite being free, Bugzilla has many features
its expensive counterparts lack. Consequently, Bugzilla has quickly
become a favorite of thousands of organizations across the globe, and
is widely regarded as one of the top defect-tracking systems available.

  See https://www.bugzilla.org/about/ for more details.

--
David Lawrence
Release Manager, Bugzilla Project
-
To view or change your list settings, click here:
http://bugzilla.org/cgi-bin/mj_wwwusr?user=bugzilla-ow...@fedoraproject.org
--
Fedora Extras Perl SIG
http://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 1240964] Environment file not read on EL7

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

Kevin Cousin ke...@famillecousin.fr changed:

   What|Removed |Added

   Hardware|Unspecified |x86_64
 OS|Unspecified |Linux
   Severity|unspecified |medium



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee 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 1240971] Please provide EPEL7 build

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

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

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2015-07-08 05:42:28



--- Comment #1 from Paul Howarth p...@city-fan.org ---
perl-Perl-Critic-1.118-5.el7 is available in RHEL-7 and CentOS 7, so is not
needed (and indeed not allowed) in EPEL-7.

-- 
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-Plugin-GithubMeta-0.54.tar.gz for perl-Dist-Zilla-Plugin-GithubMeta

2015-07-08 Thread notifications
274261d3120813486c2a9756ddf6f304  Dist-Zilla-Plugin-GithubMeta-0.54.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.54.tar.gz/md5/274261d3120813486c2a9756ddf6f304/Dist-Zilla-Plugin-GithubMeta-0.54.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

gnat pushed to dspam (master). fix bug #1240913

2015-07-08 Thread notifications
From 55e10150e4f52b000830f32902b1340568e4c01e Mon Sep 17 00:00:00 2001
From: Nathanael d. Noblet nathan...@noblet.ca
Date: Wed, 8 Jul 2015 10:58:48 -0600
Subject: fix bug #1240913


diff --git a/dspam.spec b/dspam.spec
index 7aeaff6..6ba152d 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -12,7 +12,7 @@
 Summary:A library and Mail Delivery Agent for Bayesian SPAM 
filtering
 Name:   dspam
 Version:3.10.2
-Release:17%{?dist}
+Release:18%{?dist}
 License:GPLv2
 Group:  System Environment/Daemons
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -40,11 +40,12 @@ BuildRequires:  mysql-devel
 BuildRequires:  postgresql-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  openldap-devel
-BuildRequires: systemd-units
+BuildRequires:  systemd-units
 
 Requires:   dspam-libs = %{version}-%{release}
-Requires(post):systemd-sysv
-Requires:  perl(Mail::MboxParser)
+Requires(post): systemd-sysv
+Requires:   perl(Mail::MboxParser)
+Requires:   binutils
 
 %description
 The DSPAM agent masquerades as the email server's local delivery agent
@@ -373,6 +374,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Wed Jul 08 2015 Nathanael Noblet nathan...@gnat.ca - 3.10.2-18
+- Explicitly require binutils for crontab file fixes bug #1240913
+
 * Wed Jun 17 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.10.2-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



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

gnat pushed to dspam (f21). fix bug 1240913

2015-07-08 Thread notifications
From f7b7f95b13c6b023d6ad89c8480bc7ba0623fcd5 Mon Sep 17 00:00:00 2001
From: Nathanael d. Noblet nathan...@noblet.ca
Date: Wed, 8 Jul 2015 11:09:20 -0600
Subject: fix bug 1240913


diff --git a/dspam.spec b/dspam.spec
index 2da7bb9..1898284 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -12,7 +12,7 @@
 Summary:A library and Mail Delivery Agent for Bayesian SPAM 
filtering
 Name:   dspam
 Version:3.10.2
-Release:16%{?dist}
+Release:17%{?dist}
 License:GPLv2
 Group:  System Environment/Daemons
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -40,11 +40,12 @@ BuildRequires:  mysql-devel
 BuildRequires:  postgresql-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  openldap-devel
-BuildRequires: systemd-units
+BuildRequires:  systemd-units
 
 Requires:   dspam-libs = %{version}-%{release}
-Requires(post):systemd-sysv
-Requires:  perl(Mail::MboxParser)
+Requires(post): systemd-sysv
+Requires:   perl(Mail::MboxParser)
+Requires:   binutils
 
 %description
 The DSPAM agent masquerades as the email server's local delivery agent
@@ -373,6 +374,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Wed Jul 08 2015 Nathanael Noblet nathan...@gnat.ca - 3.10.2-17
+- Explicitly require binutils for crontab file fixes bug #1240913
+
 * Thu Feb 19 2015 Nathanael Noblet nathan...@gnat.ca - 3.10.2-16
 - Fix for bug #1193177 - Sqlite3 free
 
-- 
cgit v0.10.2



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

gnat pushed to dspam (epel7). fix bug 1240913

2015-07-08 Thread notifications
From 0dcd4968a816832d1cef8877c37af3d2236e23af Mon Sep 17 00:00:00 2001
From: Nathanael d. Noblet nathan...@noblet.ca
Date: Wed, 8 Jul 2015 11:13:23 -0600
Subject: fix bug 1240913


diff --git a/dspam.spec b/dspam.spec
index 044909f..1fcea95 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -12,7 +12,7 @@
 Summary:A library and Mail Delivery Agent for Bayesian SPAM 
filtering
 Name:   dspam
 Version:3.10.2
-Release:10%{?dist}
+Release:11%{?dist}
 License:GPLv2
 Group:  System Environment/Daemons
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -40,11 +40,12 @@ BuildRequires:  mysql-devel
 BuildRequires:  postgresql-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  openldap-devel
-BuildRequires: systemd-units
+BuildRequires:  systemd-units
 
 Requires:   dspam-libs = %{version}-%{release}
-Requires(post):systemd-sysv
-Requires:  perl(Mail::MboxParser)
+Requires(post): systemd-sysv
+Requires:   perl(Mail::MboxParser)
+Requires:   binutils
 
 %description
 The DSPAM agent masquerades as the email server's local delivery agent
@@ -373,6 +374,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Wed Jul 08 2015 Nathanael Noblet nathan...@gnat.ca - 3.10.2-11
+- Explicitly require binutils for crontab file fixes bug #1240913
+
 * Thu Feb 19 2015 Nathanael Noblet nathan...@gnat.ca - 3.10.2-10
 - Fix for bug #1193177
 
-- 
cgit v0.10.2



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

gnat pushed to dspam (el6). fix bug 1240913

2015-07-08 Thread notifications
From acc515038d63406dc3051f4c5a5c2c32c9647d37 Mon Sep 17 00:00:00 2001
From: Nathanael d. Noblet nathan...@noblet.ca
Date: Wed, 8 Jul 2015 11:12:17 -0600
Subject: fix bug 1240913


diff --git a/dspam.spec b/dspam.spec
index 66f37ab..6369769 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -12,7 +12,7 @@
 Summary:A library and Mail Delivery Agent for Bayesian SPAM 
filtering
 Name:   dspam
 Version:3.10.2
-Release:6%{?dist}
+Release:7%{?dist}
 License:GPLv2
 Group:  System Environment/Daemons
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -45,6 +45,7 @@ Requires(post): chkconfig
 Requires(preun):chkconfig
 Requires(preun):initscripts
 Requires:   perl(Mail::MboxParser)
+Requires:   binutils
 
 %description
 The DSPAM agent masquerades as the email server's local delivery agent
@@ -382,6 +383,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Wed Jul 08 2015 Nathanael Noblet nathan...@gnat.ca - 3.10.2-7
+- Explicitly require binutils for crontab file fixes bug #1240913
+
 * Thu Feb 19 2015 Nathanael Noblet nathan...@gnat.ca - 3.10.2-6
 - Fix for bug #1193177
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/dspam.git/commit/?h=el6id=acc515038d63406dc3051f4c5a5c2c32c9647d37
--
Fedora Extras Perl SIG
http://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 892597] Review Request: glite-lb-types - Build-time component for gLite LB

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



--- Comment #18 from Fedora Update System upda...@fedoraproject.org ---
glite-lb-types-2.0.10-3.el7 has been pushed to the Fedora EPEL 7 stable
repository.

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

gnat pushed to dspam (f22). fix bug 1240913

2015-07-08 Thread notifications
From f7b7f95b13c6b023d6ad89c8480bc7ba0623fcd5 Mon Sep 17 00:00:00 2001
From: Nathanael d. Noblet nathan...@noblet.ca
Date: Wed, 8 Jul 2015 11:09:20 -0600
Subject: fix bug 1240913


diff --git a/dspam.spec b/dspam.spec
index 2da7bb9..1898284 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -12,7 +12,7 @@
 Summary:A library and Mail Delivery Agent for Bayesian SPAM 
filtering
 Name:   dspam
 Version:3.10.2
-Release:16%{?dist}
+Release:17%{?dist}
 License:GPLv2
 Group:  System Environment/Daemons
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -40,11 +40,12 @@ BuildRequires:  mysql-devel
 BuildRequires:  postgresql-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  openldap-devel
-BuildRequires: systemd-units
+BuildRequires:  systemd-units
 
 Requires:   dspam-libs = %{version}-%{release}
-Requires(post):systemd-sysv
-Requires:  perl(Mail::MboxParser)
+Requires(post): systemd-sysv
+Requires:   perl(Mail::MboxParser)
+Requires:   binutils
 
 %description
 The DSPAM agent masquerades as the email server's local delivery agent
@@ -373,6 +374,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Wed Jul 08 2015 Nathanael Noblet nathan...@gnat.ca - 3.10.2-17
+- Explicitly require binutils for crontab file fixes bug #1240913
+
 * Thu Feb 19 2015 Nathanael Noblet nathan...@gnat.ca - 3.10.2-16
 - Fix for bug #1193177 - Sqlite3 free
 
-- 
cgit v0.10.2



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

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



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

-- 
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 1241301] New: perl-App-a2p-1.009 is available

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

Bug ID: 1241301
   Summary: perl-App-a2p-1.009 is available
   Product: Fedora
   Version: rawhide
 Component: perl-App-a2p
  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.009
Current version/release in rawhide: 1.008-1.fc23
URL: http://search.cpan.org/dist/App-a2p/

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 1221832] perl-Dancer2-0.161000 is available

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



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

-- 
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 1220595] perl-Parallel-ForkManager-1.15 is available

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

Jason Tibbitts ti...@math.uh.edu changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-07-08 20:29:50



--- Comment #11 from Jason Tibbitts ti...@math.uh.edu ---
Updated in rawhide.  No big changes so I'll leave it alone unless someone
requests that it be pushed to the release branches.

-- 
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 1220595] perl-Parallel-ForkManager-1.15 is available

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

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

   What|Removed |Added

Summary|perl-Parallel-ForkManager-1 |perl-Parallel-ForkManager-1
   |.14 is available|.15 is available



--- Comment #7 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Latest upstream release: 1.15
Current version/release in rawhide: 1.14-1.fc23
URL: http://search.cpan.org/dist/Parallel-ForkManager/

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 1220595] perl-Parallel-ForkManager-1.15 is available

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



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

-- 
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 1221832] perl-Dancer2-0.161000 is available

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



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

-- 
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 1221832] perl-Dancer2-0.161000 is available

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

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

   What|Removed |Added

Summary|perl-Dancer2-0.160003 is|perl-Dancer2-0.161000 is
   |available   |available



--- Comment #9 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Latest upstream release: 0.161000
Current version/release in rawhide: 0.16-3.fc23
URL: http://search.cpan.org/dist/Dancer2

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

tibbs pushed to perl-Parallel-ForkManager (master). Update to 1.15.

2015-07-08 Thread notifications
From fda408bb0f724f59cd7f1d554bba49a5fc4567ce Mon Sep 17 00:00:00 2001
From: Jason Tibbitts ti...@math.uh.edu
Date: Wed, 8 Jul 2015 19:22:15 -0500
Subject: Update to 1.15.


diff --git a/.gitignore b/.gitignore
index 2f87db2..e725c85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Parallel-ForkManager-0.7.5.tar.gz
 /Parallel-ForkManager-1.12.tar.gz
 *.rpm
 /Parallel-ForkManager-1.14.tar.gz
+/Parallel-ForkManager-1.15.tar.gz
diff --git a/perl-Parallel-ForkManager.spec b/perl-Parallel-ForkManager.spec
index ec58af0..d2dae3e 100644
--- a/perl-Parallel-ForkManager.spec
+++ b/perl-Parallel-ForkManager.spec
@@ -1,5 +1,5 @@
 Name:   perl-Parallel-ForkManager
-Version:1.14
+Version:1.15
 Release:1%{?dist}
 Summary:Simple parallel processing fork manager
 License:GPL+ or Artistic
@@ -48,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 08 2015 Jason L Tibbitts III ti...@math.uh.edu - 1.15-1
+- Update to latest upstream version.
+
 * Tue Jun 23 2015 Marianne Lombard jeh...@fedoraproject.org - 1.14
 - Update to latest upstream version
 
diff --git a/sources b/sources
index ee41496..516ba7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35d50b023cd3d7a28b350c98a78f7d40  Parallel-ForkManager-1.14.tar.gz
+a8e8705151523c3b01baa40c2f493e46  Parallel-ForkManager-1.15.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Parallel-ForkManager.git/commit/?h=masterid=fda408bb0f724f59cd7f1d554bba49a5fc4567ce
--
Fedora Extras Perl SIG
http://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 1220595] perl-Parallel-ForkManager-1.15 is available

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



--- Comment #10 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
tibbs's perl-Parallel-ForkManager-1.15-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=667636

-- 
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 1220595] perl-Parallel-ForkManager-1.15 is available

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



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

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

tibbs uploaded Parallel-ForkManager-1.15.tar.gz for perl-Parallel-ForkManager

2015-07-08 Thread notifications
a8e8705151523c3b01baa40c2f493e46  Parallel-ForkManager-1.15.tar.gz

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

[Bug 1241301] perl-App-a2p-1.009 is available

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



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

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