Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package icecream-monitor for
openSUSE:Factory checked in at 2026-09-17 15:20:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icecream-monitor (Old)
and /work/SRC/openSUSE:Factory/.icecream-monitor.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icecream-monitor"
Thu Sep 17 15:20:07 2026 rev:31 rq:1378322 version:3.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/icecream-monitor/icecream-monitor.changes
2019-09-18 13:09:31.440714079 +0200
+++
/work/SRC/openSUSE:Factory/.icecream-monitor.new.383539/icecream-monitor.changes
2026-09-17 15:21:24.350978929 +0200
@@ -1,0 +2,14 @@
+Sun Sep 13 06:22:56 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to version 3.4:
+ - Port to Qt 6, drop Qt 5 build dependency
+ - Add system tray icon with tooltip
+ - Support newer icecc after message refactor
+ - Fix flow table view repaints
+ - Manpage is now generated with pandoc: ship pre-generated
+ icemon.1 and add make-pandoc-optional.patch, as pandoc is
+ not available in Factory
+ - Drop docbook2x and xsltproc build dependencies
+ - Drop deprecated %suse_update_desktop_file
+
+-------------------------------------------------------------------
Old:
----
icemon-3.3.tar.xz
New:
----
icemon-3.4.tar.xz
icemon.1
make-pandoc-optional.patch
----------(New B)----------
New: - Manpage is now generated with pandoc: ship pre-generated
icemon.1 and add make-pandoc-optional.patch, as pandoc is
not available in Factory
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ icecream-monitor.spec ++++++
--- /var/tmp/diff_new_pack.UzatMf/_old 2026-09-17 15:21:25.848041721 +0200
+++ /var/tmp/diff_new_pack.UzatMf/_new 2026-09-17 15:21:25.850041804 +0200
@@ -1,7 +1,7 @@
#
# spec file for package icecream-monitor
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,28 @@
Name: icecream-monitor
-Version: 3.3
+Version: 3.4
Release: 0
Summary: Monitor Program for the icecream Compile Farm
License: GPL-2.0-or-later
-Group: Development/Tools/Building
URL: https://github.com/icecc/icemon
Source0: icemon-%{version}.tar.xz
+Source1: icemon.1
+Patch0: make-pandoc-optional.patch
BuildRequires: cmake
-BuildRequires: docbook2x
BuildRequires: extra-cmake-modules
BuildRequires: hicolor-icon-theme
-BuildRequires: lzo-devel
BuildRequires: pkgconfig
-BuildRequires: update-desktop-files
-BuildRequires: xsltproc
-BuildRequires: cmake(Qt5Widgets)
+BuildRequires: cmake(Qt6Widgets)
BuildRequires: pkgconfig(icecc)
+BuildRequires: pkgconfig(lzo2)
%description
icecream is the next generation distcc. This package provides a monitor
program.
%prep
-%setup -q -n icemon-%{version}
+%autosetup -p1 -n icemon-%{version}
%build
%cmake
@@ -48,7 +46,8 @@
%install
%cmake_install
-%suse_update_desktop_file icemon Development Building
+# manpage pre-generated with pandoc 3.5, which is not in Factory
+install -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/icemon.1
%files
%{_bindir}/icemon
++++++ _service ++++++
--- /var/tmp/diff_new_pack.UzatMf/_old 2026-09-17 15:21:25.963046544 +0200
+++ /var/tmp/diff_new_pack.UzatMf/_new 2026-09-17 15:21:25.968046754 +0200
@@ -1,8 +1,8 @@
<services>
<service name="tar_scm" mode="disabled">
- <param name="versionformat">3.3</param>
+ <param name="versionformat">3.4</param>
<param name="url">http://github.com/icecc/icemon.git</param>
- <param name="revision">refs/tags/v3.3</param>
+ <param name="revision">refs/tags/v3.4</param>
<param name="scm">git</param>
</service>
<service name="recompress" mode="disabled">
++++++ icemon-3.3.tar.xz -> icemon-3.4.tar.xz ++++++
++++ 1927 lines of diff (skipped)
++++++ icemon-3.3.tar.xz -> icemon.1 ++++++
Binary files /work/SRC/openSUSE:Factory/icecream-monitor/icemon-3.3.tar.xz and
/work/SRC/openSUSE:Factory/.icecream-monitor.new.383539/icemon.1 differ
++++++ make-pandoc-optional.patch ++++++
Upstream requires pandoc unconditionally (TYPE REQUIRED plus
FATAL_ON_MISSING_REQUIRED_PACKAGES), but pandoc is not available on
all distributions. Allow configuring without it; a pre-generated
icemon.1 can be installed instead.
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -12,7 +12,7 @@
)
mark_as_advanced(pandoc_EXECUTABLE)
set_package_properties(pandoc PROPERTIES
- TYPE REQUIRED
+ TYPE OPTIONAL
DESCRIPTION "A universal document converter. Used for generating manpages."
URL "https://pandoc.org/"
)