commit xorg-x11-libXrender for openSUSE:Factory
Hello community, here is the log from the commit of package xorg-x11-libXrender for openSUSE:Factory checked in at Wed Dec 30 00:32:06 CET 2009. -------- --- xorg-x11-libXrender/xorg-x11-libXrender.changes 2009-12-14 20:17:37.000000000 +0100 +++ /mounts/work_src_done/STABLE/xorg-x11-libXrender/xorg-x11-libXrender.changes 2009-12-28 22:06:34.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Dec 28 22:04:12 CET 2009 - sndirsch@suse.de + +- libXrender-commit-f6f784c.diff + * Use Data instead of Data32 to avoid truncating the filter + parameters on 64-bit systems (bnc #567454) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- libXrender-commit-f6f784c.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-libXrender.spec ++++++ --- /var/tmp/diff_new_pack.LAGyvx/_old 2009-12-30 00:31:59.000000000 +0100 +++ /var/tmp/diff_new_pack.LAGyvx/_new 2009-12-30 00:31:59.000000000 +0100 @@ -23,7 +23,7 @@ BuildRequires: pkgconfig xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-proto-devel xorg-x11-xtrans-devel Url: http://xorg.freedesktop.org/ Version: 7.4 -Release: 6 +Release: 7 License: MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Libraries @@ -31,6 +31,7 @@ Summary: X.Org Xrender library Source: libXrender-%{dirsuffix}.tar.bz2 Source2: baselibs.conf +Patch: libXrender-commit-f6f784c.diff %description This package contains the X.Org Xrender library. @@ -66,6 +67,7 @@ %prep %setup -q -n libXrender-%{dirsuffix} +%patch -p1 %build #autoreconf -fi ++++++ libXrender-commit-f6f784c.diff ++++++ commit f6f784c0f98c28915bd26d04e4d8839806e29877 Author: Pierre-Loup Griffais <pgriffais@nvidia.com> Date: Fri Apr 18 17:32:32 2008 -0700 Use Data instead of Data32 to avoid truncating the filter parameters on 64-bit systems. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> diff --git a/src/Filter.c b/src/Filter.c index 0ccc811..45a481b 100644 --- a/src/Filter.c +++ b/src/Filter.c @@ -146,7 +146,7 @@ XRenderSetPictureFilter (Display *dpy, req->nbytes = nbytes; req->length += ((nbytes + 3) >> 2) + nparams; Data (dpy, filter, nbytes); - Data32 (dpy, params, nparams << 2); + Data (dpy, params, nparams << 2); UnlockDisplay(dpy); SyncHandle(); } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de