- no longer require libXTrap-devel and libXxf86misc-devel on
TW/factory, which is no longer supported with xorgproto 2019.1 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-libs?expand=0&rev=214
This commit is contained in:
parent
7bd8ff439f
commit
225d910720
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 26 08:01:11 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- no longer require libXTrap-devel and libXxf86misc-devel on
|
||||||
|
TW/factory, which is no longer supported with xorgproto 2019.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 31 16:31:43 UTC 2018 - sndirsch@suse.com
|
Wed Jan 31 16:31:43 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xorg-x11-libs
|
# spec file for package xorg-x11-libs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ Name: xorg-x11-libs
|
|||||||
Version: 7.6.1
|
Version: 7.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compatibility metapackage for X.Org libraries
|
Summary: Compatibility metapackage for X.Org libraries
|
||||||
License: GPL-2.0+ and MIT
|
License: GPL-2.0-or-later AND MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
Source0: README.meta
|
Source0: README.meta
|
||||||
@ -59,7 +59,9 @@ Requires: libICE-devel
|
|||||||
Requires: libSM-devel
|
Requires: libSM-devel
|
||||||
Requires: libX11-devel
|
Requires: libX11-devel
|
||||||
Requires: libXScrnSaver-devel
|
Requires: libXScrnSaver-devel
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
Requires: libXTrap-devel
|
Requires: libXTrap-devel
|
||||||
|
%endif
|
||||||
Requires: libXau-devel
|
Requires: libXau-devel
|
||||||
Requires: libXaw-devel
|
Requires: libXaw-devel
|
||||||
Requires: libXcomposite-devel
|
Requires: libXcomposite-devel
|
||||||
@ -88,7 +90,9 @@ Requires: libXtst-devel
|
|||||||
Requires: libXv-devel
|
Requires: libXv-devel
|
||||||
Requires: libXvMC-devel
|
Requires: libXvMC-devel
|
||||||
Requires: libXxf86dga-devel
|
Requires: libXxf86dga-devel
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
Requires: libXxf86misc-devel
|
Requires: libXxf86misc-devel
|
||||||
|
%endif
|
||||||
Requires: libXxf86vm-devel
|
Requires: libXxf86vm-devel
|
||||||
Requires: libdmx-devel
|
Requires: libdmx-devel
|
||||||
Requires: libfontenc-devel
|
Requires: libfontenc-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user