Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package smlnj for openSUSE:Factory checked in at 2022-11-03 19:14:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smlnj (Old) and /work/SRC/openSUSE:Factory/.smlnj.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smlnj" Thu Nov 3 19:14:41 2022 rev:23 rq:1033015 version:110.99 Changes: -------- --- /work/SRC/openSUSE:Factory/smlnj/smlnj.changes 2021-03-10 08:58:49.918986630 +0100 +++ /work/SRC/openSUSE:Factory/.smlnj.new.2275/smlnj.changes 2022-11-03 19:15:32.676487380 +0100 @@ -1,0 +2,5 @@ +Wed Nov 2 07:52:51 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Add smlnj-kernel-6.x.patch: Detect kernel 6.x. + +------------------------------------------------------------------- New: ---- smlnj-kernel-6.x.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smlnj.spec ++++++ --- /var/tmp/diff_new_pack.PSRXN2/_old 2022-11-03 19:15:33.212490532 +0100 +++ /var/tmp/diff_new_pack.PSRXN2/_new 2022-11-03 19:15:33.220490579 +0100 @@ -1,7 +1,7 @@ # # spec file for package smlnj # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,7 @@ Source2: urlgetter.sh Source3: smlnj-rpmlintrc Patch1: MLRISC.diff +Patch2: smlnj-kernel-6.x.patch BuildRequires: gcc-c++ ExclusiveArch: %{ix86} x86_64 ppc @@ -40,6 +41,7 @@ tar -xzf config.tgz # place urlgetter cp %{SOURCE2} . +%patch2 -p1 mkdir base cd base ++++++ smlnj-kernel-6.x.patch ++++++ Index: smlnj-110.99/config/_arch-n-opsys =================================================================== --- smlnj-110.99.orig/config/_arch-n-opsys +++ smlnj-110.99/config/_arch-n-opsys @@ -109,6 +109,7 @@ case `uname -s` in 3.*) ;; 4.*) ;; 5.*) ;; + 6.*) ;; *) exit 1 ;; esac ;;