From 2cbd090ad3ab7c448eb05d68c211f35d2ad27ad3 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Aug 28 2019 07:01:13 +0000 Subject: Update to version 0.6.1 --- diff --git a/.gitignore b/.gitignore index b352bc2..b384c5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /waypipe-v0.6.0.tar.gz +/waypipe-v0.6.1.tar.gz diff --git a/sources b/sources index a3dd7c5..2850742 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waypipe-v0.6.0.tar.gz) = 6264b1a0fc49b131d8710fb1a62ebc53ac23585071c50620f6c31e19066da952a5a9a55dccd0193521066fd11bede53f4c1c59790f58fb0300bda7ee1b5ec135 +SHA512 (waypipe-v0.6.1.tar.gz) = 7b7cdc6d808f8f9e3720425af6ca1a75b81ffadc990e181f52940320efab6d5c6b55dcc10adb36c90b784426a71fab2a037206f4cb2634775628b52dc27cb830 diff --git a/waypipe.spec b/waypipe.spec index 3ee1f4e..356aef1 100644 --- a/waypipe.spec +++ b/waypipe.spec @@ -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 - 0.6.1-1 +- Update to version 0.6.1 + * Thu Aug 22 2019 Lubomir Rintel - 0.6.0-1 - Initial packaging