diff --git a/.gitignore b/.gitignore index 989037b..398f096 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /wayland-utils-1.0.0.tar.xz +/wayland-utils-1.1.0.tar.xz diff --git a/sources b/sources index 9b19b46..267279d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-utils-1.0.0.tar.xz) = 4c6f1822435b36b3acd361c0c54e56150e8a2697a9c4b2c20a149fcfaafe237e45807df3471884ddf594d89558001099e2d938e3f48988ba6950a0f1e3538db2 +SHA512 (wayland-utils-1.1.0.tar.xz) = 5b841ecb9b534a9b353e104dda9410961495495380fa65e32ef40855750609b03942a87c2fd66339aab57c05b3b8699e2bee055cfd44151f9609a5f6c53349df diff --git a/wayland-utils.spec b/wayland-utils.spec index 13e2101..9688c76 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils -Version: 1.0.0 -Release: 5%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: Wayland utilities License: MIT @@ -9,10 +9,10 @@ Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar. BuildRequires: gcc BuildRequires: meson -BuildRequires: pkgconfig(wayland-client) -BuildRequires: pkgconfig(wayland-protocols) >= 1.17 +BuildRequires: pkgconfig(wayland-client) >= 1.20 +BuildRequires: pkgconfig(wayland-protocols) >= 1.24 BuildRequires: pkgconfig(wayland-scanner) - +BuildRequires: pkgconfig(libdrm) >= 2.4.107 %description wayland-utils contains wayland-info, a standalone version of weston-info, @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Tue Sep 13 2022 Olivier Fourdan - 1.1.0-1 +- wayland-utils 1.1.0 + * Sat Jul 23 2022 Fedora Release Engineering - 1.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild