OBS User unknown 2008-07-04 23:52:40 +00:00 committed by Git OBS Bridge
parent 35832d60cb
commit 0cc598b327
12 changed files with 72 additions and 54 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c167cfd529b7c67f496ee0bed3c0b43e0107de0f689d387c1c0e23ef7cf3d2f2
size 584023

3
libXfont-1.3.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6171e6bca4bd6333611bd9c63cccc8e8e412d876c72097f0dddc490a9df51d5a
size 591117

View File

@ -1,20 +0,0 @@
commit 1ab07ce0eec4f6c7ed66c7aba3edf8c4315dd907
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Tue May 13 17:26:57 2008 -0700
FontFileDirectoryChanged: check length of "fonts.alias" as well as "fonts.dir"
diff --git a/src/fontfile/dirfile.c b/src/fontfile/dirfile.c
index a13798a..1489938 100755
--- a/src/fontfile/dirfile.c
+++ b/src/fontfile/dirfile.c
@@ -176,6 +176,9 @@ FontFileDirectoryChanged(FontDirectoryPtr dir)
}
if (dir->dir_mtime != statb.st_mtime)
return TRUE;
+
+ if ((strlen(dir->directory) + sizeof(FontAliasFile)) > sizeof(dir_file))
+ return FALSE;
strcpy (dir_file, dir->directory);
strcat (dir_file, FontAliasFile);
if (stat (dir_file, &statb) == -1)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68b46f85caaf0b30c876bd983abe144c25755bee7532e8738ab7ebe29a428986
size 260437

3
libXft-2.1.13.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce7688258af34c14af421bcfb306d4310245b727d2417ac968b7f6b2facfde8c
size 268153

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:206f8dc850f12b1213fb73dbef09fafa1bb8fb8c3ddfe4d39721c1e2dec12a98
size 224302

3
libXrandr-1.2.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8edfe26b8c4c3677a3a949f81a8b09a5fad62972020bfd230401e11cc0ed267
size 251814

3
libXxf86vm-1.0.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cb3c3c6552a4fbc686ba6c2dbeb6e4ba2a27103279908831d56363de73951de
size 240637

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:494636571ae72af7524c3a7703324ef68dbf755f753054317489fe79ac895ae0
size 228000

View File

