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-09-22 15:54:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkkc (Old)
 and      /work/SRC/openSUSE:Factory/.libkkc.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkkc"

Tue Sep 22 15:54:06 2026 rev:18 rq:1379680 version:0.3.6~git20240902.ce17a35

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkkc/libkkc.changes    2026-04-01 
19:52:01.608610682 +0200
+++ /work/SRC/openSUSE:Factory/.libkkc.new.383539/libkkc.changes        
2026-09-22 15:55:41.969376947 +0200
@@ -1,0 +2,7 @@
+Tue Sep 22 12:24:46 UTC 2026 - Ana Guerrero <[email protected]>
+
+- Add patch from Fedora to fix build with GCC16:
+  * libkkc-0.3.5-girscanner-gcc16-workaround.patch
+- Spec cleanup
+
+-------------------------------------------------------------------

New:
----
  libkkc-0.3.5-girscanner-gcc16-workaround.patch

----------(New B)----------
  New:- Add patch from Fedora to fix build with GCC16:
  * libkkc-0.3.5-girscanner-gcc16-workaround.patch
- Spec cleanup
----------(New E)----------

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

Other differences:
------------------
++++++ libkkc.spec ++++++
--- /var/tmp/diff_new_pack.NfoD4F/_old  2026-09-22 15:55:42.745408917 +0200
+++ /var/tmp/diff_new_pack.NfoD4F/_new  2026-09-22 15:55:42.748409040 +0200
@@ -33,6 +33,8 @@
 Patch1:         libkkc-gettext.patch
 # PATCH-FIX-UPSTREAM [email protected] - public some classes to make 
vala 0.38 happy
 Patch2:         libkkc-public.patch
+# PATCH-FIX-OPENSUSE
+Patch3:         libkkc-0.3.5-girscanner-gcc16-workaround.patch
 BuildRequires:  fdupes
 %if 0%{?suse_version} < 1600
 BuildRequires:  gcc15-c++
@@ -49,7 +51,6 @@
 BuildRequires:  pkg-config
 BuildRequires:  vala >= 0.16.0
 BuildRequires:  xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libkkc provides a converter from Japanese Kana-string to 
Kana-Kanji-mixed-string.
@@ -145,7 +146,6 @@
 %postun -n %{name}%{soname} -p /sbin/ldconfig
 
 %files -n %{name}%{soname} -f %{name}.lang
-%defattr(-,root,root)
 %doc README
 %license COPYING
 %{_bindir}/kkc
@@ -154,15 +154,12 @@
 %{_datadir}/libkkc/
 
 %files -n typelib-1_0-kkc-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Kkc-1.0.typelib
 
 %files -n kkc-data
-%defattr(-,root,root)
 %{_libdir}/%{name}/
 
 %files devel
-%defattr(-,root,root)
 %{_bindir}/kkc-package-data
 %{_includedir}/libkkc/
 %{_libdir}/libkkc.so

++++++ libkkc-0.3.5-girscanner-gcc16-workaround.patch ++++++
--- libkkc-0.3.5/marisa-glib/Makefile.am.gcc16  2014-12-19 11:40:01.000000000 
+0900
+++ libkkc-0.3.5/marisa-glib/Makefile.am        2026-07-30 15:30:37.801999323 
+0900
@@ -37,7 +37,8 @@ INTROSPECTION_SCANNER_ARGS = --add-inclu
 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
 
 Marisa.gir: libmarisa-glib.la
-Marisa_gir_SCANNERFLAGS = --pkg-export=marisa-glib --pkg=marisa 
--namespace=Marisa $(MARISA_GLIB_STATIC_DEPENDENCIES)
+MARISA_GLIB_STATIC_DEPENDENCIES_1      = $(shell echo 
$(MARISA_GLIB_STATIC_DEPENDENCIES) | sed -e 's/-latomic_asneeded//')
+Marisa_gir_SCANNERFLAGS = --pkg-export=marisa-glib --pkg=marisa 
--namespace=Marisa $(MARISA_GLIB_STATIC_DEPENDENCIES_1)
 Marisa_gir_INCLUDES = GLib-2.0 GObject-2.0 Gio-2.0
 Marisa_gir_CFLAGS = $(libmarisa_glib_la_CFLAGS)
 Marisa_gir_LIBS = libmarisa-glib.la

Reply via email to