Hello community,

here is the log from the commit of package perl-IPC-Run for openSUSE:Factory 
checked in at 2018-04-19 15:28:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-IPC-Run (Old)
 and      /work/SRC/openSUSE:Factory/.perl-IPC-Run.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-IPC-Run"

Thu Apr 19 15:28:41 2018 rev:35 rq:594814 version:0.99

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-IPC-Run/perl-IPC-Run.changes        
2018-03-30 12:07:45.325012306 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IPC-Run.new/perl-IPC-Run.changes   
2018-04-19 15:28:43.024949265 +0200
@@ -1,0 +2,39 @@
+Fri Apr  6 06:02:23 UTC 2018 - co...@suse.com
+
+- updated to 0.99
+   see /usr/share/doc/packages/perl-IPC-Run/Changes
+
+  0.99 Fri Mar 30 2018
+   - Fixes for windows unit tests so they skip or pass.
+    t/autoflush.t
+    t/readonly.t
+    t/run_stdin-callback-return-array.t
+
+-------------------------------------------------------------------
+Fri Mar 30 05:28:37 UTC 2018 - co...@suse.com
+
+- updated to 0.98
+   see /usr/share/doc/packages/perl-IPC-Run/Changes
+
+  0.98 Thu Mar 29 2018
+   - Switch to using $!{EINTR}
+   - Honor umask for user/group permissions on a +rw file
+   - Remove commented code from RT 50739
+   - #63 - Patch for fixing _write on invalid objects
+   - #54 - Make slave the controlling terminal so more programs can be called 
from IPC::Run reliably
+   - #53 - Prevent Not a GLOB reference in close_terminal by untieing before 
close
+   - #46 - '&' closing the stdin of the right process.
+   - #41 - Do POSIX::_exit not ::exit
+   - #40 - Assure child Win32 processes have same priority as parent
+   - #38 - Add unit test for passing use of Readonly.pm
+   - #39 - Fix GLOB test in IPC::Run::IO->new
+   - #86 - Fix for memory leak [rt.cpan.org #57990]
+   - MANIFEST was updated. New tests may start shipping now.
+  
+  0.97 Mon Mar 26 2018
+   - Update meta and POD to point to GitHub issues not RT.
+   - Update README with pod changes.
+   - Fix variable name in synopsis - [Github #47]
+   - Fix t/run.t to work on "perl in space" - [Github #100]
+
+-------------------------------------------------------------------

Old:
----
  IPC-Run-0.97.tar.gz

New:
----
  IPC-Run-0.99.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-IPC-Run.spec ++++++
--- /var/tmp/diff_new_pack.nMrorv/_old  2018-04-19 15:28:43.724920648 +0200
+++ /var/tmp/diff_new_pack.nMrorv/_new  2018-04-19 15:28:43.728920484 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define cpan_name IPC-Run
 Name:           perl-IPC-Run
-Version:        0.97
+Version:        0.99
 Release:        0
+%define cpan_name IPC-Run
 Summary:        System() and Background Procs W/ Piping, Redirs, Ptys (Unix, 
Win32)
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
@@ -27,12 +27,15 @@
 Source0:        
https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 Patch0:         IPC-Run-0.89-path.diff
+BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(IO::Pty) >= 1.08
+BuildRequires:  perl(Readonly)
+BuildRequires:  perl(Readonly::Array)
 Requires:       perl(IO::Pty) >= 1.08
 Recommends:     perl(IO::Pty) >= 1.08
-BuildArch:      noarch
 %{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  netcfg
@@ -56,11 +59,11 @@
 # MANUAL END
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} test
+%{__make} test
 
 %install
 %perl_make_install
@@ -69,7 +72,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README TODO
+%doc Changes README README.md TODO
 %license LICENSE
 
 %changelog

++++++ IPC-Run-0.97.tar.gz -> IPC-Run-0.99.tar.gz ++++++
++++ 2598 lines of diff (skipped)


Reply via email to