[Bug 1183231] perl-autodie missing dependency for IPC::System::Simple

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183231

lnie  changed:

   What|Removed |Added

 CC||l...@redhat.com



--- Comment #3 from lnie  ---
perl-autodie-2.25-3.fc21 works

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=c0y1w8yOQr&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183580] perl-Module-Load-Conditional-0.64 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183580

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Module-Load-Conditiona
   ||l-0.64-1.fc22
 Resolution|--- |RAWHIDE
   Assignee|ppi...@redhat.com   |p...@city-fan.org
Last Closed||2015-01-19 17:53:59



--- Comment #1 from Paul Howarth  ---
Build done:
http://koji.fedoraproject.org/koji/taskinfo?taskID=8667641

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Xyv5Ahh9JF&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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-Module-Load-Conditional] Created tag perl-Module-Load-Conditional-0.64-1.fc22

2015-01-19 Thread Paul Howarth
The lightweight tag 'perl-Module-Load-Conditional-0.64-1.fc22' was created 
pointing to:

 b95de63... Update to 0.64
--
Fedora Extras Perl SIG
http://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-Module-Load-Conditional] Update to 0.64

2015-01-19 Thread Paul Howarth
commit b95de639b6795095db9a208254a92da02b82262e
Author: Paul Howarth 
Date:   Mon Jan 19 22:45:56 2015 +

Update to 0.64

- New upstream release 0.64
  - Resolve an edge-case with DEPRECATED (CPAN RT#101555)
- Make %files list more explicit

 .gitignore|6 +-
 perl-Module-Load-Conditional.spec |   21 ++---
 sources   |2 +-
 3 files changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index da16c12..728938b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1 @@
-Module-Load-Conditional-0.24.tar.gz
-/Module-Load-Conditional-0.54.tar.gz
-/Module-Load-Conditional-0.58.tar.gz
-/Module-Load-Conditional-0.60.tar.gz
-/Module-Load-Conditional-0.62.tar.gz
+/Module-Load-Conditional-[0-9.]*.tar.gz
diff --git a/perl-Module-Load-Conditional.spec 
b/perl-Module-Load-Conditional.spec
index f897b90..932789c 100644
--- a/perl-Module-Load-Conditional.spec
+++ b/perl-Module-Load-Conditional.spec
@@ -1,15 +1,15 @@
 Name:   perl-Module-Load-Conditional
-Version:0.62
-Release:310%{?dist}
+Version:0.64
+Release:1%{?dist}
 Summary:Looking up module information and loading at run-time
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Module-Load-Conditional/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-%{version}.tar.gz
 BuildArch:  noarch
+# Build:
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
@@ -18,16 +18,18 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(Locale::Maketext::Simple)
-# Module::CoreList 2.22 not needed when running tests
+BuildRequires:  perl(Module::CoreList) >= 2.22
 BuildRequires:  perl(Module::Load) >= 0.28
 BuildRequires:  perl(Module::Metadata) >= 1.05
 BuildRequires:  perl(Params::Check)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(version) >= 0.69
 # Tests:
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Config)
 Requires:   perl(Module::CoreList) >= 2.22
@@ -52,17 +54,22 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT
 
 %check
 make test
 
 %files
 %doc CHANGES README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Module/
+%{_mandir}/man3/Module::Load::Conditional.3*
 
 %changelog
+* Mon Jan 19 2015 Paul Howarth  - 0.64-1
+- Update to 0.64
+  - Resolve an edge-case with DEPRECATED (CPAN RT#101555)
+- Make %%files list more explicit
+
 * Wed Sep 03 2014 Jitka Plesnikova  - 0.62-310
 - Increase release to favour standalone package
 
diff --git a/sources b/sources
index 7a068ca..1b20ffe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93481bb58cb008b235825cb9bcee89da  Module-Load-Conditional-0.62.tar.gz
+13389177eac7a006917b83f8305eabe4  Module-Load-Conditional-0.64.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

File Module-Load-Conditional-0.64.tar.gz uploaded to lookaside cache by pghmcfc

2015-01-19 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Module-Load-Conditional:

13389177eac7a006917b83f8305eabe4  Module-Load-Conditional-0.64.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 1183573] perl-Eval-Closure-0.12 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183573

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Eval-Closure-0.12-1.fc
   ||22
 Resolution|--- |RAWHIDE
