Hello community, here is the log from the commit of package dash for openSUSE:Factory checked in at 2020-10-23 12:19:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dash (Old) and /work/SRC/openSUSE:Factory/.dash.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dash" Fri Oct 23 12:19:32 2020 rev:22 rq:842610 version:0.5.11.2 Changes: -------- --- /work/SRC/openSUSE:Factory/dash/dash.changes 2020-10-08 13:09:33.327029635 +0200 +++ /work/SRC/openSUSE:Factory/.dash.new.3463/dash.changes 2020-10-23 12:19:41.648570835 +0200 @@ -1,0 +2,6 @@ +Sun Oct 18 18:08:34 UTC 2020 - Dirk Mueller <dmuel...@suse.com> + +- update to 0.5.11.2: + * shell: Group readdir64/dirent64 with open64 + +------------------------------------------------------------------- @@ -26 +32 @@ -- update to version 0.5.9.1 +- update to version 0.5.9.1 (bsc#1177691) Old: ---- dash-0.5.11.1.tar.gz New: ---- dash-0.5.11.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dash.spec ++++++ --- /var/tmp/diff_new_pack.OUI6tj/_old 2020-10-23 12:19:42.144571185 +0200 +++ /var/tmp/diff_new_pack.OUI6tj/_new 2020-10-23 12:19:42.144571185 +0200 @@ -18,7 +18,7 @@ Name: dash -Version: 0.5.11.1 +Version: 0.5.11.2 Release: 0 Summary: POSIX-compliant Implementation of /bin/sh License: BSD-3-Clause ++++++ dash-0.5.11.1.tar.gz -> dash-0.5.11.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dash-0.5.11.1/configure new/dash-0.5.11.2/configure --- old/dash-0.5.11.1/configure 2020-07-08 09:08:00.000000000 +0200 +++ new/dash-0.5.11.2/configure 2020-08-28 05:08:05.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for dash 0.5.11.1. +# Generated by GNU Autoconf 2.69 for dash 0.5.11.2. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ # Identity of this package. PACKAGE_NAME='dash' PACKAGE_TARNAME='dash' -PACKAGE_VERSION='0.5.11.1' -PACKAGE_STRING='dash 0.5.11.1' +PACKAGE_VERSION='0.5.11.2' +PACKAGE_STRING='dash 0.5.11.2' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1281,7 +1281,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures dash 0.5.11.1 to adapt to many kinds of systems. +\`configure' configures dash 0.5.11.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1348,7 +1348,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dash 0.5.11.1:";; + short | recursive ) echo "Configuration of dash 0.5.11.2:";; esac cat <<\_ACEOF @@ -1451,7 +1451,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dash configure 0.5.11.1 +dash configure 0.5.11.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2045,7 +2045,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dash $as_me 0.5.11.1, which was +It was created by dash $as_me 0.5.11.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2908,7 +2908,7 @@ # Define the identity of the package. PACKAGE='dash' - VERSION='0.5.11.1' + VERSION='0.5.11.2' cat >>confdefs.h <<_ACEOF @@ -4867,12 +4867,6 @@ $as_echo "#define stat64 stat" >>confdefs.h -$as_echo "#define readdir64 readdir" >>confdefs.h - - -$as_echo "#define dirent64 dirent" >>confdefs.h - - fi @@ -4885,6 +4879,12 @@ $as_echo "#define open64 open" >>confdefs.h +$as_echo "#define readdir64 readdir" >>confdefs.h + + +$as_echo "#define dirent64 dirent" >>confdefs.h + + fi @@ -5523,7 +5523,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by dash $as_me 0.5.11.1, which was +This file was extended by dash $as_me 0.5.11.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5589,7 +5589,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -dash config.status 0.5.11.1 +dash config.status 0.5.11.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dash-0.5.11.1/configure.ac new/dash-0.5.11.2/configure.ac --- old/dash-0.5.11.1/configure.ac 2020-07-08 09:06:36.000000000 +0200 +++ new/dash-0.5.11.2/configure.ac 2020-08-28 05:06:56.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([dash],[0.5.11.1]) +AC_INIT([dash],[0.5.11.2]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([src/main.c]) @@ -144,15 +144,15 @@ AC_DEFINE(fstat64, fstat, [64-bit operations are the same as 32-bit]) AC_DEFINE(lstat64, lstat, [64-bit operations are the same as 32-bit]) AC_DEFINE(stat64, stat, [64-bit operations are the same as 32-bit]) - AC_DEFINE(readdir64, readdir, - [64-bit operations are the same as 32-bit]) - AC_DEFINE(dirent64, dirent, - [64-bit operations are the same as 32-bit]) ]) dnl OS X apparently has stat64 but not open64. AC_CHECK_FUNC(open64,, [ AC_DEFINE(open64, open, [64-bit operations are the same as 32-bit]) + AC_DEFINE(readdir64, readdir, + [64-bit operations are the same as 32-bit]) + AC_DEFINE(dirent64, dirent, + [64-bit operations are the same as 32-bit]) ]) dnl Check if struct stat has st_mtim.