Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfce4-weather-plugin for openSUSE:Factory checked in at 2024-11-08 12:01:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-weather-plugin (Old) and /work/SRC/openSUSE:Factory/.xfce4-weather-plugin.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-weather-plugin" Fri Nov 8 12:01:20 2024 rev:8 rq:1222661 version:0.11.3 Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-weather-plugin/xfce4-weather-plugin.changes 2024-03-13 22:20:20.540172360 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-weather-plugin.new.2017/xfce4-weather-plugin.changes 2024-11-08 12:05:38.285139851 +0100 @@ -1,0 +2,19 @@ +Thu Nov 7 09:38:35 UTC 2024 - Manfred Hollstein <manfre...@gmx.net> + +- 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: ---- xfce4-weather-plugin-0.11.2.tar.bz2 New: ---- xfce4-weather-plugin-0.11.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-weather-plugin.spec ++++++ --- /var/tmp/diff_new_pack.0OQWzj/_old 2024-11-08 12:05:38.729158374 +0100 +++ /var/tmp/diff_new_pack.0OQWzj/_new 2024-11-08 12:05:38.733158541 +0100 @@ -20,7 +20,7 @@ %define panel_version 4.14.0 %define plugin weather Name: xfce4-weather-plugin -Version: 0.11.2 +Version: 0.11.3 Release: 0 Summary: Weather Condition Monitoring Plugin for the Xfce Panel License: GPL-2.0-or-later @@ -30,7 +30,7 @@ # 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: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.64.0 BuildRequires: pkgconfig(gthread-2.0) >= 2.64.0 ++++++ 0001-relax-json-c-version.patch ++++++ --- /var/tmp/diff_new_pack.0OQWzj/_old 2024-11-08 12:05:38.749159208 +0100 +++ /var/tmp/diff_new_pack.0OQWzj/_new 2024-11-08 12:05:38.753159375 +0100 @@ -1,7 +1,7 @@ diff -rup a/configure.ac b/configure.ac ---- a/configure.ac 2024-03-08 10:15:34.000000000 +0100 -+++ b/configure.ac 2024-03-08 10:48:22.176013554 +0100 -@@ -77,7 +77,7 @@ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libx +--- a/configure.ac 2024-11-06 19:11:36.000000000 +0100 ++++ b/configure.ac 2024-11-07 10:42:44.155989629 +0100 +@@ -71,7 +71,7 @@ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libx XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.12.0]) XDT_CHECK_PACKAGE([LIBXML], [libxml-2.0], [2.4.0]) XDT_CHECK_PACKAGE([SOUP], [libsoup-2.4], [2.42.0]) @@ -11,9 +11,9 @@ [upower for adapting update interval to power state]) diff -rup a/configure b/configure ---- a/configure 2024-03-08 10:16:22.000000000 +0100 -+++ b/configure 2024-03-08 10:48:10.762685202 +0100 -@@ -16038,9 +16038,9 @@ fi +--- a/configure 2024-11-06 19:13:37.000000000 +0100 ++++ b/configure 2024-11-07 10:42:59.302660393 +0100 +@@ -17470,9 +17470,9 @@ fi @@ -26,7 +26,7 @@ JSON_VERSION=`$PKG_CONFIG --modversion "json-c"` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $JSON_VERSION" >&5 printf "%s\n" "$JSON_VERSION" >&6; } -@@ -16057,7 +16057,7 @@ printf %s "checking JSON_LIBS... " >&6; +@@ -17489,7 +17489,7 @@ printf %s "checking JSON_LIBS... " >&6; { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $JSON_LIBS" >&5 printf "%s\n" "$JSON_LIBS" >&6; } @@ -35,7 +35,7 @@ -@@ -16081,7 +16081,7 @@ printf "%s\n" "found, but $xdt_cv_versio +@@ -17513,7 +17513,7 @@ printf "%s\n" "found, but $xdt_cv_versio echo "*** The required package json-c was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." @@ -44,7 +44,7 @@ echo "*** the PKG_CONFIG_PATH environment variable if you installed" echo "*** the new version of the package in a nonstandard prefix so" echo "*** pkg-config is able to find it." -@@ -16093,7 +16093,7 @@ printf "%s\n" "not found" >&6; } +@@ -17525,7 +17525,7 @@ printf "%s\n" "not found" >&6; } echo "*** The required package json-c was not found on your system." ++++++ xfce4-weather-plugin-0.11.2.tar.bz2 -> xfce4-weather-plugin-0.11.3.tar.bz2 ++++++ ++++ 110004 lines of diff (skipped)