Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libGLw for openSUSE:Factory checked in at 2021-10-04 18:40:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libGLw (Old) and /work/SRC/openSUSE:Factory/.libGLw.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libGLw" Mon Oct 4 18:40:33 2021 rev:17 rq:922981 version:8.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libGLw/libGLw.changes 2021-07-30 23:22:08.095639156 +0200 +++ /work/SRC/openSUSE:Factory/.libGLw.new.2443/libGLw.changes 2021-10-04 18:42:25.418297157 +0200 @@ -1,0 +2,5 @@ +Mon Oct 4 09:47:46 UTC 2021 - Stefan Dirsch <[email protected]> + +- fix libGLw.so symlink of devel package (bsc#1191122) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libGLw.spec ++++++ --- /var/tmp/diff_new_pack.xLaXbY/_old 2021-10-04 18:42:25.902297943 +0200 +++ /var/tmp/diff_new_pack.xLaXbY/_new 2021-10-04 18:42:25.902297943 +0200 @@ -68,6 +68,7 @@ %package devel Requires: GLw%{libversion} = %version +Requires: GLw%{libversion} = %version-%release Requires: pkgconfig(gl) Summary: Includes and more to develop MesaGLw applications Group: Development/Libraries/C and C++ @@ -126,15 +127,18 @@ %files -n %lname %defattr(-,root,root) %doc README -%{_libdir}/libGLwXT.so.* +%{_libdir}/libGLwXT.so.1.* %files devel %defattr(-,root,root) /usr/include/GL %{_libdir}/pkgconfig/glw.pc -%post devel -ln -sf $(readlink %{_libdir}/libGLw.so.%{libversion}) %{_libdir}/libGLw.so +%triggerin -n libGLw-devel -- %lname +ln -snf libGLw.so.1 %{_libdir}/libGLw.so + +%triggerin -n libGLw-devel -- %lname_m +ln -snf libGLw.so.1 %{_libdir}/libGLw.so %preun devel [ $1 -eq 0 ] && rm -f %{_libdir}/libGLw.so || true @@ -148,11 +152,8 @@ %files -n %lname_m %defattr(-,root,root) %doc README -%{_libdir}/libGLwM.so.1* +%{_libdir}/libGLwM.so.1.* %endif -%clean -rm -rf build-GLwM build-GLw - %changelog
