Accepting request 828734 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/828734 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXtst?expand=0&rev=11
This commit is contained in:
commit
4d38fdaaa0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 10:32:26 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
- Add a Provides: libXtst = %{version} to the library subpackage
|
||||
to make pre-packaged electron apps happy.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 10:38:17 UTC 2016 - sndirsch@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXtst
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# 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)
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ Release: 0
|
||||
Summary: Xlib-based client API for the XTEST and RECORD extensions
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://xorg.freedesktop.org/
|
||||
URL: http://xorg.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXtst
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXtst/
|
||||
@ -53,6 +53,8 @@ X protocol and arbitrary X extension protocol.
|
||||
%package -n %lname
|
||||
Summary: Xlib-based client API for the XTEST and RECORD extensions
|
||||
Group: System/Libraries
|
||||
# Make electron apps happy
|
||||
Provides: libXtst = %{version}
|
||||
|
||||
%description -n %lname
|
||||
The XTEST extension is a minimal set of client and server extensions
|
||||
|
Loading…
x
Reference in New Issue
Block a user