4 Commits

Author SHA256 Message Date
5033c2b1b5 boinc-client 8.2.8 2026-02-05 11:52:42 +01:00
fdb028c99c boinc-client 8.2.2 2025-06-05 20:51:57 +02:00
d7f86b8037 boinc-client 8.0.4 2024-07-23 06:22:54 +02:00
3e76126809 Synchronize with OBS 2024-07-23 05:13:25 +02:00
5 changed files with 57 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c593f157aacbd61bf814f44ed6e4dbb38145336d5c018c756206bdfc0c6df33e
size 46978849

BIN
8.2.8.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Thu Feb 5 10:47:59 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Update to release 8.2.8
* Fix bugs that broke CPU throttling in the client
* Improve 'non-BOINC total CPU usage' measurement
-------------------------------------------------------------------
Thu Jun 5 16:37:28 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 8.2.2
* Add improved Python binding for remote job submission and file
management
-------------------------------------------------------------------
Tue Jul 23 03:18:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 8.0.4
* Resolve a case where the required memory for an application was
overestimated and caused a lower concurrent job count.
-------------------------------------------------------------------
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
- fix for bnc#1227092
* Add WorkingDirectory= to unit file
- Add further Variables to unit file
+ProtectSystem=full
+ProtectControlGroups=true
+ReadWritePaths=-$BOINC_BOINC_DIR
- rebase patches
* boinc-docbook2x.patch
* build-client-scripts.patch
* libboinc-shared.patch
* xlocale.patch
-------------------------------------------------------------------
Sun May 26 21:39:07 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package boinc-client
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2016 by Aaron Puchert <aaronpuchert@alice-dsl.net>
# Copyright (c) 2011 by Sascha Manns <saigkill@opensuse.org>
#
@@ -23,6 +23,8 @@
%define _fillupdir /var/adm/fillup-templates
%endif
# There are some raw asm() statements that interfere with LTO
%define _lto_cflags %nil
%define sonum 8
%define boinc_dir %{_localstatedir}/lib/boinc
@@ -35,8 +37,8 @@
Name: boinc-client
%define rel_name %{name}_release
%define minor_version 8.0
Version: %minor_version.2
%define minor_version 8.2
Version: %minor_version.8
Release: 0
Summary: Client for Berkeley Open Infrastructure for Network Computing
License: GPL-3.0-or-later OR LGPL-3.0-or-later

View File

@@ -8,11 +8,11 @@ of docbook2x-man.
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: boinc-client_release-7.22-7.22.0/configure.ac
Index: boinc-client_release-8.2-8.2.8/configure.ac
===================================================================
--- 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`])
--- boinc-client_release-8.2-8.2.8.orig/configure.ac
+++ boinc-client_release-8.2-8.2.8/configure.ac
@@ -434,7 +434,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,4 +20,4 @@ Index: boinc-client_release-7.22-7.22.0/configure.ac
+AC_PATH_PROG(DOCBOOK2X_MAN, docbook-to-man)
AM_CONDITIONAL(HAVE_DOCBOOK2X_MAN, [test -n "${DOCBOOK2X_MAN}"])
if test "${enable_wasm}" = yes ; then
AC_SUBST([CLIENT_BIN_FILENAME],[boinc${EXEEXT}])