forked from pool/xorg-x11-server
This commit is contained in:
parent
e546d43c8f
commit
f77e48e38b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a0687812eaceaccc21d55dead47f1fbecf8300a28604bd2c08aae6ff7874cd0
|
|
||||||
size 5613930
|
|
3
xorg-server-1.5.1.tar.bz2
Normal file
3
xorg-server-1.5.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f36880bffaee0a5b2b704376a02b22066b6842445e1d77da698854e5973eb21
|
||||||
|
size 5614990
|
@ -1,3 +1,17 @@
|
|||||||
|
Tue Sep 23 21:30:54 CEST 2008 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- xorg-server 1.5.1 (planned for final X.Org 7.4 release)
|
||||||
|
* Conditionalize Composite-based backing store on
|
||||||
|
pScreen->backingStoreSupport. (Aaron Plattner)
|
||||||
|
* Move RELEASE_DATE below AC_INIT. (Adam Jackson)
|
||||||
|
* exa: disable shared pixmaps (Julien Cristau)
|
||||||
|
* Fix panoramiX request and reply swapping (Peter Harris)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 22 19:31:52 CEST 2008 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- disabled build of optional "xcliplist" module (bnc #428189)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 13 05:04:35 CEST 2008 - sndirsch@suse.de
|
Sat Sep 13 05:04:35 CEST 2008 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
%define dirsuffix 1.5.0
|
%define dirsuffix 1.5.1
|
||||||
%define fglrx_driver_hack 0
|
%define fglrx_driver_hack 0
|
||||||
%define vnc 1
|
%define vnc 1
|
||||||
BuildRequires: Mesa-devel bison flex fontconfig-devel freetype2-devel ghostscript-library libdrm-devel libopenssl-devel pkgconfig xorg-x11 xorg-x11-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-xtrans-devel
|
BuildRequires: Mesa-devel bison flex fontconfig-devel freetype2-devel ghostscript-library libdrm-devel libopenssl-devel pkgconfig xorg-x11 xorg-x11-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-xtrans-devel
|
||||||
@ -29,7 +29,7 @@ BuildRequires: libjpeg-devel
|
|||||||
Url: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
%define EXPERIMENTAL 0
|
%define EXPERIMENTAL 0
|
||||||
Version: 7.4
|
Version: 7.4
|
||||||
Release: 2
|
Release: 5
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Group: System/X11/Servers/XF86_4
|
Group: System/X11/Servers/XF86_4
|
||||||
@ -237,10 +237,8 @@ autoreconf -fi
|
|||||||
--with-release-version=7.2.0.0 \
|
--with-release-version=7.2.0.0 \
|
||||||
%endif
|
%endif
|
||||||
%if %vnc
|
%if %vnc
|
||||||
%ifnarch s390 s390x
|
|
||||||
--enable-xcliplist \
|
|
||||||
%endif
|
|
||||||
--enable-vnc \
|
--enable-vnc \
|
||||||
|
--disable-xcliplist \
|
||||||
%endif
|
%endif
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
@ -533,6 +531,15 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 23 2008 sndirsch@suse.de
|
||||||
|
- xorg-server 1.5.1 (planned for final X.Org 7.4 release)
|
||||||
|
* Conditionalize Composite-based backing store on
|
||||||
|
pScreen->backingStoreSupport. (Aaron Plattner)
|
||||||
|
* Move RELEASE_DATE below AC_INIT. (Adam Jackson)
|
||||||
|
* exa: disable shared pixmaps (Julien Cristau)
|
||||||
|
* Fix panoramiX request and reply swapping (Peter Harris)
|
||||||
|
* Mon Sep 22 2008 sndirsch@suse.de
|
||||||
|
- disabled build of optional "xcliplist" module (bnc #428189)
|
||||||
* Sat Sep 13 2008 sndirsch@suse.de
|
* Sat Sep 13 2008 sndirsch@suse.de
|
||||||
- added /usr/lib64/X11 dir to filelist to fix build on 64bit
|
- added /usr/lib64/X11 dir to filelist to fix build on 64bit
|
||||||
platforms
|
platforms
|
||||||
|
Loading…
Reference in New Issue
Block a user