1
0
forked from pool/boinc-client
Ana Guerrero 2024-07-12 15:05:30 +00:00 committed by Git OBS Bridge
commit c365ded326
7 changed files with 44 additions and 44 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 12 04:58:08 UTC 2024 - Jan Engelhardt <jengelh@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]
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 27 11:43:32 UTC 2024 - chris@computersalat.de Thu Jun 27 11:43:32 UTC 2024 - chris@computersalat.de

View File

@ -9,10 +9,6 @@ EnvironmentFile=-/etc/sysconfig/boinc-client
Nice=10 Nice=10
User=boinc User=boinc
ProtectHome=true ProtectHome=true
ProtectSystem=full
ProtectControlGroups=true
ReadWritePaths=-$BOINC_BOINC_DIR
WorkingDirectory=$BOINC_BOINC_DIR
CPUSchedulingPolicy=batch CPUSchedulingPolicy=batch
Slice=background.slice Slice=background.slice
### boinc logs (with --redirectio) to stdoutdae.txt and stderrdae.txt ### boinc logs (with --redirectio) to stdoutdae.txt and stderrdae.txt

View File

@ -138,7 +138,7 @@ This package contains development files for libboinc.
%prep %prep
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %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 %build
# Fix default path for boincscr # Fix default path for boincscr

View File

@ -8,11 +8,11 @@ of docbook2x-man.
configure.ac | 2 +- configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
Index: configure.ac Index: boinc-client_release-7.22-7.22.0/configure.ac
=================================================================== ===================================================================
--- configure.ac.orig --- boinc-client_release-7.22-7.22.0.orig/configure.ac
+++ configure.ac +++ boinc-client_release-7.22-7.22.0/configure.ac
@@ -378,7 +378,7 @@ AC_SUBST([TOP_BUILD_DIR], [`pwd`]) @@ -375,7 +375,7 @@ AC_SUBST([TOP_BUILD_DIR], [`pwd`])
dnl Check for docbook2x-man, which we use to create the manpages in 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 doc/manpages, and set the conditional HAVE_DOCBOOK2X_MAN to build
dnl the manpages only if docbook2x-man is available. dnl the manpages only if docbook2x-man is available.

View File

@ -1,7 +1,5 @@
Index: client/scripts/Makefile.am --- a/client/scripts/Makefile.am
=================================================================== +++ b/client/scripts/Makefile.am
--- client/scripts/Makefile.am.orig
+++ client/scripts/Makefile.am
@@ -1,5 +1,7 @@ @@ -1,5 +1,7 @@
## -*- mode: makefile; tab-width: 4 -*- ## -*- mode: makefile; tab-width: 4 -*-

View File

