Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package boinc-client for openSUSE:Factory checked in at 2023-01-31 16:10:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/boinc-client (Old) and /work/SRC/openSUSE:Factory/.boinc-client.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "boinc-client" Tue Jan 31 16:10:32 2023 rev:56 rq:1062272 version:7.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/boinc-client/boinc-client.changes 2022-12-02 15:47:39.672648189 +0100 +++ /work/SRC/openSUSE:Factory/.boinc-client.new.32243/boinc-client.changes 2023-01-31 16:24:57.783669223 +0100 @@ -1,0 +2,7 @@ +Tue Jan 24 13:03:25 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Update to relesae 7.22 + * Add not-in-use computing prefs + * Update cpu/gpu resources when app_config is re-read + +------------------------------------------------------------------- Old: ---- 7.20.5.tar.gz New: ---- 7.22.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boinc-client.spec ++++++ --- /var/tmp/diff_new_pack.OEbIsv/_old 2023-01-31 16:24:58.831679204 +0100 +++ /var/tmp/diff_new_pack.OEbIsv/_new 2023-01-31 16:24:58.835679242 +0100 @@ -1,7 +1,7 @@ # # spec file for package boinc-client # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2016 by Aaron Puchert <aaronpuch...@alice-dsl.net> # Copyright (c) 2011 by Sascha Manns <saigk...@opensuse.org> # @@ -35,8 +35,8 @@ Name: boinc-client %define rel_name %{name}_release -%define minor_version 7.20 -Version: %{minor_version}.5 +%define minor_version 7.22 +Version: %{minor_version}.0 Release: 0 Summary: Client for Berkeley Open Infrastructure for Network Computing License: GPL-3.0-or-later OR LGPL-3.0-or-later @@ -193,8 +193,8 @@ # Export Path and make %make_build clean -make libboinc_la_LIBADD="-L%{_libdir} -lssl -ldl" \ - DESTDIR=%{_prefix} %{?_smp_mflags} V=1 +%make_build libboinc_la_LIBADD="-L%{_libdir} -lssl -ldl" \ + DESTDIR=%{_prefix} V=1 %install %make_install @@ -330,7 +330,6 @@ %{_bindir}/boinc %{_bindir}/%{name} %{_bindir}/boinccmd -%{_bindir}/switcher %{_mandir}/man1/boinccmd.1.gz %{_mandir}/man1/boinc.1.gz %{_unitdir}/%{name}.service ++++++ 7.20.5.tar.gz -> 7.22.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/boinc-client/7.20.5.tar.gz /work/SRC/openSUSE:Factory/.boinc-client.new.32243/7.22.0.tar.gz differ: char 26, line 1 ++++++ boinc-docbook2x.patch ++++++ --- /var/tmp/diff_new_pack.OEbIsv/_old 2023-01-31 16:24:58.943680271 +0100 +++ /var/tmp/diff_new_pack.OEbIsv/_new 2023-01-31 16:24:58.947680309 +0100 @@ -8,11 +8,11 @@ configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: boinc-client_release-7.8-7.8.3/configure.ac +Index: boinc-client_release-7.22-7.22.0/configure.ac =================================================================== ---- boinc-client_release-7.8-7.8.3.orig/configure.ac -+++ boinc-client_release-7.8-7.8.3/configure.ac -@@ -334,7 +334,7 @@ AC_SUBST([TOP_BUILD_DIR], [`pwd`]) +--- boinc-client_release-7.22-7.22.0.orig/configure.ac ++++ boinc-client_release-7.22-7.22.0/configure.ac +@@ -375,7 +375,7 @@ AC_SUBST([TOP_BUILD_DIR], [`pwd`]) dnl Check for docbook2x-man, which we use to create the manpages in dnl doc/manpages, and set the conditional HAVE_DOCBOOK2X_MAN to build dnl the manpages only if docbook2x-man is available. @@ -20,5 +20,5 @@ +AC_PATH_PROG(DOCBOOK2X_MAN, docbook-to-man) AM_CONDITIONAL(HAVE_DOCBOOK2X_MAN, [test -n "${DOCBOOK2X_MAN}"]) - AC_SUBST([CLIENT_BIN_FILENAME],[boinc${EXEEXT}]) + if test "${enable_wasm}" = yes ; then