Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xfce4-weather-plugin for
openSUSE:Leap:16.0 checked in at 2025-07-14 15:59:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/xfce4-weather-plugin (Old)
and /work/SRC/openSUSE:Leap:16.0/.xfce4-weather-plugin.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-weather-plugin"
Mon Jul 14 15:59:11 2025 rev:2 rq:1292037 version:0.12.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/xfce4-weather-plugin/xfce4-weather-plugin.changes
2025-03-19 12:01:00.081674467 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.xfce4-weather-plugin.new.7373/xfce4-weather-plugin.changes
2025-07-14 15:59:39.246376495 +0200
@@ -1,0 +2,42 @@
+Sun Jun 15 03:40:36 UTC 2025 - Maurizio Galli <[email protected]>
+
+- Update to 0.12.0
+ - Update README after switchover to meson
+ - build: Automate copyright year management
+ - Add meson build
+ - build: Replace xdt-csource with glib-compile-resources
+ - Replace deprecated exo with libxfce4ui 4.21.0
+ - prefs-dialog: Fix help button behavior
+ - prefs-dialog: Fix typo
+ - build: Bump dependency versions and fix deprecation warnings
+ - I18n: Update po/LINGUAS list
+ - I18n: Update po/LINGUAS list
+ - Alignment fixes, only use single row when labels not shown
+ - Make libsoup v3 support optional
+ - Report UPower Glib support
+ - libsoup: Port to libsoup-3.0
+ - parsers: Generalise input to array of gchar
+ - libxfce4ui: Avoid deprecated functions
+ - Translation Updates
+- Removed obsolete 0001-relax-json-c-version.patch
+
+-------------------------------------------------------------------
+Thu Nov 7 09:38:35 UTC 2024 - Manfred Hollstein <[email protected]>
+
+- Update to 0.11.3
+ * Use subdomain for api.met.no
+ * Avoid calling libsoup callbacks when dialogs are destroyed
+ * weather-config: Fix memory leak on GtkBuilder
+ * scan-build: Add false positive file
+ * scan-build: Fix core.uninitialized.Branch
+ * scan-build: Fix deadcode.DeadStores
+ * scan-build: core.NullDereference
+ * icon: Apply translate logic to get_symbol_name
+ * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+ * weather-config: Fix memory management of source
+ * I18n: Update po/LINGUAS list
+ * build: Drop intltool requirements
+ * Translation Updates
+- Refresh 0001-relax-json-c-version.patch
+
+-------------------------------------------------------------------
Old:
----
0001-relax-json-c-version.patch
xfce4-weather-plugin-0.11.2.tar.bz2
New:
----
xfce4-weather-plugin-0.12.0.tar.xz
----------(Old B)----------
Old: - Translation Updates
- Removed obsolete 0001-relax-json-c-version.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-weather-plugin.spec ++++++
--- /var/tmp/diff_new_pack.eVfgmK/_old 2025-07-14 15:59:39.498386934 +0200
+++ /var/tmp/diff_new_pack.eVfgmK/_new 2025-07-14 15:59:39.498386934 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-weather-plugin
#
-# Copyright (c) 2024 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,39 +16,35 @@
#
-%bcond_with git
-%define panel_version 4.14.0
+%define xfce_version 4.14.0
%define plugin weather
Name: xfce4-weather-plugin
-Version: 0.11.2
+Version: 0.12.0
Release: 0
Summary: Weather Condition Monitoring Plugin for the Xfce Panel
License: GPL-2.0-or-later
Group: System/GUI/XFCE
URL: https://docs.xfce.org/panel-plugins/xfce4-weather-plugin
-Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/0.11/%{name}-%{version}.tar.bz2
+Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/0.12/%{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE 0001-relax-json-c-version.patch lower required json-c
version to allow building for Leap which only has 0.13, which is enough, though.
-Patch1: 0001-relax-json-c-version.patch
BuildRequires: fdupes
-BuildRequires: intltool
+BuildRequires: gettext >= 0.19.8
+BuildRequires: meson >= 0.54.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0) >= 2.64.0
BuildRequires: pkgconfig(gthread-2.0) >= 2.64.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
-BuildRequires: pkgconfig(json-c) >= 0.13
-BuildRequires: pkgconfig(libsoup-2.4) >= 2.42.0
-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.0
+BuildRequires: pkgconfig(json-c) >= 0.13.1
+BuildRequires: pkgconfig(libsoup-3.0) >= 3.0.0
+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(libxml-2.0) >= 2.4.0
BuildRequires: pkgconfig(upower-glib) >= 0.9.0
-%if %{with git}
-BuildRequires: xfce4-dev-tools
-%endif
# uses exo-open
Requires: exo-tools
-Requires: xfce4-panel >= %{panel_version}
+Requires: xfce4-panel >= %{xfce_version}
Recommends: %{name}-lang = %{version}
# package was renamed in 2019 after Leap 15.1
Provides: xfce4-panel-plugin-%{plugin} = %{version}-%{release}
@@ -73,23 +69,14 @@
Provides translations for the "%{name}" 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
-
-rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libweather.la
+%meson_install
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}