Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfce4-xkb-plugin for 
openSUSE:Leap:16.0 checked in at 2025-07-14 15:59:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/xfce4-xkb-plugin (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.xfce4-xkb-plugin.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-xkb-plugin"

Mon Jul 14 15:59:12 2025 rev:2 rq:1292041 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/xfce4-xkb-plugin/xfce4-xkb-plugin.changes      
2025-03-19 12:01:00.269682361 +0100
+++ 
/work/SRC/openSUSE:Leap:16.0/.xfce4-xkb-plugin.new.7373/xfce4-xkb-plugin.changes
    2025-07-14 15:59:40.334421564 +0200
@@ -1,0 +2,39 @@
+Sun Jun 15 03:53:17 UTC 2025 - Maurizio Galli <maurizio.ga...@suse.com>
+
+- Update to version 0.9.0
+  - Update README after switchover to meson
+  - Remove vertical white line at left in the Mexican SVG flag (mx.svg)
+  - Fix corrupted Argentinian SVG flag (ar.svg)
+  - Optimize SVG flags using SVGO (https://github.com/svg/svgo)
+  - build: Automate copyright year management
+  - Add meson build
+  - autotools-build: Install flags/me.svg
+  - Fix libxfce4panel include
+  - Translation Updates
+
+-------------------------------------------------------------------
+Mon Jan  6 11:10:25 UTC 2025 - Manfred Hollstein <manfre...@gmx.net>
+
+- Update to version 0.8.5
+  * prefs-dialog: Remove unused stock icon name
+
+- Update to version 0.8.4
+  * Exit early and remove plugin on non X11 environments
+  * Update copyright year
+  * build: Bump dependency versions and fix deprecation warnings
+  * Use pango context to adjust dpi (Fixes #56)
+  * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+  * scan-build: Fix core.CallAndMessage
+  * Avoid deprecated rsvg_handle_close()
+  * I18n: Update po/LINGUAS list
+  * build: Get rid of intltool
+  * Update README consistent with common template
+  * build: Add GLib requirement
+  * Use xfce_panel_plugin_popup_menu() when possible
+  * Implement list of window class names that default to each layout (#33)
+  * COPYING: Replace BSD-2-Clause with GPL (#41)
+  * Translation Updates
+
+- Remove _service file
+
+-------------------------------------------------------------------

Old:
----
  _service
  xfce4-xkb-plugin-0.8.3.tar.bz2

New:
----
  xfce4-xkb-plugin-0.9.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xfce4-xkb-plugin.spec ++++++
--- /var/tmp/diff_new_pack.C8cAMN/_old  2025-07-14 15:59:40.554430677 +0200
+++ /var/tmp/diff_new_pack.C8cAMN/_new  2025-07-14 15:59:40.554430677 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package xfce4-xkb-plugin
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +16,32 @@
 #
 
 
-%define panel_version 4.14.0
+%define xfce_version 4.16.0
 %define plugin xkb
-%bcond_with git
 Name:           xfce4-%{plugin}-plugin
-Version:        0.8.3
+Version:        0.9.0
 Release:        0
 Summary:        XKB Layout Switcher Plugin for the Xfce Panel
 License:        GPL-2.0-or-later
 Group:          System/GUI/XFCE
 URL:            https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin
-Source0:        
https://archive.xfce.org/src/panel-plugins/%{name}/0.8/%{name}-%{version}.tar.bz2
+Source0:        
https://archive.xfce.org/src/panel-plugins/%{name}/0.9/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  intltool
+BuildRequires:  gettext >= 0.19.8
+BuildRequires:  meson >= 0.54.0
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(garcon-1) >= 0.4.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
-BuildRequires:  pkgconfig(librsvg-2.0)
-BuildRequires:  pkgconfig(libwnck-3.0) >= 3.14
-BuildRequires:  pkgconfig(libxfce4panel-2.0) >= %{panel_version}
-BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.12.0
-BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.12.0
-BuildRequires:  pkgconfig(libxfconf-0) >= 4.12.1
+BuildRequires:  pkgconfig(garcon-1) >= %{xfce_version}
+BuildRequires:  pkgconfig(glib-2.0) >= 2.50.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
+BuildRequires:  pkgconfig(x11) >= 1.6.7
 BuildRequires:  pkgconfig(libxklavier) >= 5.3
-BuildRequires:  pkgconfig(pango)
+BuildRequires:  pkgconfig(libnotify) >= 0.7.0
+BuildRequires:  pkgconfig(librsvg-2.0) >= 2.40
+BuildRequires:  pkgconfig(libxfce4panel-2.0) >= %{xfce_version}
+BuildRequires:  pkgconfig(libxfce4ui-2) >= %{xfce_version}
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= %{xfce_version}
+BuildRequires:  pkgconfig(libxfconf-0) >= %{xfce_version}
+BuildRequires:  pkgconfig(libwnck-3.0) >= 3.14
 Requires:       xfce4-panel >= %{panel_version}
 Requires:       xfce4-settings >= 4.11.0
 Recommends:     %{name}-lang = %{version}
@@ -53,38 +54,18 @@
 The XKB plugin allows to setup and switch between multiple XKB keyboard
 layouts.
 
-%package lang
-Summary:        Translations for package %{name}
-Group:          System/Localization
-Requires:       %{name} = %{version}
-Supplements:    %{name}
-Provides:       %{name}-lang-all = %{version}
-# package was renamed in 2019 after Leap 15.1
-Obsoletes:      xfce4-panel-plugin-%{plugin}-lang < %{version}-%{release}
-Provides:       xfce4-panel-plugin-%{plugin}-lang = %{version}-%{release}
-BuildArch:      noarch
-
-%description lang
-Provides translations for the "%{name}" package.
+%lang_package
 
 %prep
-%autosetup -p1
+%autosetup
 
 %build
-%if %{with git}
-NOCONFIGURE=1 ./autogen.sh
-%configure \
-    --enable-maintainer-mode \
-    --disable-static
-%else
-%configure --disable-static
-%endif
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 
-rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/*.la
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
 %find_lang %{name} %{name}.lang %{?no_lang_C}

Reply via email to