Script 'mail_helper' called by obssrc
Hello community,

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

Package is "xfce4-timer-plugin"

Tue Jun 17 18:23:55 2025 rev:5 rq:1286332 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-timer-plugin/xfce4-timer-plugin.changes    
2025-01-13 17:49:27.864977865 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-timer-plugin.new.19631/xfce4-timer-plugin.changes
 2025-06-17 18:24:46.420672407 +0200
@@ -1,0 +2,9 @@
+Sun Jun 15 03:11:00 UTC 2025 - Maurizio Galli <maurizio.ga...@suse.com>
+
+- Update to version 1.8.0
+  - Update README after switchover to meson
+  - build: Automate copyright year management
+  - Add meson build
+  - Translation Updates
+
+-------------------------------------------------------------------

Old:
----
  xfce4-timer-plugin-1.7.3.tar.bz2

New:
----
  xfce4-timer-plugin-1.8.0.tar.xz

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

Other differences:
------------------
++++++ xfce4-timer-plugin.spec ++++++
--- /var/tmp/diff_new_pack.LfesdY/_old  2025-06-17 18:24:47.212705341 +0200
+++ /var/tmp/diff_new_pack.LfesdY/_new  2025-06-17 18:24:47.216705507 +0200
@@ -16,30 +16,27 @@
 #
 
 
-%define panel_version 4.16.0
+%define xfce_version 4.16.0
 %define plugin timer
-%bcond_with git
 Name:           xfce4-%{plugin}-plugin
-Version:        1.7.3
+Version:        1.8.0
 Release:        0
 Summary:        Alarm Clock Plugin for the Xfce Panel
 License:        GPL-2.0-or-later
 Group:          System/GUI/XFCE
 URL:            https://docs.xfce.org/panel-plugins/xfce4-timer-plugin
-Source0:        
https://archive.xfce.org/src/panel-plugins/%{name}/1.7/%{name}-%{version}.tar.bz2
+Source0:        
https://archive.xfce.org/src/panel-plugins/%{name}/1.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(gthread-2.0) >= 2.50.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
-BuildRequires:  pkgconfig(libxfce4panel-2.0) >= %{panel_version}
-BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.16.0
-BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.16.0
-%if %{with git}
-BuildRequires:  xfce4-dev-tools
-%endif
-Requires:       xfce4-panel >= %{panel_version}
+BuildRequires:  pkgconfig(libxfce4panel-2.0) >= %{xfce_version}
+BuildRequires:  pkgconfig(libxfce4ui-2) >= %{xfce_version}
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= %{xfce_version}
+Requires:       xfce4-panel >= %{xfce_version}
 Recommends:     %{name}-lang = %{version}
 # package was renamed in 2019 after Leap 15.1
 Provides:       xfce4-panel-plugin-%{plugin} = %{version}-%{release}
@@ -68,19 +65,11 @@
 %autosetup
 
 %build
-%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
-rm -fv %{buildroot}%{_libdir}/xfce4/panel/plugins/*.la
+%meson_install
 
 %find_lang %{name} %{name}.lang %{?no_lang_C}
 

Reply via email to