Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2018-01-17 21:45:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coreutils (Old)
 and      /work/SRC/openSUSE:Factory/.coreutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coreutils"

Wed Jan 17 21:45:16 2018 rev:126 rq:560437 version:8.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes    
2017-09-13 21:33:36.146611373 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes       
2018-01-17 21:45:21.143597512 +0100
@@ -1,0 +2,65 @@
+Thu Dec 28 18:18:20 UTC 2017 - m...@bernhard-voelker.de
+
+- Update to 8.29:
+  * Noteworthy changes in release 8.29 (2017-12-27) [stable]
+
+  ** Bug fixes
+
+  b2sum no longer crashes when processing certain truncated check files.
+  [bug introduced with b2sum coreutils-8.26]
+
+  dd now ensures the correct cache ranges are specified for the "nocache"
+  and "direct" flags.  Previously some pages in the page cache were not
+  invalidated.  [bug introduced for "direct" in coreutils-7.5,
+  and with the "nocache" implementation in coreutils-8.11]
+
+  df no longer hangs when given a fifo argument.
+  [bug introduced in coreutils-7.3]
+
+  ptx -S no longer infloops for a pattern which returns zero-length matches.
+  [the bug dates back to the initial implementation]
+
+  shred --remove will again repeatedly rename files with shortening names
+  to attempt to hide the original length of the file name.
+  [bug introduced in coreutils-8.28]
+
+  stty no longer crashes when processing settings with -F also specified.
+  [bug introduced in fileutils-4.0]
+
+  tail --bytes again supports non seekable inputs on all systems.
+  On systems like android it always tried to process as seekable inputs.
+  [bug introduced in coreutils-8.24]
+
+  timeout will again notice its managed command exiting, even when
+  invoked with blocked CHLD signal, or in a narrow window where
+  this CHLD signal from the exiting child was missed.  In each case
+  timeout would have then waited for the time limit to expire.
+  [bug introduced in coreutils-8.27]
+
+  ** New features
+
+  timeout now supports the --verbose option to diagnose forced termination.
+
+  ** Improvements
+
+  dd now supports iflag=direct with arbitrary sized files on all file systems.
+
+  tail --bytes=NUM will efficiently seek to the end of block devices,
+  rather than reading from the start.
+
+  Utilities which do not support long options (other than the default --help
+  and --version), e.g. cksum and sleep, now use more consistent error 
diagnostic
+  for unknown long options.
+
+  ** Build-related
+
+  Default man pages are now distributed which are used if perl is
+  not available on the build system, or when cross compiling.
+
+- Refresh patches (line number changes only):
+  * coreutils-i18n.patch
+  * coreutils-remove_hostname_documentation.patch
+  * coreutils-remove_kill_documentation.patch
+  * coreutils-tests-shorten-extreme-factor-tests.patch
+
+-------------------------------------------------------------------
coreutils.changes: same change

Old:
----
  coreutils-8.28.tar.xz
  coreutils-8.28.tar.xz.sig

New:
----
  coreutils-8.29.tar.xz
  coreutils-8.29.tar.xz.sig

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

Other differences:
------------------
++++++ coreutils-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.XCi6Pq/_old  2018-01-17 21:45:22.599529362 +0100
+++ /var/tmp/diff_new_pack.XCi6Pq/_new  2018-01-17 21:45:22.603529175 +0100
@@ -21,7 +21,7 @@
 License:        GPL-3.0+
 Group:          System/Base
 Url:            http://www.gnu.org/software/coreutils/
-Version:        8.28
+Version:        8.29
 Release:        0
 
 #################################################################
@@ -82,9 +82,16 @@
 #Git-Web:      http://git.savannah.gnu.org/gitweb/?p=coreutils.git
 #Git-Clone:    git://git.sv.gnu.org/coreutils
 %if "%{name}" == "coreutils"
-# For upgrading you now just need to increase the version, remove the old
-# tarballs, then run osc service localrun download_files, osc addremove,
-# osc vc and osc ci and you are done.
+# For upgrading the upstream version, increase the version number (above),
+# then remove the old tarball and signature files and let OSC download
+# those files of the new version:
+#    osc rm coreutils-*.tar.xz coreutils-*.tar.xz.sig
+#    osc service localrun download_files
+#    osc addremove
+# Then adjust the downstream patches (using quilt).
+# Finally, add a changelog entry and commit:
+#    osc vc
+#    osc ci
 Source0:        https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source1:        https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source2:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1&file=./%{name}.keyring

++++++ coreutils.spec ++++++
--- /var/tmp/diff_new_pack.XCi6Pq/_old  2018-01-17 21:45:22.635527677 +0100
+++ /var/tmp/diff_new_pack.XCi6Pq/_new  2018-01-17 21:45:22.635527677 +0100
@@ -21,7 +21,7 @@
 License:        GPL-3.0+
 Group:          System/Base
 Url:            http://www.gnu.org/software/coreutils/
-Version:        8.28
+Version:        8.29
 Release:        0
 
 #################################################################
@@ -82,9 +82,16 @@
 #Git-Web:      http://git.savannah.gnu.org/gitweb/?p=coreutils.git
 #Git-Clone:    git://git.sv.gnu.org/coreutils
 %if "%{name}" == "coreutils"
-# For upgrading you now just need to increase the version, remove the old
-# tarballs, then run osc service localrun download_files, osc addremove,
-# osc vc and osc ci and you are done.
+# For upgrading the upstream version, increase the version number (above),
+# then remove the old tarball and signature files and let OSC download
+# those files of the new version:
+#    osc rm coreutils-*.tar.xz coreutils-*.tar.xz.sig
+#    osc service localrun download_files
+#    osc addremove
+# Then adjust the downstream patches (using quilt).
+# Finally, add a changelog entry and commit:
+#    osc vc
+#    osc ci
 Source0:        https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source1:        https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source2:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1&file=./%{name}.keyring

++++++ coreutils-8.28.tar.xz -> coreutils-8.29.tar.xz ++++++
++++ 157096 lines of diff (skipped)

++++++ coreutils-i18n.patch ++++++
--- /var/tmp/diff_new_pack.XCi6Pq/_old  2018-01-17 21:45:26.307355806 +0100
+++ /var/tmp/diff_new_pack.XCi6Pq/_new  2018-01-17 21:45:26.307355806 +0100
@@ -53,7 +53,7 @@
 ===================================================================
 --- configure.ac.orig
 +++ configure.ac
-@@ -433,6 +433,8 @@ fi
+@@ -436,6 +436,8 @@ fi
  # I'm leaving it here for now.  This whole thing needs to be modernized...
  gl_WINSIZE_IN_PTEM
  
@@ -4763,7 +4763,7 @@
 ===================================================================
 --- tests/local.mk.orig
 +++ tests/local.mk
-@@ -357,6 +357,8 @@ all_tests =                                        \
+@@ -358,6 +358,8 @@ all_tests =                                        \
    tests/misc/sort-discrim.sh                  \
    tests/misc/sort-files0-from.pl              \
    tests/misc/sort-float.sh                    \
@@ -4772,7 +4772,7 @@
    tests/misc/sort-h-thousands-sep.sh          \
    tests/misc/sort-merge.pl                    \
    tests/misc/sort-merge-fdlimit.sh            \
-@@ -550,6 +552,7 @@ all_tests =                                        \
+@@ -553,6 +555,7 @@ all_tests =                                        \
    tests/du/threshold.sh                               \
    tests/du/trailing-slash.sh                  \
    tests/du/two-args.sh                                \
@@ -4780,7 +4780,7 @@
    tests/id/gnu-zero-uids.sh                   \
    tests/id/no-context.sh                      \
    tests/id/context.sh                         \
-@@ -692,6 +695,7 @@ all_tests =                                        \
+@@ -695,6 +698,7 @@ all_tests =                                        \
    tests/touch/read-only.sh                    \
    tests/touch/relative.sh                     \
    tests/touch/trailing-slash.sh                       \

++++++ coreutils-remove_hostname_documentation.patch ++++++
--- /var/tmp/diff_new_pack.XCi6Pq/_old  2018-01-17 21:45:26.347353934 +0100
+++ /var/tmp/diff_new_pack.XCi6Pq/_new  2018-01-17 21:45:26.347353934 +0100
@@ -31,7 +31,7 @@
  * hostid invocation::            Print numeric host identifier
  * uptime invocation::            Print system uptime and load
  
-@@ -15515,7 +15513,6 @@ information.
+@@ -15526,7 +15524,6 @@ information.
  * arch invocation::             Print machine hardware name.
  * nproc invocation::            Print the number of processors.
  * uname invocation::            Print system information.
@@ -39,7 +39,7 @@
  * hostid invocation::           Print numeric host identifier.
  * uptime invocation::           Print system uptime and load.
  @end menu
-@@ -16359,15 +16356,6 @@ Note this is non-portable (even across G
+@@ -16370,15 +16367,6 @@ Note this is non-portable (even across G
  Print the machine hardware name (sometimes called the hardware class
  or hardware type).
  
@@ -55,7 +55,7 @@
  @item -p
  @itemx --processor
  @opindex -p
-@@ -16421,34 +16409,6 @@ Print the kernel version.
+@@ -16432,34 +16420,6 @@ Print the kernel version.
  
  @exitstatus
  

++++++ coreutils-remove_kill_documentation.patch ++++++
--- /var/tmp/diff_new_pack.XCi6Pq/_old  2018-01-17 21:45:26.419350564 +0100
+++ /var/tmp/diff_new_pack.XCi6Pq/_new  2018-01-17 21:45:26.419350564 +0100
@@ -33,7 +33,7 @@
  Delaying
  
  * sleep invocation::             Delay for a specified time
-@@ -17369,90 +17363,6 @@ the exit status of @var{command} otherwi
+@@ -17386,90 +17380,6 @@ the exit status of @var{command} otherwi
  @end display
  
  

++++++ coreutils-tests-shorten-extreme-factor-tests.patch ++++++
--- /var/tmp/diff_new_pack.XCi6Pq/_old  2018-01-17 21:45:26.507346445 +0100
+++ /var/tmp/diff_new_pack.XCi6Pq/_new  2018-01-17 21:45:26.507346445 +0100
@@ -16,7 +16,7 @@
 ===================================================================
 --- tests/local.mk.orig
 +++ tests/local.mk
-@@ -701,14 +701,9 @@ all_tests =                                       \
+@@ -704,14 +704,9 @@ all_tests =                                       \
  # See tests/factor/create-test.sh.
  tf = tests/factor
  factor_tests = \



Reply via email to