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:
parent
b8949b2580
commit
8b95f13d46
@ -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
3
7.24.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a4fe86ba5ca79451b6109b0bc0dc8c855f49249bba169bf93486b770d74824d
|
||||
size 46744760
|
@ -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>
|
||||
|
||||
|
@ -35,8 +35,8 @@
|
||||
|
||||
Name: boinc-client
|
||||
%define rel_name %{name}_release
|
||||
%define minor_version 7.22
|
||||
Version: %{minor_version}.2
|
||||
%define minor_version 7.24
|
||||
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
|
||||
@ -82,7 +82,7 @@ Recommends: boinc-client-lang = %{version}
|
||||
Recommends: logrotate
|
||||
%if %{with manager}
|
||||
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
|
||||
%endif
|
||||
%lang_package
|
||||
@ -124,7 +124,7 @@ Group: System/Libraries
|
||||
The Berkeley Open Infrastructure for Network Computing (BOINC) is a
|
||||
software platform which supports distributed computing.
|
||||
|
||||
%package devel
|
||||
%package devel%%
|
||||
Summary: Development files for libboinc
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libboinc%{sonum} = %{version}-%{release}
|
||||
@ -133,7 +133,7 @@ Requires: openssl-devel
|
||||
Obsoletes: libboinc-devel < %{version}-%{release}
|
||||
Provides: libboinc-devel = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%description devel%%
|
||||
This package contains development files for libboinc.
|
||||
|
||||
%prep
|
||||
@ -358,7 +358,7 @@ fi
|
||||
%files -n libboinc%{sonum}
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%files devel%%
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
Loading…
Reference in New Issue
Block a user