Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tmon for openSUSE:Factory checked in at 2021-07-27 14:32:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tmon (Old) and /work/SRC/openSUSE:Factory/.tmon.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tmon" Tue Jul 27 14:32:00 2021 rev:5 rq:908395 version:1.0.gb61442df748f06e9 Changes: -------- --- /work/SRC/openSUSE:Factory/tmon/tmon.changes 2018-04-19 15:29:41.830542746 +0200 +++ /work/SRC/openSUSE:Factory/.tmon.new.1899/tmon.changes 2021-07-27 14:32:13.435474465 +0200 @@ -1,0 +2,10 @@ +Mon Jul 26 10:23:46 UTC 2021 - Thomas Renninger <tr...@suse.de> + +- Update to latest git version (kernel git hash #gb61442df748f06e9) + Delete already integrated patches: +D prevent-cur_thermal_record_race.patch +D tmon_pkg_config_ncurses_missing.patch +and adjust build env: +A remove_external_includes + +------------------------------------------------------------------- Old: ---- prevent-cur_thermal_record_race.patch tmon-1.0.tar.bz2 tmon_pkg_config_ncurses_missing.patch New: ---- remove_external_includes tmon-1.0.gb61442df748f06e9.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tmon.spec ++++++ --- /var/tmp/diff_new_pack.4QRjC0/_old 2021-07-27 14:32:14.111473796 +0200 +++ /var/tmp/diff_new_pack.4QRjC0/_new 2021-07-27 14:32:14.115473793 +0200 @@ -1,7 +1,7 @@ # # spec file for package tmon # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: tmon # Use this as version when things are in mainline kernel -Version: 1.0 +Version: 1.0.gb61442df748f06e9 Release: 0 Summary: A Monitoring and Testing Tool for Linux kernel thermal subsystem License: GPL-2.0-only Group: System/Base URL: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/thermal/tmon -Source: %{name}-%{version}.tar.bz2 -Patch1: tmon_pkg_config_ncurses_missing.patch -Patch2: prevent-cur_thermal_record_race.patch +Source: %{name}-%{version}.tar.xz +Patch0: remove_external_includes BuildRequires: ncurses-devel BuildRequires: pkgconfig @@ -35,9 +34,7 @@ complex thermal subsystem. %prep -%setup -q -%patch1 -p1 -%patch2 -p1 +%autosetup %build CFLAGS="%{optflags}" make %{?_smp_mflags} ++++++ remove_external_includes ++++++ Index: tmon-1.0.gb61442df748f06e9/Makefile =================================================================== --- tmon-1.0.gb61442df748f06e9.orig/Makefile +++ tmon-1.0.gb61442df748f06e9/Makefile @@ -1,6 +1,4 @@ # SPDX-License-Identifier: GPL-2.0 -# We need this for the "cc-option" macro. -include ../../build/Build.include VERSION = 1.0