Last Closed||2015-01-19 17:39:14



--- Comment #1 from Paul Howarth  ---
Build done:
http://koji.fedoraproject.org/koji/taskinfo?taskID=8667531

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=TPexCqa42h&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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-Eval-Closure] Created tag perl-Eval-Closure-0.12-1.fc22

2015-01-19 Thread Paul Howarth
The lightweight tag 'perl-Eval-Closure-0.12-1.fc22' was created pointing to:

 7b63739... Update to 0.12
--
Fedora Extras Perl SIG
http://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-Eval-Closure] Update to 0.12

2015-01-19 Thread Paul Howarth
commit 7b63739f6d0c739e0e059695e9706521d4dbe81f
Author: Paul Howarth 
Date:   Mon Jan 19 22:27:04 2015 +

Update to 0.12

- New upstream release 0.12
  - Fix tests under blead (GH#4)

 perl-Eval-Closure.spec |   16 +++-
 sources|2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/perl-Eval-Closure.spec b/perl-Eval-Closure.spec
index 9e6c911..150fcff 100644
--- a/perl-Eval-Closure.spec
+++ b/perl-Eval-Closure.spec
@@ -1,5 +1,5 @@
 Name:   perl-Eval-Closure
-Version:0.11
+Version:0.12
 Release:1%{?dist}
 Summary:Safely and cleanly create closures via string eval
 License:GPL+ or Artistic
@@ -8,7 +8,7 @@ Source0:
http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Eval-Closure-%{v
 BuildArch:  noarch
 # Module Build
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module Runtime
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
@@ -21,14 +21,16 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(Try::Tiny)
 # Test Suite
 BuildRequires:  perl(B)
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(PadWalker)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(warnings)
+# Optional Tests
+BuildRequires:  perl(Test::Output)
 # Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Devel::LexAlias) >= 0.05
@@ -72,6 +74,10 @@ make test
 %{_mandir}/man3/Eval::Closure.3*
 
 %changelog
+* Mon Jan 19 2015 Paul Howarth  - 0.12-1
+- Update to 0.12
+  - Fix tests under blead (GH#4)
+
 * Wed Nov 12 2014 Paul Howarth  - 0.11-1
 - Update to 0.11
   - Support lexical subs on 5.18+
diff --git a/sources b/sources
index 019c8e0..e8534cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2172fed13527589d6b4fda2d9f2de2bc  Eval-Closure-0.11.tar.gz
+dcde50625dd9bc22888fedb3e8cecd4b  Eval-Closure-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Eval-Closure-0.12.tar.gz uploaded to lookaside cache by pghmcfc

2015-01-19 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Eval-Closure:

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

[Bug 1183256] Problem with daily cron script

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183256



--- Comment #3 from Nathanael Noblet  ---
Thanks for the patch... please test the above builds.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=FPfUjsl8pX&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183256] Problem with daily cron script

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183256



--- Comment #2 from Fedora Update System  ---
dspam-3.10.2-14.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/dspam-3.10.2-14.fc20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=D9joHO0Prs&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183256] Problem with daily cron script

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183256



--- Comment #1 from Fedora Update System  ---
dspam-3.10.2-14.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/dspam-3.10.2-14.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=RcR0AXFIje&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[dspam/f20] (3 commits) ...fix bug 1183256

2015-01-19 Thread Nathanael Noblet
Summary of changes:

  12b2d8e... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  c550a90... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_M (*)
  284fefd... fix bug 1183256 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[dspam/f21] fix bug 1183256

2015-01-19 Thread Nathanael Noblet
Summary of changes:

  284fefd... fix bug 1183256 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[dspam] fix bug 1183256

2015-01-19 Thread Nathanael Noblet
commit 284fefda30a778a9220cd0bd5155fc784ee1b0a9
Author: Nathanael d. Noblet 
Date:   Mon Jan 19 11:23:30 2015 -0700

fix bug 1183256

 dspam-cron |6 +++---
 dspam.spec |6 +-
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/dspam-cron b/dspam-cron
index ad92777..54abb56 100644
--- a/dspam-cron
+++ b/dspam-cron
@@ -128,15 +128,15 @@ clean_mysql_drv() {
read_dspam_params MySQLServer${PROFILE} MySQLPort${PROFILE} 
MySQLUser${PROFILE} MySQLPass${PROFILE} MySQLDb${PROFILE} 
MySQLCompress${PROFILE} && \
[ -n "${MySQLServer}" -a -n "${MySQLUser}" -a -n "${MySQLDb}" ]
then
-   if [ ! -e "${MYSQL_BIN_DIR}/mysql_config" ]
+   if [ ! -e "${MYSQL_BIN_DIR}/mysql" ]
then
echo "Can not run MySQL purge script:"
-   echo "  ${MYSQL_BIN_DIR}/mysql_config does not exist"
+   echo "  ${MYSQL_BIN_DIR}/mysql does not exist"
return 1
fi
DSPAM_MySQL_PURGE_SQL=
DSPAM_MySQL_PURGE_SQL_FILES=
-   DSPAM_MySQL_VER=$(${MYSQL_BIN_DIR}/mysql_config --version | sed 
"s:[^0-9.]*::g")
+   DSPAM_MySQL_VER=$(${MYSQL_BIN_DIR}/mysql --version | sed -n 
"s:^.*[\t ]Distrib[^0-9]*\([0-9.]*\).*:\1:p")
DSPAM_MySQL_MAJOR=$(echo "${DSPAM_MySQL_VER}" | cut -d. -f1)
DSPAM_MySQL_MINOR=$(echo "${DSPAM_MySQL_VER}" | cut -d. -f2)
DSPAM_MySQL_MICRO=$(echo "${DSPAM_MySQL_VER}" | cut -d. -f3)
diff --git a/dspam.spec b/dspam.spec
index f4cf354..559b13b 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:13%{?dist}
+Release:14%{?dist}
 License:GPLv2
 Group:  System Environment/Daemons
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -371,6 +371,10 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Mon Jan 19 2015 Nathanael Noblet  - 3.10.2-14
+- Update cron script to not require mysql_config which is not provided by 
mariadb
+- Fixes bug #1183256
+
 * Sat Aug 16 2014 Fedora Release Engineering  
- 3.10.2-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://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 1006931] perl-Filesys-SmbClient missing flag compatibility with samba4

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1006931

Adam Benjamin  changed:

   What|Removed |Added

Version|19  |20



--- Comment #5 from Adam Benjamin  ---
Still an issue in Fedora 20.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ndlkvHmw10&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1180476] perl-Devel-PPPort-3.28 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1180476

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Devel-PPPort-3.28-1.fc
   ||22
 Resolution|--- |RAWHIDE
Last Closed||2015-01-19 11:37:51



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=WLtdQqge8B&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1180479] perl-ExtUtils-Command-1.20 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1180479

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-ExtUtils-Command-1.20-
   ||1.fc22
 Resolution|--- |RAWHIDE
