Hello community, here is the log from the commit of package ksh for openSUSE:Factory checked in at 2020-11-13 19:00:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksh (Old) and /work/SRC/openSUSE:Factory/.ksh.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksh" Fri Nov 13 19:00:24 2020 rev:110 rq:848359 version:93vu Changes: -------- --- /work/SRC/openSUSE:Factory/ksh/ksh.changes 2019-09-16 10:51:01.911167342 +0200 +++ /work/SRC/openSUSE:Factory/.ksh.new.24930/ksh.changes 2020-11-13 19:00:48.390231768 +0100 @@ -1,0 +2,6 @@ +Fri Nov 13 14:10:43 CET 2020 - m...@suse.de + +- remove sys/sysctl.h include as it no longer exists in linux + new patch: ksh93-no-sysctl.dif + +------------------------------------------------------------------- New: ---- ksh93-no-sysctl.dif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksh.spec ++++++ --- /var/tmp/diff_new_pack.YQ4zpx/_old 2020-11-13 19:00:49.502233153 +0100 +++ /var/tmp/diff_new_pack.YQ4zpx/_new 2020-11-13 19:00:49.510233163 +0100 @@ -1,7 +1,7 @@ # # spec file for package ksh # -# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # 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/ # @@ -157,6 +157,7 @@ Patch54: ksh93-edpredict.dif Patch55: ksh93-spawnlock.dif Patch56: ksh93-filedefined.dif +Patch57: ksh93-no-sysctl.dif Patch62: ksh-locale.patch Patch63: cpp.patch @@ -270,6 +271,7 @@ %patch54 %patch55 %patch56 +%patch57 %patch63 -p 1 ++++++ ksh93-no-sysctl.dif ++++++ --- ./src/lib/libcmd/uname.c.orig 2020-11-13 13:08:48.136513672 +0000 +++ ./src/lib/libcmd/uname.c 2020-11-13 13:09:03.356469649 +0000 @@ -90,10 +90,6 @@ __STDPP__directive pragma pp:hide getdom # include <sys/utsname.h> #endif -#ifdef __linux__ -# include <sys/sysctl.h> -#endif - #if defined(__STDPP__directive) && defined(__STDPP__hide) __STDPP__directive pragma pp:nohide getdomainname gethostid gethostname sethostname #else _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org