Hello community, here is the log from the commit of package audaspace for openSUSE:Factory checked in at 2017-10-03 23:17:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audaspace (Old) and /work/SRC/openSUSE:Factory/.audaspace.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audaspace" Tue Oct 3 23:17:15 2017 rev:9 rq:528251 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/audaspace/audaspace.changes 2017-04-11 09:36:35.869679162 +0200 +++ /work/SRC/openSUSE:Factory/.audaspace.new/audaspace.changes 2017-10-03 23:17:16.334526507 +0200 @@ -1,0 +2,7 @@ +Fri Sep 22 08:35:04 UTC 2017 - [email protected] + +- Moved lib*.so plugin symlinks from the devel package to the + pluginsn package as a temporary work around for boo#1057965 + reported upstream https://github.com/audaspace/audaspace/issues/10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audaspace.spec ++++++ --- /var/tmp/diff_new_pack.ADKJWN/_old 2017-10-03 23:17:17.106417876 +0200 +++ /var/tmp/diff_new_pack.ADKJWN/_new 2017-10-03 23:17:17.110417313 +0200 @@ -157,6 +157,15 @@ cp -v LICENSE AUTHORS CHANGES README.md %{buildroot}%{_docdir}/%{name}/license/ find %{buildroot} -name '*.la' -delete %fdupes -s %{buildroot}%{_docdir}/%{name} +%if 1 == 0 +# 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 +for i in `find . -name "lib*.so.%{soversion}" |cut -d "." -f 2` +do mv .${i}.so.1.3 .${i}.so +done +popd +%endif %post -n libaudaspace%{sover} -p /sbin/ldconfig @@ -170,12 +179,6 @@ %postun -n libaudaspace-py%{sover} -p /sbin/ldconfig -%post plugins -/sbin/ldconfig %{_libdir}/%{name}/plugins/ - -%postun plugins -/sbin/ldconfig %{_libdir}/%{name}/plugins/ - %files %defattr (-, root, root) %{_bindir}/* @@ -184,7 +187,8 @@ %defattr (-, root, root) %dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/plugins -%{_libdir}/%{name}/plugins/*.%{soversion} +%{_libdir}/%{name}/plugins/*.so +%{_libdir}/%{name}/plugins/*.so.%{soversion} %files -n libaudaspace%{sover} %defattr (-, root, root) @@ -208,6 +212,5 @@ %{_libdir}/pkgconfig/* %{_includedir}/* %{_libdir}/*.so -%{_libdir}/%{name}/plugins/*.so %changelog
