commit perl-POE for openSUSE:Leap:15.2

2020-02-11 Thread root
Hello community,

here is the log from the commit of package perl-POE for openSUSE:Leap:15.2 
checked in at 2020-02-11 23:27:16

Comparing /work/SRC/openSUSE:Leap:15.2/perl-POE (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.perl-POE.new.26092 (New)


Package is "perl-POE"

Tue Feb 11 23:27:16 2020 rev:12 rq:773533 version:1.368

Changes:

--- /work/SRC/openSUSE:Leap:15.2/perl-POE/perl-POE.changes  2020-01-17 
12:05:47.836619148 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.perl-POE.new.26092/perl-POE.changes   
2020-02-11 23:27:29.937334653 +0100
@@ -1,0 +2,6 @@
+Mon Feb  3 03:13:46 UTC 2020 -  
+
+- updated to 1.368
+   see /usr/share/doc/packages/perl-POE/CHANGES
+
+---

Old:

  POE-1.367.tar.gz

New:

  POE-1.368.tar.gz



Other differences:
--
++ perl-POE.spec ++
--- /var/tmp/diff_new_pack.86Gs84/_old  2020-02-11 23:27:30.209334791 +0100
+++ /var/tmp/diff_new_pack.86Gs84/_new  2020-02-11 23:27:30.213334793 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-POE
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-POE
-Version:1.367
+Version:1.368
 Release:0
 %define cpan_name POE
-Summary:Portable Multitasking and Networking Framework for Any Event 
Loop
+Summary:Portable multitasking and networking framework for any event 
loop
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/POE/
-Source0:
http://www.cpan.org/authors/id/R/RC/RCAPUTO/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,10 +53,9 @@
 Twisted. TCL has "the event loop".
 
 POE provides a unified interface for several other event loops, including
-select(), IO::Poll, the Glib manpage, the Gtk manpage, the Tk manpage, the
-Wx manpage, and the Gtk2 manpage. Many of these event loop interfaces were
-written by others, with the help of POE::Test::Loops. They may be found on
-the CPAN.
+select(), IO::Poll, Glib, Gtk, Tk, Wx, and Gtk2. Many of these event loop
+interfaces were written by others, with the help of POE::Test::Loops. They
+may be found on the CPAN.
 
 POE achieves its high degree of portability to different operating systems
 and Perl versions by being written entirely in Perl. CPAN hosts optional XS
@@ -69,9 +68,9 @@
 resources than lower-level ones. The conveniences they provide are not
 free.
 
-POE's bundled abstraction layers are the tip of a growing iceberg. the
-Sprocket manpage, POE::Stage, and other CPAN distributions build upon this
-work. You're encouraged to look around.
+POE's bundled abstraction layers are the tip of a growing iceberg.
+Sprocket, POE::Stage, and other CPAN distributions build upon this work.
+You're encouraged to look around.
 
 No matter how high you go, though, it all boils down to calls to
 POE::Kernel. So your down-to-earth code can easily cooperate with
@@ -81,11 +80,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ POE-1.367.tar.gz -> POE-1.368.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POE-1.367/CHANGES new/POE-1.368/CHANGES
--- old/POE-1.367/CHANGES   2015-06-03 16:17:45.0 +0200
+++ new/POE-1.368/CHANGES   2020-02-02 14:36:10.0 +0100
@@ -1,633 +1,72 @@
 
-2015-06-03 10:10:18 -0400 v1_367
+2020-02-01 16:22:28 + v1_368
 
 
-  commit 4f2ef10e7039f96659757f9e5097c45fc57cace1
-  Author: Rocco Caputo 
-  Date:   Wed Jun 3 10:10:18 2015 -0400
-  
-Version bump for release.
-
-  commit 208a5bf377f6b8c2064e927efd4bd331ab2016c2
-  Merge: e9377b1 6e0f41e
-  Author: Rocco Caputo 
-  Date:   Tue Jun 2 15:17:24 2015 -0400
-  
-Merge pull request #22 from zhouzhen1/prchallenge
-
-Some trivial changes for the CPAN PR challenge.
-
-  commit e9377b10c19c11ed1d3e5d34040b2dcf90227a51
-  Author: Rocco Caputo 
-  Date:   Tue Jun 2 14:37:40 2015 -0400
-  
-rt.cpan.org 96039. Avoid close

commit perl-POE for openSUSE:Leap:15.2

2020-01-17 Thread root
Hello community,

here is the log from the commit of package perl-POE for openSUSE:Leap:15.2 
checked in at 2020-01-17 12:05:35

Comparing /work/SRC/openSUSE:Leap:15.2/perl-POE (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.perl-POE.new.26092 (New)


Package is "perl-POE"

Fri Jan 17 12:05:35 2020 rev:11 rq:764885 version:1.367

Changes:

--- /work/SRC/openSUSE:Leap:15.2/perl-POE/perl-POE.changes  2020-01-15 
15:42:18.499216219 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.perl-POE.new.26092/perl-POE.changes   
2020-01-17 12:05:47.836619148 +0100
@@ -1,0 +2,5 @@
+Mon Sep 23 12:21:15 UTC 2019 - fschrei...@suse.com
+
+- fixed control characters in changelog file 
+
+---
@@ -100 +105 @@
-  "C:\opt\perl-5.20.1in\perl.exe" mylib/gen-tests.perl lib/POE.pm
+  "C:\opt\perl-5.20.1\bin\perl.exe" mylib/gen-tests.perl lib/POE.pm
@@ -102 +107 @@
-  U1077: 'C:\opt\perl-5.20.1in\perl.exe' : return code '0xd' Stop.
+  U1077: 'C:\opt\perl-5.20.1\bin\perl.exe' : return code '0xd' Stop.



Other differences:
--
++ perl-POE.spec ++
--- /var/tmp/diff_new_pack.gx44Ij/_old  2020-01-17 12:05:48.256619333 +0100
+++ /var/tmp/diff_new_pack.gx44Ij/_new  2020-01-17 12:05:48.256619333 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-POE
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,7 +21,7 @@
 Release:0
 %define cpan_name POE
 Summary:Portable Multitasking and Networking Framework for Any Event 
Loop
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/POE/
 Source0:
http://www.cpan.org/authors/id/R/RC/RCAPUTO/%{cpan_name}-%{version}.tar.gz