pghmcfc pushed to perl-Devel-OverloadInfo (perl-Devel-OverloadInfo-0.004-1.fc23). Update to 0.004 (..more)

2015-08-14 Thread notifications
From a81978baed119d87c0513111a6e0c02e95cbe671 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 14 Aug 2015 14:53:57 +0100
Subject: Update to 0.004

- New upstream release 0.004
  - Document that existence of undef 'fallback' varies between perl versions
  - Add tests for empty, inherited-only and no overloading
  - Add is_overloaded() function

diff --git a/perl-Devel-OverloadInfo.spec b/perl-Devel-OverloadInfo.spec
index f4cb30e..9c5ed92 100644
--- a/perl-Devel-OverloadInfo.spec
+++ b/perl-Devel-OverloadInfo.spec
@@ -1,5 +1,5 @@
 Name:  perl-Devel-OverloadInfo
-Version:   0.003
+Version:   0.004
 Release:   1%{?dist}
 Summary:   Introspect overloaded operators
 License:   GPL+ or Artistic
@@ -60,6 +60,12 @@ make test
 %{_mandir}/man3/Devel::OverloadInfo.3*
 
 %changelog
+* Fri Aug 14 2015 Paul Howarth p...@city-fan.org - 0.004-1
+- Update to 0.004
+  - Document that existence of undef 'fallback' varies between perl versions
+  - Add tests for empty, inherited-only and no overloading
+  - Add is_overloaded() function
+
 * Thu Aug 13 2015 Paul Howarth p...@city-fan.org - 0.003-1
 - Update to 0.003
   - Return an empty hash instead of undef for classes with no overloads
diff --git a/sources b/sources
index 069358a..2629f6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0e614c70e3b360528fa31b14dd7dbe8  Devel-OverloadInfo-0.003.tar.gz
+97a27e31858b073daba54121d57be705  Devel-OverloadInfo-0.004.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Devel-OverloadInfo.git/commit/?h=perl-Devel-OverloadInfo-0.004-1.fc23id=a81978baed119d87c0513111a6e0c02e95cbe671
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Devel-OverloadInfo (perl-Devel-OverloadInfo-0.004-1.fc24). Update to 0.004 (..more)

2015-08-14 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Devel-OverloadInfo.git/commit/?h=perl-Devel-OverloadInfo-0.004-1.fc24id=a81978baed119d87c0513111a6e0c02e95cbe671
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Devel-OverloadInfo (master). Update to 0.004 (..more)

2015-08-14 Thread notifications
From a81978baed119d87c0513111a6e0c02e95cbe671 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 14 Aug 2015 14:53:57 +0100
Subject: Update to 0.004

- New upstream release 0.004
  - Document that existence of undef 'fallback' varies between perl versions
  - Add tests for empty, inherited-only and no overloading
  - Add is_overloaded() function

diff --git a/perl-Devel-OverloadInfo.spec b/perl-Devel-OverloadInfo.spec
index f4cb30e..9c5ed92 100644
--- a/perl-Devel-OverloadInfo.spec
+++ b/perl-Devel-OverloadInfo.spec
@@ -1,5 +1,5 @@
 Name:  perl-Devel-OverloadInfo
-Version:   0.003
+Version:   0.004
 Release:   1%{?dist}
 Summary:   Introspect overloaded operators
 License:   GPL+ or Artistic
@@ -60,6 +60,12 @@ make test
 %{_mandir}/man3/Devel::OverloadInfo.3*
 
 %changelog
+* Fri Aug 14 2015 Paul Howarth p...@city-fan.org - 0.004-1
+- Update to 0.004
+  - Document that existence of undef 'fallback' varies between perl versions
+  - Add tests for empty, inherited-only and no overloading
+  - Add is_overloaded() function
+
 * Thu Aug 13 2015 Paul Howarth p...@city-fan.org - 0.003-1
 - Update to 0.003
   - Return an empty hash instead of undef for classes with no overloads
diff --git a/sources b/sources
index 069358a..2629f6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0e614c70e3b360528fa31b14dd7dbe8  Devel-OverloadInfo-0.003.tar.gz
+97a27e31858b073daba54121d57be705  Devel-OverloadInfo-0.004.tar.gz
-- 
cgit v0.10.2



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

pghmcfc pushed to perl-Devel-OverloadInfo (f23). Update to 0.004 (..more)

2015-08-14 Thread notifications
From a81978baed119d87c0513111a6e0c02e95cbe671 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 14 Aug 2015 14:53:57 +0100
Subject: Update to 0.004

- New upstream release 0.004
  - Document that existence of undef 'fallback' varies between perl versions
  - Add tests for empty, inherited-only and no overloading
  - Add is_overloaded() function

