Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfce4-stopwatch-plugin for 
openSUSE:Factory checked in at 2025-06-17 18:23:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-stopwatch-plugin (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-stopwatch-plugin.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-stopwatch-plugin"

Tue Jun 17 18:23:51 2025 rev:6 rq:1286329 version:0.6.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin.changes
    2025-01-13 17:49:34.845266361 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-stopwatch-plugin.new.19631/xfce4-stopwatch-plugin.changes
 2025-06-17 18:24:42.328502248 +0200
@@ -1,0 +2,12 @@
+Sun Jun 15 02:46:00 UTC 2025 - Maurizio Galli <maurizio.ga...@suse.com>
+
+- Update to 0.6.0
+  - Update README after switchover to meson
+  - build: Automate copyright year management
+  - Add meson build
+  - Add about dialog
+  - autotools-build: Avoid versioning libstopwatch
+  - I18n: Update po/LINGUAS list
+  - Translation Updates
+
+-------------------------------------------------------------------

Old:
----
  xfce4-stopwatch-plugin-0.5.2.tar.bz2

New:
----
  xfce4-stopwatch-plugin-0.6.0.tar.xz

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

Other differences:
------------------
++++++ xfce4-stopwatch-plugin.spec ++++++
--- /var/tmp/diff_new_pack.xKu7me/_old  2025-06-17 18:24:42.984529527 +0200
+++ /var/tmp/diff_new_pack.xKu7me/_new  2025-06-17 18:24:42.984529527 +0200
@@ -16,32 +16,30 @@
 #
 
 
-%bcond_with git
-%define panel_version 4.16.0
+%define xfce_version 4.16.0
 %define plugin stopwatch
 
 Name:           xfce4-%{plugin}-plugin
-Version:        0.5.2
+Version:        0.6.0
 Release:        0
 Summary:        A panel plugin to keep track of elapsed time
 License:        BSD-2-Clause
 Group:          System/GUI/XFCE
 URL:            https://docs.xfce.org/panel-plugins/xfce4-stopwatch-plugin
-Source:         
https://archive.xfce.org/src/panel-plugins/%{name}/0.5/%{name}-%{version}.tar.bz2
+Source:         
https://archive.xfce.org/src/panel-plugins/%{name}/0.6/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gettext >= 0.19.8
+BuildRequires:  meson >= 0.54.0
 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(libxfce4util-1.0) >= 4.16.0
-%if %{with git}
-BuildRequires:  xfce4-dev-tools
-%endif
+BuildRequires:  pkgconfig(libxfce4panel-2.0) >= %{xfce_version}
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= %{xfce_version}
+
 # package was renamed in 2019 after Leap 15.1
 Provides:       xfce4-panel-plugin-%{plugin} = %{version}-%{release}
 Obsoletes:      xfce4-panel-plugin-%{plugin} < %{version}-%{release}
 Obsoletes:      xfce4-panel-plugin-%{plugin}-debuginfo
-Requires:       xfce4-panel >= %{panel_version}
+Requires:       xfce4-panel >= %{xfce_version}
 Recommends:     %{name}-lang = %{version}
 
 %description
@@ -62,31 +60,19 @@
 Provides translations for the "%{name}" package.
 
 %prep
-%autosetup -p1
+%autosetup
 
 %build
-# setting libexecdir = libdir as workaround for bxo#15608
-%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
+%meson_install
 
 %find_lang %{name} %{name}.lang %{?no_lang_C}
 
 %fdupes %{buildroot}%{_datadir}
 
-rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libstopwatch.la
-
 %files
 %license COPYING
 %doc README.md NEWS AUTHORS

Reply via email to