Compare commits

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

1 commit

Author SHA1 Message Date
Tomi Lähteenmäki
789efc7288 Update to 0.19.3 2026-04-21 06:56:15 +03:00
2 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -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 <lihis@lihis.net> - 0.19.3-1
- Update to 0.19.3
* Tue Oct 21 2025 Aleksei Bavshin <alebastr@fedoraproject.org> - 0.19.2-1
- Update to 0.19.2 (#2405567)