Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package boinc-client for openSUSE:Factory 
checked in at 2021-07-23 23:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boinc-client (Old)
 and      /work/SRC/openSUSE:Factory/.boinc-client.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boinc-client"

Fri Jul 23 23:41:17 2021 rev:49 rq:907955 version:7.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/boinc-client/boinc-client.changes        
2021-01-21 21:57:24.237857812 +0100
+++ /work/SRC/openSUSE:Factory/.boinc-client.new.1899/boinc-client.changes      
2021-07-23 23:41:40.789795455 +0200
@@ -1,0 +2,6 @@
+Fri Jul 16 09:45:18 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Update to release 7.18
+  * A number of fixes for other platforms like Android
+
+-------------------------------------------------------------------

Old:
----
  7.16.14.tar.gz

New:
----
  7.18.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ boinc-client.spec ++++++
--- /var/tmp/diff_new_pack.IbWVK5/_old  2021-07-23 23:41:41.905794029 +0200
+++ /var/tmp/diff_new_pack.IbWVK5/_new  2021-07-23 23:41:41.909794024 +0200
@@ -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
@@ -203,6 +203,8 @@
   popd
 done
 
+rm -f "%{buildroot}/etc/init.d/boinc-client"
+
 # Creates default folders
 install -dm0755 %{buildroot}%{boinc_dir}
 install -dm0755 %{buildroot}%{_mandir}/man1
@@ -283,7 +285,7 @@
 %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 +328,6 @@
 fi
 
 %post -n libboinc%{sonum} -p /sbin/ldconfig
-
 %postun -n libboinc%{sonum} -p /sbin/ldconfig
 
 %files
@@ -354,6 +355,7 @@
 %{_bindir}/boincmgr
 %{_bindir}/boincmanager
 %{_bindir}/boincscr
+%{_datadir}/applications/boinc.desktop
 %{_datadir}/applications/boinc-gui.desktop
 %{_datadir}/icons/hicolor/*/apps/*
 %{_mandir}/man1/boincmgr.1.gz

++++++ 7.16.14.tar.gz -> 7.18.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/boinc-client/7.16.14.tar.gz 
/work/SRC/openSUSE:Factory/.boinc-client.new.1899/7.18.0.tar.gz differ: char 
12, line 1

++++++ libboinc-shared.patch ++++++
--- /var/tmp/diff_new_pack.IbWVK5/_old  2021-07-23 23:41:42.033793866 +0200
+++ /var/tmp/diff_new_pack.IbWVK5/_new  2021-07-23 23:41:42.033793866 +0200
@@ -12,10 +12,10 @@
  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 @@
  
  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 @@
 -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 @@
  ## 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 @@
  ## 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 @@
  ## 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 @@
  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 @@
  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 @@
  
  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
  

Reply via email to