Hello community, here is the log from the commit of package xorg-x11-server for openSUSE:Factory checked in at 2016-03-29 09:55:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old) and /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11-server" Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes 2016-03-07 15:02:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 2016-03-29 09:55:16.000000000 +0200 @@ -1,0 +2,26 @@ +Tue Mar 22 12:22:28 UTC 2016 - [email protected] + +- Add support for a driver specific PCI IDs files supplementing + what's in xf86VideoPtrToDriverList(). PCI ID lists may be held + in /etc/X11/xorg_pci_ids (boo#972126). + +------------------------------------------------------------------- +Sat Mar 12 00:31:53 UTC 2016 - [email protected] + +- Update version to 1.18.2: + A big pile of updates in this one. Highlights include: + * glamor is updated to use OpenGL core profiles if available, which + should improve memory usage and performance on modern hardware, and got + some other performance improvements for rpi and other GLES platforms + * DRI2, DRI3, and Present all received correctness fixes for hangs, + crashes, and other weirdness + * Xwayland server has been updated to support the Xv and the + xf86vidmode extensions for better compatibility, and fixed some bugs + with output hotplug and pointer updates + * Xwin saw improvements to window and clipboard management, and a few + new keyboard layouts + +- Remove upstreamed patches: + + U_kdrive-evdev-update-keyboard-LEDs-22302.patch + +------------------------------------------------------------------- Old: ---- U_kdrive-evdev-update-keyboard-LEDs-22302.patch xorg-server-1.18.1.tar.bz2 New: ---- xorg-server-1.18.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-server.spec ++++++ --- /var/tmp/diff_new_pack.RrGBxr/_old 2016-03-29 09:55:18.000000000 +0200 +++ /var/tmp/diff_new_pack.RrGBxr/_new 2016-03-29 09:55:18.000000000 +0200 @@ -19,6 +19,7 @@ %ifarch s390 s390x %define have_wayland 0 %else +%define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids %if 0%{?suse_version} >= 1330 || 0%{?build_xwayland} %define have_wayland 1 %endif @@ -26,7 +27,7 @@ Name: xorg-x11-server -%define dirsuffix 1.18.1 +%define dirsuffix 1.18.2 Summary: X License: MIT @@ -199,7 +200,6 @@ Patch1228: U_ephyr-enable-option-sw-cursor-by-default-in-multi-se.patch Patch1229: U_kdrive-introduce-input-hot-plugging-support-for-udev.patch Patch1230: U_kdrive-add-options-to-set-default-XKB-properties.patch -Patch1231: U_kdrive-evdev-update-keyboard-LEDs-22302.patch Patch1232: U_config-udev-distinguish-between-real-keyboards-and-o.patch %description @@ -319,7 +319,7 @@ %patch1228 -p1 %patch1229 -p1 %patch1230 -p1 -%patch1231 -p1 + %patch1232 -p1 %build @@ -328,6 +328,9 @@ source-file-list autoreconf -fi +%if 0%{?pci_ids_dir:1} +export PCI_TXT_IDS_DIR=%{pci_ids_dir} +%endif %configure CFLAGS="%{optflags} -fno-strict-aliasing" \ --sysconfdir=/etc \ --enable-xdmcp \ @@ -394,18 +397,19 @@ # bnc #632737 chmod u-s %{buildroot}%{_bindir}/Xorg mkdir -p %{buildroot}%{_localstatedir}/lib/X11 +%if 0%{?pci_ids_dir:1} +%__mkdir_p %{buildroot}%{pci_ids_dir} +%endif ln -snf ../../../usr/bin/Xorg %{buildroot}%{_localstatedir}/lib/X11/X ln -snf ../../var/lib/X11/X %{buildroot}%{_bindir}/X %if 0%{?suse_version} > 1120 # get rid of evdev config file, since it's meanwhile shipped with # evdev driver itself (since 2.10.0) rm -f %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-evdev.conf -%ifnarch s390 s390x mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d cp %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-quirks.conf %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/ %{__install} -m 644 %{S:5} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/ %endif -%endif %if 0%{?suse_version} < 1315 mkdir -p %{buildroot}%{_libdir}/xorg/modules/updates/{fonts,input,linux,drivers,multimedia,extensions} install -m 644 $RPM_SOURCE_DIR/README.updates %{buildroot}%{_libdir}/xorg/modules/updates @@ -486,6 +490,9 @@ %ifnarch s390 s390x %if 0%{?suse_version} > 1120 %dir %{_sysconfdir}/X11/xorg.conf.d +%if 0%{?pci_ids_dir:1} +%dir %{pci_ids_dir} +%endif %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/10-quirks.conf %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/50-extensions.conf %dir %{_datadir}/X11/xorg.conf.d ++++++ xorg-server-1.18.1.tar.bz2 -> xorg-server-1.18.2.tar.bz2 ++++++ ++++ 15552 lines of diff (skipped)