@ -1,11 +0,0 @@
diff -ru xc.orig/lib/Xft/xftname.c xc/lib/Xft/xftname.c
--- xc.orig/lib/Xft/xftname.c 2005-11-30 11:34:57.000000000 +0100
+++ xc/lib/Xft/xftname.c 2006-01-03 11:27:05.000000000 +0100
@@ -28,6 +28,7 @@
{ XFT_CORE, FcTypeBool, },
{ XFT_XLFD, FcTypeString, },
{ XFT_RENDER, FcTypeBool, },
+ { XFT_MAX_GLYPH_MEMORY, FcTypeInteger, },
};
#define NUM_OBJECT_TYPES (sizeof _XftObjectTypes / sizeof _XftObjectTypes[0])

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Jul 4 05:22:20 CEST 2008 - sndirsch@suse.de
- libXrandr 1.2.3
* Hide some private symbols.
* bfo #14388: Remove XRRScreenConfig() and XRRConfig() from
Xrandr.h.
* Rename parameters to clarify QueryVersion/QueryExtension.
* bfo #16430: Ignore ConfigureNotify on non-root windows in
UpdateConfiguration
- libXfont 1.3.3
* Don't allow a font alias to point to itself and create a loop
* FontFileDirectoryChanged: check length of "fonts.alias" as well
as "fonts.dir"
* Add missing include in src/FreeType/ftfuncs.c
* Do not call FT_Get_BDF_Charset_ID() if configured with
--disable-bdfformat
- obsoletes libXfont-commit-0f9db4a.diff
- libXxf86vm 1.0.2
* bfo #10846: Fix XF86VidModeGetMonitor when vendor or model are
null.
* Don't terminate zero-length strings.
- libXft 2.1.13
* bfo #14232: Fix XftDrawRect when Render not supported.
* XftFontOpenInfo: Use of uninitialised value of size 8
(bfo #11200)
* Register objects used by libXft.
- obsoletes p_xft_register.diff
-------------------------------------------------------------------
Thu Jun 12 23:17:09 CEST 2008 - sndirsch@suse.de

View File

@ -20,7 +20,7 @@ Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
%endif
Url: http://xorg.freedesktop.org/
Version: 7.3
Release: 66
Release: 68
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
@ -35,18 +35,18 @@ Source6: libXcomposite-0.4.0.tar.bz2
Source7: libXcursor-1.1.9.tar.bz2
Source8: libXdamage-1.1.1.tar.bz2
Source9: libXevie-1.0.2.tar.bz2
Source10: libXfont-1.3.2.tar.bz2
Source10: libXfont-1.3.3.tar.bz2
Source11: libXfontcache-1.0.4.tar.bz2
Source12: libXft-2.1.12.tar.bz2
Source12: libXft-2.1.13.tar.bz2
Source13: libXi-1.1.3.tar.bz2
Source14: libXinerama-1.0.3.tar.bz2
Source15: libXprintAppUtil-X11R7.0-1.0.1.tar.bz2
Source16: libXrandr-1.2.2.tar.bz2
Source16: libXrandr-1.2.3.tar.bz2
Source17: libXtst-1.0.3.tar.bz2
Source18: libXvMC-1.0.4.tar.bz2
Source19: libXxf86dga-1.0.2.tar.bz2
Source20: libXxf86misc-X11R7.1-1.0.1.tar.bz2
Source21: libXxf86vm-X11R7.1-1.0.1.tar.bz2
Source21: libXxf86vm-1.0.2.tar.bz2
Source22: libdmx-X11R7.1-1.0.2.tar.bz2
Source23: liblbxutil-X11R7.1-1.0.1.tar.bz2
Source24: liboldX-X11R7.0-1.0.1.tar.bz2
@ -62,10 +62,8 @@ Source33: libpciaccess-0.10.3.tar.bz2
Patch: libXrandr.diff
Patch2: libXft-2.1.7-lcd-filter-2.patch
Patch3: p_xft_cjk.diff
Patch4: p_xft_register.diff
Patch5: libxkbui.diff
Patch10: libXxf86misc-xcb.diff
Patch11: libXfont-commit-0f9db4a.diff
%description
This package contains the remaining X.Org libraries.
@ -143,7 +141,6 @@ pushd libXft-*/src
%patch2 -p1
%endif
%patch3 -p1
%patch4 -p3
popd
pushd libxkbui-*
%patch5
@ -151,9 +148,6 @@ popd
pushd libXxf86misc-*
%patch10 -p0
popd
pushd libXfont-*
%patch11 -p1
popd
%build
for dir in libXft1-* xbitmaps-* $(ls | grep -v -e libXft1 -e xbitmaps); do
@ -226,6 +220,32 @@ exit 0
%{_mandir}/man3/*
%changelog
* Fri Jul 04 2008 sndirsch@suse.de
- libXrandr 1.2.3
* Hide some private symbols.
* bfo #14388: Remove XRRScreenConfig() and XRRConfig() from
Xrandr.h.
* Rename parameters to clarify QueryVersion/QueryExtension.
* bfo #16430: Ignore ConfigureNotify on non-root windows in
UpdateConfiguration
- libXfont 1.3.3
* Don't allow a font alias to point to itself and create a loop
* FontFileDirectoryChanged: check length of "fonts.alias" as well
as "fonts.dir"
* Add missing include in src/FreeType/ftfuncs.c
* Do not call FT_Get_BDF_Charset_ID() if configured with
--disable-bdfformat
- obsoletes libXfont-commit-0f9db4a.diff
- libXxf86vm 1.0.2
* bfo #10846: Fix XF86VidModeGetMonitor when vendor or model are
null.
* Don't terminate zero-length strings.
- libXft 2.1.13
* bfo #14232: Fix XftDrawRect when Render not supported.
* XftFontOpenInfo: Use of uninitialised value of size 8
(bfo #11200)
* Register objects used by libXft.
- obsoletes p_xft_register.diff
* Fri Jun 13 2008 sndirsch@suse.de
- libpciaccess 0.10.3
* Thu May 22 2008 sndirsch@suse.de