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 2022-06-08 14:24:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/boinc-client (Old)
 and      /work/SRC/openSUSE:Factory/.boinc-client.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "boinc-client"

Wed Jun  8 14:24:57 2022 rev:52 rq:981216 version:7.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/boinc-client/boinc-client.changes        
2021-10-23 23:14:28.592995766 +0200
+++ /work/SRC/openSUSE:Factory/.boinc-client.new.1548/boinc-client.changes      
2022-06-08 14:25:21.620535037 +0200
@@ -1,0 +2,15 @@
+Tue Jun  7 21:04:38 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 7.20.0
+  * client: pass process priority to wrapper                                   
                                        
+  * client: Ignore tty(S|ACM) devices in TTY idle time
+    calculation
+  * client: fix overly aggressive project-wide file transfer
+    backoff policy
+  * client: fix work-fetch logic when max concurrent limits are
+    used
+  * manager: fix failure to connect to client with non-English
+    language
+- Let -devel subpackage follow the main package name.
+
+-------------------------------------------------------------------

Old:
----
  7.18.1.tar.gz

New:
----
  7.20.0.tar.gz

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

Other differences:
------------------
++++++ boinc-client.spec ++++++
--- /var/tmp/diff_new_pack.gjIXeV/_old  2022-06-08 14:25:22.764536454 +0200
+++ /var/tmp/diff_new_pack.gjIXeV/_new  2022-06-08 14:25:22.768536460 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package boinc-client
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2016 by Aaron Puchert <aaronpuch...@alice-dsl.net>
 # Copyright (c) 2011 by Sascha Manns <saigk...@opensuse.org>
 #
@@ -35,8 +35,8 @@
 
 Name:           boinc-client
 %define rel_name        %{name}_release
-%define minor_version   7.18
-Version:        %{minor_version}.1
+%define minor_version   7.20
+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
@@ -124,14 +124,16 @@
 The Berkeley Open Infrastructure for Network Computing (BOINC) is a
 software platform which supports distributed computing.
 
-%package -n libboinc-devel
+%package devel
 Summary:        Development files for libboinc
 Group:          Development/Libraries/C and C++
 Requires:       libboinc%{sonum} = %{version}-%{release}
 Conflicts:      %{name}-devel
 Requires:       openssl-devel
+Obsoletes:      libboinc-devel < %{version}-%{release}
+Provides:       libboinc-devel = %{version}-%{release}
 
-%description -n libboinc-devel
+%description devel
 This package contains development files for libboinc.
 
 %prep
@@ -190,7 +192,7 @@
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 # Export Path and make
-make clean %{?_smp_mflags}
+%make_build clean
 make libboinc_la_LIBADD="-L%{_libdir} -lssl -ldl" \
    DESTDIR=%{_prefix} %{?_smp_mflags} V=1
 
