Hello community,

here is the log from the commit of package audaspace for openSUSE:Factory 
checked in at 2017-10-19 19:32:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audaspace (Old)
 and      /work/SRC/openSUSE:Factory/.audaspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audaspace"

Thu Oct 19 19:32:58 2017 rev:10 rq:534903 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/audaspace/audaspace.changes      2017-10-03 
23:17:16.334526507 +0200
+++ /work/SRC/openSUSE:Factory/.audaspace.new/audaspace.changes 2017-10-19 
19:32:59.518475600 +0200
@@ -1,0 +2,6 @@
+Wed Oct 18 08:45:37 UTC 2017 - [email protected]
+
+- Delete plugin symlinks and remove version suffixes to further fix
+  boo#1057965 and audaspace issue#10
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ audaspace.spec ++++++
--- /var/tmp/diff_new_pack.9Osk12/_old  2017-10-19 19:33:00.310438546 +0200
+++ /var/tmp/diff_new_pack.9Osk12/_new  2017-10-19 19:33:00.310438546 +0200
@@ -144,7 +144,7 @@
 %else
       -DWITH_FFMPEG:BOOL=FALSE \
 %endif
-      -DDEFAULT_PLUGIN_PATH:PATH=%{_libdir}/%{name}/plugins \
+      -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/" \
@@ -157,7 +157,7 @@
 cp -v LICENSE AUTHORS CHANGES README.md %{buildroot}%{_docdir}/%{name}/license/
 find %{buildroot} -name '*.la' -delete
 %fdupes -s %{buildroot}%{_docdir}/%{name}
-%if 1 == 0
+%if 1 == 1
 # This is a workaround for boo#1057965
 find %{buildroot}%{_libdir}/%{name}-%{soversion}/plugins -type l -name 
"lib*.so" -print -delete
 pushd %{buildroot}%{_libdir}/%{name}-%{soversion}/plugins
@@ -185,10 +185,10 @@
 
 %files plugins
 %defattr (-, root, root)
-%dir %{_libdir}/%{name}
-%dir %{_libdir}/%{name}/plugins
-%{_libdir}/%{name}/plugins/*.so
-%{_libdir}/%{name}/plugins/*.so.%{soversion}
+%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)


Reply via email to