Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ffcall for openSUSE:Factory checked in at 2023-09-12 21:04:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffcall (Old) and /work/SRC/openSUSE:Factory/.ffcall.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffcall" Tue Sep 12 21:04:00 2023 rev:16 rq:1110584 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ffcall/ffcall.changes 2022-04-27 21:41:27.813023053 +0200 +++ /work/SRC/openSUSE:Factory/.ffcall.new.1766/ffcall.changes 2023-09-12 21:05:21.445470448 +0200 @@ -1,0 +2,7 @@ +Fri Aug 18 17:00:35 UTC 2023 - Andreas Schwab <[email protected]> + +- riscv-pic.patch: Use PIC-compatible code for vacall + (https://savannah.gnu.org/bugs/?62422) +- Run testsuite + +------------------------------------------------------------------- New: ---- riscv-pic.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffcall.spec ++++++ --- /var/tmp/diff_new_pack.DyxfMu/_old 2023-09-12 21:05:22.617512254 +0200 +++ /var/tmp/diff_new_pack.DyxfMu/_new 2023-09-12 21:05:22.621512396 +0200 @@ -1,7 +1,7 @@ # # spec file for package ffcall # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,6 +34,7 @@ Source0: https://ftp.gnu.org/gnu/libffcall/libffcall-%{version}.tar.gz Source1: https://ftp.gnu.org/gnu/libffcall/libffcall-%{version}.tar.gz.sig Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=libffcall&download=1#/%{name}.keyring +Patch1: riscv-pic.patch Provides: ffcall-devel Requires: libavcall1 = %{version}-%{release} Requires: libcallback1 = %{version}-%{release} @@ -100,6 +101,7 @@ %prep %setup -q -n libffcall-%{version} +%patch1 -p1 if ! test -e /usr/include/asm/cachectl.h then # FIX-OPENSUSE -- Remove this if there is no <asm/cachectl.h> @@ -153,6 +155,9 @@ mv $page %{name}-$page done +%check +make check + %post -n libavcall1 -p /sbin/ldconfig %postun -n libavcall1 -p /sbin/ldconfig %post -n libcallback1 -p /sbin/ldconfig ++++++ riscv-pic.patch ++++++ ++++ 796 lines (skipped)
