1
0
forked from pool/boinc-client

Accepting request 925437 from network

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/925437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boinc-client?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2021-10-15 21:04:27 +00:00 committed by Git OBS Bridge
commit a4b92f427d
4 changed files with 18 additions and 7 deletions

View File

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

3
7.18.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 8 12:03:18 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 7.18.1
* Exporting event log wrote just 6 lines, which was fixed.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 16 09:45:18 UTC 2021 - Jan Engelhardt <jengelh@inai.de> Fri Jul 16 09:45:18 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -36,7 +36,7 @@
Name: boinc-client Name: boinc-client
%define rel_name %{name}_release %define rel_name %{name}_release
%define minor_version 7.18 %define minor_version 7.18
Version: %{minor_version}.0 Version: %{minor_version}.1
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
@ -167,6 +167,13 @@ rm -r coprocs/NVIDIA
rm -r android drupal mac_build mac_installer win_build xcompile rm -r android drupal mac_build mac_installer win_build xcompile
autoreconf -fi autoreconf -fi
export CFLAGS="%optflags -W -pipe -fno-strict-aliasing -D_REENTRANT"
echo %sle_version
%if 0%{?sle_version} == 120000
echo enablingcxx
export CFLAGS="$CFLAGS -std=c++11"
%endif
export CXXFLAGS="$CFLAGS"
%configure \ %configure \
--enable-optimize \ --enable-optimize \
--enable-shared \ --enable-shared \
@ -187,9 +194,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
# Export Path and make # Export Path and make
make clean %{?_smp_mflags} make clean %{?_smp_mflags}
make libboinc_la_LIBADD="-L%{_libdir} -lssl -ldl" \ make libboinc_la_LIBADD="-L%{_libdir} -lssl -ldl" \
CFLAGS="%{optflags} -W -pipe -fno-strict-aliasing -D_REENTRANT" \ DESTDIR=%{_prefix} %{?_smp_mflags} V=1
CXXFLAGS="%{optflags} -W -pipe -fno-strict-aliasing -D_REENTRANT" \
DESTDIR=%{_prefix} %{?_smp_mflags}
%install %install
%make_install %make_install