Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfce4-calculator-plugin for 
openSUSE:Leap:16.0 checked in at 2025-07-14 15:58:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/xfce4-calculator-plugin (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.xfce4-calculator-plugin.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-calculator-plugin"

Mon Jul 14 15:58:54 2025 rev:2 rq:1291996 version:0.8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:16.0/xfce4-calculator-plugin/xfce4-calculator-plugin.changes
        2025-03-19 12:00:56.765535228 +0100
+++ 
/work/SRC/openSUSE:Leap:16.0/.xfce4-calculator-plugin.new.7373/xfce4-calculator-plugin.changes
      2025-07-14 15:59:15.661399554 +0200
@@ -1,0 +2,37 @@
+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
+
+-------------------------------------------------------------------
+Sun Dec 29 08:54:26 UTC 2024 - Manfred Hollstein <manfre...@gmx.net>
+
+- Update to 0.7.3
+  * Update copyright year
+  * build: Bump dependency versions and fix deprecation warnings
+  * I18n: Update po/LINGUAS list
+  * parser: Fix GError warning about 0 quark
+  * lexer: Fix parsing of dots
+  * Fix calc_free
+  * build: Remove unnecessary check for libx11
+  * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+  * build: Switch from intltool to gettext
+  * Translation Updates
+
+-------------------------------------------------------------------

Old:
----
  xfce4-calculator-plugin-0.7.2.tar.bz2

New:
----
  xfce4-calculator-plugin-0.8.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xfce4-calculator-plugin.spec ++++++
--- /var/tmp/diff_new_pack.q6ivWG/_old  2025-07-14 15:59:15.905409662 +0200
+++ /var/tmp/diff_new_pack.q6ivWG/_new  2025-07-14 15:59:15.909409828 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-calculator-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,26 +16,26 @@
 #
 
 
-%define panel_version 4.12.0
+%define panel_version 4.16.0
 %define plugin calculator
 %bcond_with git
 Name:           xfce4-%{plugin}-plugin
-Version:        0.7.2
+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:  intltool
+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
 BuildRequires:  pkgconfig(libxfce4panel-2.0) >= %{panel_version}
 BuildRequires:  pkgconfig(libxfce4ui-2) >= %{panel_version}
 BuildRequires:  pkgconfig(libxfce4util-1.0) >= %{panel_version}
-BuildRequires:  pkgconfig(libxfconf-0) >= %{panel_version}
 %if %{with git}
 BuildRequires:  xfce4-dev-tools
 %endif
@@ -72,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}
 
@@ -86,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

Reply via email to