Script 'mail_helper' called by obssrc
Hello community,

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

Package is "xfce4-time-out-plugin"

Mon Jul 14 15:59:09 2025 rev:2 rq:1292031 version:1.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:16.0/xfce4-time-out-plugin/xfce4-time-out-plugin.changes
    2025-03-19 12:00:59.625655320 +0100
+++ 
/work/SRC/openSUSE:Leap:16.0/.xfce4-time-out-plugin.new.7373/xfce4-time-out-plugin.changes
  2025-07-14 15:59:37.522305080 +0200
@@ -1,0 +2,23 @@
+Sun Jun 15 03:02:31 UTC 2025 - Maurizio Galli <maurizio.ga...@suse.com>
+
+- Update to version 1.2.0
+  - Update README after switchover to meson
+  - build: Automate copyright year management
+  - Add meson build
+  - autotools-build: Explicitly require libxfce4util
+  - Fix libxfce4panel include
+  - Translation Updates
+
+-------------------------------------------------------------------
+Mon Jan  6 17:49:47 UTC 2025 - Manfred Hollstein <manfre...@gmx.net>
+
+- Update to version 1.1.4
+  * Update copyright year
+  * build: Bump dependency versions and fix deprecation warnings
+  * I18n: Update po/LINGUAS list
+  * build: Make libx11 optional and add runtime check
+  * build: Use XDT_VERSION_INIT and get rid of configure.ac.in
+  * build: Get rid of intltool
+  * Translation Updates
+
+-------------------------------------------------------------------

Old:
----
  xfce4-time-out-plugin-1.1.3.tar.bz2

New:
----
  xfce4-time-out-plugin-1.2.0.tar.xz

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

Other differences:
------------------
++++++ xfce4-time-out-plugin.spec ++++++
--- /var/tmp/diff_new_pack.68cCqB/_old  2025-07-14 15:59:37.758314856 +0200
+++ /var/tmp/diff_new_pack.68cCqB/_new  2025-07-14 15:59:37.762315022 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-time-out-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,29 +16,28 @@
 #
 
 
-%define panel_version 4.12.0
+%define xfce_version 4.16.0
 %define plugin time-out
 %define old_plugname timeout
-%bcond_with git
 Name:           xfce4-%{plugin}-plugin
-Version:        1.1.3
+Version:        1.2.0
 Release:        0
 Summary:        Time-out Plugin for the Xfce Panel
 License:        GPL-2.0-or-later
 Group:          System/GUI/XFCE
 URL:            https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin
-Source0:        
https://archive.xfce.org/src/panel-plugins/%{name}/1.1/%{name}-%{version}.tar.bz2
+Source0:        
https://archive.xfce.org/src/panel-plugins/%{name}/1.2/%{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) >= 4.12.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}
+BuildRequires:  pkgconfig(x11) >= 1.6.7
+Requires:       xfce4-panel >= %{xfce_version}
 Recommends:     %{name}-lang = %{version}
 # package was renamed in 2019 after Leap 15.1
 Provides:       xfce4-panel-plugin-%{old_plugname} = %{version}-%{release}
@@ -68,20 +67,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 %{buildroot}%{_libdir}/xfce4/panel/plugins/libtime-out.la
+%meson_install
 
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 

Reply via email to