|
@@ -5,8 +5,8 @@
|
|
Summary: X.Org X11 X server
|
|
Summary: X.Org X11 X server
|
|
Summary(ja): X.Org X11 X サーバ
|
|
Summary(ja): X.Org X11 X サーバ
|
|
Name: xorg-x11-server
|
|
Name: xorg-x11-server
|
|
-Version: 1.17.4
|
|
+Version: 1.18.3
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
URL: http://www.x.org
|
|
URL: http://www.x.org
|
|
License: MIT/X11
|
|
License: MIT/X11
|
|
Group: User Interface/X
|
|
Group: User Interface/X
|
|
@@ -29,8 +29,6 @@ Patch5: xserver-1.8.1-pic-libxf86config.patch
|
|
# This really could be done prettier.
|
|
# This really could be done prettier.
|
|
Patch5002: xserver-1.12.1-ssh-isnt-local.patch
|
|
Patch5002: xserver-1.12.1-ssh-isnt-local.patch
|
|
|
|
|
|
-Patch6030: xserver-1.16.2-right-of.patch
|
|
|
|
-
|
|
|
|
## Vine Patch
|
|
## Vine Patch
|
|
# autodetect nvidia driver
|
|
# autodetect nvidia driver
|
|
Patch10010: xorg-x11-server-1.12.1-nvidia.patch
|
|
Patch10010: xorg-x11-server-1.12.1-nvidia.patch
|
|
@@ -103,7 +101,7 @@ BuildRequires: openssl-devel
|
|
# XXX Really? Why would we need this, Xfont should hide it.
|
|
# XXX Really? Why would we need this, Xfont should hide it.
|
|
BuildRequires: freetype2-devel
|
|
BuildRequires: freetype2-devel
|
|
|
|
|
|
-BuildRequires: eudev-libgudev1-devel
|
|
+BuildRequires: libgudev-devel
|
|
BuildRequires: dbus-devel
|
|
BuildRequires: dbus-devel
|
|
|
|
|
|
# DMX config utils buildreqs.
|
|
# DMX config utils buildreqs.
|
|
@@ -117,6 +115,7 @@ BuildRequires: libXaw-devel >= 1.0.5
|
|
BuildRequires: libXfixes-devel
|
|
BuildRequires: libXfixes-devel
|
|
BuildRequires: libXdamage-devel
|
|
BuildRequires: libXdamage-devel
|
|
BuildRequires: libXv-devel
|
|
BuildRequires: libXv-devel
|
|
|
|
+BuildRequires: libxshmfence-devel
|
|
|
|
|
|
BuildRequires: mesa-libGL-devel >= 7.8
|
|
BuildRequires: mesa-libGL-devel >= 7.8
|
|
BuildRequires: mesa-libEGL-devel
|
|
BuildRequires: mesa-libEGL-devel
|
|
@@ -287,8 +286,6 @@ Xserver source code needed to build VNC server (Xvnc)
|
|
|
|
|
|
%patch5002 -p1 -b .ssh-isnt-local
|
|
%patch5002 -p1 -b .ssh-isnt-local
|
|
|
|
|
|
-%patch6030 -p1 -b .right-of
|
|
|
|
-
|
|
|
|
# Vine patch
|
|
# Vine patch
|
|
%patch10010 -p1 -b .nvidia
|
|
%patch10010 -p1 -b .nvidia
|
|
%patch10020 -p1 -b .fglrx
|
|
%patch10020 -p1 -b .fglrx
|
|
@@ -517,7 +514,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
%if %{with_hw_servers}
|
|
%if %{with_hw_servers}
|
|
%files sdk
|
|
%files sdk
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{_libdir}/libxf86config.a
|
|
|
|
%{_libdir}/pkgconfig/xorg-server.pc
|
|
%{_libdir}/pkgconfig/xorg-server.pc
|
|
%dir %{_includedir}/xorg
|
|
%dir %{_includedir}/xorg
|
|
%{sdkdir}/*.h
|
|
%{sdkdir}/*.h
|
|
@@ -530,6 +526,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18.3-1
|
|
|
|
+- update to 1.18.3
|
|
|
|
+- remove Patch6030 (xserver-1.16.2-right-of.patch)
|
|
|
|
+- add BuildRequires: libxshmfence-devel
|
|
|
|
+- change BuildRequires: libgudev-devel instead of eudev-libgudev1-devel
|
|
|
|
+
|
|
* Mon Nov 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.17.4-2
|
|
* Mon Nov 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.17.4-2
|
|
- remove Patch 2014,6002,6028,6033
|
|
- remove Patch 2014,6002,6028,6033
|
|
|
|
|