Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
3074693064 Bump to new git snapshot to support KDE Plasma properly 2025-12-01 11:58:05 +04:00
2 changed files with 17 additions and 6 deletions

View file

@ -1 +1 @@
SHA512 (wl-clipboard-2.2.1.tar.gz) = fdda519df42e1dbfb112ab7d8195a0f36cf5cf18fffffa8f32ac4688a08009e206b96a169da641f909c9acf244eb6a5201811842b4d3111e1ccdb1ce8fb4db43
SHA512 (wl-clipboard-e808203.tar.gz) = d3494e14d655d7f00ef9901e449480280be3347f1ed34735816f109a512261677a825eda10c2f5908d059d05789d001107aa2a263522b6107767bf0832a41890

View file

@ -1,16 +1,24 @@
%global commit e8082035dafe0241739d7f7d16f7ecfd2ce06172
%global shortcommit %{sub %{commit} 1 7}
%global commitdate 20251124
Name: wl-clipboard
Version: 2.2.1
Release: 4%{?dist}
Version: 2.2.1%{?commitdate:^git%{commitdate}.%{shortcommit}}
Release: 1%{?dist}
Summary: Command-line copy/paste utilities for Wayland
License: GPL-3.0-or-later
URL: https://github.com/bugaevc/wl-clipboard
Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
%if %{defined commitdate}
Source: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
%else
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
%endif
BuildRequires: meson
BuildRequires: gcc
BuildRequires: wayland-devel
BuildRequires: wayland-protocols-devel
BuildRequires: wayland-protocols-devel >= 1.39
Recommends: xdg-utils
Recommends: mailcap
@ -21,7 +29,7 @@ that let you easily copy data between the clipboard and Unix pipes,
sockets, files and so on.
%prep
%autosetup -n %{name}-%{version}
%autosetup -C
%build
%meson
@ -46,6 +54,9 @@ sockets, files and so on.
%{_datadir}/zsh/site-functions/_wl-*
%changelog
* Sun Nov 30 2025 Neal Gompa <ngompa@fedoraproject.org> - 2.2.1^git20251124.e808203-1
- Bump to new git snapshot to support KDE Plasma properly
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild