commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2020-10-09 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2020-10-10 00:29:11

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new.4249 (New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Sat Oct 10 00:29:11 2020 rev:11 rq:840304 version:0.28

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2020-07-05 01:19:41.733281389 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new.4249/perl-Mojo-IOLoop-ReadWriteProcess.changes
2020-10-10 00:29:12.761148890 +0200
@@ -1,0 +2,9 @@
+Sun Oct  4 03:16:47 UTC 2020 - Tina Müller 
+
+- updated to 0.28
+   see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes
+
+  0.28 2020-09-30T11:51:40Z
+   - Avoid executing "blocking stop" code when process has already terminated 
by Martchus
+
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.27.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.28.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.kfn3mm/_old  2020-10-10 00:29:13.429149222 +0200
+++ /var/tmp/diff_new_pack.kfn3mm/_new  2020-10-10 00:29:13.429149222 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojo-IOLoop-ReadWriteProcess
-Version:0.27
+Version:0.28
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process

++ Mojo-IOLoop-ReadWriteProcess-0.27.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.27/Changes 
new/Mojo-IOLoop-ReadWriteProcess-0.28/Changes
--- old/Mojo-IOLoop-ReadWriteProcess-0.27/Changes   2020-07-03 
02:27:21.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.28/Changes   2020-09-30 
13:53:44.0 +0200
@@ -1,6 +1,9 @@
 
 Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
 
+0.28 2020-09-30T11:51:40Z
+ - Avoid executing "blocking stop" code when process has already terminated by 
Martchus 
+
 0.27 2020-07-03T00:25:15Z
   - Fix CircleCI build
   - Fix perl required version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.27/META.json 
new/Mojo-IOLoop-ReadWriteProcess-0.28/META.json
--- old/Mojo-IOLoop-ReadWriteProcess-0.27/META.json 2020-07-03 
02:27:21.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.28/META.json 2020-09-30 
13:53:44.0 +0200
@@ -56,7 +56,7 @@
"provides" : {
   "Mojo::IOLoop::ReadWriteProcess" : {
  "file" : "lib/Mojo/IOLoop/ReadWriteProcess.pm",
- "version" : "0.27"
+ "version" : "0.28"
   },
   "Mojo::IOLoop::ReadWriteProcess::CGroup" : {
  "file" : "lib/Mojo/IOLoop/ReadWriteProcess/CGroup.pm"
@@ -148,7 +148,7 @@
  "web" : "https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess";
   }
},
-   "version" : "0.27",
+   "version" : "0.28",
"x_contributors" : [
   "Clemens Famulla-Conrad ",
   "Ettore Di Giacinto ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.27/META.yml 
new/Mojo-IOLoop-ReadWriteProcess-0.28/META.yml
--- old/Mojo-IOLoop-ReadWriteProcess-0.27/META.yml  2020-07-03 
02:27:21.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.28/META.yml  2020-09-30 
13:53:44.0 +0200
@@ -27,7 +27,7 @@
 provides:
   Mojo::IOLoop::ReadWriteProcess:
 file: lib/Mojo/IOLoop/ReadWriteProcess.pm
-version: '0.27'
+version: '0.28'
   Mojo::IOLoop::ReadWriteProcess::CGroup:
 file: lib/Mojo/IOLoop/ReadWriteProcess/CGroup.pm
   Mojo::IOLoop::ReadWriteProcess::CGroup::v1:
@@ -87,7 +87,7 @@
   bugtracker: https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues
   homepage: https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess
   repository: git://github.com/mudler/Mojo-IOLoop-ReadWriteProcess.git
-version: '0.27'
+version: '0.28'
 x_contributors:
   - 'Clemens Famulla-Conrad '
   - 'Ettore Di Giacinto '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojo-IOLoop-ReadWriteProcess-0.27/lib/Mojo/IOLoop/ReadWriteProcess.pm 
new/Mojo-IOLoop-ReadWriteProcess-0.28/lib/Mojo/IOLoop/ReadWriteProcess.pm
--- old/Mojo-IOLoop-ReadWriteProcess-0.27/lib/Mojo/IOLoop/ReadWriteProcess.pm   
2020-07-03 02:27:21.00

commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2020-07-05 01:18:04

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new.3060 (New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Sun Jul  5 01:18:04 2020 rev:10 rq:818506 version:0.27

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2020-04-11 23:47:24.683128731 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new.3060/perl-Mojo-IOLoop-ReadWriteProcess.changes
2020-07-05 01:19:41.733281389 +0200
@@ -1,0 +2,6 @@
+Fri Jul  3 03:11:57 UTC 2020 - Tina Müller 
+
+- updated to 0.27
+   see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes
+
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.27.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.144Z2O/_old  2020-07-05 01:19:43.561286996 +0200
+++ /var/tmp/diff_new_pack.144Z2O/_new  2020-07-05 01:19:43.565287009 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojo-IOLoop-ReadWriteProcess
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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-Mojo-IOLoop-ReadWriteProcess
-Version:0.25
+Version:0.27
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/M/MU/MUDLER/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/S/SZ/SZARATE/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.25/Changes 
new/Mojo-IOLoop-ReadWriteProcess-0.27/Changes
--- old/Mojo-IOLoop-ReadWriteProcess-0.25/Changes   2020-04-08 
16:51:25.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.27/Changes   2020-07-03 
02:27:21.0 +0200
@@ -1,5 +1,15 @@
+
 Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
 
+0.27 2020-07-03T00:25:15Z
+  - Fix CircleCI build
+  - Fix perl required version
+
+0.26 2020-07-02T18:21:18Z
+  - Apply tools/tidy with Perl::Tidy 20200110
+  - Allow stopping the entire process group of the process
+  - Change minimum perl to 5.16   
+
 0.25 2020-04-08T14:48:01Z
- In "stop" sleep only after sending the first signal to speedup 
termination by okurz
- Various fixups in test suite
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.25/MANIFEST 
new/Mojo-IOLoop-ReadWriteProcess-0.27/MANIFEST
--- old/Mojo-IOLoop-ReadWriteProcess-0.25/MANIFEST  2020-04-08 
16:51:25.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.27/MANIFEST  2020-07-03 
02:27:21.0 +0200
@@ -51,6 +51,7 @@
 t/12_mocked_container.t
 t/13_shared.t
 t/data/process_check.sh
+t/data/simple_fork.pl
 t/data/subreaper/child.sh
 t/data/subreaper/dead_child.sh
 t/data/subreaper/dead_master.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.25/META.json 
new/Mojo-IOLoop-ReadWriteProcess-0.27/META.json
--- old/Mojo-IOLoop-ReadWriteProcess-0.25/META.json 2020-04-08 
16:51:25.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.27/META.json 2020-07-03 
02:27:21.0 +0200
@@ -4,7 +4,7 @@
   "Ettore Di Giacinto "
],
"dynamic_config" : 0,
-   "generated_by" : "Minilla/v3.1.2",
+   "generated_by" : "Minilla/v3.1.10",
"license" : [
   "perl_5"
],
@@ -29,14 +29,14 @@
   "configure" : {
  "requires" : {
 "Module::Build" : "0.4005",
-"perl" : "5.008_001"
+"perl" : "5.016"
  }
   },
   "develop" : {
  "requi

commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2020-04-11 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2020-04-11 23:46:59

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new.3248 (New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Sat Apr 11 23:46:59 2020 rev:9 rq:793056 version:0.25

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2019-10-21 12:28:36.111974379 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new.3248/perl-Mojo-IOLoop-ReadWriteProcess.changes
2020-04-11 23:47:24.683128731 +0200
@@ -1,0 +2,10 @@
+Thu Apr  9 03:08:35 UTC 2020 -  
+
+- updated to 0.25
+   see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes
+
+  0.25 2020-04-08T14:48:01Z
+ - In "stop" sleep only after sending the first signal to speedup 
termination by okurz
+ - Various fixups in test suite
+
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.24.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.EvZNkr/_old  2020-04-11 23:47:25.339129231 +0200
+++ /var/tmp/diff_new_pack.EvZNkr/_new  2020-04-11 23:47:25.339129231 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojo-IOLoop-ReadWriteProcess
 #
-# 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,7 +17,7 @@
 
 
 Name:   perl-Mojo-IOLoop-ReadWriteProcess
-Version:0.24
+Version:0.25
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process
@@ -43,16 +43,13 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs 
-0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
-# https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues/4
-# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939460
-rm t/10_cgroupv?.t
 ./Build test
 
 %install

++ Mojo-IOLoop-ReadWriteProcess-0.24.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.24/Changes 
new/Mojo-IOLoop-ReadWriteProcess-0.25/Changes
--- old/Mojo-IOLoop-ReadWriteProcess-0.24/Changes   2019-10-15 
13:15:23.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.25/Changes   2020-04-08 
16:51:25.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
 
+0.25 2020-04-08T14:48:01Z
+   - In "stop" sleep only after sending the first signal to speedup 
termination by okurz
+   - Various fixups in test suite
+
 0.24 2019-10-15T11:11:50Z
 
- Fix compatibility with Mojolicious 8.23 by kraih
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.24/META.json 
new/Mojo-IOLoop-ReadWriteProcess-0.25/META.json
--- old/Mojo-IOLoop-ReadWriteProcess-0.24/META.json 2019-10-15 
13:15:23.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.25/META.json 2020-04-08 
16:51:25.0 +0200
@@ -4,7 +4,7 @@
   "Ettore Di Giacinto "
],
"dynamic_config" : 0,
-   "generated_by" : "Minilla/v3.1.7",
+   "generated_by" : "Minilla/v3.1.2",
"license" : [
   "perl_5"
],
@@ -36,7 +36,7 @@
  "requires" : {
 "Test::CPAN::Meta" : "0",
 "Test::MinimumVersion::Fast" : "0.04",
-"Test::PAUSE::Permissions" : "0.07",
+"Test::PAUSE::Permissions" : "0.04",
 "Test::Pod" : "1.41",
 "Test::Spellunker" : "v0.2.7"
  }
@@ -56,7 +56,7 @@
"provides" : {
   "Mojo::IOLoop::ReadWriteProcess" : {
  "file" : "lib/Mojo/IOLoop/ReadWriteProcess.pm",
- "version" : "0.24"
+ "version" : "0.25"
   },
   "Mojo::IOLoop::ReadWriteProcess::CGroup" : {
  "file" : "lib/Mojo/IOLoop/ReadWriteProcess/CGroup.pm"
@@ -148,12 +148,14 @@
  "web" : "https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess";
   }
   

commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2019-11-11 13:00:37

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new.2990 (New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Mon Nov 11 13:00:37 2019 rev:8 rq:737507 version:0.24

Changes:




Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.9PctqX/_old  2019-11-11 13:00:40.081707961 +0100
+++ /var/tmp/diff_new_pack.9PctqX/_new  2019-11-11 13:00:40.089707969 +0100
@@ -50,6 +50,9 @@
 ./Build build flags=%{?_smp_mflags}
 
 %check
+# https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues/4
+# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939460
+rm t/10_cgroupv?.t
 ./Build test
 
 %install




commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2019-10-21 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2019-10-21 12:28:28

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new.2352 (New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Mon Oct 21 12:28:28 2019 rev:7 rq:741109 version:0.24

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2018-08-15 10:38:19.856284708 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new.2352/perl-Mojo-IOLoop-ReadWriteProcess.changes
2019-10-21 12:28:36.111974379 +0200
@@ -1,0 +2,23 @@
+Fri Oct 18 08:59:00 UTC 2019 -  
+
+- Change the `find` call for modifying permissions to leave also shell scripts
+   and files in the t/ directory alone
+
+---
+Wed Oct 16 10:12:14 UTC 2019 -  
+
+- updated to 0.24
+   see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes
+
+  0.24 2019-10-15T11:11:50Z
+  
+ - Fix compatibility with Mojolicious 8.23 by kraih
+
+---
+Fri Oct 11 09:57:33 UTC 2019 - Oliver Kurz 
+
+- Exclude non-working tests with perl-Mojolicious >= 8.23
+  See https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues/4
+  for details
+
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.23.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.24.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.b83McT/_old  2019-10-21 12:28:36.931975309 +0200
+++ /var/tmp/diff_new_pack.b83McT/_new  2019-10-21 12:28:36.935975313 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojo-IOLoop-ReadWriteProcess
 #
-# Copyright (c) 2018 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,27 +12,29 @@
 # 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/
 #
 
 
 Name:   perl-Mojo-IOLoop-ReadWriteProcess
-Version:0.23
+Version:0.24
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Mojo-IOLoop-ReadWriteProcess/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/M/MU/MUDLER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(IPC::SharedMem)
 BuildRequires:  perl(Module::Build) >= 0.400500
 BuildRequires:  perl(Mojolicious) >= 7.24
 BuildRequires:  perl(Test::More) >= 0.98
+Requires:   perl(IPC::SharedMem)
 Requires:   perl(Mojolicious) >= 7.24
 %{perl_requires}
 
@@ -41,9 +43,10 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs 
-0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
@@ -55,7 +58,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes codecov.yml minil.toml README.md
+%doc Changes circle.yml codecov.yml minil.toml README.md
 %license LICENSE
 
 %changelog

++ Mojo-IOLoop-ReadWriteProcess-0.23.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.23/Build.PL 
new/Mojo-IOLoop-ReadWriteProcess-0.24/Build.PL
--- old/Mojo-IOLoop-ReadWriteProcess-0.23/Build.PL  2018-08-14 
09:29:31.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.24/Build.PL  2019-10-15 
13:15:23.0 +0200
@@ -45,7 +45,6 @@
 allow_pureperl => 0,
 
 script_files => [glob('script/*'), glob('bin/*')],
-c_source => [qw()],
 PL_files => {},
 
 test_files   => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') 
? 't/ xt/' : 't/',
diff -urN '--exclude=

commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2018-08-15 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2018-08-15 10:38:16

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new 
(New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Wed Aug 15 10:38:16 2018 rev:6 rq:629191 version:0.23

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2018-08-08 14:54:12.993621003 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new/perl-Mojo-IOLoop-ReadWriteProcess.changes
 2018-08-15 10:38:19.856284708 +0200
@@ -1,0 +2,6 @@
+Tue Aug 14 07:35:56 UTC 2018 - edigiaci...@suse.com
+
+- Add prctl syscall codes for ppc64le and aarch64 
+- Full test suite now runs only on travis 
+
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.22.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.23.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.ddjZoa/_old  2018-08-15 10:38:20.376285656 +0200
+++ /var/tmp/diff_new_pack.ddjZoa/_new  2018-08-15 10:38:20.376285656 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojo-IOLoop-ReadWriteProcess
-Version:0.22
+Version:0.23
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process

++ Mojo-IOLoop-ReadWriteProcess-0.22.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.22/Build.PL 
new/Mojo-IOLoop-ReadWriteProcess-0.23/Build.PL
--- old/Mojo-IOLoop-ReadWriteProcess-0.22/Build.PL  2018-08-07 
15:34:19.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.23/Build.PL  2018-08-14 
09:29:31.0 +0200
@@ -23,6 +23,7 @@
 },
 
 requires => {
+'IPC::SharedMem' => '0',
 'Mojolicious' => '7.24',
 },
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.22/Changes 
new/Mojo-IOLoop-ReadWriteProcess-0.23/Changes
--- old/Mojo-IOLoop-ReadWriteProcess-0.22/Changes   2018-08-07 
15:34:19.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.23/Changes   2018-08-14 
09:29:31.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
 
+0.23 2018-08-14T07:25:56Z
+
+   - Add prctl syscall codes for ppc64le and aarch64
+   - Full test suite now runs only on travis
+
 0.22 2018-08-07T13:29:57Z
 
- Disable experimental shared tests by default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.22/META.json 
new/Mojo-IOLoop-ReadWriteProcess-0.23/META.json
--- old/Mojo-IOLoop-ReadWriteProcess-0.22/META.json 2018-08-07 
15:34:19.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.23/META.json 2018-08-14 
09:29:31.0 +0200
@@ -43,6 +43,7 @@
   },
   "runtime" : {
  "requires" : {
+"IPC::SharedMem" : "0",
 "Mojolicious" : "7.24"
  }
   },
@@ -55,7 +56,7 @@
"provides" : {
   "Mojo::IOLoop::ReadWriteProcess" : {
  "file" : "lib/Mojo/IOLoop/ReadWriteProcess.pm",
- "version" : "0.22"
+ "version" : "0.23"
   },
   "Mojo::IOLoop::ReadWriteProcess::CGroup" : {
  "file" : "lib/Mojo/IOLoop/ReadWriteProcess/CGroup.pm"
@@ -147,10 +148,11 @@
  "web" : "https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess";
   }
},
-   "version" : "0.22",
+   "version" : "0.23",
"x_contributors" : [
   "Ettore Di Giacinto ",
-  "Ettore Di Giacinto "
+  "Ettore Di Giacinto ",
+  "Mohammad S Anwar "
],
"x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.22/META.yml 
new/Mojo-IOLoop-ReadWriteProcess-0.23/META.yml
--- old/Mojo-IOLoop-ReadWriteProcess-0.22/META.yml  2018-08-07 
15:34:19.0 +0200
+++ new/Mojo-IOLoop-ReadWriteProcess-0.23/META.yml  2018-08-14 
09:29:31.0 +0200
@@ -27,7 +27,7 @@
 provides:
   Mojo::IOLoop::ReadWriteProcess:
 file: lib/Mojo/IOLoop/ReadWriteProcess.pm
-version: '0.22'
+version: '0.23'
   Mojo::IOLoop::ReadWriteProcess::CGroup:
 file: lib/Mojo/IOLoop/ReadWriteProcess/CGroup.pm
   Mojo::IOLoop::ReadWriteProcess::CGroup::v1:
@@ -81,13 +81,

commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2018-08-08 14:53:31

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new 
(New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Wed Aug  8 14:53:31 2018 rev:5 rq:627883 version:0.22

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2018-03-28 10:32:52.293830013 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new/perl-Mojo-IOLoop-ReadWriteProcess.changes
 2018-08-08 14:54:12.993621003 +0200
@@ -1,0 +2,13 @@
+Tue Aug  7 13:35:15 UTC 2018 - edigiaci...@suse.com
+
+- Disable experimental shared tests by default
+
+---
+Tue Aug  7 12:50:09 UTC 2018 - edigiaci...@suse.com
+
+- Add Experimental Mojo::IOLoop::ReadWriteProcess::Shared::* for IPC (Lock, 
Memory, Sempahores) 
+- Add possibility to turn off channels only 
+- Fix incorrect handling of return in case internal_pipes is disabled 
+- Provide alternative exit status computation for exotic arches/setup 
+
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.20.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.22.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.v5sXkP/_old  2018-08-08 14:54:13.417621704 +0200
+++ /var/tmp/diff_new_pack.v5sXkP/_new  2018-08-08 14:54:13.421621710 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojo-IOLoop-ReadWriteProcess
-Version:0.20
+Version:0.22
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process

++ Mojo-IOLoop-ReadWriteProcess-0.20.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.22.tar.gz ++
 1751 lines of diff (skipped)




commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2018-03-28 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2018-03-28 10:32:45

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new 
(New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Wed Mar 28 10:32:45 2018 rev:4 rq:591529 version:0.20

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2018-02-26 23:26:31.647365981 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new/perl-Mojo-IOLoop-ReadWriteProcess.changes
 2018-03-28 10:32:52.293830013 +0200
@@ -1,0 +2,11 @@
+Tue Mar 27 08:34:15 UTC 2018 - edigiaci...@suse.com
+
+- updated to 0.20
+ 
+  0.20 2018-03-26T13:32:58Z
+
+   - Add preliminar CGroup support
+   - Add also interface to unshare() syscall
+   - Add mocked test, still needs to be documented in POD  
+
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.19.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.20.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.EVqo7X/_old  2018-03-28 10:32:53.325792897 +0200
+++ /var/tmp/diff_new_pack.EVqo7X/_new  2018-03-28 10:32:53.329792753 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Mojo-IOLoop-ReadWriteProcess
-Version:0.19
+Version:0.20
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process
-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/Mojo-IOLoop-ReadWriteProcess/
 Source0:
https://cpan.metacpan.org/authors/id/M/MU/MUDLER/%{cpan_name}-%{version}.tar.gz

++ Mojo-IOLoop-ReadWriteProcess-0.19.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.20.tar.gz ++
 3669 lines of diff (skipped)




commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2018-02-26 23:26:28

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new 
(New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Mon Feb 26 23:26:28 2018 rev:3 rq:580200 version:0.19

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2018-02-20 17:55:33.637415858 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new/perl-Mojo-IOLoop-ReadWriteProcess.changes
 2018-02-26 23:26:31.647365981 +0100
@@ -1,0 +2,20 @@
+Mon Feb 26 09:20:31 UTC 2018 - edigiaci...@suse.com
+
+- updated to 0.19
+
+  0.19 2018-02-22T13:41:50Z
+ 
+ - Minor bugfixes to Session
+ - Make session constructor fixed
+ 
+  0.18 2018-02-21T12:01:07Z
+ 
+ - Guard stop() from possible race conditions
+ - Fix typo in Session, it caused orphan processes to not be resolved 
correctly
+ 
+  0.17 2018-02-20T14:01:59Z
+ 
+ - Fix minor issue in tests, stabilize serialize test and events
+ - Reset session and subreaper bit on forked child process
+  
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.16.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.19.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.vYPwMt/_old  2018-02-26 23:26:32.511334909 +0100
+++ /var/tmp/diff_new_pack.vYPwMt/_new  2018-02-26 23:26:32.515334764 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojo-IOLoop-ReadWriteProcess
-Version:0.16
+Version:0.19
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process

++ Mojo-IOLoop-ReadWriteProcess-0.16.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.16/Changes 
new/Mojo-IOLoop-ReadWriteProcess-0.19/Changes
--- old/Mojo-IOLoop-ReadWriteProcess-0.16/Changes   2018-02-19 
14:36:01.0 +0100
+++ new/Mojo-IOLoop-ReadWriteProcess-0.19/Changes   2018-02-22 
14:44:36.0 +0100
@@ -1,5 +1,20 @@
 Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
 
+0.19 2018-02-22T13:41:50Z
+
+   - Minor bugfixes to Session
+   - Make session constructor fixed
+
+0.18 2018-02-21T12:01:07Z
+
+   - Guard stop() from possible race conditions
+   - Fix typo in Session, it caused orphan processes to not be resolved 
correctly
+
+0.17 2018-02-20T14:01:59Z
+
+   - Fix minor issue in tests, stabilize serialize test and events
+   - Reset session and subreaper bit on forked child process
+
 0.16 2018-02-19T13:32:54Z
 
- Fix minor issue in event test that made them unstable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.16/META.json 
new/Mojo-IOLoop-ReadWriteProcess-0.19/META.json
--- old/Mojo-IOLoop-ReadWriteProcess-0.16/META.json 2018-02-19 
14:36:01.0 +0100
+++ new/Mojo-IOLoop-ReadWriteProcess-0.19/META.json 2018-02-22 
14:44:36.0 +0100
@@ -55,7 +55,7 @@
"provides" : {
   "Mojo::IOLoop::ReadWriteProcess" : {
  "file" : "lib/Mojo/IOLoop/ReadWriteProcess.pm",
- "version" : "0.16"
+ "version" : "0.19"
   },
   "Mojo::IOLoop::ReadWriteProcess::Exception" : {
  "file" : "lib/Mojo/IOLoop/ReadWriteProcess/Exception.pm"
@@ -81,7 +81,7 @@
  "web" : "https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess";
   }
},
-   "version" : "0.16",
+   "version" : "0.19",
"x_contributors" : [
   "Ettore Di Giacinto ",
   "Ettore Di Giacinto "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.16/META.yml 
new/Mojo-IOLoop-ReadWriteProcess-0.19/META.yml
--- old/Mojo-IOLoop-ReadWriteProcess-0.16/META.yml  2018-02-19 
14:36:01.0 +0100
+++ new/Mojo-IOLoop-ReadWriteProcess-0.19/META.yml  2018-02-22 
14:44:36.0 +0100
@@ -27,7 +27,7 @@
 provides:
   Mojo::IOLoop::ReadWriteProcess:
 file: lib/Mojo/IOLoop/ReadWriteProcess.pm
-version: '0.16'
+version: '0.19'
   Mojo::IOLoop::ReadWriteProcess::Exception:
 file: lib/Mojo/IOLoop/ReadWriteProcess/Exception.pm
   Mojo::IOLoop::ReadWriteProcess::Pool:
@@ -42,7 +42,7 @@
   bugtracker: https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues
   homepage: https://github.com/mu

commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2018-02-20 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2018-02-20 17:55:22

Comparing /work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new 
(New)


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Tue Feb 20 17:55:22 2018 rev:2 rq:578056 version:0.16

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2018-02-12 14:46:10.448627754 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new/perl-Mojo-IOLoop-ReadWriteProcess.changes
 2018-02-20 17:55:33.637415858 +0100
@@ -1,0 +2,28 @@
+Mon Feb 19 13:54:50 UTC 2018 - edigiaci...@suse.com
+
+- updated to 0.16
+   see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes
+
+  0.16 2018-02-19T13:32:54Z
+
+ - Fix minor issue in event test that made them unstable
+
+  0.15 2018-02-19T10:13:22Z
+
+ - Fix skipping subreaper tests on unsupported platforms
+ - Reset session before invoking child callback
+
+  0.14 2018-02-18T21:08:17Z
+
+ - Fix race condition in Mojo::IOLoop::ReadWriteProcess::Queue
+
+  0.13 2018-02-17T19:34:51Z
+ - Move subreaper and subprocess logics to 
Mojo::IOLoop::ReadWriteProcess::Session
+ - Use Mojo::IOLoop::ReadWriteProcess::Session as global collector handler
+
+  0.12 2018-02-16T12:53:26Z
+
+ - Enhance tests
+ - Add experimental subreaper and subprocess support
+
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.11.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.16.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.2hRyWd/_old  2018-02-20 17:55:34.693377836 +0100
+++ /var/tmp/diff_new_pack.2hRyWd/_new  2018-02-20 17:55:34.697377692 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojo-IOLoop-ReadWriteProcess
-Version:0.11
+Version:0.16
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process

++ Mojo-IOLoop-ReadWriteProcess-0.11.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.16.tar.gz ++
 2547 lines of diff (skipped)