Author: glen Date: Mon Mar 2 10:31:48 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - silly typo; rel 3 (thx radek)
---- Files affected: SPECS: xorg-lib-libX11.spec (1.45 -> 1.46) ---- Diffs: ================================================================ Index: SPECS/xorg-lib-libX11.spec diff -u SPECS/xorg-lib-libX11.spec:1.45 SPECS/xorg-lib-libX11.spec:1.46 --- SPECS/xorg-lib-libX11.spec:1.45 Fri Feb 27 01:06:11 2009 +++ SPECS/xorg-lib-libX11.spec Mon Mar 2 11:31:43 2009 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): Podstawowa biblioteka X11 Name: xorg-lib-libX11 Version: 1.2 -Release: 2 +Release: 3 License: MIT Group: X11/Libraries Source0: http://xorg.freedesktop.org/releases/individual/lib/libX11-%{version}.tar.bz2 @@ -114,7 +114,7 @@ %pretrans # this needs to be a dir -if [ -f -L %{_libdir}/X11 ]; then +if [ -L %{_libdir}/X11 ]; then umask 022 mv -f %{_libdir}/X11{,.rpmsave} mkdir %{_libdir}/X11 @@ -165,6 +165,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.46 2009/03/02 10:31:43 glen +- silly typo; rel 3 (thx radek) + Revision 1.45 2009/02/27 00:06:11 glen - %{_libdir}/X11 needs to be dir not symlink from ac upgrade; rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xorg-lib-libX11.spec?r1=1.45&r2=1.46&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
