Update to version 0.6.1

This commit is contained in:
Lubomir Rintel 2019-08-28 09:01:13 +02:00
parent e0f4618454
commit 2cbd090ad3
3 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/waypipe-v0.6.0.tar.gz
/waypipe-v0.6.1.tar.gz

View File

@ -1 +1 @@
SHA512 (waypipe-v0.6.0.tar.gz) = 6264b1a0fc49b131d8710fb1a62ebc53ac23585071c50620f6c31e19066da952a5a9a55dccd0193521066fd11bede53f4c1c59790f58fb0300bda7ee1b5ec135
SHA512 (waypipe-v0.6.1.tar.gz) = 7b7cdc6d808f8f9e3720425af6ca1a75b81ffadc990e181f52940320efab6d5c6b55dcc10adb36c90b784426a71fab2a037206f4cb2634775628b52dc27cb830

View File

@ -1,5 +1,5 @@
Name: waypipe
Version: 0.6.0
Version: 0.6.1
Release: 1%{?dist}
Summary: Wayland forwarding proxy
@ -19,9 +19,6 @@ BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-server)
# https://gitlab.freedesktop.org/mstoeckl/waypipe/issues/15
ExcludeArch: s390x
%description
Waypipe is a proxy for Wayland clients. It forwards Wayland messages and
serializes changes to shared memory buffers over a single socket. This makes
@ -53,5 +50,8 @@ application forwarding similar to "ssh -X" feasible.
%changelog
* Wed Aug 28 2019 Lubomir Rintel <lkundrak@v3.sk> - 0.6.1-1
- Update to version 0.6.1
* Thu Aug 22 2019 Lubomir Rintel <lkundrak@v3.sk> - 0.6.0-1
- Initial packaging