Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zynaddsubfx for openSUSE:Factory 
checked in at 2023-03-12 16:25:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zynaddsubfx (Old)
 and      /work/SRC/openSUSE:Factory/.zynaddsubfx.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zynaddsubfx"

Sun Mar 12 16:25:01 2023 rev:14 rq:1070995 version:3.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/zynaddsubfx/zynaddsubfx.changes  2022-04-19 
09:58:07.135552911 +0200
+++ /work/SRC/openSUSE:Factory/.zynaddsubfx.new.31432/zynaddsubfx.changes       
2023-03-12 16:26:54.425467922 +0100
@@ -1,0 +2,5 @@
+Sun Mar 12 10:56:08 UTC 2023 - Dave Plater <davejpla...@gmail.com>
+
+- Compensate for fltk's lack of pkgconfig file.Fixes Leap:15.5 build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zynaddsubfx.spec ++++++
--- /var/tmp/diff_new_pack.bDBnKa/_old  2023-03-12 16:26:54.933470159 +0100
+++ /var/tmp/diff_new_pack.bDBnKa/_new  2023-03-12 16:26:54.937470176 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zynaddsubfx
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,12 +28,7 @@
 BuildRequires:  cmake
 BuildRequires:  dssi
 BuildRequires:  fltk-devel
-%if 0%{?suse_version} < 1325
-BuildRequires:  gcc7
-BuildRequires:  gcc7-c++
-%else
 BuildRequires:  gcc-c++
-%endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  pkgconfig
@@ -66,8 +61,8 @@
 
 %package bash-completion
 Summary:        Bash completion for ZynAddSubFX
-Requires:       bash
 Requires:       %{name} = %{version}
+Requires:       bash
 
 %description bash-completion
 Bash command line completion support for ZynAddSubFX.
@@ -139,19 +134,15 @@
       -DDefaultOutput=jack \
       -DNoNeonPlease:BOOL=ON \
       -DOssEnable:BOOL=FALSE \
-%if 0%{?suse_version} < 1325
-      -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-7 \
-      -DCMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7 \
-      -DCMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7 \
-      -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc-7 \
-      -DCMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7 \
-      -DCMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7 \
-%endif
 %ifarch %{ix86} x86_64
       -DX86Build=ON \
 %endif
       -DPluginLibDir:STRING=%{_lib}
 
+pushd src/Tests/CMakeFiles
+for i in `find . -name link.txt` ;do sed -i 's/--no-as-needed 
-lpthread/--no-as-needed -lpthread -lfltk/' ${i} ;done
+popd
+
 make %{?_smp_mflags}
 
 %install

Reply via email to