Accepting request 1114249 from home:iznogood:branches:X11:Wayland

- Update to version 0.2.0:
  * Various bug and leak fixes.
  * New gtk plugin.
- Update URL and source to new home.
- Add pkgconfig(gtk-3.0) BuildRequires, new dependency.
- Use ldconfig_scriptlets macro for post(un) handling.
- 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
- Build -32bit packages of libdecor
- initial packaging of version 0.1.0

OBS-URL: https://build.opensuse.org/request/show/1114249
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libdecor?expand=0&rev=9
This commit is contained in:
2023-09-30 17:50:23 +00:00
committed by Git OBS Bridge
parent 7a0ed7437a
commit f9fd01fd4f
4 changed files with 19 additions and 11 deletions

BIN
libdecor-0.1.1.tar.xz (Stored with Git LFS)

Binary file not shown.

3
libdecor-0.2.0.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 27 19:42:00 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.2.0:
* Various bug and leak fixes.
* New gtk plugin.
- Update URL and source to new home.
- Add pkgconfig(gtk-3.0) BuildRequires, new dependency.
- Use ldconfig_scriptlets macro for post(un) handling.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 3 10:31:33 UTC 2022 - Dirk Müller <dmueller@suse.com> Sat Dec 3 10:31:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
@@ -10,7 +20,6 @@ Sat Dec 3 10:31:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
* implement 'frame_get_border_size' for fallback plugin * implement 'frame_get_border_size' for fallback plugin
* Fix leak of plugin private data * Fix leak of plugin private data
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 14 16:01:22 UTC 2022 - David Gow <david@davidgow.net> Thu Apr 14 16:01:22 UTC 2022 - David Gow <david@davidgow.net>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package libdecor # spec file for package libdecor
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,21 @@
# #
%define commit ee5ef0f2c3a4743e8501a855d61cb397
Name: libdecor Name: libdecor
Version: 0.1.1 Version: 0.2.0
Release: 0 Release: 0
Summary: Wayland client side decoration library Summary: Wayland client side decoration library
License: MIT License: MIT
Group: System/GUI/Other Group: System/GUI/Other
URL: https://gitlab.gnome.org/jadahl/libdecor URL: https://gitlab.freedesktop.org/libdecor/libdecor
Source: https://gitlab.gnome.org/jadahl/libdecor/uploads/%{commit}/%{name}-%{version}.tar.xz Source: %{url}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
Source1: baselibs.conf Source1: baselibs.conf
BuildRequires: gcc BuildRequires: gcc
BuildRequires: meson BuildRequires: meson
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(pangocairo) BuildRequires: pkgconfig(pangocairo)
BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-cursor)
@@ -66,8 +66,7 @@ Libraries and header files for developing applications that target libdecor.
%install %install
%meson_install %meson_install
%post -n libdecor-0-0 -p /sbin/ldconfig %ldconfig_scriptlets -n libdecor-0-0
%postun -n libdecor-0-0 -p /sbin/ldconfig
%files %files
%license LICENSE %license LICENSE