Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package CoreFreq for openSUSE:Factory 
checked in at 2026-09-04 12:43:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/CoreFreq (Old)
 and      /work/SRC/openSUSE:Factory/.CoreFreq.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "CoreFreq"

Fri Sep  4 12:43:03 2026 rev:54 rq:1375693 version:2.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/CoreFreq/CoreFreq.changes        2026-08-17 
17:01:53.972194148 +0200
+++ /work/SRC/openSUSE:Factory/.CoreFreq.new.1265/CoreFreq.changes      
2026-09-04 12:43:04.129186675 +0200
@@ -1,0 +2,6 @@
+Thu Sep  3 22:24:37 UTC 2026 - Michael Pujos <[email protected]>
+
+- fixed compilation on aarch64 caused by enum names clashing with
+  kernel macros names
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ CoreFreq.spec ++++++
--- /var/tmp/diff_new_pack.VuQBoS/_old  2026-09-04 12:43:04.740208133 +0200
+++ /var/tmp/diff_new_pack.VuQBoS/_new  2026-09-04 12:43:04.742208203 +0200
@@ -50,6 +50,13 @@
     x86_64/corefreqk.c
 %endif
 
+# On aarch64, fix naming collisions between {FPSR,FPCR}_* enums defined in 
coretypes.h and macros with the same name defined in
+# 
/usr/src/linux-<version>-obj/arm64/default/arch/arm64/include/generated/asm/sysreg-defs.h
+# Append _ to problematic names
+sed -i \
+    -e 's/\b\(FPSR\|FPCR\)_[A-Z]*\b/&_/g' \
+    aarch64/{corefreq-cli.c,coretypes.h}
+
 %build
 %make_build
 

Reply via email to