Dominique Leuenberger 6 months ago committed by Git OBS Bridge
commit c4aa3f8d22

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdefa11de4bd51cb14223a97e41fdd848f01f5c5ddca9b036a0c4e3e74d9f486
size 34540

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa95d892bd7941616f8d20aa665cd6f5745e2e8188a26a60e2a7390f21402708
size 37376

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Dec 3 10:31:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.1.1:
* cairo: Keep a ref to the frame while invoking libdecor_frame_close().
* os-compatibility: handle EINTR gracefully
* bdecor: drop 'p' prefix for pointer to width and height
* libdecor: reorder set_min/set_max functions
* Avoid infinite loop in init_plugins()
* implement 'frame_get_border_size' for fallback plugin
* Fix leak of plugin private data
-------------------------------------------------------------------
Thu Apr 14 16:01:22 UTC 2022 - David Gow <david@davidgow.net>

@ -15,16 +15,16 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define commit 81adf91d27620e20bcc5f6b9b312d768
%define commit ee5ef0f2c3a4743e8501a855d61cb397
Name: libdecor
Version: 0.1.0
Version: 0.1.1
Release: 0
Summary: Wayland client side decoration library
Group: System/GUI/Other
License: MIT
Group: System/GUI/Other
URL: https://gitlab.gnome.org/jadahl/libdecor
Source: https://gitlab.gnome.org/jadahl/libdecor/uploads/%commit/%{name}-%{version}.tar.xz
Source: https://gitlab.gnome.org/jadahl/libdecor/uploads/%{commit}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: gcc
BuildRequires: meson

Loading…
Cancel
Save