forked from pool/boinc-client
- Update to relesae 7.22
OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=104
This commit is contained in:
parent
55ddd93486
commit
f9555be601
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34f32398ee5981fb3216b103271f0051c807e57c3368eb00654e5bbf89dc5065
|
||||
size 46560531
|
3
7.22.0.tar.gz
Normal file
3
7.22.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c7014300cb6e859b6f784f5c76ff2cb96d36ae35d90e03d1e2e59174cb7c927
|
||||
size 46675766
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 24 13:03:25 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to relesae 7.22
|
||||
* Add not-in-use computing prefs
|
||||
* Update cpu/gpu resources when app_config is re-read
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 11:28:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -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 <aaronpuchert@alice-dsl.net>
|
||||
# Copyright (c) 2011 by Sascha Manns <saigkill@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 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
# 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
|
||||
|
@ -8,11 +8,11 @@ of docbook2x-man.
|
||||
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,4 +20,4 @@ Index: boinc-client_release-7.8-7.8.3/configure.ac
|
||||
+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
|
||||
|
Loading…
Reference in New Issue
Block a user