Last Closed||2015-01-19 11:37:55



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=WiMjnCKY3j&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1180497] perl-utf8-all-0.016 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1180497



--- Comment #1 from Petr Pisar  ---
UTF-8 reimplementations of File::Find and Cwd were moved into a separate
distributions. File::Find::utf8 and Cwd::utf8 has to be packaged first.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Kph5H7zUmA&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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-ExtUtils-Command] 1.20 bump

2015-01-19 Thread Petr Pisar
commit 93fff86d925f353fdb4977dceea2854629aa501e
Author: Petr Písař 
Date:   Mon Jan 19 17:29:30 2015 +0100

1.20 bump

 .gitignore |1 +
 perl-ExtUtils-Command.spec |5 -
 sources|2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9c2e78..1d80e0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ExtUtils-Command-1.18.tar.gz
 /ExtUtils-Command-1.19.tar.gz
+/ExtUtils-Command-1.20.tar.gz
diff --git a/perl-ExtUtils-Command.spec b/perl-ExtUtils-Command.spec
index 55b1f97..565a218 100644
--- a/perl-ExtUtils-Command.spec
+++ b/perl-ExtUtils-Command.spec
@@ -1,5 +1,5 @@
 Name:   perl-ExtUtils-Command
-Version:1.19
+Version:1.20
 Release:1%{?dist}
 Summary:Perl routines to replace common UNIX commands in Makefiles
 License:GPL+ or Artistic
@@ -55,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 19 2015 Petr Pisar  - 1.20-1
+- 1.20 bump
+
 * Mon Jan 05 2015 Petr Pisar  - 1.19-1
 - 1.19 bump
 
diff --git a/sources b/sources
index 089b5ec..fef9614 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35f424bea7b66d951f51331aaeec356b  ExtUtils-Command-1.19.tar.gz
+6245d0aab241156b17d7e7805f4ea5ac  ExtUtils-Command-1.20.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

File ExtUtils-Command-1.20.tar.gz uploaded to lookaside cache by ppisar

2015-01-19 Thread Petr Pisar
A file has been added to the lookaside cache for perl-ExtUtils-Command:

6245d0aab241156b17d7e7805f4ea5ac  ExtUtils-Command-1.20.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

[perl-Devel-PPPort] 3.28 bump

2015-01-19 Thread Petr Pisar
commit d4e7a49cfc3fb8b6a565976e1acdae2a8cbe6b56
Author: Petr Písař 
Date:   Mon Jan 19 17:24:56 2015 +0100

3.28 bump

 .gitignore |1 +
 perl-Devel-PPPort.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d24439f..8dc3b19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Devel-PPPort-3.24.tar.gz
 /Devel-PPPort-3.25.tar.gz
+/Devel-PPPort-3.28.tar.gz
diff --git a/perl-Devel-PPPort.spec b/perl-Devel-PPPort.spec
index f59902a..bad0ce6 100644
--- a/perl-Devel-PPPort.spec
+++ b/perl-Devel-PPPort.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-PPPort
-Version:3.25
-Release:2%{?dist}
+Version:3.28
+Release:1%{?dist}
 Summary:Perl Pollution Portability header generator
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 19 2015 Petr Pisar  - 3.28-1
+- 3.28 bump
+
 * Fri Jan 09 2015 Petr Pisar  - 3.25-2
 - Do not export private library
 
diff --git a/sources b/sources
index 68ea1b5..9f67ff9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc70b5676a6a31a1ed0e30a64ce962f7  Devel-PPPort-3.25.tar.gz
+080ecae5b12b86bf9ebec04d77848c18  Devel-PPPort-3.28.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

File Devel-PPPort-3.28.tar.gz uploaded to lookaside cache by ppisar

2015-01-19 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Devel-PPPort:

080ecae5b12b86bf9ebec04d77848c18  Devel-PPPort-3.28.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 997645] gtk colored buttons

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=997645

Adam Benjamin  changed:

   What|Removed |Added

Version|19  |20



--- Comment #10 from Adam Benjamin  ---
Still a problem in Fedora 20.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=qLuR5DLGx3&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183231] perl-autodie missing dependency for IPC::System::Simple

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183231



--- Comment #2 from Fedora Update System  ---
perl-autodie-2.25-3.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-autodie-2.25-3.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=OINCSZTond&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183594] New: perl-YAML-1.14 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183594

Bug ID: 1183594
   Summary: perl-YAML-1.14 is available
   Product: Fedora
   Version: rawhide
 Component: perl-YAML
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
psab...@redhat.com, st...@silug.org



Latest upstream release: 1.14
Current version/release in Fedora Rawhide: 1.13-1.fc22
URL: http://search.cpan.org/dist/YAML/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=xVG0JAMoU8&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183592] New: perl-XML-LibXSLT-1.93 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183592

Bug ID: 1183592
   Summary: perl-XML-LibXSLT-1.93 is available
   Product: Fedora
   Version: rawhide
 Component: perl-XML-LibXSLT
  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, z...@fastmail.fm



Latest upstream release: 1.93
Current version/release in Fedora Rawhide: 1.92-5.fc22
URL: http://search.cpan.org/dist/XML-LibXSLT/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=6Le2CILdPe&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183591] New: perl-version-0.9911 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183591

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



Latest upstream release: 0.9911
Current version/release in Fedora Rawhide: 0.99.09-3.fc22
URL: http://search.cpan.org/dist/version/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=l3OSEUM1EN&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 949460] perl-Test-YAML-Meta-0.21 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=949460

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Test-YAML-Meta-0.20 is |perl-Test-YAML-Meta-0.21 is
   |available   |available



--- Comment #1 from Upstream Release Monitoring 
 ---
Latest upstream release: 0.21
Current version/release in Fedora Rawhide: 0.19-9.fc22
URL: http://search.cpan.org/dist/Test-YAML-Meta/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=9OvfZPTqdq&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183589] New: perl-Test-Moose-More-0.026 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183589

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



