diff --git a/7.16.14.tar.gz b/7.16.14.tar.gz deleted file mode 100644 index d1de0d3..0000000 --- a/7.16.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c328399cc27109f94ee77aaf80406ed304c6be6c198391ff8e83f8400431fc78 -size 49623696 diff --git a/7.18.0.tar.gz b/7.18.0.tar.gz new file mode 100644 index 0000000..ea285b6 --- /dev/null +++ b/7.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c20ca34e82bbc1d66811b2d59241488e0023d42e7d91ddde420f1d261c25b9b +size 50848912 diff --git a/boinc-client.changes b/boinc-client.changes index 4fe1442..7168cd7 100644 --- a/boinc-client.changes +++ b/boinc-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 16 09:45:18 UTC 2021 - Jan Engelhardt + +- Update to release 7.18 + * A number of fixes for other platforms like Android + ------------------------------------------------------------------- Thu Jan 21 08:34:07 UTC 2021 - Thorsten Kukuk diff --git a/boinc-client.spec b/boinc-client.spec index 164e9ef..1bebf3f 100644 --- a/boinc-client.spec +++ b/boinc-client.spec @@ -35,8 +35,8 @@ Name: boinc-client %define rel_name %{name}_release -%define minor_version 7.16 -Version: %{minor_version}.14 +%define minor_version 7.18 +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 @@ -283,7 +283,7 @@ install -dm0755 %{buildroot}%{_var}/lib/boinc %if %{with manager} %find_lang BOINC-Manager %else -find %{buildroot}/%{_datadir}/locale/ -name "BOINC-Manager.mo" -exec rm -f \{\} \; +find %{buildroot}/%{_datadir}/locale/ -name "BOINC-Manager.mo" -delete %endif %fdupes -s %{buildroot} @@ -326,7 +326,6 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi %post -n libboinc%{sonum} -p /sbin/ldconfig - %postun -n libboinc%{sonum} -p /sbin/ldconfig %files @@ -354,6 +353,7 @@ fi %{_bindir}/boincmgr %{_bindir}/boincmanager %{_bindir}/boincscr +%{_datadir}/applications/boinc.desktop %{_datadir}/applications/boinc-gui.desktop %{_datadir}/icons/hicolor/*/apps/* %{_mandir}/man1/boincmgr.1.gz diff --git a/libboinc-shared.patch b/libboinc-shared.patch index d4a2fe5..bef1736 100644 --- a/libboinc-shared.patch +++ b/libboinc-shared.patch @@ -12,10 +12,10 @@ Build shared libraries for client and static libraries for science apps. vda/Makefile.am | 1 - 9 files changed, 8 insertions(+), 14 deletions(-) -Index: boinc-client_release-7.16-7.16.3/api/Makefile.am +Index: boinc-client_release-7.18-7.18.0/api/Makefile.am =================================================================== ---- boinc-client_release-7.16-7.16.3.orig/api/Makefile.am -+++ boinc-client_release-7.16-7.16.3/api/Makefile.am +--- boinc-client_release-7.18-7.18.0.orig/api/Makefile.am ++++ boinc-client_release-7.18-7.18.0/api/Makefile.am @@ -43,18 +43,18 @@ endif lib_LTLIBRARIES = libboinc_api.la @@ -38,10 +38,10 @@ Index: boinc-client_release-7.16-7.16.3/api/Makefile.am if INSTALL_HEADERS ## install only headers that are meant for exporting the API !! -Index: boinc-client_release-7.16-7.16.3/apps/Makefile.am +Index: boinc-client_release-7.18-7.18.0/apps/Makefile.am =================================================================== ---- boinc-client_release-7.16-7.16.3.orig/apps/Makefile.am -+++ boinc-client_release-7.16-7.16.3/apps/Makefile.am +--- boinc-client_release-7.18-7.18.0.orig/apps/Makefile.am ++++ boinc-client_release-7.18-7.18.0/apps/Makefile.am @@ -8,15 +8,15 @@ example_PROGRAMS = upper_case concat 1se upper_case_SOURCES = upper_case.cpp @@ -61,11 +61,11 @@ Index: boinc-client_release-7.16-7.16.3/apps/Makefile.am -1sec_LDFLAGS = -static-libtool-libs $(PTHREAD_CFLAGS) +1sec_LDFLAGS = $(PTHREAD_CFLAGS) 1sec_LDADD = $(APPLIBS) -Index: boinc-client_release-7.16-7.16.3/client/Makefile.am +Index: boinc-client_release-7.18-7.18.0/client/Makefile.am =================================================================== ---- boinc-client_release-7.16-7.16.3.orig/client/Makefile.am -+++ boinc-client_release-7.16-7.16.3/client/Makefile.am -@@ -4,7 +4,6 @@ +--- boinc-client_release-7.18-7.18.0.orig/client/Makefile.am ++++ boinc-client_release-7.18-7.18.0/client/Makefile.am +@@ -6,7 +6,6 @@ CXXFLAGS := $(filter-out -mfpu=vfpv3-d16 include $(top_srcdir)/Makefile.incl if ENABLE_CLIENT_RELEASE @@ -73,10 +73,10 @@ Index: boinc-client_release-7.16-7.16.3/client/Makefile.am ## for an entirely statically linked library, you may want to try ## -all-static instead. There's a good chance it won't work properly, ## so we'll use the safer "-static-libtool-libs" by default. -Index: boinc-client_release-7.16-7.16.3/clientgui/Makefile.am +Index: boinc-client_release-7.18-7.18.0/clientgui/Makefile.am =================================================================== ---- boinc-client_release-7.16-7.16.3.orig/clientgui/Makefile.am -+++ boinc-client_release-7.16-7.16.3/clientgui/Makefile.am +--- boinc-client_release-7.18-7.18.0.orig/clientgui/Makefile.am ++++ boinc-client_release-7.18-7.18.0/clientgui/Makefile.am @@ -7,7 +7,6 @@ include $(top_srcdir)/Makefile.incl @@ -85,10 +85,10 @@ Index: boinc-client_release-7.16-7.16.3/clientgui/Makefile.am ## for an entirely statically linked library, you may want to try ## -all-static instead. There's a good chance it won't work properly, ## so we'll use the safer "-static-libtool-libs" by default. -Index: boinc-client_release-7.16-7.16.3/clientscr/Makefile.am +Index: boinc-client_release-7.18-7.18.0/clientscr/Makefile.am =================================================================== ---- boinc-client_release-7.16-7.16.3.orig/clientscr/Makefile.am -+++ boinc-client_release-7.16-7.16.3/clientscr/Makefile.am +--- boinc-client_release-7.18-7.18.0.orig/clientscr/Makefile.am ++++ boinc-client_release-7.18-7.18.0/clientscr/Makefile.am @@ -5,7 +5,6 @@ include $(top_srcdir)/Makefile.incl AM_LDFLAGS += -lpthread @@ -97,11 +97,11 @@ Index: boinc-client_release-7.16-7.16.3/clientscr/Makefile.am ## for an entirely statically linked library, you may want to try ## -all-static instead. There's a good chance it won't work properly, ## so we'll use the safer "-static-libtool-libs" by default. -Index: boinc-client_release-7.16-7.16.3/lib/Makefile.am +Index: boinc-client_release-7.18-7.18.0/lib/Makefile.am =================================================================== ---- boinc-client_release-7.16-7.16.3.orig/lib/Makefile.am -+++ boinc-client_release-7.16-7.16.3/lib/Makefile.am -@@ -184,7 +184,7 @@ lib_LTLIBRARIES = libboinc.la +--- boinc-client_release-7.18-7.18.0.orig/lib/Makefile.am ++++ boinc-client_release-7.18-7.18.0/lib/Makefile.am +@@ -186,7 +186,7 @@ lib_LTLIBRARIES = libboinc.la libboinc_la_SOURCES = $(generic_sources) $(mac_sources) $(win_sources) libboinc_la_CFLAGS = $(AM_CFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS) libboinc_la_CXXFLAGS = $(AM_CXXFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS) @@ -110,7 +110,7 @@ Index: boinc-client_release-7.16-7.16.3/lib/Makefile.am if OS_FREEBSD libboinc_la_LDFLAGS += -lexecinfo endif -@@ -195,7 +195,7 @@ lib_LTLIBRARIES += libboinc_crypt.la +@@ -197,7 +197,7 @@ lib_LTLIBRARIES += libboinc_crypt.la libboinc_crypt_la_SOURCES = crypt.cpp libboinc_crypt_la_CFLAGS = $(AM_CFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS) $(SSL_CFLAGS) libboinc_crypt_la_CXXFLAGS = $(AM_CXXFLAGS) $(PICFLAGS) $(PTHREAD_CFLAGS) $(SSL_CXXFLAGS) @@ -119,10 +119,10 @@ Index: boinc-client_release-7.16-7.16.3/lib/Makefile.am libboinc_crypt_la_LIBADD = endif -Index: boinc-client_release-7.16-7.16.3/sched/Makefile.am +Index: boinc-client_release-7.18-7.18.0/sched/Makefile.am =================================================================== ---- boinc-client_release-7.16-7.16.3.orig/sched/Makefile.am -+++ boinc-client_release-7.16-7.16.3/sched/Makefile.am +--- boinc-client_release-7.18-7.18.0.orig/sched/Makefile.am ++++ boinc-client_release-7.18-7.18.0/sched/Makefile.am @@ -4,7 +4,6 @@ include $(top_srcdir)/Makefile.incl @@ -131,22 +131,22 @@ Index: boinc-client_release-7.16-7.16.3/sched/Makefile.am if ENABLE_LIBRARIES -Index: boinc-client_release-7.16-7.16.3/tools/Makefile.am +Index: boinc-client_release-7.18-7.18.0/tools/Makefile.am =================================================================== ---- boinc-client_release-7.16-7.16.3.orig/tools/Makefile.am -+++ boinc-client_release-7.16-7.16.3/tools/Makefile.am -@@ -41,7 +41,6 @@ dist_tools_DATA = \ - project.xml +--- boinc-client_release-7.18-7.18.0.orig/tools/Makefile.am ++++ boinc-client_release-7.18-7.18.0/tools/Makefile.am +@@ -42,7 +42,6 @@ dist_tools_DATA = \ + gui_urls.xml AM_CXXFLAGS += $(MYSQL_CFLAGS) -AM_LDFLAGS += -static cancel_jobs_SOURCES = cancel_jobs.cpp cancel_jobs_LDADD = $(SERVERLIBS) -Index: boinc-client_release-7.16-7.16.3/vda/Makefile.am +Index: boinc-client_release-7.18-7.18.0/vda/Makefile.am =================================================================== ---- boinc-client_release-7.16-7.16.3.orig/vda/Makefile.am -+++ boinc-client_release-7.16-7.16.3/vda/Makefile.am +--- boinc-client_release-7.18-7.18.0.orig/vda/Makefile.am ++++ boinc-client_release-7.18-7.18.0/vda/Makefile.am @@ -4,7 +4,6 @@ vdadir=$(prefix)/lib/boinc-server-maker/ vda_PROGRAMS = vda vdad ssim