From 4901af165e7cf425f18b3817a6d9d3151ed7ae92 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 13 Mar 2023 17:51:27 -0400 Subject: [PATCH] update to 2.1.0 (rhbz#2066000) Fix the URL tag and include the newly-added fish completions. --- .gitignore | 3 +-- sources | 2 +- wl-clipboard.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e749090..77e0161 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/wl-clipboard-7e5103c.tar.gz -/wl-clipboard-2.0.0.tar.gz +/wl-clipboard-*.tar.gz diff --git a/sources b/sources index 0f0927d..8239f39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wl-clipboard-2.0.0.tar.gz) = a719b7197b0dec247ef50d800d8f10f3c377e41ff6d79ebfb4da50f2581d24a25ff987985e7a8f68842fdf8e706527d0b9ee3545c0044673110963b3ba8b55f1 +SHA512 (wl-clipboard-2.1.0.tar.gz) = 3edcbec2df3a3d7f88ea9271f3befee61b888b4be4f1be6ca238958d78436a445ffd5a84d20ff4eaf4835016696c8e3f14df7b48c391b0647416e9eb9cbf5d2e diff --git a/wl-clipboard.spec b/wl-clipboard.spec index ee6bc65..607ca61 100644 --- a/wl-clipboard.spec +++ b/wl-clipboard.spec @@ -1,11 +1,11 @@ Name: wl-clipboard -Version: 2.0.0 -Release: 8%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Command-line copy/paste utilities for Wayland License: GPLv3+ URL: https://github.com/bugaevc/wl-clipboard -Source0: https://github.com/bugaevc/wl-clipboardarchive/%{name}-%{version}.tar.gz +Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: meson BuildRequires: gcc @@ -42,9 +42,13 @@ sockets, files and so on. %{_mandir}/man1/wl-copy.1.* %{_mandir}/man1/wl-paste.1.* %{_datadir}/bash-completion/completions/wl-* +%{_datadir}/fish/vendor_completions.d/wl-* %{_datadir}/zsh/site-functions/_wl-* %changelog +* Mon Mar 13 2023 Todd Zullinger - 2.1.0-1 +- update to 2.1.0 (rhbz#2066000) + * Sat Jan 21 2023 Fedora Release Engineering - 2.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild