Hello community,

here is the log from the commit of package openal-soft for openSUSE:Factory 
checked in at 2019-06-02 15:15:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openal-soft (Old)
 and      /work/SRC/openSUSE:Factory/.openal-soft.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openal-soft"

Sun Jun  2 15:15:17 2019 rev:38 rq:706472 version:1.19.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openal-soft/openal-soft.changes  2019-04-08 
20:51:12.402465868 +0200
+++ /work/SRC/openSUSE:Factory/.openal-soft.new.5148/openal-soft.changes        
2019-06-02 15:15:20.226105427 +0200
@@ -1,0 +2,6 @@
+Wed May 29 08:01:46 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Use more of macros for building
+- Build gui config tool as well
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openal-soft.spec ++++++
--- /var/tmp/diff_new_pack.3G6rm1/_old  2019-06-02 15:15:20.742105204 +0200
+++ /var/tmp/diff_new_pack.3G6rm1/_new  2019-06-02 15:15:20.742105204 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(libpulse)
@@ -73,8 +74,8 @@
 Summary:        OpenAL Soft HRTF generation utility
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Utilities
-Provides:       openal-soft-devel:%{_bindir}/makehrtf
 Conflicts:      openal-soft-devel < %{version}
+Provides:       openal-soft-devel:%{_bindir}/makehrtf
 
 %description makehrtf
 OpenAL is an audio library designed in the spirit of the OpenGL API.
@@ -97,8 +98,8 @@
 Summary:        OpenAL Soft tools
 License:        LGPL-2.1-or-later AND MIT
 Group:          Productivity/Multimedia/Sound/Utilities
-Provides:       openal-soft:%{_bindir}/openal-info
 Conflicts:      openal-soft < %{version}
+Provides:       openal-soft:%{_bindir}/openal-info
 
 %description tools
 OpenAL is an audio library designed in the spirit of the OpenGL API.
@@ -131,8 +132,9 @@
 %build
 %cmake \
   -DCMAKE_BUILD_TYPE=Release \
-  -DALSOFT_CONFIG=ON
-make %{?_smp_mflags}
+  -DALSOFT_CONFIG=ON \
+  -Wno-dev
+%make_jobs
 gcc -Wall %{optflags} -fPIC -DPIC -Wl,-soname,libopenal.so.0 -shared 
-Wl,--no-as-needed -L. -lopenal -o libopenal.so.0 %{SOURCE1}
 
 %install
@@ -148,6 +150,7 @@
 %files tools
 %license COPYING
 %{_bindir}/openal-info
+%{_bindir}/alsoft-config
 %{_bindir}/altonegen
 %{_bindir}/alrecord
 


Reply via email to