Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkkc for openSUSE:Factory checked 
in at 2026-02-16 13:09:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkkc (Old)
 and      /work/SRC/openSUSE:Factory/.libkkc.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkkc"

Mon Feb 16 13:09:28 2026 rev:16 rq:1333141 version:0.3.6~git20240902.ce17a35

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkkc/libkkc.changes    2025-05-05 
22:58:19.777347072 +0200
+++ /work/SRC/openSUSE:Factory/.libkkc.new.1977/libkkc.changes  2026-02-16 
13:15:17.984942399 +0100
@@ -1,0 +2,5 @@
+Sun Feb 15 01:36:05 UTC 2026 - Marguerite Su <[email protected]>
+
+- fix Leap 15.6 build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libkkc.spec ++++++
--- /var/tmp/diff_new_pack.BWtyKb/_old  2026-02-16 13:15:19.557007655 +0100
+++ /var/tmp/diff_new_pack.BWtyKb/_new  2026-02-16 13:15:19.557007655 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkkc
 #
-# Copyright (c) 2024 SUSE LLC
+# 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
@@ -34,9 +34,10 @@
 # PATCH-FIX-UPSTREAM [email protected] - public some classes to make 
vala 0.38 happy
 Patch2:         libkkc-public.patch
 BuildRequires:  fdupes
+%if 0%{?suse_version} < 1600
+BuildRequires:  gcc15-c++
+%else
 BuildRequires:  gcc-c++
-%if 0%{?suse_version} > 1600
-BuildRequires:  gcc13-c++
 %endif
 # for autogen.sh
 BuildRequires:  libtool
@@ -103,9 +104,10 @@
 NOCONFIGURE=1 ./autogen.sh
 
 %build
-%if 0%{?suse_version} > 1600
-export CC=%{_bindir}/gcc-13
-export CXX=%{_bindir}/g++-13
+%if 0%{?suse_version} < 1600
+export CC=%{_bindir}/gcc-15
+export CXX=%{_bindir}/g++-15
+export CFLAGS+="-Wno-incompatible-pointer-types"
 %endif
 %configure --enable-introspection=yes \
        --enable-vala=yes \

Reply via email to