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 2024-06-03 17:44:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boinc-client (Old)
 and      /work/SRC/openSUSE:Factory/.boinc-client.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boinc-client"

Mon Jun  3 17:44:09 2024 rev:62 rq:1178194 version:8.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/boinc-client/boinc-client.changes        
2024-02-04 19:11:35.697783443 +0100
+++ /work/SRC/openSUSE:Factory/.boinc-client.new.24587/boinc-client.changes     
2024-06-03 17:44:21.216994263 +0200
@@ -1,0 +2,6 @@
+Sun May 26 21:39:07 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 8.0.2
+  * Support so-called "sporadic applications"
+
+-------------------------------------------------------------------

Old:
----
  7.24.1.tar.gz

New:
----
  8.0.2.tar.gz

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

Other differences:
------------------
++++++ boinc-client.spec ++++++
--- /var/tmp/diff_new_pack.lEf24C/_old  2024-06-03 17:44:22.189029953 +0200
+++ /var/tmp/diff_new_pack.lEf24C/_new  2024-06-03 17:44:22.193030100 +0200
@@ -23,7 +23,7 @@
   %define _fillupdir /var/adm/fillup-templates
 %endif
 
-%define sonum 7
+%define sonum 8
 %define boinc_dir %{_localstatedir}/lib/boinc
 
 # do not build boinc-manager on SLES 11/12
@@ -35,8 +35,8 @@
 
 Name:           boinc-client
 %define rel_name        %{name}_release
-%define minor_version   7.24
-Version:        %minor_version.1
+%define minor_version   8.0
+Version:        %minor_version.2
 Release:        0
 Summary:        Client for Berkeley Open Infrastructure for Network Computing
 License:        GPL-3.0-or-later OR LGPL-3.0-or-later

++++++ 7.24.1.tar.gz -> 8.0.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/boinc-client/7.24.1.tar.gz 
/work/SRC/openSUSE:Factory/.boinc-client.new.24587/8.0.2.tar.gz differ: char 
16, line 1

++++++ libboinc-shared.patch ++++++
--- /var/tmp/diff_new_pack.lEf24C/_old  2024-06-03 17:44:22.305034212 +0200
+++ /var/tmp/diff_new_pack.lEf24C/_new  2024-06-03 17:44:22.309034359 +0200
@@ -18,10 +18,10 @@
  vda/Makefile.am       |    1 -
  9 files changed, 8 insertions(+), 14 deletions(-)
 
-Index: boinc-client_release-7.20-7.20.0/api/Makefile.am
+Index: boinc-client_release-8.0-8.0.2/api/Makefile.am
 ===================================================================
---- boinc-client_release-7.20-7.20.0.orig/api/Makefile.am
-+++ boinc-client_release-7.20-7.20.0/api/Makefile.am
+--- boinc-client_release-8.0-8.0.2.orig/api/Makefile.am
++++ boinc-client_release-8.0-8.0.2/api/Makefile.am
 @@ -44,20 +44,20 @@ endif
  lib_LTLIBRARIES = libboinc_api.la
  pkgconfig_DATA = libboinc_api.pc
@@ -46,17 +46,17 @@
  
  if INSTALL_HEADERS
  ## install only headers that are meant for exporting the API !!
-Index: boinc-client_release-7.20-7.20.0/apps/Makefile.am
+Index: boinc-client_release-8.0-8.0.2/apps/Makefile.am
 ===================================================================
---- boinc-client_release-7.20-7.20.0.orig/apps/Makefile.am
-+++ boinc-client_release-7.20-7.20.0/apps/Makefile.am
-@@ -8,15 +8,15 @@ example_PROGRAMS = upper_case concat 1se
- 
- upper_case_SOURCES = upper_case.cpp
- upper_case_CXXFLAGS = $(PTHREAD_CFLAGS)
--upper_case_LDFLAGS = -static-libtool-libs $(PTHREAD_CFLAGS)
-+upper_case_LDFLAGS = $(PTHREAD_CFLAGS)
- upper_case_LDADD = $(APPLIBS)
+--- boinc-client_release-8.0-8.0.2.orig/apps/Makefile.am
++++ boinc-client_release-8.0-8.0.2/apps/Makefile.am
+@@ -8,15 +8,15 @@ example_PROGRAMS = uppercase concat 1sec
+ 
+ uppercase_SOURCES = uppercase.cpp
+ uppercase_CXXFLAGS = $(PTHREAD_CFLAGS)
+-uppercase_LDFLAGS = -static-libtool-libs $(PTHREAD_CFLAGS)
++uppercase_LDFLAGS = $(PTHREAD_CFLAGS)
+ uppercase_LDADD = $(APPLIBS)
  
  concat_SOURCES = concat.cpp
  concat_CXXFLAGS = $(PTHREAD_CFLAGS)
@@ -69,10 +69,10 @@
 -1sec_LDFLAGS = -static-libtool-libs $(PTHREAD_CFLAGS)
 +1sec_LDFLAGS = $(PTHREAD_CFLAGS)
  1sec_LDADD = $(APPLIBS)
-Index: boinc-client_release-7.20-7.20.0/client/Makefile.am
+Index: boinc-client_release-8.0-8.0.2/client/Makefile.am
 ===================================================================
