Update to 1.6.1 (close RHBZ#2243684)
This commit is contained in:
parent
7ef59351af
commit
aa3ced9980
3 changed files with 10 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/wlcs-1.4.0.tar.xz
|
||||
/wlcs-1.5.0.tar.gz
|
||||
/wlcs-1.6.0.tar.gz
|
||||
/wlcs-1.6.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wlcs-1.6.0.tar.gz) = ae6d83e20d7bd08123936ca5c0ac7d8d8c531240f17084a3d8610dec5708c9bd32b6a667c914b6ba2117e187baaef58e02f95d919ea46de5f01ad4dfd10a4f83
|
||||
SHA512 (wlcs-1.6.1.tar.gz) = 136bee6ac1d55e55cbeb65e20cc6e6b1912c5b050bef63d16a869dc90b6e287dddb21d8861f3847811aa804d1e5edbe1de0616ebef888fce335399e249f60bce
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
%endif
|
||||
|
||||
Name: wlcs
|
||||
Version: 1.6.0
|
||||
Version: 1.6.1
|
||||
Release: %autorelease
|
||||
Summary: Wayland Conformance Test Suite
|
||||
|
||||
|
|
@ -50,6 +50,7 @@ Summary: Wayland Conformance Test Suite
|
|||
#
|
||||
# MIT:
|
||||
# - src/protocol/gtk-primary-selection.xml
|
||||
# - src/protocol/input-method-unstable-v1.xml
|
||||
# - src/protocol/pointer-constraints-unstable-v1.xml
|
||||
# - src/protocol/primary-selection-unstable-v1.xml
|
||||
# - src/protocol/relative-pointer-unstable-v1.xml
|
||||
|
|
@ -71,6 +72,12 @@ Summary: Wayland Conformance Test Suite
|
|||
# contribute to the licenses of the binary RPMs). Files in src/protocol/ are
|
||||
# used as inputs to “wayland-scanner” to generate C source files and headers,
|
||||
# and are not directly included in the binary RPMs.
|
||||
#
|
||||
# HPND-sell-variant:
|
||||
# - src/protocol/text-input-unstable-v2.xml
|
||||
# > Files in src/protocol/ are used as inputs to “wayland-scanner” to generate
|
||||
# C source files and headers, and are not directly included in the binary
|
||||
# RPMs.
|
||||
License: GPL-3.0-only AND (LGPL-2.0-only OR LGPL-3.0-only)
|
||||
URL: https://github.com/MirServer/wlcs
|
||||
Source0: %{url}/archive/v%{version}/wlcs-%{version}.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue