Commit Graph

463 Commits

Author SHA256 Message Date
44559516f9 - removed no longer needed patch
u_ad-hoc-fix-for-mmap-s-truncated-offset-parameter-on-.patch, see
  https://lists.x.org/archives/xorg-devel/2016-April/049493.html for
  upstream discussion; obsoleted by upstream patch
  https://cgit.freedesktop.org/xorg/xserver/commit/?id=4962c8c08842d9d3ca66d254b1ce4cacc4fb3756, which is already in xorg-server 1.18.3

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=629
2016-04-29 08:58:29 +00:00
e832319079 - Add permission verification for SUID wrapper
- Disable SUID wrapper per default until reviewed

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=628
2016-04-12 15:37:50 +00:00
1a9d38c162 - n_Install-Avoid-failure-on-wrapper-installation.patch:
rename to:
    N_Install-Avoid-failure-on-wrapper-installation.patch
-  u_xorg-wrapper-Drop-supplemental-group-IDs.patch:
   Drop supplementary group privileges.
-  u_xorg-wrapper-build-Build-position-independent-code.patch:
   Build position independent.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=627
2016-04-12 14:04:29 +00:00
19a8f400f7 - n_Install-Avoid-failure-on-wrapper-installation.patch:
Fix up build for wrapper.
- Place SUID wrapper into a separate package: 
  xorg-x11-server-wrapper

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=626
2016-04-12 09:35:45 +00:00
5f5d510726 - Set configure option --enable-suid-wrapper for TW:
This way, the SUID wrapper is built which allows to run the Xserver
  as root even though the the DM instance runs as user. This allows to
  support drivers which require direct HW access.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=625
2016-04-07 16:03:27 +00:00
193054f9e4 Accepting request 384228 from home:tobijk:X11:XOrg
- Update to version 1.18.3:
  A few fixes relative to 1.18.2, including one fairly important
  performance fix to the Present extension.
- Remove U_present-Only-requeue-for-next-MSC-after-flip-failure.patch
  The patch is included in this release.

OBS-URL: https://build.opensuse.org/request/show/384228
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=624
2016-04-06 10:09:56 +00:00
7c91935636 Accepting request 382536 from home:tobijk:X11:XOrg
- Add patch U_present-Only-requeue-for-next-MSC-after-flip-failure.patch
  Fix a hang while using the present extension
  Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94515
            https://bugs.freedesktop.org/show_bug.cgi?id=94596

OBS-URL: https://build.opensuse.org/request/show/382536
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=623
2016-04-01 12:17:40 +00:00
a53b8160f0 - Add automake, autoconf, libtool, c_compiler, pkgconfig(xorg-macros),
pkgconfig(libudev), pkgconfig(libevdev), pkgconfig(mtdev) to Requires:
  of the SDK. This simplifies the build of Xserver modules.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=622
2016-03-29 08:59:45 +00:00
812c2fd722 - 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).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=620
2016-03-22 17:08:06 +00:00
bce7c75bf3 - Add support for a driver specific psi IDs files supplementing
what's in xf86VideoPtrToDriverList() (boo#972126).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=619
2016-03-22 12:26:09 +00:00
2b8415ff1d Accepting request 370374 from home:tobijk:X11:XOrg
- 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

OBS-URL: https://build.opensuse.org/request/show/370374
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=618
2016-03-12 08:59:06 +00:00
7aff496244 Accepting request 367497 from home:lbssousa:branches:X11:XOrg
- Backport upstream patches for Xephyr input hot-plugging /
  single-GPU multi-seat support:
    * U_kdrive-fix-up-NewInputDeviceRequest-implementation.patch
    * U_kdrive-set-evdev-driver-for-input-devices-automatica.patch
    * U_ephyr-don-t-load-ephyr-input-driver-if-seat-option-i.patch
    * U_kdrive-don-t-let-evdev-driver-overwrite-existing-dev.patch
    * U_ephyr-ignore-Xorg-multiseat-command-line-options.patch
    * U_ephyr-enable-option-sw-cursor-by-default-in-multi-se.patch
    * U_kdrive-introduce-input-hot-plugging-support-for-udev.patch
    * U_kdrive-add-options-to-set-default-XKB-properties.patch
    * U_kdrive-evdev-update-keyboard-LEDs-22302.patch
    * U_config-udev-distinguish-between-real-keyboards-and-o.patch

