Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xfce4-mailwatch-plugin for
openSUSE:Leap:16.0 checked in at 2025-07-14 15:59:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/xfce4-mailwatch-plugin (Old)
and /work/SRC/openSUSE:Leap:16.0/.xfce4-mailwatch-plugin.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-mailwatch-plugin"
Mon Jul 14 15:59:00 2025 rev:2 rq:1292009 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.changes
2025-03-19 12:00:57.609570668 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.xfce4-mailwatch-plugin.new.7373/xfce4-mailwatch-plugin.changes
2025-07-14 15:59:20.825613467 +0200
@@ -1,0 +2,25 @@
+Sat Jun 14 13:59:30 UTC 2025 - Flann van der Eik <[email protected]>
+
+- Update to version 1.4.0
+ * autotools-build: Explicitly require libxfce4util
+ * meson-build: Use shared_module()
+ * Replace deprecated exo with libxfce4ui 4.21.0
+ * build: Automate copyright year management
+ * Add meson build
+ * Fix incomplete use of XfceTitledDialog
+ * Translation Updates
+
+-------------------------------------------------------------------
+Sun Dec 29 13:55:01 UTC 2024 - Manfred Hollstein <[email protected]>
+
+- Update to version 1.3.2
+ * Update copyright year
+ * build: Bump dependency versions and fix deprecation warnings
+ * I18n: Update po/LINGUAS list
+ * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+ * build: clang: Silence -Wcast-align
+ * Fix missing plugin icon
+ * build: Get rid of intltool
+ * Translation Updates
+
+-------------------------------------------------------------------
Old:
----
xfce4-mailwatch-plugin-1.3.1.tar.bz2
New:
----
xfce4-mailwatch-plugin-1.4.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-mailwatch-plugin.spec ++++++
--- /var/tmp/diff_new_pack.9IQn4c/_old 2025-07-14 15:59:21.073623740 +0200
+++ /var/tmp/diff_new_pack.9IQn4c/_new 2025-07-14 15:59:21.077623906 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-mailwatch-plugin
#
-# Copyright (c) 2023 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,30 +16,30 @@
#
-%define panel_version 4.14.0
+%define panel_version 4.20.0
%define plugin mailwatch
%bcond_with git
Name: xfce4-%{plugin}-plugin
-Version: 1.3.1
+Version: 1.4.0
Release: 0
Summary: Versatile Mail Checking Plugin for the Xfce Panel
License: GPL-2.0-only
Group: System/GUI/XFCE
URL:
https://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin
-Source0:
https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.3/%{name}-%{version}.tar.bz2
-BuildRequires: ed
+Source0:
https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.4/%{name}-%{version}.tar.xz
BuildRequires: fdupes
-BuildRequires: intltool
+BuildRequires: gettext >= 0.19.8
+BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(exo-2) >= 0.11.0
-BuildRequires: pkgconfig(glib-2.0) >= 2.42.0
+BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
BuildRequires: pkgconfig(gnutls) >= 1.2.0
-BuildRequires: pkgconfig(gobject-2.0) >= 2.42.0
-BuildRequires: pkgconfig(gthread-2.0) >= 2.42.0
+BuildRequires: pkgconfig(gobject-2.0) >= 2.50.0
+BuildRequires: pkgconfig(gthread-2.0) >= 2.50.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{panel_version}
-BuildRequires: pkgconfig(libxfce4ui-2) >= 4.14.0
-BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.14.0
+BuildRequires: pkgconfig(libxfce4ui-2) >= %{panel_version}
+BuildRequires: pkgconfig(libxfce4util-1.0) >= %{panel_version}
%if %{with git}
BuildRequires: xfce4-dev-tools
%endif
@@ -71,20 +71,13 @@
%prep
%autosetup
-# fix up missing icon
-ed -s panel-plugin/mailwatch.desktop.in 2>/dev/null <<'EOF'
-,s/^Icon=xfce-mail/Icon=mail-unread/
-w
-EOF
%build
-%configure --disable-static
-make %{_smp_mflags} V=1
+%meson
+%meson_build
%install
-%make_install
-
-rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libmailwatch.la
+%meson_install
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}