diff --git a/wayland-protocols-1.26.tar.xz b/wayland-protocols-1.26.tar.xz deleted file mode 100644 index bfc26df..0000000 --- a/wayland-protocols-1.26.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c553384c1c68afd762fa537a2569cc9074fe7600da12d3472761e77a2ba56f13 -size 81028 diff --git a/wayland-protocols-1.26.tar.xz.sig b/wayland-protocols-1.26.tar.xz.sig deleted file mode 100644 index 07778ce..0000000 Binary files a/wayland-protocols-1.26.tar.xz.sig and /dev/null differ diff --git a/wayland-protocols-1.27.tar.xz b/wayland-protocols-1.27.tar.xz new file mode 100644 index 0000000..b165271 --- /dev/null +++ b/wayland-protocols-1.27.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9046f10a425d4e2a00965a03acfb6b3fb575a56503ac72c2b86821c69653375c +size 82604 diff --git a/wayland-protocols-1.27.tar.xz.sig b/wayland-protocols-1.27.tar.xz.sig new file mode 100644 index 0000000..a4c85ad Binary files /dev/null and b/wayland-protocols-1.27.tar.xz.sig differ diff --git a/wayland-protocols.changes b/wayland-protocols.changes index 2ce135e..ac52c6c 100644 --- a/wayland-protocols.changes +++ b/wayland-protocols.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Oct 10 21:03:51 UTC 2022 - Bjørn Lie + +- Update to version 1.27: + + This release includes two new staging protocols: + - Content type hint: This protocol enables clients to provide + hints to the compositor about what kind of content it + provides, allowing compositors to optionally adapt its + behavior accordingly. + - Idle notify: This extension allows compositors to notify + clients about when the user is idle. + + Apart from these two new extensions, this release also brings + the usual clarifications, cleanups and fixes. + ------------------------------------------------------------------- Sat Sep 17 06:37:37 UTC 2022 - Christophe Giboudeaux diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 19bd452..0ab65d6 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -18,14 +18,14 @@ Name: wayland-protocols -Version: 1.26 +Version: 1.27 Release: 0 Summary: Wayland protocols that add functionality not available in the core protocol License: MIT Group: Development/Libraries/C and C++ -URL: https://wayland.freedesktop.org/ -Source: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz -Source2: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig +URL: https://wayland.freedesktop.org +Source: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz +Source2: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz.sig Source3: %{name}.keyring # PATCH-FIX-OPENSUSE wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch bsc#1192209 glfd#wayland/wayland-protocols#48 yfjiang@suse.com -- Temporarily disable the unstable xdg-decoration pedantic test on ppc64 until the upstream issue is more clearly diagnosed Patch0: wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch @@ -33,8 +33,8 @@ Patch0: wayland-protocols-disable-pedantic-test-unstable-xdg-decoration- BuildRequires: c++_compiler BuildRequires: c_compiler BuildRequires: meson >= 0.55.0 -BuildRequires: python3-base BuildRequires: pkgconfig +BuildRequires: python3-base BuildRequires: pkgconfig(wayland-scanner) BuildArch: noarch