@@ -356,9 +358,10 @@
 %files -n libboinc%{sonum}
 %{_libdir}/*.so.*
 
-%files -n libboinc-devel
+%files devel
 %{_libdir}/*.a
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
 %{_includedir}/boinc
 
 %changelog

++++++ 7.18.1.tar.gz -> 7.20.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/boinc-client/7.18.1.tar.gz 
/work/SRC/openSUSE:Factory/.boinc-client.new.1548/7.20.0.tar.gz differ: char 
14, line 1

++++++ libboinc-shared.patch ++++++
--- /var/tmp/diff_new_pack.gjIXeV/_old  2022-06-08 14:25:22.884536603 +0200
+++ /var/tmp/diff_new_pack.gjIXeV/_new  2022-06-08 14:25:22.888536609 +0200
@@ -1,4 +1,10 @@
-Build shared libraries for client and static libraries for science apps.
+Date: Tue Jul 24 20:06:29 UTC 2018
+From: aaronpuch...@alice-dsl.net
+
+Build shared libraries for client and static libraries for science
+apps. Science apps are distributed as binaries over the BOINC
+network, so dynamic linking doesn't make sense. But we can use
+dynamic linking for the client.
 
 ---
  api/Makefile.am       |    6 +++---
@@ -12,19 +18,20 @@
  vda/Makefile.am       |    1 -
  9 files changed, 8 insertions(+), 14 deletions(-)
 
-Index: boinc-client_release-7.18-7.18.0/api/Makefile.am
+Index: boinc-client_release-7.20-7.20.0/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
- 
+--- boinc-client_release-7.20-7.20.0.orig/api/Makefile.am
++++ boinc-client_release-7.20-7.20.0/api/Makefile.am
+@@ -44,20 +44,20 @@ endif
  lib_LTLIBRARIES = libboinc_api.la
+ pkgconfig_DATA = libboinc_api.pc
  libboinc_api_la_SOURCES = $(api_files)
 -libboinc_api_la_LDFLAGS = -version-number $(LIBBOINC_VERSION)
 +libboinc_api_la_LDFLAGS = -static -version-number $(LIBBOINC_VERSION)
  
  if BUILD_GRAPHICS_API
  lib_LTLIBRARIES += libboinc_graphics2.la
+ pkgconfig_DATA += libboinc_graphics2.pc
  libboinc_graphics2_la_SOURCES = $(graphics2_files)
  libboinc_graphics2_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib 
-I$(top_srcdir)/samples/image_libs
 -libboinc_graphics2_la_LDFLAGS = -version-number $(LIBBOINC_VERSION) -ljpeg
@@ -32,16 +39,17 @@
  endif #BUILD_GRAPHICS_API
  
  lib_LTLIBRARIES += libboinc_opencl.la
+ pkgconfig_DATA += libboinc_opencl.pc
  libboinc_opencl_la_SOURCES = $(opencl_files)
 -libboinc_opencl_la_LDFLAGS = -version-number $(LIBBOINC_VERSION)
 +libboinc_opencl_la_LDFLAGS = -static -version-number $(LIBBOINC_VERSION)
  
  if INSTALL_HEADERS
  ## install only headers that are meant for exporting the API !!
-Index: boinc-client_release-7.18-7.18.0/apps/Makefile.am
+Index: boinc-client_release-7.20-7.20.0/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
+--- 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
@@ -61,10 +69,10 @@
 -1sec_LDFLAGS = -static-libtool-libs $(PTHREAD_CFLAGS)
 +1sec_LDFLAGS = $(PTHREAD_CFLAGS)
  1sec_LDADD = $(APPLIBS)
-Index: boinc-client_release-7.18-7.18.0/client/Makefile.am
+Index: boinc-client_release-7.20-7.20.0/client/Makefile.am
 ===================================================================
---- boinc-client_release-7.18-7.18.0.orig/client/Makefile.am
-+++ boinc-client_release-7.18-7.18.0/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
 @@ -6,7 +6,6 @@ CXXFLAGS := $(filter-out -mfpu=vfpv3-d16
  include $(top_srcdir)/Makefile.incl
  
@@ -73,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.18-7.18.0/clientgui/Makefile.am
+Index: boinc-client_release-7.20-7.20.0/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
+--- boinc-client_release-7.20-7.20.0.orig/clientgui/Makefile.am
++++ boinc-client_release-7.20-7.20.0/clientgui/Makefile.am
 @@ -7,7 +7,6 @@
  include $(top_srcdir)/Makefile.incl
  
@@ -85,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.18-7.18.0/clientscr/Makefile.am
+Index: boinc-client_release-7.20-7.20.0/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
+--- boinc-client_release-7.20-7.20.0.orig/clientscr/Makefile.am
++++ boinc-client_release-7.20-7.20.0/clientscr/Makefile.am
 @@ -5,7 +5,6 @@ include $(top_srcdir)/Makefile.incl
  
  AM_LDFLAGS += -lpthread
@@ -97,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.18-7.18.0/lib/Makefile.am
+Index: boinc-client_release-7.20-7.20.0/lib/Makefile.am
 ===================================================================
---- 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
+--- 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
  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 +118,7 @@
  if OS_FREEBSD
  libboinc_la_LDFLAGS += -lexecinfo
  endif
-@@ -197,7 +197,7 @@ lib_LTLIBRARIES += libboinc_crypt.la
+@@ -198,7 +198,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)
@@ -119,10 +127,10 @@
  libboinc_crypt_la_LIBADD =
  endif
  
-Index: boinc-client_release-7.18-7.18.0/sched/Makefile.am
+Index: boinc-client_release-7.20-7.20.0/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
+--- boinc-client_release-7.20-7.20.0.orig/sched/Makefile.am
++++ boinc-client_release-7.20-7.20.0/sched/Makefile.am
 @@ -4,7 +4,6 @@
  include $(top_srcdir)/Makefile.incl
  
@@ -131,10 +139,10 @@
  
  if ENABLE_LIBRARIES
  
-Index: boinc-client_release-7.18-7.18.0/tools/Makefile.am
+Index: boinc-client_release-7.20-7.20.0/tools/Makefile.am
 ===================================================================
---- boinc-client_release-7.18-7.18.0.orig/tools/Makefile.am
-+++ boinc-client_release-7.18-7.18.0/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 = \
      gui_urls.xml
  
@@ -143,10 +151,10 @@
  
  cancel_jobs_SOURCES = cancel_jobs.cpp
  cancel_jobs_LDADD = $(SERVERLIBS)
-Index: boinc-client_release-7.18-7.18.0/vda/Makefile.am
+Index: boinc-client_release-7.20-7.20.0/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
+--- 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/
  vda_PROGRAMS = vda vdad ssim
  

Reply via email to