Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jffi for openSUSE:Factory checked in at 2024-02-21 18:00:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jffi (Old) and /work/SRC/openSUSE:Factory/.jffi.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jffi" Wed Feb 21 18:00:02 2024 rev:7 rq:1148586 version:1.3.11 Changes: -------- --- /work/SRC/openSUSE:Factory/jffi/jffi.changes 2023-09-10 13:11:48.341931586 +0200 +++ /work/SRC/openSUSE:Factory/.jffi.new.1706/jffi.changes 2024-02-21 18:00:07.807360708 +0100 @@ -1,0 +2,5 @@ +Wed Feb 21 10:46:50 UTC 2024 - Gus Kenion <[email protected]> + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jffi.spec ++++++ --- /var/tmp/diff_new_pack.l0ej33/_old 2024-02-21 18:00:09.347416397 +0100 +++ /var/tmp/diff_new_pack.l0ej33/_new 2024-02-21 18:00:09.347416397 +0100 @@ -1,7 +1,7 @@ # # spec file for package jffi # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -64,9 +64,9 @@ %prep %setup -q -n %{name}-%{name}-%{version} -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +%patch -P 0 -p1 +%patch -P 1 -p1 +%patch -P 2 -p1 %if 0%{?suse_version} <= 1500 sed -i -e '/case FFI_BAD_ARGTYPE:/,3d' jni/jffi/CallContext.c