---- boinc-client_release-7.20-7.20.0.orig/client/Makefile.am
-+++ boinc-client_release-7.20-7.20.0/client/Makefile.am
+--- boinc-client_release-8.0-8.0.2.orig/client/Makefile.am
++++ boinc-client_release-8.0-8.0.2/client/Makefile.am
 @@ -6,7 +6,6 @@ CXXFLAGS := $(filter-out -mfpu=vfpv3-d16
  include $(top_srcdir)/Makefile.incl
  
@@ -81,10 +81,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.20-7.20.0/clientgui/Makefile.am
+Index: boinc-client_release-8.0-8.0.2/clientgui/Makefile.am
 ===================================================================
---- boinc-client_release-7.20-7.20.0.orig/clientgui/Makefile.am
-+++ boinc-client_release-7.20-7.20.0/clientgui/Makefile.am
+--- boinc-client_release-8.0-8.0.2.orig/clientgui/Makefile.am
++++ boinc-client_release-8.0-8.0.2/clientgui/Makefile.am
 @@ -7,7 +7,6 @@
  include $(top_srcdir)/Makefile.incl
  
@@ -93,10 +93,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.20-7.20.0/clientscr/Makefile.am
+Index: boinc-client_release-8.0-8.0.2/clientscr/Makefile.am
 ===================================================================
---- boinc-client_release-7.20-7.20.0.orig/clientscr/Makefile.am
-+++ boinc-client_release-7.20-7.20.0/clientscr/Makefile.am
+--- boinc-client_release-8.0-8.0.2.orig/clientscr/Makefile.am
++++ boinc-client_release-8.0-8.0.2/clientscr/Makefile.am
 @@ -5,7 +5,6 @@ include $(top_srcdir)/Makefile.incl
  
  AM_LDFLAGS += -lpthread
@@ -105,11 +105,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.20-7.20.0/lib/Makefile.am
+Index: boinc-client_release-8.0-8.0.2/lib/Makefile.am
 ===================================================================
---- boinc-client_release-7.20-7.20.0.orig/lib/Makefile.am
-+++ boinc-client_release-7.20-7.20.0/lib/Makefile.am
-@@ -186,7 +186,7 @@ pkgconfig_DATA = libboinc.pc
+--- boinc-client_release-8.0-8.0.2.orig/lib/Makefile.am
++++ boinc-client_release-8.0-8.0.2/lib/Makefile.am
+@@ -184,7 +184,7 @@ pkgconfig_DATA = libboinc.pc
  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)
@@ -118,7 +118,7 @@
  if OS_FREEBSD
  libboinc_la_LDFLAGS += -lexecinfo
  endif
-@@ -198,7 +198,7 @@ pkgconfig_DATA += libboinc_crypt.pc
+@@ -196,7 +196,7 @@ pkgconfig_DATA += libboinc_crypt.pc
  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)
@@ -127,10 +127,10 @@
  libboinc_crypt_la_LIBADD =
  endif
  
-Index: boinc-client_release-7.20-7.20.0/sched/Makefile.am
+Index: boinc-client_release-8.0-8.0.2/sched/Makefile.am
 ===================================================================
---- boinc-client_release-7.20-7.20.0.orig/sched/Makefile.am
-+++ boinc-client_release-7.20-7.20.0/sched/Makefile.am
+--- boinc-client_release-8.0-8.0.2.orig/sched/Makefile.am
++++ boinc-client_release-8.0-8.0.2/sched/Makefile.am
 @@ -4,7 +4,6 @@
  include $(top_srcdir)/Makefile.incl
  
@@ -139,11 +139,11 @@
  
  if ENABLE_LIBRARIES
  
-Index: boinc-client_release-7.20-7.20.0/tools/Makefile.am
+Index: boinc-client_release-8.0-8.0.2/tools/Makefile.am
 ===================================================================
---- boinc-client_release-7.20-7.20.0.orig/tools/Makefile.am
-+++ boinc-client_release-7.20-7.20.0/tools/Makefile.am
-@@ -42,7 +42,6 @@ dist_tools_DATA = \
+--- boinc-client_release-8.0-8.0.2.orig/tools/Makefile.am
++++ boinc-client_release-8.0-8.0.2/tools/Makefile.am
+@@ -43,7 +43,6 @@ dist_tools_DATA = \
      gui_urls.xml
  
  AM_CXXFLAGS += $(MYSQL_CFLAGS)
@@ -151,11 +151,11 @@
  
  cancel_jobs_SOURCES = cancel_jobs.cpp
  cancel_jobs_LDADD = $(SERVERLIBS)
-Index: boinc-client_release-7.20-7.20.0/vda/Makefile.am
+Index: boinc-client_release-8.0-8.0.2/vda/Makefile.am
 ===================================================================
---- boinc-client_release-7.20-7.20.0.orig/vda/Makefile.am
-+++ boinc-client_release-7.20-7.20.0/vda/Makefile.am
-@@ -4,7 +4,6 @@ vdadir=$(prefix)/lib/boinc-server-maker/
+--- boinc-client_release-8.0-8.0.2.orig/vda/Makefile.am
++++ boinc-client_release-8.0-8.0.2/vda/Makefile.am
+@@ -4,7 +4,6 @@ vdadir=$(libexecdir)/boinc-server-maker/
  vda_PROGRAMS = vda vdad ssim
  
  AM_CXXFLAGS += $(MYSQL_CFLAGS)

Reply via email to