Latest upstream release: 0.026
Current version/release in Fedora Rawhide: 0.025-1.fc22
URL: http://search.cpan.org/dist/Test-Moose-More/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=gspKXlHX5I&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183588] New: perl-Test-Harness-3.35 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183588

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



Latest upstream release: 3.35
Current version/release in Fedora Rawhide: 3.34-1.fc22
URL: http://search.cpan.org/dist/Test-Harness/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=S6iJcLld2E&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183590] New: perl-Test-Spec-0.49 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183590

Bug ID: 1183590
   Summary: perl-Test-Spec-0.49 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Test-Spec
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 0.49
Current version/release in Fedora Rawhide: 0.48-1.fc22
URL: http://search.cpan.org/dist/Test-Spec/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=YVYCQ4kTrY&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183587] New: perl-Statistics-Descriptive-3.0608 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183587

Bug ID: 1183587
   Summary: perl-Statistics-Descriptive-3.0608 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Statistics-Descriptive
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
pertu...@free.fr, psab...@redhat.com



Latest upstream release: 3.0608
Current version/release in Fedora Rawhide: 3.0607-1.fc22
URL: http://search.cpan.org/dist/Statistics-Descriptive/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=SoCmgJ1e4d&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1178801] perl-Parse-PMFile-0.35 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1178801

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Parse-PMFile-0.34 is   |perl-Parse-PMFile-0.35 is
   |available   |available



--- Comment #1 from Upstream Release Monitoring 
 ---
Latest upstream release: 0.35
Current version/release in Fedora Rawhide: 0.33-1.fc22
URL: http://search.cpan.org/dist/Parse-PMFile/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KiYTZlOlCT&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183585] New: perl-Net-Whois-Raw-2.80.1 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183585

Bug ID: 1183585
   Summary: perl-Net-Whois-Raw-2.80.1 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Net-Whois-Raw
  Keywords: FutureFeature, Triaged
  Assignee: dd...@cpan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: dd...@cpan.org, perl-devel@lists.fedoraproject.org



Latest upstream release: 2.80.1
Current version/release in Fedora Rawhide: 2.76-1.fc22
URL: http://search.cpan.org/dist/Net-Whois-Raw/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=RyDpHMTg2B&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183584] New: perl-Net-Pcap-Easy-1.4210 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183584

Bug ID: 1183584
   Summary: perl-Net-Pcap-Easy-1.4210 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Net-Pcap-Easy
  Keywords: FutureFeature, Triaged
  Assignee: dd...@cpan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: dd...@cpan.org, perl-devel@lists.fedoraproject.org



Latest upstream release: 1.4210
Current version/release in Fedora Rawhide: 1.4209-1.fc22
URL: http://search.cpan.org/dist/Net-Pcap-Easy/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=nkxCqnaMka&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183582] New: perl-MooX-Options-4.015 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183582

Bug ID: 1183582
   Summary: perl-MooX-Options-4.015 is available
   Product: Fedora
   Version: rawhide
 Component: perl-MooX-Options
  Keywords: FutureFeature, Triaged
  Assignee: dd...@cpan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: dd...@cpan.org, perl-devel@lists.fedoraproject.org



Latest upstream release: 4.015
Current version/release in Fedora Rawhide: 4.013-1.fc22
URL: http://search.cpan.org/dist/MooX-Options/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=loYmWYPaqc&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183581] New: perl-MooseX-Object-Pluggable-0.0014 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183581

Bug ID: 1183581
   Summary: perl-MooseX-Object-Pluggable-0.0014 is available
   Product: Fedora
   Version: rawhide
 Component: perl-MooseX-Object-Pluggable
  Keywords: FutureFeature, Triaged
  Assignee: emman...@seyman.fr
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, iarn...@gmail.com,
mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.0014
Current version/release in Fedora Rawhide: 0.0013-1.fc22
URL: http://search.cpan.org/dist/MooseX-Object-Pluggable/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=WHZ3JRlgGv&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183580] New: perl-Module-Load-Conditional-0.64 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183580

Bug ID: 1183580
   Summary: perl-Module-Load-Conditional-0.64 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Module-Load-Conditional
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org,
ppi...@redhat.com, psab...@redhat.com



