Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfce4-notes-plugin for openSUSE:Factory checked in at 2024-09-02 13:15:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-notes-plugin (Old) and /work/SRC/openSUSE:Factory/.xfce4-notes-plugin.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-notes-plugin" Mon Sep 2 13:15:28 2024 rev:6 rq:1198189 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-notes-plugin/xfce4-notes-plugin.changes 2024-01-15 22:21:07.563027107 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-notes-plugin.new.2698/xfce4-notes-plugin.changes 2024-09-02 13:15:31.513059439 +0200 @@ -1,0 +2,6 @@ +Fri Aug 30 10:00:16 UTC 2024 - Manfred Hollstein <manfre...@gmx.net> + +- Vala does not properly work with gcc-14; lets stick with gcc-13 + for now on Tumbleweed/Slowroll. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-notes-plugin.spec ++++++ --- /var/tmp/diff_new_pack.UTZAI2/_old 2024-09-02 13:15:32.365095702 +0200 +++ /var/tmp/diff_new_pack.UTZAI2/_new 2024-09-02 13:15:32.369095872 +0200 @@ -1,5 +1,5 @@ # -# spec file +# spec file for package xfce4-notes-plugin # # Copyright (c) 2024 SUSE LLC # @@ -28,6 +28,9 @@ URL: https://docs.xfce.org/panel-plugins/xfce4-notes-plugin Source0: https://archive.xfce.org/src/panel-plugins/%{name}/1.10/%{name}-%{version}.tar.bz2 BuildRequires: fdupes +%if 0%{?suse_version} >= 1699 +BuildRequires: gcc13 +%endif BuildRequires: intltool BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -73,6 +76,9 @@ %autosetup %build +%if 0%{?suse_version} >= 1699 +export CC=gcc-13 +%endif %if %{with git} NOCONFIGURE=1 ./autogen.sh %configure \