* Fri Jun 22 2007 Kristian Høgsberg <krh@redhat.com> - 1.3.0.0-10
- Change the default font path to catalogue:/etc/X11/fontpath.d,built-ins - Drop build dependency xorg-x11-font-utils.
This commit is contained in:
parent
b8f2e2512c
commit
7ee07dfade
@ -9,7 +9,7 @@
|
|||||||
Summary: X.Org X11 X server
|
Summary: X.Org X11 X server
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
Version: 1.3.0.0
|
Version: 1.3.0.0
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -136,7 +136,6 @@ BuildRequires: libXpm-devel
|
|||||||
BuildRequires: libXaw-devel
|
BuildRequires: libXaw-devel
|
||||||
BuildRequires: libXfixes-devel
|
BuildRequires: libXfixes-devel
|
||||||
|
|
||||||
BuildRequires: xorg-x11-font-utils >= 1.0.0-1
|
|
||||||
BuildRequires: mesa-libGL-devel >= 6.5.2
|
BuildRequires: mesa-libGL-devel >= 6.5.2
|
||||||
BuildRequires: mesa-source >= 6.5.2
|
BuildRequires: mesa-source >= 6.5.2
|
||||||
# XXX silly...
|
# XXX silly...
|
||||||
@ -147,6 +146,9 @@ Requires: libdrm >= 2.3.0
|
|||||||
|
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
|
||||||
|
# Make sure libXfont has the catalogue FPE
|
||||||
|
Requires: libXfont >= 1.2.9
|
||||||
|
|
||||||
# Make sure we pull ABI compatible drivers.
|
# Make sure we pull ABI compatible drivers.
|
||||||
Conflicts: xorg-x11-drv-ati < 6.6.1
|
Conflicts: xorg-x11-drv-ati < 6.6.1
|
||||||
Conflicts: xorg-x11-drv-i810 < 1.6.0
|
Conflicts: xorg-x11-drv-i810 < 1.6.0
|
||||||
@ -338,7 +340,7 @@ aclocal ; automake -a ; autoconf
|
|||||||
--enable-xcsecurity \
|
--enable-xcsecurity \
|
||||||
--enable-xevie \
|
--enable-xevie \
|
||||||
--with-int10=x86emu \
|
--with-int10=x86emu \
|
||||||
--with-default-font-path="unix/:7100,built-ins" \
|
--with-default-font-path="catalogue:/etc/X11/fontpath.d,built-ins" \
|
||||||
--with-module-dir=%{moduledir} \
|
--with-module-dir=%{moduledir} \
|
||||||
--with-os-name="Fedora Core 7" \
|
--with-os-name="Fedora Core 7" \
|
||||||
--with-os-vendor="Red Hat, Inc." \
|
--with-os-vendor="Red Hat, Inc." \
|
||||||
@ -347,7 +349,6 @@ aclocal ; automake -a ; autoconf
|
|||||||
--with-rgb-path=%{_datadir}/X11/rgb \
|
--with-rgb-path=%{_datadir}/X11/rgb \
|
||||||
--disable-xorgcfg \
|
--disable-xorgcfg \
|
||||||
--enable-install-libxf86config \
|
--enable-install-libxf86config \
|
||||||
--with-fontdir=%(pkg-config --variable=fontdir fontutil) \
|
|
||||||
--with-mesa-source=%{_datadir}/mesa/source \
|
--with-mesa-source=%{_datadir}/mesa/source \
|
||||||
%if %{with_hw_servers}
|
%if %{with_hw_servers}
|
||||||
--enable-dri \
|
--enable-dri \
|
||||||
@ -579,6 +580,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 22 2007 Kristian Høgsberg <krh@redhat.com> - 1.3.0.0-10
|
||||||
|
- Change the default font path to catalogue:/etc/X11/fontpath.d,built-ins
|
||||||
|
- Drop build dependency xorg-x11-font-utils.
|
||||||
|
|
||||||
* Mon Jun 11 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-9
|
* Mon Jun 11 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-9
|
||||||
- xserver-1.3.0-reput-video.patch: Don't crash when minimizing an Xv
|
- xserver-1.3.0-reput-video.patch: Don't crash when minimizing an Xv
|
||||||
window. (#241214)
|
window. (#241214)
|
||||||
|
Loading…
Reference in New Issue
Block a user