diff --git a/perl-Devel-OverloadInfo.spec b/perl-Devel-OverloadInfo.spec
index f4cb30e..9c5ed92 100644
--- a/perl-Devel-OverloadInfo.spec
+++ b/perl-Devel-OverloadInfo.spec
@@ -1,5 +1,5 @@
 Name:  perl-Devel-OverloadInfo
-Version:   0.003
+Version:   0.004
 Release:   1%{?dist}
 Summary:   Introspect overloaded operators
 License:   GPL+ or Artistic
@@ -60,6 +60,12 @@ make test
 %{_mandir}/man3/Devel::OverloadInfo.3*
 
 %changelog
+* Fri Aug 14 2015 Paul Howarth p...@city-fan.org - 0.004-1
+- Update to 0.004
+  - Document that existence of undef 'fallback' varies between perl versions
+  - Add tests for empty, inherited-only and no overloading
+  - Add is_overloaded() function
+
 * Thu Aug 13 2015 Paul Howarth p...@city-fan.org - 0.003-1
 - Update to 0.003
   - Return an empty hash instead of undef for classes with no overloads
diff --git a/sources b/sources
index 069358a..2629f6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0e614c70e3b360528fa31b14dd7dbe8  Devel-OverloadInfo-0.003.tar.gz
+97a27e31858b073daba54121d57be705  Devel-OverloadInfo-0.004.tar.gz
-- 
cgit v0.10.2



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

pghmcfc uploaded Devel-OverloadInfo-0.004.tar.gz for perl-Devel-OverloadInfo

2015-08-14 Thread notifications
97a27e31858b073daba54121d57be705  Devel-OverloadInfo-0.004.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Devel-OverloadInfo/Devel-OverloadInfo-0.004.tar.gz/md5/97a27e31858b073daba54121d57be705/Devel-OverloadInfo-0.004.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Data-Alias

2015-08-14 Thread buildsys


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


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

Broken dependencies: perl-Method-Signatures

2015-08-14 Thread buildsys


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


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

Broken dependencies: perl-Devel-BeginLift

2015-08-14 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-Test-Vars

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

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

2015-08-14 Thread buildsys


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


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

Broken dependencies: perl-Data-Dump-Streamer

2015-08-14 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-08-14 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-CGI-Application-Structured-Tools

2015-08-14 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-08-14 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-POE-API-Peek

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

pghmcfc pushed to perl-NetAddr-IP (master). Update to 4.077 (..more)

2015-08-14 Thread notifications
From 1ee1947d66ecae054bd47132e5dda2e8ff458552 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 14 Aug 2015 15:33:10 +0100
Subject: Update to 4.077

- New upstream release 4.077
  - Added method is_local() to Lite.pm
  - Fix Util/Makefile.PL to work around bug in Android's sh
  - Add method full6m()
  - Fix Util/Makefile.PL issue with clang compiler (CPAN RT#86831)
- Classify buildreqs by usage
- Use %license where possible

diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index dad5d36..8875eb2 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -1,6 +1,6 @@
 Name:   perl-NetAddr-IP
-Version:4.075
-Release:5%{?dist}
+Version:4.077
+Release:1%{?dist}
 Summary:Manages IPv4 and IPv6 addresses and subnets
 # Lite/Util/Util.xs is GPLv2+
 # Other files are (GPLv2+ or Artistic clarified)
@@ -8,21 +8,38 @@ License:GPLv2+ and (GPLv2+ or Artistic clarified)
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/NetAddr-IP/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-%{version}.tar.gz
+# Module Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(AutoLoader)
-BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Getopt::Long)
-BuildRequires:  perl(Math::BigInt)
 BuildRequires:  perl(Pod::Text)
-BuildRequires:  perl(Test::More)
+# Module Runtime
+BuildRequires:  perl(AutoLoader)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Socket6)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(Test::More)
+# Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Math::BigInt)
+Requires:   perl(Socket6)
 
 # Don't provide private Perl libs or redundant unversioned provides
 %global __provides_exclude 
^(perl\\(NetAddr::IP(::(InetBase|Util(PP)?))?\\)$|Util\\.so)
@@ -35,7 +52,7 @@ or IP subnets, that allows for easy manipulations.
 %setup -q -n NetAddr-IP-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+CC=gcc perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 make %{?_smp_mflags}
 
 %install
@@ -48,16 +65,31 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f 
{} \;
 make test
 
 %files
