Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfce4-calculator-plugin for openSUSE:Factory checked in at 2025-05-30 14:32:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-calculator-plugin (Old) and /work/SRC/openSUSE:Factory/.xfce4-calculator-plugin.new.25440 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-calculator-plugin" Fri May 30 14:32:37 2025 rev:5 rq:1280732 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-calculator-plugin/xfce4-calculator-plugin.changes 2025-01-13 17:50:01.866382888 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-calculator-plugin.new.25440/xfce4-calculator-plugin.changes 2025-05-30 17:27:55.321709947 +0200 @@ -1,0 +2,22 @@ +Tue May 27 15:42:28 UTC 2025 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 0.8.0: + Meson has been added as a build system in this release, and the + associated archive has been generated by 'meson dist'. Although + autotools has been retained for the time being and can still be used + via 'autogen.sh', meson is now the preferred build system, and + autotools will be removed in a future release. + + * Update README after switchover to meson + * autotools-build: Explicitly require glib, gtk3 + * build: Automate copyright year management + * meson-build: Use shared_module() + * I18n: Update po/LINGUAS list + * build: Fix -Werror={missing-declarations,old-style-definition} + * Add meson build + * Remove generated gmon.out + * tests: Use PATH to search for calctest program + * I18n: Update po/LINGUAS list + * Translation Updates + +------------------------------------------------------------------- Old: ---- xfce4-calculator-plugin-0.7.3.tar.bz2 New: ---- xfce4-calculator-plugin-0.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-calculator-plugin.spec ++++++ --- /var/tmp/diff_new_pack.n9K0Xz/_old 2025-05-30 17:27:55.821730656 +0200 +++ /var/tmp/diff_new_pack.n9K0Xz/_new 2025-05-30 17:27:55.825730821 +0200 @@ -20,15 +20,16 @@ %define plugin calculator %bcond_with git Name: xfce4-%{plugin}-plugin -Version: 0.7.3 +Version: 0.8.0 Release: 0 Summary: Calculator plugin for the Xfce4 panel License: GPL-2.0-only Group: System/GUI/XFCE URL: https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin -Source: https://archive.xfce.org/src/panel-plugins/%{name}/0.7/%{name}-%{version}.tar.bz2 +Source: https://archive.xfce.org/src/panel-plugins/%{name}/0.8/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gettext >= 0.19.8 +BuildRequires: meson >= 0.54.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.50.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 @@ -71,12 +72,12 @@ --enable-maintainer-mode \ --disable-static %else -%configure --disable-static +%meson %endif -%make_build +%meson_build %install -%make_install +%meson_install %find_lang %{name} %{?no_lang_C} @@ -85,7 +86,6 @@ %files %license COPYING %doc AUTHORS NEWS README.md -%{_libdir}/xfce4/panel/plugins/libcalculator.la %{_libdir}/xfce4/panel/plugins/libcalculator.so %{_datadir}/icons/hicolor/* %{_datadir}/xfce4/panel/plugins/calculator.desktop