Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package CoreFreq for openSUSE:Factory checked in at 2024-04-07 22:10:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/CoreFreq (Old) and /work/SRC/openSUSE:Factory/.CoreFreq.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "CoreFreq" Sun Apr 7 22:10:57 2024 rev:30 rq:1165717 version:1.97.1 Changes: -------- --- /work/SRC/openSUSE:Factory/CoreFreq/CoreFreq.changes 2023-07-05 15:32:18.747190093 +0200 +++ /work/SRC/openSUSE:Factory/.CoreFreq.new.1905/CoreFreq.changes 2024-04-07 22:13:11.610395644 +0200 @@ -1,0 +2,9 @@ +Fri Apr 5 20:44:18 UTC 2024 - Michael Pujos <[email protected]> + +- added preamble file for %kernel_module_package macro +- update to 1.97.1 + * added aarch64 support + * upstream did not provide a summary changelog. Full list of commits: + https://github.com/cyring/CoreFreq/compare/1.96.5...1.97.1 + +------------------------------------------------------------------- Old: ---- CoreFreq-1.96.5.tar.gz New: ---- CoreFreq-1.97.1.tar.gz preamble ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ CoreFreq.spec ++++++ --- /var/tmp/diff_new_pack.cHQ0km/_old 2024-04-07 22:13:12.066412344 +0200 +++ /var/tmp/diff_new_pack.cHQ0km/_new 2024-04-07 22:13:12.070412491 +0200 @@ -1,7 +1,7 @@ # # spec file for package CoreFreq # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,21 @@ Name: CoreFreq -Version: 1.96.5 +Version: 1.97.1 Release: 0 Summary: CPU monitoring software for 64-bit processors License: GPL-2.0-or-later URL: https://github.com/cyring/CoreFreq Source: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source100: corefreqd.service +Source101: preamble BuildRequires: %{kernel_module_package_buildreqs} BuildRequires: pkgconfig BuildRequires: pkgconfig(libsystemd) Requires: CoreFreq-kmp -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 aarch64 %systemd_ordering -%kernel_module_package -x preempt +%kernel_module_package -p preamble -x preempt 64kb %description A CPU monitoring software with BIOS-like functionalities for @@ -47,6 +48,9 @@ %install export INSTALL_MOD_PATH=%{buildroot} export INSTALL_MOD_DIR=updates + +mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_unitdir} %{buildroot}%{_sbindir} + PREFIX=%{buildroot}%{_prefix} make install cp %{SOURCE100} %{buildroot}%{_unitdir} @@ -74,3 +78,5 @@ %postun %service_del_postun corefreqd.service +%check + ++++++ CoreFreq-1.96.5.tar.gz -> CoreFreq-1.97.1.tar.gz ++++++ ++++ 255295 lines of diff (skipped) ++++++ preamble ++++++ Requires: kernel-%1
