Hello community,

here is the log from the commit of package moreutils for openSUSE:Factory 
checked in at 2017-05-22 18:09:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/moreutils (Old)
 and      /work/SRC/openSUSE:Factory/.moreutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "moreutils"

Mon May 22 18:09:46 2017 rev:3 rq:497295 version:0.61

Changes:
--------
--- /work/SRC/openSUSE:Factory/moreutils/moreutils.changes      2016-10-02 
00:09:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.moreutils.new/moreutils.changes 2017-05-22 
18:09:46.682610385 +0200
@@ -1,0 +2,7 @@
+Mon May 22 11:00:47 UTC 2017 - aloi...@gmx.com
+
+- Update to version 0.61
+  * chronic: Flush output more often to better preserve stdout,err
+    ordering. Thanks, Miroslav Šustek
+
+-------------------------------------------------------------------

Old:
----
  moreutils-0.60.tar.gz

New:
----
  moreutils-0.61.tar.gz

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

Other differences:
------------------
++++++ moreutils.spec ++++++
--- /var/tmp/diff_new_pack.TO3iW7/_old  2017-05-22 18:09:47.206536533 +0200
+++ /var/tmp/diff_new_pack.TO3iW7/_new  2017-05-22 18:09:47.210535969 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package moreutils.spec
+# spec file for package moreutils
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,22 +17,22 @@
 
 
 Name:           moreutils
-Version:        0.60
+Version:        0.61
 Release:        0
 Summary:        Additional Unix Utilities
 License:        GPL-2.0+ and GPL-2.0 and MIT
 Group:          System/Management
-Url:            http://joeyh.name/code/moreutils/
-Source:         %{name}-%{version}.tar.gz
+Url:            https://joeyh.name/code/moreutils/
+Source:         
https://git.joeyh.name/index.cgi/moreutils.git/snapshot/%{name}-%{version}.tar.gz
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
 Requires:       perl
-Requires:       perl-TimeDate perl-Time-Duration
+Requires:       perl-Time-Duration
+Requires:       perl-TimeDate
 # These perl modules add functionality to the ts command, as they are added in 
eval'd code they are not
 # picked up automatically by rpm.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 This is a growing collection of the Unix tools that nobody thought to write 
long ago, when Unix was young.
 
@@ -87,7 +87,6 @@
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 echo "### after install ###"
 
-
 %files
 %defattr(-, root, root)
 %doc COPYING README
@@ -126,3 +125,4 @@
 %attr(644, root, root) %{_mandir}/man1/parallel.1.gz
 %{_bindir}/parallel
 
+%changelog

++++++ moreutils-0.60.tar.gz -> moreutils-0.61.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/moreutils-0.60/chronic new/moreutils-0.61/chronic
--- old/moreutils-0.60/chronic  2016-09-12 12:40:57.000000000 +0200
+++ new/moreutils-0.61/chronic  2017-04-19 16:31:30.000000000 +0200
@@ -86,7 +86,9 @@
 sub showout {
        print "STDOUT:\n" if $opt_v;
        print STDOUT $out;
+       STDOUT->flush();
        print "\nSTDERR:\n" if $opt_v;
        print STDERR $err;
+       STDERR->flush();
        print "\nRETVAL: ".($ret >> 8)."\n" if $opt_v;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/moreutils-0.60/debian/changelog 
new/moreutils-0.61/debian/changelog
--- old/moreutils-0.60/debian/changelog 2016-09-12 12:40:57.000000000 +0200
+++ new/moreutils-0.61/debian/changelog 2017-04-19 16:31:30.000000000 +0200
@@ -1,3 +1,10 @@
+moreutils (0.61) unstable; urgency=medium
+
+  * chronic: Flush output more often to better preserve stdout,err ordering.
+    Thanks, Miroslav Šustek
+
+ -- Joey Hess <i...@joeyh.name>  Wed, 19 Apr 2017 10:23:11 -0400
+
 moreutils (0.60) unstable; urgency=medium
 
   * New implementation of isutf8 by Julien Palard.


Reply via email to