OBS-URL: https://build.opensuse.org/request/show/367497
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=616
2016-03-07 11:29:08 +00:00
563829c54b - u_os-connections-Check-for-stale-FDs.patch
Fix regression - wrong header used.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=615
2016-03-05 15:56:29 +00:00
5b355be2a2 - u_os-connections-Check-for-stale-FDs.patch
Ignore file descriptor if socket or devices dies.
  This prevents the Xserver to loop at 100% when
  dbus dies (boo#954433).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=614
2016-03-04 18:45:51 +00:00
33b0155469 - Add 50-extensions.conf
Disable the DGA extension by default (boo#947695).

- Replaced u_confine_to_shape.diff
  by u_01-Improved-ConfineToShape.patch
  and u_02-DIX-ConfineTo-Don-t-bother-about-the-bounding-box-when-grabbing-a-shaped-window.patch.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=612
2016-02-25 20:56:47 +00:00
f4c37c56fd - u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch
Fix up primary device detection for the platform bus to fix the Xserver
  on older iMacs (boo#835975).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=610
2016-02-10 15:09:02 +00:00
71dfe3aafb Accepting request 358636 from home:tobijk:X11:XOrg
- Update to version 1.18.1:
  First release in the 1.18 stable branch. Major themes are bugfixes in
  glamor, the modesetting driver, and the Present extension.
  Xwayland users may want to apply the following pair of patches in
  addition to this release:
  https://patchwork.freedesktop.org/patch/72945/raw/
  https://patchwork.freedesktop.org/patch/72951/raw/
  which combined fix an input issue when hotplugging monitors. Both are
  likely to be included in a future release unless testing discovers
  further problems.
- Remove upstreamed patches:
  + ux_xserver_xvfb-randr.patch
  + U_systemd-logind-do-not-rely-on-directed-signals.patch
  + U_kdrive-UnregisterFd-Fix-off-by-one.patch
  + U_modesetting-should-not-reference-gbm-when-it-s-not-d.patch

OBS-URL: https://build.opensuse.org/request/show/358636
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=609
2016-02-10 11:47:03 +00:00
a49a66ab03 - N_xorg-x11-server-rpmmacros.patch:
Delete: Process xorg-x11-server.macros in install

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=607
2016-01-15 20:48:54 +00:00
13169882ae Fix up u_Panning-Set-panning-state-in-xf86RandR12ScreenSetSize.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=606
2016-01-15 20:20:46 +00:00
0ba3a198e2 Accepting request 353912 from home:eeich:branches:X11:XOrg
- u_Panning-Set-panning-state-in-xf86RandR12ScreenSetSize.patch
  Fix panning when configured in xorg.conf* (boo#771521).

- Handle source-file-list in build not prep
- Process xorg-x11-server.macros in install

OBS-URL: https://build.opensuse.org/request/show/353912
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=605
2016-01-15 19:03:26 +00:00
781f00f37f Accepting request 353255 from home:fcrozat:branches:X11:XOrg
- U_modesetting-should-not-reference-gbm-when-it-s-not-d.patch: fix
  build when gbm is not defined. (needed to build against SLE12 SP1)

OBS-URL: https://build.opensuse.org/request/show/353255
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=603
2016-01-12 15:50:24 +00:00
72a2359e8f - u_busfault_sigaction-Only-initialize-pointer-when-matched.patch
Only initialize pointer when matched (boo#961439).
- u_kdrive-UnregisterFd-Fix-off-by-one.patch -> 
    U_kdrive-UnregisterFd-Fix-off-by-one.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=601
2016-01-11 21:50:47 +00:00
97c485a17d - Add test for defined macro %build_xwayland
This can be used to enable the build of Xwayland and the
  package xorg-x11-server-wayland using a macro in projconf
  (boo#960487).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=600
2016-01-10 19:01:24 +00:00
ca043642ee Updated Changelog:
* Limit build to Factory (boo#960487).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=599
2016-01-09 12:55:21 +00:00
41c9df058a - Split out Xwayland:
* Build a package xorg-x11-server-wayland
  * Limit build to Factory.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=598
2016-01-08 17:47:40 +00:00
e192192ce5 Accepting request 351682 from home:sumski:branches:X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/351682
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=596
2016-01-03 21:05:41 +00:00
507ed0d0a1 - u_kdrive-UnregisterFd-Fix-off-by-one.patch
* Copy open file table correctly by avoiding an off-by-one error
  (boo#867483).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=594
2015-11-25 10:34:21 +00:00
220bffcd27 - Update to version 1.18.0
- refreshed N_zap_warning_xserver.diff,
    N_Force-swcursor-for-KMS-drivers-without-hw-cursor-sup.patch
  - supersedes u_fbdevhw.diff, 
    U_linux-Add-linux_parse_vt_settings-and-linux_get_keep.patch,
    U_linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch,
    U_systemd-logind-Only-use-systemd-logind-integration-t.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=592
2015-11-10 14:31:30 +00:00
583d3a6724 Removing u_XDMCP-Fix-format-in-XDMCP-fatal-error-printing.patch
as this should be fixed since 17.2 already.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=591
2015-11-10 12:45:59 +00:00
79e8592fb7 - u_XDMCP-Fix-format-in-XDMCP-fatal-error-printing.patch:
Fix XDMCP fatal error printing to not crash do to not supported
  format string (boo#948713).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=590
2015-11-09 16:51:49 +00:00
79b9f70dc6 - Update to version 1.17.4:
Minor brown-bag release. The important fix here is Martin's
  clientsWritable change which fixes a crash when built against
  xproto 7.0.28.
- supersedes u_0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=588
2015-10-28 17:42:13 +00:00
052cb7e1e2 - Update to version 1.17.3:
Various bugfixes across the board.  The most visible changes
  include fixing GLX extension setup under Xwayland and other
  non-Xorg servers (enabling core contexts in more scenarios),
  and various stability fixes to glamor and the Present extension.
- supersededs the following patches:
  * u_randr_allow_rrselectinput_for_providerchange_and_resourcechange_events.patch
  * u_CloseConsole-Don-t-report-FatalError-when-shutting-down.patch
- removed evdev xorg.conf.d snippet since it's meanwhile shipped with
  evdev driver itself (since version 2.10.0)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=587
2015-10-28 17:25:56 +00:00
ea3cd4d146 Replaced wrong marcro due to a copy-n-paste error.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=585
2015-09-25 14:02:52 +00:00
3558b9325c Accepting request 333715 from home:eeich:branches:X11:XOrg
- u_vesa-Add-VBEDPMSGetCapabilities-VBEDPMSGet.patch
  Add VBEDPMSGetCapabilities() and VBEDPMSGet() functions
  (bsc#947356, boo#947493).

OBS-URL: https://build.opensuse.org/request/show/333715
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=584
2015-09-25 12:04:06 +00:00
5340320ff2 Accepting request 319540 from home:tiwai:branches:X11:XOrg
- Backport a few upstream fixes for systemd/VT handling (boo#939838):
  U_linux-Add-linux_parse_vt_settings-and-linux_get_keep.patch
  U_linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch
  U_systemd-logind-Only-use-systemd-logind-integration-t.patch
  U_systemd-logind-do-not-rely-on-directed-signals.patch

OBS-URL: https://build.opensuse.org/request/show/319540
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=582
2015-07-30 10:50:09 +00:00
a5baea265b Accepting request 318963 from home:eeich:branches:X11:XOrg
- Improve conditional enablement of XWayland.

OBS-URL: https://build.opensuse.org/request/show/318963
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=581
2015-07-27 14:24:15 +00:00
83f70c8a9a Accepting request 317420 from home:tobijk:X11:XOrg
- Add patch u_0001-os-make-sure-the-clientsWritable-fd_set-is-initializ.patch
  Prevent segmentation faults with more than 256 clients (introduced 
  by xproto 7.0.28 increasing the max client count 256 -> 512)
  Fdo Bug: https://bugs.freedesktop.org/show_bug.cgi?id=91316

OBS-URL: https://build.opensuse.org/request/show/317420
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=579
2015-07-20 08:36:27 +00:00
fbcb773284 Accepting request 312322 from home:tobijk:X11:XOrg
- Update to version 1.17.2:
  Pick up a pile of fixes from master. Notable highlights:
  + Fix for CVE-2015-3164 in Xwayland
  + Fix int10 setup for vesa
  + Fix regression in server-interpreted auth
  + Fix fb setup on big-endian CPUs
  + Build fix for for gcc5
- Dropped patches:
  + Patch110: u_connection-avoid-crash-when-CloseWellKnownConnections-gets-called-twice.patch
  + Patch113: u_symbols-Fix-sdksyms.sh-to-cope-with-gcc5.patch
  + Patch116: U_os-XDMCP-options-like-query-etc-should-imply-listen.patch
  + Patch118: U_int10-Fix-error-check-for-pci_device_map_legacy.patch
  + Patch119: U_xwayland-enable-access-control-on-open-socket.patch
  + Patch120: U_os-support-new-implicit-local-user-access-mode.patch
  + Patch121: U_xwayland-default-to-local-user-if-no-xauth-file-given.patch
  + Patch2000: U_systemd-logind-filter-out-non-signal-messages-from.patch
  + Patch2001: U_systemd-logind-dont-second-guess-D-Bus-default-tim.patch
- Changed patches to work with the new version:
  + Patch114: u_ad-hoc-fix-for-mmap-s-truncated-offset-parameter-on-.patch

OBS-URL: https://build.opensuse.org/request/show/312322
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=576
2015-06-17 10:50:34 +00:00
Michal Srb
bc8b5dc1a8 Accepting request 311799 from home:michalsrb:branches:X11:XOrg
- U_os-support-new-implicit-local-user-access-mode.patch,
  U_xwayland-default-to-local-user-if-no-xauth-file-given.patch,
  U_xwayland-enable-access-control-on-open-socket.patch
  * Prevent unauthorized local access. (bnc#934102, CVE-2015-3164)

OBS-URL: https://build.opensuse.org/request/show/311799
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=575
2015-06-12 12:39:57 +00:00
88f56f77ff Accepting request 311306 from home:1Antoine1:branches:X11:XOrg
- Fix GNOME X Session for some hybrid graphics (rh#1209347):
  + add U_systemd-logind-filter-out-non-signal-messages-from.patch
  + add U_systemd-logind-dont-second-guess-D-Bus-default-tim.patch

OBS-URL: https://build.opensuse.org/request/show/311306
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=573
2015-06-09 12:08:42 +00:00
ac77ba8596 Accepting request 310175 from home:michalsrb:branches:X11:XOrg
- Fix build of s390/s390x (bnc#933503)

OBS-URL: https://build.opensuse.org/request/show/310175
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=571
2015-06-05 07:26:26 +00:00
8d1dd68bbf - U_int10-Fix-error-check-for-pci_device_map_legacy.patch
* int10: Fix error check for pci_device_map_legacy
    pci_device_map_legacy returns 0 on success (bsc#932319).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=569
2015-05-30 04:40:56 +00:00
Michal Srb
b35b928f96 Accepting request 297595 from home:michel_mno:branches:X11:XOrg
- Add xorg-x11-server-byte-order.patch to correctly set
  X_BYTE_ORDER when compiling tigervnc on ppc64 architecture.
  Related to bnc#926201

OBS-URL: https://build.opensuse.org/request/show/297595
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=567
2015-04-20 15:18:07 +00:00
61a3a404ee Accepting request 293696 from home:michalsrb:branches:X11:XOrg
- U_os-XDMCP-options-like-query-etc-should-imply-listen.patch
  * Enable listening on tcp when using -query. (bnc#924914)

OBS-URL: https://build.opensuse.org/request/show/293696
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=565
2015-03-30 14:16:40 +00:00
6e70da3e7e Accepting request 287045 from home:dimstar:Factory
- Enable systemd-logind integration support:
  + Add pkgconfig(libsystemd-logind) and pkgconfig(dbus-1)
    BuildRequires.
  + Pass --enable-systemd-logind to configure.

GDM 3.16.0 will make use of logind and requires X to have the capabilites.

OBS-URL: https://build.opensuse.org/request/show/287045
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=563
2015-02-23 14:34:43 +00:00
917646c26e - u_ad-hoc-fix-for-mmap-s-truncated-offset-parameter-on-.patch
* ad hoc fix for mmap's truncated offset parameter on 32bit
    (bnc#917385)
- N_Force-swcursor-for-KMS-drivers-without-hw-cursor-sup.patch
  * hwcursor still considered broken in cirrus KMS ((bnc#864141,
    bnc#866152)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=561
2015-02-16 16:06:30 +00:00
c884cb0a70 Accepting request 285474 from home:tobijk:X11:XOrg
- Update to version 1.17.1:
  Fixes for CVE 2015-0255. 
  + xkb: Don't swap XkbSetGeometry data in the input buffer
  + xkb: Check strings length against request size

OBS-URL: https://build.opensuse.org/request/show/285474
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=559
2015-02-11 09:35:59 +00:00
b34ff9ee52 - u_symbols-Fix-sdksyms.sh-to-cope-with-gcc5.patch
Fix sdksyms.sh to work with gcc5 (bnc#916580).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=557
2015-02-06 15:02:40 +00:00
0de1ccd95c Accepting request 284232 from home:tobijk:X11:XOrg
- Update to version 1.17.0:
  + Continued work to strip out stale code and clean up the server.
    Thousands of lines of unnecessary code have disappeared yet again.
  + The modesetting driver has been merged into the server code base,
    simplifying ongoing maintenance by coupling it to the X server
    ABI/API release schedule. This now includes DRI2 support (so that GLX
    works correctly) along with Glamor support (which handles DRI3).
  + Lots of Glamor improvements, including a rewrite of the core protocol
    rendering functions.
- Remove upstream patches:
  + Patch130: U_BellProc-Send-bell-event-on-core-protocol-bell-when-requested.patch
  + Patch131: U_fb-Fix-invalid-bpp-for-24bit-depth-window.patch
  + Patch200: U_kdrive_extend_screen_option_syntax.patch
  + Patch201: U_ephyr_enable_screen_window_placement.patch
  + Patch202: U_ephyr_add_output_option_support.patch

OBS-URL: https://build.opensuse.org/request/show/284232
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=556
2015-02-06 10:07:01 +00:00
1c5bfa2b0a Accepting request 284205 from home:michalsrb:branches:X11:XOrg
- Add xorg-x11-server-source package that contains patched xserver
  sources used to build xorg-x11-Xvnc.

OBS-URL: https://build.opensuse.org/request/show/284205
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=555
2015-02-05 17:01:21 +00:00