Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package CoreFreq for openSUSE:Factory 
checked in at 2023-03-02 23:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/CoreFreq (Old)
 and      /work/SRC/openSUSE:Factory/.CoreFreq.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "CoreFreq"

Thu Mar  2 23:04:47 2023 rev:24 rq:1069016 version:1.95.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/CoreFreq/CoreFreq.changes        2023-02-23 
16:53:35.289199091 +0100
+++ /work/SRC/openSUSE:Factory/.CoreFreq.new.31432/CoreFreq.changes     
2023-03-02 23:05:06.180333350 +0100
@@ -1,0 +2,5 @@
+Thu Feb 23 18:14:41 UTC 2023 - Michael Pujos <pujos.mich...@gmail.com>
+
+- added leap_compile_fix.patch to fix compilation on Leap
+
+-------------------------------------------------------------------

New:
----
  leap_compile_fix.patch

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

Other differences:
------------------
++++++ CoreFreq.spec ++++++
--- /var/tmp/diff_new_pack.Ag4KHY/_old  2023-03-02 23:05:06.892336907 +0100
+++ /var/tmp/diff_new_pack.Ag4KHY/_new  2023-03-02 23:05:06.896336927 +0100
@@ -24,6 +24,7 @@
 URL:            https://github.com/cyring/CoreFreq
 Source:         
%{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source100:      corefreqd.service
+Patch:          leap_compile_fix.patch
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libsystemd)
@@ -39,7 +40,7 @@
 Dhyana).
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %make_build

++++++ leap_compile_fix.patch ++++++
--- CoreFreq-1.95.4/corefreqk.c.orig    2023-02-23 19:06:15.288494685 +0100
+++ CoreFreq-1.95.4/corefreqk.c 2023-02-23 19:07:00.256640840 +0100
@@ -5194,7 +5194,7 @@
        BIOS_DDR(mchmap);
        TGL_SA(mchmap);
     }
-EXIT_TGL_IMC:
+EXIT_TGL_IMC: do { } while (0);
 }
 
 #define ADL_SA TGL_SA
@@ -5288,7 +5288,7 @@
        BIOS_DDR(mchmap);
        ADL_SA(mchmap);
     }
-EXIT_ADL_IMC:
+EXIT_ADL_IMC: do { } while (0);
 }
 
 void Query_GLK_IMC(void __iomem *mchmap, unsigned short mc)

Reply via email to