The branch, master has been updated via 1d074b1ae8fbb140c17c42cc6abd6e00a6fe1ca2 (commit) from edbd95b9056ec39d827dcfbb6291754cae990d40 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1d074b1ae8fbb140c17c42cc6abd6e00a6fe1ca2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 17 21:03:26 2013 +0100 nx-libs.spec: fix symlink creation for Xinerama (missing subfolder) ----------------------------------------------------------------------- Summary of changes: nx-libs.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/nx-libs.spec b/nx-libs.spec index e9b6b81..34f87c3 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -578,8 +578,8 @@ rm -r %{buildroot}%{_includedir}/nx/X11/Xtrans %post -n libNX_Xext -p /sbin/ldconfig %post -n libNX_Xfixes -p /sbin/ldconfig %post -n libNX_Xinerama -ln -s -f %{_libdir}/libX11.so.6 %{_libdir}/X11/Xinerama/libNX_X11.so.6 -ln -s -f %{_libdir}/libXext.so.6 %{_libdir}/X11/Xinerama/libNX_Xext.so.6 +ln -s -f %{_libdir}/libX11.so.6 %{_libdir}/nx/X11/Xinerama/libNX_X11.so.6 +ln -s -f %{_libdir}/libXext.so.6 %{_libdir}/nx/X11/Xinerama/libNX_Xext.so.6 /sbin/ldconfig %post -n libNX_Xpm -p /sbin/ldconfig @@ -591,8 +591,8 @@ ln -s -f %{_libdir}/libXext.so.6 %{_libdir}/X11/Xinerama/libNX_Xext.so.6 %post -n libXcompshad -p /sbin/ldconfig %preun -n libNX_Xinerama -rm -f %{_libdir}/X11/Xinerama/libNX_X11.so.6 -rm -f %{_libdir}/X11/Xinerama/libNX_Xext.so.6 +rm -f %{_libdir}/nx/X11/Xinerama/libNX_X11.so.6 +rm -f %{_libdir}/nx/X11/Xinerama/libNX_Xext.so.6 %postun -p /sbin/ldconfig %postun -n libNX_X11 -p /sbin/ldconfig hooks/post-receive -- nx-libs.git (NX (redistributed)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "nx-libs.git" (NX (redistributed)).