forked from pool/xorg-x11-server
Accepting request 750436 from home:iznogood:branches:X11:XOrg
- Update to version 1.20.6+0: * xfree86: Test presence of isastream() * present/wnmd: Relax assertion on CRTC on abort_vblank() * os: Don't crash in AttendClient if the client is gone * dix: Call SourceValidate before GetImage * mi: Add a default no-op miSourceValidate * compiler.h: Do not include sys/io.h on ARM with glibc * xfree86: Call ScreenInit for protocol screens before GPU screens * modesetting: - Implement ms_covering_randr_crtc() for ms_present_get_crtc() - Fix ms_covering_crtc() segfault with non-xf86Crtc slave OBS-URL: https://build.opensuse.org/request/show/750436 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=751
This commit is contained in:
parent
8413b9864c
commit
88ef9a532e
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.freedesktop.org/xorg/xserver.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">b6ee04e7</param>
|
||||
<param name="revision">6b3fafa9</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">xorgserver(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.freedesktop.org/xorg/xserver.git</param>
|
||||
<param name="changesrevision">b6ee04e774af1fc2e2560583c95dfac688494c2a</param></service></servicedata>
|
||||
<param name="changesrevision">6b3fafa9bfa94b9b04a1a44dc52afb7c4bc250ce</param></service></servicedata>
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 13:21:01 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 1.20.6+0:
|
||||
* xfree86: Test presence of isastream()
|
||||
* present/wnmd: Relax assertion on CRTC on abort_vblank()
|
||||
* os: Don't crash in AttendClient if the client is gone
|
||||
* dix: Call SourceValidate before GetImage
|
||||
* mi: Add a default no-op miSourceValidate
|
||||
* compiler.h: Do not include sys/io.h on ARM with glibc
|
||||
* xfree86: Call ScreenInit for protocol screens before GPU
|
||||
screens
|
||||
* modesetting:
|
||||
- Implement ms_covering_randr_crtc() for ms_present_get_crtc()
|
||||
- Fix ms_covering_crtc() segfault with non-xf86Crtc slave
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 06:54:42 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xorg-x11-server
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -46,9 +46,9 @@
|
||||
%endif
|
||||
|
||||
Name: xorg-x11-server
|
||||
Version: 1.20.5+24
|
||||
Version: 1.20.6+0
|
||||
Release: 0
|
||||
Url: http://xorg.freedesktop.org/
|
||||
URL: http://xorg.freedesktop.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
Summary: X
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea9fb153b1761e5c869e2601f45e2a9a9f5cf07065be48c75f44c8acaa94f7e9
|
||||
size 3108096
|
3
xserver-1.20.6+0.tar.xz
Normal file
3
xserver-1.20.6+0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f6301dbea2e4b20c7869d3261091f3eb578965b9733ef9679fc9cb309e70f73
|
||||
size 3108312
|
Loading…
Reference in New Issue
Block a user