Latest upstream release: 0.64
Current version/release in Fedora Rawhide: 0.62-310.fc22
URL: http://search.cpan.org/dist/Module-Load-Conditional/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=rkShY8NGZU&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183578] New: perl-Math-Base36-0.13 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183578

Bug ID: 1183578
   Summary: perl-Math-Base36-0.13 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Math-Base36
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 0.13
Current version/release in Fedora Rawhide: 0.12-5.fc22
URL: http://search.cpan.org/dist/Math-Base36/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=flMpNdcSim&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183577] New: perl-Getopt-Long-2.43 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183577

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



Latest upstream release: 2.43
Current version/release in Fedora Rawhide: 2.42-310.fc22
URL: http://search.cpan.org/dist/Getopt-Long/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=W9IddziCwD&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183575] New: perl-File-RsyncP-0.74 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183575

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



Latest upstream release: 0.74
Current version/release in Fedora Rawhide: 0.72-1.fc22
URL: http://search.cpan.org/dist/File-RsyncP/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=XmecxxONEy&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183576] New: perl-Filter-1.54 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183576

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



Latest upstream release: 1.54
Current version/release in Fedora Rawhide: 1.53-1.fc22
URL: http://search.cpan.org/dist/Filter/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=HjvoES2tMO&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183573] New: perl-Eval-Closure-0.12 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183573

Bug ID: 1183573
   Summary: perl-Eval-Closure-0.12 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Eval-Closure
  Keywords: FutureFeature, Triaged
  Assignee: p...@city-fan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, p...@city-fan.org,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 0.12
Current version/release in Fedora Rawhide: 0.11-1.fc22
URL: http://search.cpan.org/dist/Eval-Closure/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=X5pwPx2T5o&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183574] New: perl-ExtUtils-CppGuess-0.08 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183574

Bug ID: 1183574
   Summary: perl-ExtUtils-CppGuess-0.08 is available
   Product: Fedora
   Version: rawhide
 Component: perl-ExtUtils-CppGuess
  Keywords: FutureFeature, Triaged
  Assignee: mhron...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mhron...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.08
Current version/release in Fedora Rawhide: 0.07-8.fc22
URL: http://search.cpan.org/dist/ExtUtils-CppGuess/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=EwXYuKqbpd&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183572] New: perl-Directory-Scratch-0.17 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183572

Bug ID: 1183572
   Summary: perl-Directory-Scratch-0.17 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Directory-Scratch
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 0.17
Current version/release in Fedora Rawhide: 0.16-1.fc22
URL: http://search.cpan.org/dist/Directory-Scratch/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=AWHim7R46L&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1180476] perl-Devel-PPPort-3.28 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1180476

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Devel-PPPort-3.27 is   |perl-Devel-PPPort-3.28 is
   |available   |available



--- Comment #2 from Upstream Release Monitoring 
 ---
Latest upstream release: 3.28
Current version/release in Fedora Rawhide: 3.25-2.fc22
URL: http://search.cpan.org/dist/Devel-PPPort/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0fQX2wDUOR&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183571] New: perl-DateTime-TimeZone-1.84 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183571

Bug ID: 1183571
   Summary: perl-DateTime-TimeZone-1.84 is available
   Product: Fedora
   Version: rawhide
 Component: perl-DateTime-TimeZone
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, perl-devel@lists.fedoraproject.org,
psab...@redhat.com



Latest upstream release: 1.84
Current version/release in Fedora Rawhide: 1.83-2.fc22
URL: http://search.cpan.org/dist/DateTime-TimeZone/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pv1FtlbCYx&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183569] New: perl-Compress-Bzip2-2.20 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183569

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



Latest upstream release: 2.20
Current version/release in Fedora Rawhide: 2.19-2.fc22
URL: http://search.cpan.org/dist/Compress-Bzip2/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=klC6ftapXl&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1183568] New: perl-Class-MethodMaker-2.22 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183568

Bug ID: 1183568
   Summary: perl-Class-MethodMaker-2.22 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Class-MethodMaker
  Keywords: FutureFeature, Triaged
  Assignee: berra...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: berra...@redhat.com,
perl-devel@lists.fedoraproject.org,
rc040...@freenet.de



