1
0
forked from pool/boinc-client

- Update to release 7.24

OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=109
This commit is contained in:
Jan Engelhardt 2023-08-08 10:06:36 +00:00 committed by Git OBS Bridge
parent b8949b2580
commit 8b95f13d46
4 changed files with 16 additions and 9 deletions

View File

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

3
7.24.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 8 10:00:26 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 7.24
* client: improve implementation of CPU throttling
* client: set Content-type of POST requests to text/xml
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 22 10:52:37 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Mon May 22 10:52:37 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -35,8 +35,8 @@
Name: boinc-client Name: boinc-client
%define rel_name %{name}_release %define rel_name %{name}_release
%define minor_version 7.22 %define minor_version 7.24
Version: %{minor_version}.2 Version: %{minor_version}.0
Release: 0 Release: 0
Summary: Client for Berkeley Open Infrastructure for Network Computing Summary: Client for Berkeley Open Infrastructure for Network Computing
License: GPL-3.0-or-later OR LGPL-3.0-or-later License: GPL-3.0-or-later OR LGPL-3.0-or-later
@ -82,7 +82,7 @@ Recommends: boinc-client-lang = %{version}
Recommends: logrotate Recommends: logrotate
%if %{with manager} %if %{with manager}
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: wxWidgets-3_0-devel >= 3.0.2 BuildRequires: wxWidgets-3_2-devel >= 3.1.5
%lang_package -n boinc-manager %lang_package -n boinc-manager
%endif %endif
%lang_package %lang_package
@ -124,7 +124,7 @@ Group: System/Libraries
The Berkeley Open Infrastructure for Network Computing (BOINC) is a The Berkeley Open Infrastructure for Network Computing (BOINC) is a
software platform which supports distributed computing. software platform which supports distributed computing.
%package devel %package devel%%
Summary: Development files for libboinc Summary: Development files for libboinc
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libboinc%{sonum} = %{version}-%{release} Requires: libboinc%{sonum} = %{version}-%{release}
@ -133,7 +133,7 @@ Requires: openssl-devel
Obsoletes: libboinc-devel < %{version}-%{release} Obsoletes: libboinc-devel < %{version}-%{release}
Provides: libboinc-devel = %{version}-%{release} Provides: libboinc-devel = %{version}-%{release}
%description devel %description devel%%
This package contains development files for libboinc. This package contains development files for libboinc.
%prep %prep
@ -358,7 +358,7 @@ fi
%files -n libboinc%{sonum} %files -n libboinc%{sonum}
%{_libdir}/*.so.* %{_libdir}/*.so.*
%files devel %files devel%%
%{_libdir}/*.a %{_libdir}/*.a
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc