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 2024-07-12 17:05:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/boinc-client (Old) and /work/SRC/openSUSE:Factory/.boinc-client.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "boinc-client" Fri Jul 12 17:05:30 2024 rev:64 rq:1186996 version:8.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/boinc-client/boinc-client.changes 2024-07-02 18:17:49.750447806 +0200 +++ /work/SRC/openSUSE:Factory/.boinc-client.new.17339/boinc-client.changes 2024-07-12 17:05:44.934556287 +0200 @@ -1,0 +2,8 @@ +Fri Jul 12 04:58:08 UTC 2024 - Jan Engelhardt <jeng...@inai.de> + +- Revert to state of 2024-05-26 due to regressions, + https://build.opensuse.org/request/show/1183568#comment-1957214 + https://build.opensuse.org/request/show/1184357#comment-1959404 + [boo#1227092] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boinc-client.spec ++++++ --- /var/tmp/diff_new_pack.VkhvNA/_old 2024-07-12 17:05:45.810588474 +0200 +++ /var/tmp/diff_new_pack.VkhvNA/_new 2024-07-12 17:05:45.814588621 +0200 @@ -138,7 +138,7 @@ %prep %global _lto_cflags %{_lto_cflags} -ffat-lto-objects -%autosetup -p0 -n %{name}_release-%{minor_version}-%{version} -D +%autosetup -p1 -n %{name}_release-%{minor_version}-%{version} -D %build # Fix default path for boincscr ++++++ boinc-client.service ++++++ --- /var/tmp/diff_new_pack.VkhvNA/_old 2024-07-12 17:05:45.882591120 +0200 +++ /var/tmp/diff_new_pack.VkhvNA/_new 2024-07-12 17:05:45.886591267 +0200 @@ -9,10 +9,6 @@ Nice=10 User=boinc ProtectHome=true -ProtectSystem=full -ProtectControlGroups=true -ReadWritePaths=-$BOINC_BOINC_DIR -WorkingDirectory=$BOINC_BOINC_DIR CPUSchedulingPolicy=batch Slice=background.slice ### boinc logs (with --redirectio) to stdoutdae.txt and stderrdae.txt ++++++ boinc-docbook2x.patch ++++++ --- /var/tmp/diff_new_pack.VkhvNA/_old 2024-07-12 17:05:45.898591708 +0200 +++ /var/tmp/diff_new_pack.VkhvNA/_new 2024-07-12 17:05:45.902591855 +0200 @@ -8,11 +8,11 @@ configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: configure.ac +Index: boinc-client_release-7.22-7.22.0/configure.ac =================================================================== ---- configure.ac.orig -+++ configure.ac -@@ -378,7 +378,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. ++++++ build-client-scripts.patch ++++++ --- /var/tmp/diff_new_pack.VkhvNA/_old 2024-07-12 17:05:45.930592883 +0200 +++ /var/tmp/diff_new_pack.VkhvNA/_new 2024-07-12 17:05:45.934593030 +0200 @@ -1,7 +1,5 @@ -Index: client/scripts/Makefile.am -=================================================================== ---- client/scripts/Makefile.am.orig -+++ client/scripts/Makefile.am +--- a/client/scripts/Makefile.am ++++ b/client/scripts/Makefile.am @@ -1,5 +1,7 @@ ## -*- mode: makefile; tab-width: 4 -*- ++++++ libboinc-shared.patch ++++++ --- /var/tmp/diff_new_pack.VkhvNA/_old 2024-07-12 17:05:45.946593471 +0200 +++ /var/tmp/diff_new_pack.VkhvNA/_new 2024-07-12 17:05:45.950593618 +0200 @@ -18,10 +18,10 @@ vda/Makefile.am | 1 - 9 files changed, 8 insertions(+), 14 deletions(-) -Index: api/Makefile.am +Index: boinc-client_release-8.0-8.0.2/api/Makefile.am =================================================================== ---- api/Makefile.am.orig -+++ api/Makefile.am +--- boinc-client_release-8.0-8.0.2.orig/api/Makefile.am ++++ boinc-client_release-8.0-8.0.2/api/Makefile.am @@ -44,20 +44,20 @@ endif lib_LTLIBRARIES = libboinc_api.la pkgconfig_DATA = libboinc_api.pc @@ -46,10 +46,10 @@ if INSTALL_HEADERS ## install only headers that are meant for exporting the API !! -Index: apps/Makefile.am +Index: boinc-client_release-8.0-8.0.2/apps/Makefile.am =================================================================== ---- apps/Makefile.am.orig -+++ apps/Makefile.am +--- boinc-client_release-8.0-8.0.2.orig/apps/Makefile.am ++++ boinc-client_release-8.0-8.0.2/apps/Makefile.am @@ -8,15 +8,15 @@ example_PROGRAMS = uppercase concat 1sec uppercase_SOURCES = uppercase.cpp @@ -69,10 +69,10 @@ -1sec_LDFLAGS = -static-libtool-libs $(PTHREAD_CFLAGS) +1sec_LDFLAGS = $(PTHREAD_CFLAGS) 1sec_LDADD = $(APPLIBS) -Index: client/Makefile.am +Index: boinc-client_release-8.0-8.0.2/client/Makefile.am =================================================================== ---- client/Makefile.am.orig -+++ client/Makefile.am +--- boinc-client_release-8.0-8.0.2.orig/client/Makefile.am ++++ boinc-client_release-8.0-8.0.2/client/Makefile.am @@ -6,7 +6,6 @@ CXXFLAGS := $(filter-out -mfpu=vfpv3-d16 include $(top_srcdir)/Makefile.incl @@ -81,10 +81,10 @@ ## for an entirely statically linked library, you may want to try ## -all-static instead. There's a good chance it won't work properly, ## so we'll use the safer "-static-libtool-libs" by default. -Index: clientgui/Makefile.am +Index: boinc-client_release-8.0-8.0.2/clientgui/Makefile.am =================================================================== ---- clientgui/Makefile.am.orig -+++ clientgui/Makefile.am +--- boinc-client_release-8.0-8.0.2.orig/clientgui/Makefile.am ++++ boinc-client_release-8.0-8.0.2/clientgui/Makefile.am @@ -7,7 +7,6 @@ include $(top_srcdir)/Makefile.incl @@ -93,10 +93,10 @@ ## for an entirely statically linked library, you may want to try ## -all-static instead. There's a good chance it won't work properly, ## so we'll use the safer "-static-libtool-libs" by default. -Index: clientscr/Makefile.am +Index: boinc-client_release-8.0-8.0.2/clientscr/Makefile.am =================================================================== ---- clientscr/Makefile.am.orig -+++ clientscr/Makefile.am +--- boinc-client_release-8.0-8.0.2.orig/clientscr/Makefile.am ++++ boinc-client_release-8.0-8.0.2/clientscr/Makefile.am @@ -5,7 +5,6 @@ include $(top_srcdir)/Makefile.incl AM_LDFLAGS += -lpthread @@ -105,10 +105,10 @@ ## for an entirely statically linked library, you may want to try ## -all-static instead. There's a good chance it won't work properly, ## so we'll use the safer "-static-libtool-libs" by default. -Index: lib/Makefile.am +Index: boinc-client_release-8.0-8.0.2/lib/Makefile.am =================================================================== ---- lib/Makefile.am.orig -+++ lib/Makefile.am +--- boinc-client_release-8.0-8.0.2.orig/lib/Makefile.am ++++ boinc-client_release-8.0-8.0.2/lib/Makefile.am @@ -184,7 +184,7 @@ pkgconfig_DATA = libboinc.pc libboinc_la_SOURCES = $(generic_sources) $(mac_sources) $(win_sources) libboinc_la_CFLAGS = $(AM_CFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS) @@ -127,10 +127,10 @@ libboinc_crypt_la_LIBADD = endif -Index: sched/Makefile.am +Index: boinc-client_release-8.0-8.0.2/sched/Makefile.am =================================================================== ---- sched/Makefile.am.orig -+++ sched/Makefile.am +--- boinc-client_release-8.0-8.0.2.orig/sched/Makefile.am ++++ boinc-client_release-8.0-8.0.2/sched/Makefile.am @@ -4,7 +4,6 @@ include $(top_srcdir)/Makefile.incl @@ -139,10 +139,10 @@ if ENABLE_LIBRARIES -Index: tools/Makefile.am +Index: boinc-client_release-8.0-8.0.2/tools/Makefile.am =================================================================== ---- tools/Makefile.am.orig -+++ tools/Makefile.am +--- boinc-client_release-8.0-8.0.2.orig/tools/Makefile.am ++++ boinc-client_release-8.0-8.0.2/tools/Makefile.am @@ -43,7 +43,6 @@ dist_tools_DATA = \ gui_urls.xml @@ -151,10 +151,10 @@ cancel_jobs_SOURCES = cancel_jobs.cpp cancel_jobs_LDADD = $(SERVERLIBS) -Index: vda/Makefile.am +Index: boinc-client_release-8.0-8.0.2/vda/Makefile.am =================================================================== ---- vda/Makefile.am.orig -+++ vda/Makefile.am +--- boinc-client_release-8.0-8.0.2.orig/vda/Makefile.am ++++ boinc-client_release-8.0-8.0.2/vda/Makefile.am @@ -4,7 +4,6 @@ vdadir=$(libexecdir)/boinc-server-maker/ vda_PROGRAMS = vda vdad ssim ++++++ xlocale.patch ++++++ --- /var/tmp/diff_new_pack.VkhvNA/_old 2024-07-12 17:05:45.978594647 +0200 +++ /var/tmp/diff_new_pack.VkhvNA/_new 2024-07-12 17:05:45.982594793 +0200 @@ -8,10 +8,8 @@ clientgui/AsyncRPC.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -Index: clientgui/AsyncRPC.cpp -=================================================================== ---- clientgui/AsyncRPC.cpp.orig -+++ clientgui/AsyncRPC.cpp +--- a/clientgui/AsyncRPC.cpp ++++ b/clientgui/AsyncRPC.cpp @@ -24,9 +24,7 @@ #endif #include "config.h"