Hello community,

here is the log from the commit of package audaspace for openSUSE:Leap:15.2 
checked in at 2020-05-13 13:47:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/audaspace (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.audaspace.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audaspace"

Wed May 13 13:47:28 2020 rev:10 rq:804846 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/audaspace/audaspace.changes    2020-01-15 
14:47:43.885311098 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.audaspace.new.2738/audaspace.changes  
2020-05-13 13:47:31.417332005 +0200
@@ -1,0 +2,27 @@
+Mon Nov 18 23:15:31 UTC 2019 - Simon Lees <[email protected]>
+
+- %make_jobs is depricated replaced by %cmake_build
+ 
+-------------------------------------------------------------------
+Thu Jul 11 18:31:47 UTC 2019 - Stefan BrĂ¼ns <[email protected]>
+
+- Fix build on x86_64 and aarch64, do not overwrite -fPIC with -fPIE
+- Spec cleanup, remove defattr, use license macro
+- Use graphviz-gd instead of graphviz-gnome
+
+-------------------------------------------------------------------
+Tue Feb 12 16:51:13 UTC 2019 - [email protected]
+
+- Add audaspace-support-ffmpeg4.patch: Fix build with ffmpeg 4.
+
+-------------------------------------------------------------------
+Fri May  4 14:03:47 UTC 2018 - [email protected]
+
+- Use ffmpeg3 versions of pkgconfig(libav*)
+
+-------------------------------------------------------------------
+Sat Apr 21 12:56:08 UTC 2018 - [email protected]
+
+- Explicitly request ffmpeg 3.x for building
+
+-------------------------------------------------------------------

New:
----
  audaspace-support-ffmpeg4.patch

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

Other differences:
------------------
++++++ audaspace.spec ++++++
--- /var/tmp/diff_new_pack.SLsVem/_old  2020-05-13 13:47:32.269333839 +0200
+++ /var/tmp/diff_new_pack.SLsVem/_new  2020-05-13 13:47:32.273333848 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package audaspace
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -34,19 +34,19 @@
 #PATCH-FIX-UPSTREAM audaspace-plugin-build-options.patch [email protected] 
-- add options for building plugins.
 # See boo#1057965
 Patch1:         audaspace-plugin-build-options.patch
+# PATCH-FIX-UPSTREAM audaspace-support-ffmpeg4.patch -- Support ffmpeg v4
+Patch2:         audaspace-support-ffmpeg4.patch
 BuildRequires:  cmake > 3
 BuildRequires:  doxygen
 BuildRequires:  fdupes
-%if 0%{?suse_version} > 1320 || 0%{is_opensuse} == 1
+BuildRequires:  gcc-c++
+BuildRequires:  graphviz-gd
+BuildRequires:  jack-audio-connection-kit-devel
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
-%endif
-BuildRequires:  gcc-c++
-BuildRequires:  graphviz-gnome
-BuildRequires:  jack-audio-connection-kit-devel
-BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(sndfile)
 #BuildRequires:  python-devel
 #BuildRequires:  python3-Sphinx
@@ -132,6 +132,7 @@
 %setup -n audaspace-%{version} -q
 %patch0
 %patch1
+%patch2 -p1
 
 %build
 tmpflags="%{optflags}"
@@ -143,23 +144,17 @@
 %endif
 # NOTE: python3 numpy include flag (-isystem points to includes) reported 
upstream.
 %cmake -DWITH_VERSIONED_PLUGINS:BOOL=FALSE \
-%if 0%{?suse_version} > 1320 || 0%{is_opensuse} == 1
       -DWITH_FFMPEG:BOOL=TRUE \
-%else
-      -DWITH_FFMPEG:BOOL=FALSE \
-%endif
       -DCMAKE_EXE_LINKER_FLAGS:STRING="$CMAKE_EXE_LINKER_FLAGS -pie" \
       -DDEFAULT_PLUGIN_PATH:PATH=%{_libdir}/%{name}-%{soversion}/plugins \
       -DWITH_PYTHON_MODULE:BOOL=off \
-      -DCMAKE_C_FLAGS:STRING="%{optflags} -fPIE -isystem 
%{python3_sitearch}/numpy/core/include/" \
-      -DCMAKE_CXX_FLAGS:STRING="${tmpflags} -fPIE -isystem 
%{python3_sitearch}/numpy/core/include/" \
+      -DCMAKE_C_FLAGS:STRING="%{optflags} -isystem 
%{python3_sitearch}/numpy/core/include/" \
+      -DCMAKE_CXX_FLAGS:STRING="${tmpflags} -isystem 
%{python3_sitearch}/numpy/core/include/" \
       -DDOCUMENTATION_INSTALL_PATH:PATH=%{_docdir}/%{name}
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install
-mkdir -p %{buildroot}%{_docdir}/%{name}/license
-cp -v LICENSE AUTHORS CHANGES README.md %{buildroot}%{_docdir}/%{name}/license/
 find %{buildroot} -name '*.la' -delete
 %fdupes -s %{buildroot}%{_docdir}/%{name}
 
@@ -176,35 +171,30 @@
 %postun -n libaudaspace-py%{sover} -p /sbin/ldconfig
 
 %files
-%defattr (-, root, root)
+%license LICENSE
 %{_bindir}/*
 
 %files plugins
-%defattr (-, root, root)
 %dir %{_libdir}/%{name}-%{soversion}
 %dir %{_libdir}/%{name}-%{soversion}/plugins
 %{_libdir}/%{name}-%{soversion}/plugins/*.so
 #%%{_libdir}/%%{name}-%%{soversion}/plugins/*.so
 
 %files -n libaudaspace%{sover}
-%defattr (-, root, root)
 %{_libdir}/libaudaspace.so.%{soversion}
 
 %files -n libaudaspace-c%{sover}
-%defattr (-, root, root)
 %{_libdir}/libaudaspace-c.so.%{soversion}
 
 %files -n libaudaspace-py%{sover}
-%defattr (-, root, root)
 %{_libdir}/libaudaspace-py.so.%{soversion}
 
 %files doc
-%defattr (-, root, root)
+%doc AUTHORS CHANGES README.md
 %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/*
 
 %files devel
-%defattr (-, root, root)
 %{_libdir}/pkgconfig/*
 %{_includedir}/*
 %{_libdir}/*.so

++++++ audaspace-support-ffmpeg4.patch ++++++
++++ 709 lines (skipped)


Reply via email to