From 789efc7288ab5b137497b815b0e91074fdda008e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20L=C3=A4hteenm=C3=A4ki?= Date: Tue, 21 Apr 2026 06:50:07 +0300 Subject: [PATCH] Update to 0.19.3 --- sources | 4 ++-- wlroots.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sources b/sources index 84a6c9a..9ffe361 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (wlroots-0.19.2.tar.gz) = 8228bdd463f3b79c02cc36311f93eb3a2fe2c8406222316a9996abebfbefa39cc4a9587ea800d677961d59b27c82ae906e538dceaf565403bbb3f2b1ae19eff1 -SHA512 (wlroots-0.19.2.tar.gz.sig) = c9f2bc6413c19e1fd52f151779a80513a72f0b9d1df706ad3d77df74f0736c22e12122fe08c3f24c908649ca1f3adad5aee8f8cc65fa0b24155353ca66f6e240 +SHA512 (wlroots-0.19.3.tar.gz) = af1c684d3ebf4f9225bb250851d5e02160c8dfa0cb359114806245eb8f35483e749f57742260eb902c75536dac92eabc8117e4bb33741e57b7aa4d76a53a919f +SHA512 (wlroots-0.19.3.tar.gz.sig) = f1354599ddabfd6ee1122c5fec220b2863f6ec55c6df84845d10a5dbedb24e30d480f872c8be496c44470474364466acd31a7a5aa99b312fd828962e96c58d93 diff --git a/wlroots.spec b/wlroots.spec index f5aab06..189aef9 100644 --- a/wlroots.spec +++ b/wlroots.spec @@ -2,10 +2,10 @@ %global abi_ver 0.19 # libliftoff does not bump soname on API changes %global liftoff_ver 0.5.0 -%global tag 0.19.2 +%global tag 0.19.3 Name: wlroots -Version: 0.19.2 +Version: 0.19.3 Release: 1%{?dist} Summary: A modular Wayland compositor library @@ -141,6 +141,9 @@ install -pm0644 -D '%{SOURCE3}' '%{buildroot}/%{_pkgdocdir}/examples/meson.build %changelog +* Tue Apr 21 2026 Tomi Lähteenmäki - 0.19.3-1 +- Update to 0.19.3 + * Tue Oct 21 2025 Aleksei Bavshin - 0.19.2-1 - Update to 0.19.2 (#2405567)