Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libxfce4windowing for
openSUSE:Factory checked in at 2026-01-26 11:04:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxfce4windowing (Old)
and /work/SRC/openSUSE:Factory/.libxfce4windowing.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxfce4windowing"
Mon Jan 26 11:04:11 2026 rev:8 rq:1329019 version:4.20.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/libxfce4windowing/libxfce4windowing.changes
2026-01-02 14:31:28.391770186 +0100
+++
/work/SRC/openSUSE:Factory/.libxfce4windowing.new.1928/libxfce4windowing.changes
2026-01-26 11:04:35.079673578 +0100
@@ -1,0 +2,11 @@
+Sat Jan 24 18:07:40 UTC 2026 - Manfred Hollstein <[email protected]>
+
+- Update copyright year.
+
+-------------------------------------------------------------------
+Fri Jan 23 11:02:30 UTC 2026 - Callum Farmer <[email protected]>
+
+- Use meson build system
+- Build with vala to generate vapi files needed by Budgie Desktop
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libxfce4windowing.spec ++++++
--- /var/tmp/diff_new_pack.gm0N1C/_old 2026-01-26 11:04:35.915708568 +0100
+++ /var/tmp/diff_new_pack.gm0N1C/_new 2026-01-26 11:04:35.919708735 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libxfce4windowing
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
@@ -33,6 +33,7 @@
%define girnameui typelib-1_0-Libxfce4windowingui-%{api}_%{major}
%define devname %{name}-devel
%define docname %{devname}-doc
+%define langname %{name}-lang
Name: libxfce4windowing
Summary: Windowing concept abstraction library for X11 and Wayland
@@ -42,6 +43,11 @@
Group: System/Libraries
URL: https://gitlab.xfce.org/xfce/libxfce4windowing
Source0:
https://archive.xfce.org/src/xfce/libxfce4windowing/4.20/libxfce4windowing-%{version}.tar.bz2
+BuildRequires: meson
+BuildRequires: vala
+%if 0%{?suse_version} < 1600
+BuildRequires: gcc13
+%endif
BuildRequires: gettext >= 0.19.8
BuildRequires: xfce4-dev-tools >= 4.19.3
BuildRequires: pkgconfig(gdk-3.0) >= 3.24.10
@@ -142,12 +148,14 @@
%autosetup
%build
-%configure \
- --disable-static
-%make_build
+%if 0%{?suse_version} < 1600
+export CC=gcc-13
+%endif
+%meson -Dintrospection=true -Dvala=enabled -Dgtk-doc=true
+%meson_build
%install
-%make_install
+%meson_install
find %{buildroot} -name "*.la" -print -delete
@@ -180,12 +188,16 @@
%{_libdir}/pkgconfig/libxfce4windowing-x11-%{api}.pc
%{_datadir}/gir-1.0/Libxfce4windowing-%{api}.%{major}.gir
%{_datadir}/gir-1.0/Libxfce4windowingui-%{api}.%{major}.gir
-%{_includedir}/xfce4/libxfce4windowing{,ui}/
+%{_includedir}/xfce4/libxfce4windowing-0
+%dir %{_datadir}/vala/vapi
+%{_datadir}/vala/vapi/libxfce4windowing{,ui}-0.deps
+%{_datadir}/vala/vapi/libxfce4windowing{,ui}-0.vapi
%files -n %{docname}
%doc README*
-%{_datadir}/gtk-doc/html/libxfce4windowingui
-%{_datadir}/gtk-doc/html/libxfce4windowing
+%{_datadir}/gtk-doc/html/libxfce4windowingui-0
+%{_datadir}/gtk-doc/html/libxfce4windowing-0
+
+%files -n %{langname} -f %{name}.lang
-%files lang -f %{name}.lang