From b7864b65edeb7311e8187f3ffcfe932c0a73f79e1d6cd5a3e9f4c60ba67c0f36 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 18 Jul 2014 06:48:48 +0000 Subject: [PATCH] Accepting request 241363 from home:tobijk:X11:XOrg - Update to version 1.16.0 (final): + Glamor integration. This GL-based X acceleration subsystem now offers reasonable performance that avoids software fall backs much of the time. + XWayland. This provides an X server integrated into a Wayland window system. It uses Glamor for rendering, and so avoids most of the performance problems inherent in window system layering. + systemd integration. This provides for systemd-based launching and management which improves boot performance and reliability + Elimination of thousands of compiler warnings. We've been slowly adding more and more compiler flags to the stock X build to warn us of unsafe coding practices. Version 1.16 finally addresses the enormous list of these warnings. + Glamor for Xephyr. This X-on-X implementation now serves as the primary development environment for our new 2D acceleration subsystem, permitting rapid development and testing on a single machine. + Non-PCI device support. Many graphics devices are not enumerated with the standard PCI APIs; now the X server can auto-detect and configure them as it does in more conventional systems. OBS-URL: https://build.opensuse.org/request/show/241363 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=526 --- xorg-server-1.15.99.904.tar.bz2 | 3 --- xorg-server-1.16.0.tar.bz2 | 3 +++ xorg-x11-server.changes | 24 ++++++++++++++++++++++++ xorg-x11-server.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 xorg-server-1.15.99.904.tar.bz2 create mode 100644 xorg-server-1.16.0.tar.bz2 diff --git a/xorg-server-1.15.99.904.tar.bz2 b/xorg-server-1.15.99.904.tar.bz2 deleted file mode 100644 index 917abcd..0000000 --- a/xorg-server-1.15.99.904.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bff7df25363d53d730b353bc19d8fc5fd183b8875e35ac26c6466a542a64b6f -size 5833710 diff --git a/xorg-server-1.16.0.tar.bz2 b/xorg-server-1.16.0.tar.bz2 new file mode 100644 index 0000000..8a29439 --- /dev/null +++ b/xorg-server-1.16.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38330a03c5f7a38745a3f9816cf069db5b8844eebb358fd39dbabf61f32cd06b +size 5832944 diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 8afbae4..5bb4d3e 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jul 17 15:50:10 UTC 2014 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 1.16.0 (final): + + Glamor integration. This GL-based X acceleration subsystem now + offers reasonable performance that avoids software fall backs much + of the time. + + XWayland. This provides an X server integrated into a Wayland + window system. It uses Glamor for rendering, and so avoids most of + the performance problems inherent in window system layering. + + systemd integration. This provides for systemd-based launching and + management which improves boot performance and reliability + + Elimination of thousands of compiler warnings. We've been slowly + adding more and more compiler flags to the stock X build to warn us + of unsafe coding practices. Version 1.16 finally addresses the + enormous list of these warnings. + + Glamor for Xephyr. This X-on-X implementation now serves as the + primary development environment for our new 2D acceleration + subsystem, permitting rapid development and testing on a single + machine. + + Non-PCI device support. Many graphics devices are not enumerated + with the standard PCI APIs; now the X server can auto-detect and + configure them as it does in more conventional systems. + ------------------------------------------------------------------- Wed Jul 9 13:05:56 UTC 2014 - sndirsch@suse.com diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index dee7daf..44155a2 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -18,7 +18,7 @@ Name: xorg-x11-server -%define dirsuffix 1.15.99.904 +%define dirsuffix 1.16.0 Summary: X License: MIT