-%doc About-NetAddr-IP.txt Artistic Changes Copying TODO docs/rfc1884.txt
+%if 0%{?_licensedir:1}
+%license Artistic Copying
+%else
+%doc Artistic Copying
+%endif
+%doc About-NetAddr-IP.txt Changes TODO docs/rfc1884.txt
 %{perl_vendorarch}/auto/NetAddr/
 %{perl_vendorarch}/NetAddr/
-%{_mandir}/man3/NetAddr::IP.3pm*
-%{_mandir}/man3/NetAddr::IP::InetBase.3pm*
-%{_mandir}/man3/NetAddr::IP::Lite.3pm*
-%{_mandir}/man3/NetAddr::IP::Util.3pm*
-%{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
+%{_mandir}/man3/NetAddr::IP.3*
+%{_mandir}/man3/NetAddr::IP::InetBase.3*
+%{_mandir}/man3/NetAddr::IP::Lite.3*
+%{_mandir}/man3/NetAddr::IP::Util.3*
+%{_mandir}/man3/NetAddr::IP::UtilPP.3*
 
 %changelog
+* Fri Aug 14 2015 Paul Howarth p...@city-fan.org - 4.077-1
+- Update to 4.077
+  - Added method is_local() to Lite.pm
+  - Fix Util/Makefile.PL to work around bug in Android's sh
+  - Add method full6m()
+  - Fix Util/Makefile.PL issue with clang compiler (CPAN RT#86831)
+- Classify buildreqs by usage
+- Use %%license where possible
+
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 4.075-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 71be388..9b7affa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b72b91ebd228b096fd3b0acc87df877e  NetAddr-IP-4.075.tar.gz
+db52dcb07cb2c4fcd72e37a1930f6590  NetAddr-IP-4.077.tar.gz
-- 
cgit v0.10.2



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

pghmcfc uploaded NetAddr-IP-4.077.tar.gz for perl-NetAddr-IP

2015-08-14 Thread notifications
db52dcb07cb2c4fcd72e37a1930f6590  NetAddr-IP-4.077.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-NetAddr-IP/NetAddr-IP-4.077.tar.gz/md5/db52dcb07cb2c4fcd72e37a1930f6590/NetAddr-IP-4.077.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

pghmcfc pushed to perl-NetAddr-IP (f23). Update to 4.077 (..more)

2015-08-14 Thread notifications
From 1ee1947d66ecae054bd47132e5dda2e8ff458552 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 14 Aug 2015 15:33:10 +0100
Subject: Update to 4.077

- New upstream release 4.077
  - Added method is_local() to Lite.pm
  - Fix Util/Makefile.PL to work around bug in Android's sh
  - Add method full6m()
  - Fix Util/Makefile.PL issue with clang compiler (CPAN RT#86831)
- Classify buildreqs by usage
- Use %license where possible

diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index dad5d36..8875eb2 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -1,6 +1,6 @@
 Name:   perl-NetAddr-IP
-Version:4.075
-Release:5%{?dist}
+Version:4.077
+Release:1%{?dist}
 Summary:Manages IPv4 and IPv6 addresses and subnets
 # Lite/Util/Util.xs is GPLv2+
 # Other files are (GPLv2+ or Artistic clarified)
@@ -8,21 +8,38 @@ License:GPLv2+ and (GPLv2+ or Artistic clarified)
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/NetAddr-IP/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-%{version}.tar.gz
+# Module Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(AutoLoader)
-BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Getopt::Long)
-BuildRequires:  perl(Math::BigInt)
 BuildRequires:  perl(Pod::Text)
-BuildRequires:  perl(Test::More)
+# Module Runtime
+BuildRequires:  perl(AutoLoader)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Socket6)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(Test::More)
+# Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Math::BigInt)
+Requires:   perl(Socket6)
 
 # Don't provide private Perl libs or redundant unversioned provides
 %global __provides_exclude 
^(perl\\(NetAddr::IP(::(InetBase|Util(PP)?))?\\)$|Util\\.so)
@@ -35,7 +52,7 @@ or IP subnets, that allows for easy manipulations.
 %setup -q -n NetAddr-IP-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+CC=gcc perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 make %{?_smp_mflags}
 
 %install
@@ -48,16 +65,31 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f 
{} \;
 make test
 
 %files
-%doc About-NetAddr-IP.txt Artistic Changes Copying TODO docs/rfc1884.txt
+%if 0%{?_licensedir:1}
+%license Artistic Copying
+%else
+%doc Artistic Copying
+%endif
+%doc About-NetAddr-IP.txt Changes TODO docs/rfc1884.txt
 %{perl_vendorarch}/auto/NetAddr/
 %{perl_vendorarch}/NetAddr/
-%{_mandir}/man3/NetAddr::IP.3pm*
-%{_mandir}/man3/NetAddr::IP::InetBase.3pm*
-%{_mandir}/man3/NetAddr::IP::Lite.3pm*
-%{_mandir}/man3/NetAddr::IP::Util.3pm*
-%{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
+%{_mandir}/man3/NetAddr::IP.3*
+%{_mandir}/man3/NetAddr::IP::InetBase.3*
+%{_mandir}/man3/NetAddr::IP::Lite.3*
+%{_mandir}/man3/NetAddr::IP::Util.3*
+%{_mandir}/man3/NetAddr::IP::UtilPP.3*
 
 %changelog
+* Fri Aug 14 2015 Paul Howarth p...@city-fan.org - 4.077-1
+- Update to 4.077
+  - Added method is_local() to Lite.pm
+  - Fix Util/Makefile.PL to work around bug in Android's sh
+  - Add method full6m()
+  - Fix Util/Makefile.PL issue with clang compiler (CPAN RT#86831)
+- Classify buildreqs by usage
+- Use %%license where possible
+
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 4.075-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 71be388..9b7affa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b72b91ebd228b096fd3b0acc87df877e  NetAddr-IP-4.075.tar.gz
+db52dcb07cb2c4fcd72e37a1930f6590  NetAddr-IP-4.077.tar.gz
-- 
cgit v0.10.2



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

pghmcfc pushed to perl-NetAddr-IP (perl-NetAddr-IP-4.077-1.fc24). Update to 4.077 (..more)

2015-08-14 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-NetAddr-IP.git/commit/?h=perl-NetAddr-IP-4.077-1.fc24id=1ee1947d66ecae054bd47132e5dda2e8ff458552
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-NetAddr-IP (perl-NetAddr-IP-4.077-1.fc23). Update to 4.077 (..more)

2015-08-14 Thread notifications
From 1ee1947d66ecae054bd47132e5dda2e8ff458552 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 14 Aug 2015 15:33:10 +0100
Subject: Update to 4.077

- New upstream release 4.077
  - Added method is_local() to Lite.pm
  - Fix Util/Makefile.PL to work around bug in Android's sh
  - Add method full6m()
  - Fix Util/Makefile.PL issue with clang compiler (CPAN RT#86831)
- Classify buildreqs by usage
- Use %license where possible

diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index dad5d36..8875eb2 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -1,6 +1,6 @@
 Name:   perl-NetAddr-IP
-Version:4.075
-Release:5%{?dist}
+Version:4.077
+Release:1%{?dist}
 Summary:Manages IPv4 and IPv6 addresses and subnets
 # Lite/Util/Util.xs is GPLv2+
 # Other files are (GPLv2+ or Artistic clarified)
@@ -8,21 +8,38 @@ License:GPLv2+ and (GPLv2+ or Artistic clarified)
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/NetAddr-IP/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-%{version}.tar.gz
+# Module Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(AutoLoader)
-BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Getopt::Long)
-BuildRequires:  perl(Math::BigInt)
 BuildRequires:  perl(Pod::Text)
-BuildRequires:  perl(Test::More)
+# Module Runtime
+BuildRequires:  perl(AutoLoader)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Socket6)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(Test::More)
+# Runtime
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Math::BigInt)
+Requires:   perl(Socket6)
 
 # Don't provide private Perl libs or redundant unversioned provides
 %global __provides_exclude 
^(perl\\(NetAddr::IP(::(InetBase|Util(PP)?))?\\)$|Util\\.so)
@@ -35,7 +52,7 @@ or IP subnets, that allows for easy manipulations.
 %setup -q -n NetAddr-IP-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+CC=gcc perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 make %{?_smp_mflags}
 
 %install
@@ -48,16 +65,31 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f 
{} \;
 make test
 
 %files
-%doc About-NetAddr-IP.txt Artistic Changes Copying TODO docs/rfc1884.txt
+%if 0%{?_licensedir:1}
+%license Artistic Copying
+%else
+%doc Artistic Copying
+%endif
+%doc About-NetAddr-IP.txt Changes TODO docs/rfc1884.txt
 %{perl_vendorarch}/auto/NetAddr/
 %{perl_vendorarch}/NetAddr/
-%{_mandir}/man3/NetAddr::IP.3pm*
-%{_mandir}/man3/NetAddr::IP::InetBase.3pm*
-%{_mandir}/man3/NetAddr::IP::Lite.3pm*
-%{_mandir}/man3/NetAddr::IP::Util.3pm*
-%{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
+%{_mandir}/man3/NetAddr::IP.3*
+%{_mandir}/man3/NetAddr::IP::InetBase.3*
+%{_mandir}/man3/NetAddr::IP::Lite.3*
+%{_mandir}/man3/NetAddr::IP::Util.3*
+%{_mandir}/man3/NetAddr::IP::UtilPP.3*
 
 %changelog
+* Fri Aug 14 2015 Paul Howarth p...@city-fan.org - 4.077-1
+- Update to 4.077
+  - Added method is_local() to Lite.pm
+  - Fix Util/Makefile.PL to work around bug in Android's sh
+  - Add method full6m()
+  - Fix Util/Makefile.PL issue with clang compiler (CPAN RT#86831)
+- Classify buildreqs by usage
+- Use %%license where possible
+
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 4.075-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 71be388..9b7affa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b72b91ebd228b096fd3b0acc87df877e  NetAddr-IP-4.075.tar.gz
+db52dcb07cb2c4fcd72e37a1930f6590  NetAddr-IP-4.077.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-NetAddr-IP.git/commit/?h=perl-NetAddr-IP-4.077-1.fc23id=1ee1947d66ecae054bd47132e5dda2e8ff458552
--
Fedora Extras Perl SIG
http://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 1253866] New: perl-JSON-Pointer-0.07 is available

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

Bug ID: 1253866
   Summary: perl-JSON-Pointer-0.07 is available
   Product: Fedora
   Version: rawhide
 Component: perl-JSON-Pointer
  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: 0.07
Current version/release in rawhide: 0.06-4.fc23
URL: http://search.cpan.org/dist/JSON-Pointer/

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 1253866] perl-JSON-Pointer-0.07 is available

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



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

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

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

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

[Bug 1253869] perl-Gtk2-1.2496 is available

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



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

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

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

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

[Bug 1253869] New: perl-Gtk2-1.2496 is available

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

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



Latest upstream release: 1.2496
Current version/release in rawhide: 1.2495-3.fc23
URL: http://search.cpan.org/dist/Gtk2/

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 1253874] perl-PDL-2.013 is available

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



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

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

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

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

[Bug 1253876] New: perl-Glib-Object-Introspection-0.030 is available

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

Bug ID: 1253876
   Summary: perl-Glib-Object-Introspection-0.030 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Glib-Object-Introspection
  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



Latest upstream release: 0.030
Current version/release in rawhide: 0.029-3.fc23
URL: http://search.cpan.org/dist/Glib-Object-Introspection/

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 1253874] New: perl-PDL-2.013 is available

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

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



Latest upstream release: 2.013
Current version/release in rawhide: 2.12.0-1.fc23
URL: http://search.cpan.org/dist/PDL/

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 1253876] perl-Glib-Object-Introspection-0.030 is available

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



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

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

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

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

pkgdb_updater updated: description of perl-Proc-Daemon

2015-08-14 Thread notifications
pkgdb_updater updated: description of perl-Proc-Daemon
https://admin.fedoraproject.org/pkgdb/package/perl-Proc-Daemon/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-POE-API-Peek

2015-08-14 Thread buildsys


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


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

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

2015-08-14 Thread buildsys


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


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

Broken dependencies: perl-Method-Signatures

2015-08-14 Thread buildsys


perl-Method-Signatures has broken dependencies in the F-23 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-Task-Catalyst

2015-08-14 Thread buildsys


perl-Task-Catalyst has broken dependencies in the F-23 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-Data-Dump-Streamer

2015-08-14 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the F-23 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-Vars

2015-08-14 Thread buildsys


perl-Test-Vars has broken dependencies in the F-23 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-MongoDB

2015-08-14 Thread buildsys


perl-MongoDB has broken dependencies in the F-23 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-08-14 Thread buildsys


perl-Carp-REPL has broken dependencies in the F-23 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-CatalystX-REPL

2015-08-14 Thread buildsys


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

2015-08-14 Thread buildsys


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


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

Broken dependencies: perl-Devel-FindRef

2015-08-14 Thread buildsys


perl-Devel-FindRef has broken dependencies in the F-23 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-08-14 Thread buildsys


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

2015-08-14 Thread buildsys


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


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

pkgdb_updater updated: upstream_url of perl-forks

2015-08-14 Thread notifications
pkgdb_updater updated: upstream_url of perl-forks
https://admin.fedoraproject.org/pkgdb/package/perl-forks/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pkgdb_updater updated: description of perl-Text-Levenshtein-Damerau-XS

2015-08-14 Thread notifications
pkgdb_updater updated: description of perl-Text-Levenshtein-Damerau-XS

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

Broken dependencies: perl-Devel-BeginLift

2015-08-14 Thread buildsys


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


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

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

2015-08-14 Thread buildsys


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


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