diff --git a/.gitignore b/.gitignore index df2e955..751036e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /waypipe-v0.6.1.tar.gz /waypipe-v0.7.0.tar.gz /waypipe-v0.7.1.tar.gz +/waypipe-v0.8.0.tar.gz diff --git a/sources b/sources index dbb857f..c4a8871 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waypipe-v0.7.1.tar.gz) = cf7e3415b1db2baace33e067b6cafc479aa4d1e0a87d44c8b4bb2ff27786133ddec92e26da224ef2ee2c2da5dc97fe88d302e0f1a5c5d5c865d167dfbe149179 +SHA512 (waypipe-v0.8.0.tar.gz) = 853d36a9779e2fcb5ac7bcca6575d456685beadd8d918ec430a57b8359867849bdcb5d9c1edcd19eb8505f06a7758e8f53ba5354daa05f99491d5a45c330eeb2 diff --git a/waypipe.spec b/waypipe.spec index a0b5d1a..40fe22c 100644 --- a/waypipe.spec +++ b/waypipe.spec @@ -1,6 +1,6 @@ Name: waypipe -Version: 0.7.1 -Release: 3%{?dist} +Version: 0.8.0 +Release: 1%{?dist} Summary: Wayland forwarding proxy License: MIT @@ -59,6 +59,9 @@ install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/ %changelog +* Sat Apr 03 2021 Dominique Martinet - 0.8.0-1 +- Update to 0.8.0 + * Fri Feb 19 2021 Olivier Fourdan - 0.7.1-3 - Provide a pre-built man page on RHEL to avoid pulling scdoc