Latest upstream release: 2.22
Current version/release in Fedora Rawhide: 2.21-4.fc22
URL: http://search.cpan.org/dist/Class-MethodMaker/

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 Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=rtRchb4OCC&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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 1178789] perl-Archive-Zip-1.43 is available

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1178789

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Archive-Zip-1.42 is|perl-Archive-Zip-1.43 is
   |available   |available



--- Comment #2 from Upstream Release Monitoring 
 ---
Latest upstream release: 1.43
Current version/release in Fedora Rawhide: 1.39-2.fc22
URL: http://search.cpan.org/dist/Archive-Zip/

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


More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=7YzVxCL0Hw&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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-autodie/f21] Run-require IPC::System::Simple for fatalizing system()

2015-01-19 Thread Petr Pisar
commit 10615c832543777a140f1ac31c130f7e813c2bca
Author: Petr Písař 
Date:   Mon Jan 19 10:40:24 2015 +0100

Run-require IPC::System::Simple for fatalizing system()

 perl-autodie.spec |   11 +--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-autodie.spec b/perl-autodie.spec
index a87fee7..2a8c7d2 100644
--- a/perl-autodie.spec
+++ b/perl-autodie.spec
@@ -1,6 +1,6 @@
 Name:   perl-autodie
 Version:2.25
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Replace functions with ones that succeed or die
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,9 +45,13 @@ BuildRequires:  perl(BSD::Resource)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(B)
 Requires:   perl(Fcntl)
-# Keep IPC::System::Simple 0.12 optional
 Requires:   perl(overload)
 Requires:   perl(POSIX)
+# Optional:
+%if !%{defined perl_bootstrap}
+# IPC::System::Simple dependency requested, bug #1183231
+Requires:  perl(IPC::System::Simple) >= 0.12
+%endif
 
 # Remove falsely detected perl(lib)
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(lib\\)$
@@ -82,6 +86,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 19 2015 Petr Pisar  - 2.25-3
+- Run-require IPC::System::Simple for fatalizing system() (bug #1183231)
+
 * Sat Jun 07 2014 Fedora Release Engineering  
- 2.25-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://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 1183231] perl-autodie missing dependency for IPC::System::Simple

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183231

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-autodie-2.26-2.fc22



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=2LaNMvydXO&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://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-autodie] Run-require IPC::System::Simple for fatalizing system()

2015-01-19 Thread Petr Pisar
commit 4dc17e12527be52132d00db1ce8bbdd88a7ae2e4
Author: Petr Písař 
Date:   Mon Jan 19 10:40:24 2015 +0100

Run-require IPC::System::Simple for fatalizing system()

 perl-autodie.spec |   11 +--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-autodie.spec b/perl-autodie.spec
index d9567ef..39260f2 100644
--- a/perl-autodie.spec
+++ b/perl-autodie.spec
@@ -1,6 +1,6 @@
 Name:   perl-autodie
 Version:2.26
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Replace functions with ones that succeed or die
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,8 +52,12 @@ BuildRequires:  perl(Import::Into)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(B)
 Requires:   perl(Fcntl)
-# Keep IPC::System::Simple 0.12 optional
 Requires:   perl(POSIX)
+# Optional:
+%if !%{defined perl_bootstrap}
+# IPC::System::Simple dependency requested, bug #1183231
+Requires:  perl(IPC::System::Simple) >= 0.12
+%endif
 
 # Remove falsely detected perl(lib)
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(lib\\)$
@@ -88,6 +92,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 19 2015 Petr Pisar  - 2.26-2
+- Run-require IPC::System::Simple for fatalizing system() (bug #1183231)
+
 * Mon Jan 05 2015 Petr Pisar  - 2.26-1
 - 2.26 bump
 
--
Fedora Extras Perl SIG
http://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 1183231] perl-autodie missing dependency for IPC::System::Simple

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183231

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #1 from Petr Pisar  ---
autodie(3pm) documents that it's an optional dependency:

A plain "use autodie" implies "use autodie qw(:default)". Note that
"system" and "exec" are not enabled by default. "system" requires the
optional IPC::System::Simple module to be installed, and enabling "system"
or "exec" will invalidate their exotic forms. See "BUGS" below for more
details.

I can make it a dependency on the RPM level, but then there will be people
complaining about bloating dependencies. Until Fedora blesses soft
dependencies, no solution will fit to all.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=uu2dzCHNRz&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel