eseyman uploaded Socket-Netlink-0.05.tar.gz for perl-Socket-Netlink

2016-11-20 Thread notifications
a9a58b71e397cad368a3baa3689254df  Socket-Netlink-0.05.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Socket-Netlink/Socket-Netlink-0.05.tar.gz/md5/a9a58b71e397cad368a3baa3689254df/Socket-Netlink-0.05.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-MooseX-App (master). "Update to 1.37"

2016-11-20 Thread notifications
From 61ab116f3be5c8b04b579b7e152319e02c9cd31b Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Sun, 20 Nov 2016 09:07:07 +0100
Subject: Update to 1.37

---
 .gitignore   | 1 +
 perl-MooseX-App.spec | 5 -
 sources  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index f0111b9..c28e65a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /MooseX-App-1.34.tar.gz
 /MooseX-App-1.35.tar.gz
 /MooseX-App-1.36.tar.gz
+/MooseX-App-1.37.tar.gz
diff --git a/perl-MooseX-App.spec b/perl-MooseX-App.spec
index 99ecb8f..ec81cd2 100644
--- a/perl-MooseX-App.spec
+++ b/perl-MooseX-App.spec
@@ -1,5 +1,5 @@
 Name:   perl-MooseX-App
-Version:1.36
+Version:1.37
 Release:1%{?dist}
 Summary:Write user-friendly command line apps with even less suffering
 License:GPL+ or Artistic
@@ -91,6 +91,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov 20 2016 Emmanuel Seyman  - 1.37-1
+- Update to 1.37
+
 * Sun Oct 16 2016 Emmanuel Seyman  - 1.36-1
 - Update to 1.36
 
diff --git a/sources b/sources
index 78f6cc5..c1fdd0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-adb53a430d7eb473f8337d4b6cae036c  MooseX-App-1.36.tar.gz
+3d124e1140d57dd32a17805fa8d540f6  MooseX-App-1.37.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MooseX-App.git/commit/?h=master=61ab116f3be5c8b04b579b7e152319e02c9cd31b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1395938] perl-JSON-XS-3.03 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1395938

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-JSON-XS-3.03-2.fc26
 Resolution|--- |RAWHIDE
Last Closed||2016-11-20 04:01:48



--- Comment #1 from Emmanuel Seyman  ---
Built in rawhide:
http://koji.fedoraproject.org/koji/buildinfo?buildID=818984

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


till pushed to perl-Verilog-CodeGen (el5). "2016-11-20: Retired because it depends on electronics-menu, which was (..more)"

2016-11-20 Thread notifications
From b7830ef75f13552cb6d1e8a526daa2ca0b0cfabb Mon Sep 17 00:00:00 2001
From: Till Maas 
Date: Sun, 20 Nov 2016 11:16:26 +0100
Subject: 2016-11-20: Retired because it depends on electronics-menu, which was
 retired, because it was orphaned for more than six weeks.

---
 .gitignore |   1 -
 dead.package   |   3 +
 perl-Verilog-CodeGen-gui.patch | 186 -
 perl-Verilog-CodeGen.spec  |  76 -
 sources|   1 -
 5 files changed, 3 insertions(+), 264 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 dead.package
 delete mode 100644 perl-Verilog-CodeGen-gui.patch
 delete mode 100644 perl-Verilog-CodeGen.spec
 delete mode 100644 sources

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index def5229..000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Verilog-CodeGen-0.9.4.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 000..0599a79
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,3 @@
+2016-11-20: Retired because it depends on electronics-menu, which was
+retired, because it was orphaned for more than six weeks.
+
diff --git a/perl-Verilog-CodeGen-gui.patch b/perl-Verilog-CodeGen-gui.patch
deleted file mode 100644
index 82fd333..000
--- a/perl-Verilog-CodeGen-gui.patch
+++ /dev/null
@@ -1,186 +0,0 @@
 scripts/gui.pl 2009-03-21 15:48:49.0 +0100
-+++ gui.pl 2009-03-21 15:49:23.0 +0100
-@@ -85,137 +85,135 @@
- 
- #---
- sub create_ui {
--my $top = MainWindow->new('-background'=>'white','-title'=>'Perl/Verilog 
Coding Environment');
-+my $top = MainWindow->new('-title'=>'Perl/Verilog Coding Environment');
- 
- # MENU STUFF
- 
- # Menu bar
--my $menu_bar_frame = 
$top->Frame('-background'=>'darkgrey','-width'=>80)->pack('-side' => 
'top','-anchor'=>'w', '-fill' => 'x');
--my 
$menu_bar=$menu_bar_frame->Frame('-background'=>'grey','-relief'=>'flat','-borderwidth'=>1,'-width'=>80)->pack('-side'
 => 'left','-anchor'=>'w', '-fill' => 'x','padx'=>5,'pady'=>5);
--#==
-+my $menu_bar_frame = $top->Frame('-width'=>80)->pack('-side' => 
'top','-anchor'=>'w', '-fill' => 'x');
-+my $menu_bar   = $menu_bar_frame
-+  ->Frame( 
'-relief'=>'flat','-borderwidth'=>1,'-width'=>80 )
-+  ->pack( '-side' => 
'left','-anchor'=>'w', '-fill' => 'x','-ipadx'=>5,'-ipady'=>5 );
-+
#==
- 
--# General 
-+# General
- # File menu
- my $menu_file = $menu_bar->Menubutton('-text' => 'File','-tearoff'=>0,
-   '-relief' => 'flat',
--  '-borderwidth' => 
1,'font'=>$normal,'foreground'=>'black','background'=>'grey'
-+  '-borderwidth' => 1,
-   
)->grid('-row'=>0,'-column'=>0,'-sticky'=>'w','-pady'=>5,'-padx'=>5);
- 
- $menu_file->command('-label' => 'XEmacs', '-state'=>'active',
-   '-command' => sub {$xemacs=1;system("xemacs blank &")},
--  
'foreground'=>'black','background'=>'grey','font'=>$normal,
- );
- $menu_file->command('-label' => 'Schematics', '-state'=>'active',
-   '-command' => sub {chdir 
"Schematics/$design";system("tkgate &"); chdir '..'},
--  
'foreground'=>'black','background'=>'grey','font'=>$normal,
- );
- $menu_file->command('-label' => 'Diagrams', '-state'=>'active',
-   '-command' => sub {chdir "Diagrams/$design";system("dia 
&"); chdir '..'},
--  
'foreground'=>'black','background'=>'grey','font'=>$normal,
--);
--$menu_file->command('-label' => 'gCVS', '-state'=>'active',
--  '-command' => sub {system("/usr/local/gcvs/bin/gcvs 
&")},
--  
'foreground'=>'black','background'=>'grey','font'=>$normal,
- );
--$menu_file->command('-label' => 'Exit', '-command' => sub {close 
$sock;if($pid ne 'WRONG'){exec("kill -9 
$pid")}else{exit(0)}},'foreground'=>'black','background'=>'grey','font'=>$normal,);
-+#$menu_file->command('-label' => 'gCVS', '-state'=>'active',
-+# '-command' => sub {system("/usr/bin/gcvs &")},
-+#);
-+$menu_file->command('-label' => 'Exit', '-command' => sub {close 
$sock;if($pid ne 'WRONG'){exec("kill -9 $pid")}else{exit(0)}});
- 
- 
#==
- 
-- $matrix[0][3] = $menu_bar->Label ('background' 
=>'grey')->grid('-row'=>0,'-column'=>3,'-sticky'=>'w',);
-+ $matrix[0][3] = $menu_bar->Label 

till retired perl-Verilog-CodeGen in el5

2016-11-20 Thread notifications
till retired perl-Verilog-CodeGen in el5
https://admin.fedoraproject.org/pkgdb/package/perl-Verilog-CodeGen/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman pushed to perl-Socket-Netlink (master). "Update to 0.05 and drop upstreamed patches"

2016-11-20 Thread notifications
From f7201021e2ec8b5aba773fe9b8c4f054921e029c Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Sun, 20 Nov 2016 09:20:32 +0100
Subject: Update to 0.05 and drop upstreamed patches

---
 .gitignore |  1 +
 ...et-Netlink-0.04-Fix-nlmsgerr-length-check.patch | 41 
 Socket-Netlink-0.04-Fix-tests-for-big-endian.patch | 55 --
 perl-Socket-Netlink.spec   | 14 +++---
 sources|  2 +-
 5 files changed, 8 insertions(+), 105 deletions(-)
 delete mode 100644 Socket-Netlink-0.04-Fix-nlmsgerr-length-check.patch
 delete mode 100644 Socket-Netlink-0.04-Fix-tests-for-big-endian.patch

diff --git a/.gitignore b/.gitignore
index db8d548..09b19ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Socket-Netlink-0.03.tar.gz
 /Socket-Netlink-0.04.tar.gz
+/Socket-Netlink-0.05.tar.gz
diff --git a/Socket-Netlink-0.04-Fix-nlmsgerr-length-check.patch 
b/Socket-Netlink-0.04-Fix-nlmsgerr-length-check.patch
deleted file mode 100644
index e554ea2..000
--- a/Socket-Netlink-0.04-Fix-nlmsgerr-length-check.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 01a86755a7d1ac97b1218ffe43ae8d1a8fdc4aab Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
-Date: Wed, 9 Nov 2016 10:42:23 +0100
-Subject: [PATCH] Fix nlmsgerr length check
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-There was a wrong boolean expression reported by a GCC warning:
-
-lib/Socket/Netlink.xs: In function 'XS_Socket__Netlink_unpack_nlmsgerr':
-lib/Socket/Netlink.xs:195:20: warning: comparison of constant '20ul' with 
boolean expression is always false [-Wbool-compare]
- if(!SvCUR(msg) == sizeof(nlmsgerr))
-^~
-lib/Socket/Netlink.xs:195:20: warning: logical not is only applied to the left 
hand side of comparison [-Wlogical-not-parentheses]
-
-This patch fixes it.
-
-CPAN RT#118688.
-
-Signed-off-by: Petr Písař 

- lib/Socket/Netlink.xs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/Socket/Netlink.xs b/lib/Socket/Netlink.xs
-index 6211b7f..6900819 100644
 a/lib/Socket/Netlink.xs
-+++ b/lib/Socket/Netlink.xs
-@@ -192,7 +192,7 @@ unpack_nlmsgerr(msg)
-   PPCODE:
- if(!SvPOK(msg))
-   croak("Expected a string message");
--if(!SvCUR(msg) == sizeof(nlmsgerr))
-+if(SvCUR(msg) != sizeof(nlmsgerr))
-   croak("Expected %d bytes of message", sizeof(nlmsgerr));
- 
- Copy(SvPVbyte_nolen(msg), , sizeof(nlmsgerr), char);
--- 
-2.7.4
-
diff --git a/Socket-Netlink-0.04-Fix-tests-for-big-endian.patch 
b/Socket-Netlink-0.04-Fix-tests-for-big-endian.patch
deleted file mode 100644
index 4304bf9..000
--- a/Socket-Netlink-0.04-Fix-tests-for-big-endian.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-From ab1700d55b1b802e2eae4657b53b6017ae68047b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
-Date: Wed, 9 Nov 2016 13:17:40 +0100
-Subject: [PATCH] Fix tests for big endian
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Tests in t/13netlink-message-attrs.t and
-t/20io-socket-netlink-generic.t failed on 64-bit big-endian PowerPC
-machines.
-
-This patch fixes erroneous bswap() calls in the tests by splitting
-nlmsg_type and nlmsg_flags fields in t/20io-socket-netlink-generic.t
-and handling zero-terminted byte-string literaly in
-t/13netlink-message-attrs.t. It also fixes incorrect length
-specification of a zero-terminated byte-string.
-
-CPAN RT#71112
-
-Signed-off-by: Petr Písař 

- t/13netlink-message-attrs.t | 2 +-
- t/20io-socket-netlink-generic.t | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/t/13netlink-message-attrs.t b/t/13netlink-message-attrs.t
-index 133d18e..132587f 100644
 a/t/13netlink-message-attrs.t
-+++ b/t/13netlink-message-attrs.t
-@@ -87,7 +87,7 @@ $message = $sock->unpack_message(
-   bswap("\5\0").bswap("\1\0").bswap("\7")."\0\0\0".
-   bswap("\6\0").bswap("\2\0").bswap("\x59\0")."\0\0".
-   bswap("\x08\0").bswap("\3\0").bswap("\xf3\3\0\0").
--  bswap("\7\0").bswap("\4\0").bswap("FGH\0").
-+  bswap("\x08\0").bswap("\4\0")."FGH\0".
-   bswap("\x0a\0").bswap("\5\0")."X\0Y\0Z\0\0\0".
-   bswap("\x0c\0").bswap("\6\0").
-  bswap("\5\0").bswap("\1\0").bswap("\x15")."\0\0\0",
-diff --git a/t/20io-socket-netlink-generic.t b/t/20io-socket-netlink-generic.t
-index 16fb29e..c5cadde 100644
 a/t/20io-socket-netlink-generic.t
-+++ b/t/20io-socket-netlink-generic.t
-@@ -53,7 +53,7 @@ isa_ok( $message, 'IO::Socket::Netlink::Generic::_Message', 
'$message' );
- ok( $message->can( "cmd" ), '$message has ->cmd accessor' );
- 
- is_hexstr( $message->pack,
--   bswap("\x14\0\0\0").bswap("\x1e\0\0\0")."\0\0\0\0\0\0\0\0".
-+   

[Bug 1394592] perl-MooseX-App-1.37 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1394592

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-MooseX-App-1.37-1.fc26
 Resolution|--- |RAWHIDE
Last Closed||2016-11-20 04:03:00



--- Comment #1 from Emmanuel Seyman  ---
Built in rawhide:
http://koji.fedoraproject.org/koji/buildinfo?buildID=818986

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


eseyman uploaded MooseX-App-1.37.tar.gz for perl-MooseX-App

2016-11-20 Thread notifications
3d124e1140d57dd32a17805fa8d540f6  MooseX-App-1.37.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MooseX-App/MooseX-App-1.37.tar.gz/md5/3d124e1140d57dd32a17805fa8d540f6/MooseX-App-1.37.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


till pushed to perl-Verilog-CodeGen (el6). "2016-11-20: Retired because it depends on electronics-menu, which was (..more)"

2016-11-20 Thread notifications
From 5b24977f115a444d28afea90ea267a3f7a876b8d Mon Sep 17 00:00:00 2001
From: Till Maas 
Date: Sun, 20 Nov 2016 11:29:51 +0100
Subject: 2016-11-20: Retired because it depends on electronics-menu, which was
 retired, because it was orphaned for more than six weeks.

---
 .gitignore |   1 -
 dead.package   |   3 +
 perl-Verilog-CodeGen-gui.patch | 186 -
 perl-Verilog-CodeGen.spec  |  82 --
 sources|   1 -
 5 files changed, 3 insertions(+), 270 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 dead.package
 delete mode 100644 perl-Verilog-CodeGen-gui.patch
 delete mode 100644 perl-Verilog-CodeGen.spec
 delete mode 100644 sources

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index def5229..000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Verilog-CodeGen-0.9.4.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 000..0599a79
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,3 @@
+2016-11-20: Retired because it depends on electronics-menu, which was
+retired, because it was orphaned for more than six weeks.
+
diff --git a/perl-Verilog-CodeGen-gui.patch b/perl-Verilog-CodeGen-gui.patch
deleted file mode 100644
index 82fd333..000
--- a/perl-Verilog-CodeGen-gui.patch
+++ /dev/null
@@ -1,186 +0,0 @@
 scripts/gui.pl 2009-03-21 15:48:49.0 +0100
-+++ gui.pl 2009-03-21 15:49:23.0 +0100
-@@ -85,137 +85,135 @@
- 
- #---
- sub create_ui {
--my $top = MainWindow->new('-background'=>'white','-title'=>'Perl/Verilog 
Coding Environment');
-+my $top = MainWindow->new('-title'=>'Perl/Verilog Coding Environment');
- 
- # MENU STUFF
- 
- # Menu bar
--my $menu_bar_frame = 
$top->Frame('-background'=>'darkgrey','-width'=>80)->pack('-side' => 
'top','-anchor'=>'w', '-fill' => 'x');
--my 
$menu_bar=$menu_bar_frame->Frame('-background'=>'grey','-relief'=>'flat','-borderwidth'=>1,'-width'=>80)->pack('-side'
 => 'left','-anchor'=>'w', '-fill' => 'x','padx'=>5,'pady'=>5);
--#==
-+my $menu_bar_frame = $top->Frame('-width'=>80)->pack('-side' => 
'top','-anchor'=>'w', '-fill' => 'x');
-+my $menu_bar   = $menu_bar_frame
-+  ->Frame( 
'-relief'=>'flat','-borderwidth'=>1,'-width'=>80 )
-+  ->pack( '-side' => 
'left','-anchor'=>'w', '-fill' => 'x','-ipadx'=>5,'-ipady'=>5 );
-+
#==
- 
--# General 
-+# General
- # File menu
- my $menu_file = $menu_bar->Menubutton('-text' => 'File','-tearoff'=>0,
-   '-relief' => 'flat',
--  '-borderwidth' => 
1,'font'=>$normal,'foreground'=>'black','background'=>'grey'
-+  '-borderwidth' => 1,
-   
)->grid('-row'=>0,'-column'=>0,'-sticky'=>'w','-pady'=>5,'-padx'=>5);
- 
- $menu_file->command('-label' => 'XEmacs', '-state'=>'active',
-   '-command' => sub {$xemacs=1;system("xemacs blank &")},
--  
'foreground'=>'black','background'=>'grey','font'=>$normal,
- );
- $menu_file->command('-label' => 'Schematics', '-state'=>'active',
-   '-command' => sub {chdir 
"Schematics/$design";system("tkgate &"); chdir '..'},
--  
'foreground'=>'black','background'=>'grey','font'=>$normal,
- );
- $menu_file->command('-label' => 'Diagrams', '-state'=>'active',
-   '-command' => sub {chdir "Diagrams/$design";system("dia 
&"); chdir '..'},
--  
'foreground'=>'black','background'=>'grey','font'=>$normal,
--);
--$menu_file->command('-label' => 'gCVS', '-state'=>'active',
--  '-command' => sub {system("/usr/local/gcvs/bin/gcvs 
&")},
--  
'foreground'=>'black','background'=>'grey','font'=>$normal,
- );
--$menu_file->command('-label' => 'Exit', '-command' => sub {close 
$sock;if($pid ne 'WRONG'){exec("kill -9 
$pid")}else{exit(0)}},'foreground'=>'black','background'=>'grey','font'=>$normal,);
-+#$menu_file->command('-label' => 'gCVS', '-state'=>'active',
-+# '-command' => sub {system("/usr/bin/gcvs &")},
-+#);
-+$menu_file->command('-label' => 'Exit', '-command' => sub {close 
$sock;if($pid ne 'WRONG'){exec("kill -9 $pid")}else{exit(0)}});
- 
- 
#==
- 
-- $matrix[0][3] = $menu_bar->Label ('background' 
=>'grey')->grid('-row'=>0,'-column'=>3,'-sticky'=>'w',);
-+ $matrix[0][3] = $menu_bar->Label 

till retired perl-Verilog-CodeGen in el6

2016-11-20 Thread notifications
till retired perl-Verilog-CodeGen in el6
https://admin.fedoraproject.org/pkgdb/package/perl-Verilog-CodeGen/
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-Data-Alias

2016-11-20 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.20-2.fc24.x86_64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.x86_64 requires perl(:MODULE_COMPAT_5.22.1)
On armhfp:
perl-Data-Alias-1.20-2.fc24.armv7hl requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.armv7hl requires perl(:MODULE_COMPAT_5.22.1)
On ppc64le:
perl-Data-Alias-1.20-2.fc24.ppc64le requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.ppc64le requires perl(:MODULE_COMPAT_5.22.1)
On aarch64:
perl-Data-Alias-1.20-2.fc24.aarch64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.aarch64 requires perl(:MODULE_COMPAT_5.22.1)
On ppc64:
perl-Data-Alias-1.20-2.fc24.ppc64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.ppc64 requires perl(:MODULE_COMPAT_5.22.1)
On i386:
perl-Data-Alias-1.20-2.fc24.i686 requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.i686 requires perl(:MODULE_COMPAT_5.22.1)
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Cpanel-JSON-XS (master). "Update to 3.0224 (..more)"

2016-11-20 Thread notifications
From 2c758fe00e3e430e25f28b5100250e86986ba742 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sun, 20 Nov 2016 18:22:43 +
Subject: Update to 3.0224

- New upstream release 3.0224
  - Fixes for g++-6, stricter -fpermissive and -Wc++11-compat
---
 perl-Cpanel-JSON-XS.spec | 6 +-
 sources  | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index 8656e39..5e913bb 100644
--- a/perl-Cpanel-JSON-XS.spec
+++ b/perl-Cpanel-JSON-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Cpanel-JSON-XS
 Summary:   JSON::XS for Cpanel, fast and correct serializing
-Version:   3.0223
+Version:   3.0224
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Cpanel-JSON-XS/
@@ -156,6 +156,10 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3*
 
 %changelog
+* Sun Nov 20 2016 Paul Howarth  - 3.0224-1
+- Update to 3.0224
+  - Fixes for g++-6, stricter -fpermissive and -Wc++11-compat
+
 * Thu Nov 17 2016 Paul Howarth  - 3.0223-1
 - Update to 3.0223
   - Fixed decode bignum with a string prefix (GH#76)
diff --git a/sources b/sources
index 51886e9..b7f335f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86f1161519437ec37253951bacb73fa7  Cpanel-JSON-XS-3.0223.tar.gz
+755ad1121f68cb47206bc4c6ac72b4fe  Cpanel-JSON-XS-3.0224.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Cpanel-JSON-XS.git/commit/?h=master=2c758fe00e3e430e25f28b5100250e86986ba742
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded Cpanel-JSON-XS-3.0224.tar.gz for perl-Cpanel-JSON-XS

2016-11-20 Thread notifications
755ad1121f68cb47206bc4c6ac72b4fe  Cpanel-JSON-XS-3.0224.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Cpanel-JSON-XS/Cpanel-JSON-XS-3.0224.tar.gz/md5/755ad1121f68cb47206bc4c6ac72b4fe/Cpanel-JSON-XS-3.0224.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Cpanel-JSON-XS (perl-Cpanel-JSON-XS-3.0224-1.fc26). "Update to 3.0224 (..more)"

2016-11-20 Thread notifications
From 2c758fe00e3e430e25f28b5100250e86986ba742 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sun, 20 Nov 2016 18:22:43 +
Subject: Update to 3.0224

- New upstream release 3.0224
  - Fixes for g++-6, stricter -fpermissive and -Wc++11-compat
---
 perl-Cpanel-JSON-XS.spec | 6 +-
 sources  | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index 8656e39..5e913bb 100644
--- a/perl-Cpanel-JSON-XS.spec
+++ b/perl-Cpanel-JSON-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Cpanel-JSON-XS
 Summary:   JSON::XS for Cpanel, fast and correct serializing
-Version:   3.0223
+Version:   3.0224
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Cpanel-JSON-XS/
@@ -156,6 +156,10 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3*
 
 %changelog
+* Sun Nov 20 2016 Paul Howarth  - 3.0224-1
+- Update to 3.0224
+  - Fixes for g++-6, stricter -fpermissive and -Wc++11-compat
+
 * Thu Nov 17 2016 Paul Howarth  - 3.0223-1
 - Update to 3.0223
   - Fixed decode bignum with a string prefix (GH#76)
diff --git a/sources b/sources
index 51886e9..b7f335f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86f1161519437ec37253951bacb73fa7  Cpanel-JSON-XS-3.0223.tar.gz
+755ad1121f68cb47206bc4c6ac72b4fe  Cpanel-JSON-XS-3.0224.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Cpanel-JSON-XS.git/commit/?h=perl-Cpanel-JSON-XS-3.0224-1.fc26=2c758fe00e3e430e25f28b5100250e86986ba742
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-Alien-ROOT

2016-11-20 Thread buildsys


perl-Alien-ROOT has broken dependencies in the rawhide tree:
On aarch64:
perl-Alien-ROOT-5.34.36.1-2.fc26.noarch requires root-core
On ppc64:
perl-Alien-ROOT-5.34.36.1-2.fc26.noarch requires root-core
On ppc64le:
perl-Alien-ROOT-5.34.36.1-2.fc26.noarch requires root-core
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1396685] perl-Net-Twitter-4.01041 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1396685



--- Comment #9 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Net-Twitter-4.01020 failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1396685] perl-Net-Twitter-4.01041 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1396685

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Net-Twitter-4.01040 is |perl-Net-Twitter-4.01041 is
   |available   |available



--- Comment #8 from Upstream Release Monitoring 
 ---
Latest upstream release: 4.01041
Current version/release in rawhide: 4.01020-2.fc25
URL: http://search.cpan.org/dist/Net-Twitter/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/3167/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1396685] perl-Net-Twitter-4.01041 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1396685



--- Comment #11 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1396685] perl-Net-Twitter-4.01041 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1396685



--- Comment #10 from Upstream Release Monitoring 
 ---
Created attachment 100
  --> https://bugzilla.redhat.com/attachment.cgi?id=100=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1392467] perl-Alien-ROOT not available on AArch64 because root is not there

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1392467

Peter Robinson  changed:

   What|Removed |Added

 Blocks|922257  |245418 (ARMTracker)
   |(ARM64,F-ExcludeArch-aarch6 |
   |4)  |




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=245418
[Bug 245418] Tracker for ARM support
https://bugzilla.redhat.com/show_bug.cgi?id=922257
[Bug 922257] Tracker for ARM64 support
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1396861] New: perl-SNMP-Info-3.34 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1396861

Bug ID: 1396861
   Summary: perl-SNMP-Info-3.34 is available
   Product: Fedora
   Version: rawhide
 Component: perl-SNMP-Info
  Keywords: FutureFeature, Triaged
  Assignee: w...@gouldfamily.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: ktdre...@ktdreyer.com,
perl-devel@lists.fedoraproject.org,
w...@gouldfamily.org



Latest upstream release: 3.34
Current version/release in rawhide: 3.33-1.fc25
URL: http://search.cpan.org/dist/SNMP-Info/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/3318/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1396861] perl-SNMP-Info-3.34 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1396861



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 167
  --> https://bugzilla.redhat.com/attachment.cgi?id=167=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1396861] perl-SNMP-Info-3.34 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1396861



--- Comment #3 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1396861] perl-SNMP-Info-3.34 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1396861



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-SNMP-Info-3.33 failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1396853] New: perlbrew-0.78 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1396853

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



Latest upstream release: 0.78
Current version/release in rawhide: 0.77-1.fc26
URL: http://search.cpan.org/dist/App-perlbrew/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/3552/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1396854] New: perl-CPAN-Perl-Releases-3.00 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1396854

Bug ID: 1396854
   Summary: perl-CPAN-Perl-Releases-3.00 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPAN-Perl-Releases
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 3.00
Current version/release in rawhide: 2.98-1.fc26
URL: http://search.cpan.org/dist/CPAN-Perl-Releases/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/5881/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1396860] New: perl-Module-CoreList-5.20161120 is available

2016-11-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1396860

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



Latest upstream release: 5.20161120
Current version/release in rawhide: 5.20161020-1.fc26
URL: http://search.cpan.org/dist/Module-CoreList/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/3080/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org