@ -18,10 +18,10 @@ dynamic linking for the client.
vda/Makefile.am | 1 - vda/Makefile.am | 1 -
9 files changed, 8 insertions(+), 14 deletions(-) 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 --- boinc-client_release-8.0-8.0.2.orig/api/Makefile.am
+++ api/Makefile.am +++ boinc-client_release-8.0-8.0.2/api/Makefile.am
@@ -44,20 +44,20 @@ endif @@ -44,20 +44,20 @@ endif
lib_LTLIBRARIES = libboinc_api.la lib_LTLIBRARIES = libboinc_api.la
pkgconfig_DATA = libboinc_api.pc pkgconfig_DATA = libboinc_api.pc
@ -46,10 +46,10 @@ Index: api/Makefile.am
if INSTALL_HEADERS if INSTALL_HEADERS
## install only headers that are meant for exporting the API !! ## 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 --- boinc-client_release-8.0-8.0.2.orig/apps/Makefile.am
+++ apps/Makefile.am +++ boinc-client_release-8.0-8.0.2/apps/Makefile.am
@@ -8,15 +8,15 @@ example_PROGRAMS = uppercase concat 1sec @@ -8,15 +8,15 @@ example_PROGRAMS = uppercase concat 1sec
uppercase_SOURCES = uppercase.cpp uppercase_SOURCES = uppercase.cpp
@ -69,10 +69,10 @@ Index: apps/Makefile.am
-1sec_LDFLAGS = -static-libtool-libs $(PTHREAD_CFLAGS) -1sec_LDFLAGS = -static-libtool-libs $(PTHREAD_CFLAGS)
+1sec_LDFLAGS = $(PTHREAD_CFLAGS) +1sec_LDFLAGS = $(PTHREAD_CFLAGS)
1sec_LDADD = $(APPLIBS) 1sec_LDADD = $(APPLIBS)
Index: client/Makefile.am Index: boinc-client_release-8.0-8.0.2/client/Makefile.am
=================================================================== ===================================================================
--- client/Makefile.am.orig --- boinc-client_release-8.0-8.0.2.orig/client/Makefile.am
+++ client/Makefile.am +++ boinc-client_release-8.0-8.0.2/client/Makefile.am
@@ -6,7 +6,6 @@ CXXFLAGS := $(filter-out -mfpu=vfpv3-d16 @@ -6,7 +6,6 @@ CXXFLAGS := $(filter-out -mfpu=vfpv3-d16
include $(top_srcdir)/Makefile.incl include $(top_srcdir)/Makefile.incl
@ -81,10 +81,10 @@ Index: client/Makefile.am
## for an entirely statically linked library, you may want to try ## for an entirely statically linked library, you may want to try
## -all-static instead. There's a good chance it won't work properly, ## -all-static instead. There's a good chance it won't work properly,
## so we'll use the safer "-static-libtool-libs" by default. ## 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 --- boinc-client_release-8.0-8.0.2.orig/clientgui/Makefile.am
+++ clientgui/Makefile.am +++ boinc-client_release-8.0-8.0.2/clientgui/Makefile.am
@@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
include $(top_srcdir)/Makefile.incl include $(top_srcdir)/Makefile.incl
@ -93,10 +93,10 @@ Index: clientgui/Makefile.am
## for an entirely statically linked library, you may want to try ## for an entirely statically linked library, you may want to try
## -all-static instead. There's a good chance it won't work properly, ## -all-static instead. There's a good chance it won't work properly,
## so we'll use the safer "-static-libtool-libs" by default. ## 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 --- boinc-client_release-8.0-8.0.2.orig/clientscr/Makefile.am
+++ clientscr/Makefile.am +++ boinc-client_release-8.0-8.0.2/clientscr/Makefile.am
@@ -5,7 +5,6 @@ include $(top_srcdir)/Makefile.incl @@ -5,7 +5,6 @@ include $(top_srcdir)/Makefile.incl
AM_LDFLAGS += -lpthread AM_LDFLAGS += -lpthread
@ -105,10 +105,10 @@ Index: clientscr/Makefile.am
## for an entirely statically linked library, you may want to try ## for an entirely statically linked library, you may want to try
## -all-static instead. There's a good chance it won't work properly, ## -all-static instead. There's a good chance it won't work properly,
## so we'll use the safer "-static-libtool-libs" by default. ## 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 --- boinc-client_release-8.0-8.0.2.orig/lib/Makefile.am
+++ lib/Makefile.am +++ boinc-client_release-8.0-8.0.2/lib/Makefile.am
@@ -184,7 +184,7 @@ pkgconfig_DATA = libboinc.pc @@ -184,7 +184,7 @@ pkgconfig_DATA = libboinc.pc
libboinc_la_SOURCES = $(generic_sources) $(mac_sources) $(win_sources) libboinc_la_SOURCES = $(generic_sources) $(mac_sources) $(win_sources)
libboinc_la_CFLAGS = $(AM_CFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS) libboinc_la_CFLAGS = $(AM_CFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS)
@ -127,10 +127,10 @@ Index: lib/Makefile.am
libboinc_crypt_la_LIBADD = libboinc_crypt_la_LIBADD =
endif endif
Index: sched/Makefile.am Index: boinc-client_release-8.0-8.0.2/sched/Makefile.am
=================================================================== ===================================================================
--- sched/Makefile.am.orig --- boinc-client_release-8.0-8.0.2.orig/sched/Makefile.am
+++ sched/Makefile.am +++ boinc-client_release-8.0-8.0.2/sched/Makefile.am
@@ -4,7 +4,6 @@ @@ -4,7 +4,6 @@
include $(top_srcdir)/Makefile.incl include $(top_srcdir)/Makefile.incl
@ -139,10 +139,10 @@ Index: sched/Makefile.am
if ENABLE_LIBRARIES if ENABLE_LIBRARIES
Index: tools/Makefile.am Index: boinc-client_release-8.0-8.0.2/tools/Makefile.am
=================================================================== ===================================================================
--- tools/Makefile.am.orig --- boinc-client_release-8.0-8.0.2.orig/tools/Makefile.am
+++ tools/Makefile.am +++ boinc-client_release-8.0-8.0.2/tools/Makefile.am
@@ -43,7 +43,6 @@ dist_tools_DATA = \ @@ -43,7 +43,6 @@ dist_tools_DATA = \
gui_urls.xml gui_urls.xml
@ -151,10 +151,10 @@ Index: tools/Makefile.am
cancel_jobs_SOURCES = cancel_jobs.cpp cancel_jobs_SOURCES = cancel_jobs.cpp
cancel_jobs_LDADD = $(SERVERLIBS) cancel_jobs_LDADD = $(SERVERLIBS)
Index: vda/Makefile.am Index: boinc-client_release-8.0-8.0.2/vda/Makefile.am
=================================================================== ===================================================================
--- vda/Makefile.am.orig --- boinc-client_release-8.0-8.0.2.orig/vda/Makefile.am
+++ vda/Makefile.am +++ boinc-client_release-8.0-8.0.2/vda/Makefile.am
@@ -4,7 +4,6 @@ vdadir=$(libexecdir)/boinc-server-maker/ @@ -4,7 +4,6 @@ vdadir=$(libexecdir)/boinc-server-maker/
vda_PROGRAMS = vda vdad ssim vda_PROGRAMS = vda vdad ssim

View File

@ -8,10 +8,8 @@ glibc-2.26 has dropped xlocale.h.
clientgui/AsyncRPC.cpp | 4 +--- clientgui/AsyncRPC.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-) 1 file changed, 1 insertion(+), 3 deletions(-)
Index: clientgui/AsyncRPC.cpp --- a/clientgui/AsyncRPC.cpp
=================================================================== +++ b/clientgui/AsyncRPC.cpp
--- clientgui/AsyncRPC.cpp.orig
+++ clientgui/AsyncRPC.cpp
@@ -24,9 +24,7 @@ @@ -24,9 +24,7 @@
#endif #endif
#include "config.h" #include "config.h"