Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kakasi for openSUSE:Factory checked in at 2025-08-20 13:27:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kakasi (Old) and /work/SRC/openSUSE:Factory/.kakasi.new.29662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kakasi" Wed Aug 20 13:27:29 2025 rev:24 rq:1300452 version:2.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/kakasi/kakasi.changes 2025-08-18 16:08:17.791035923 +0200 +++ /work/SRC/openSUSE:Factory/.kakasi.new.29662/kakasi.changes 2025-08-20 13:28:56.941488286 +0200 @@ -1,0 +2,6 @@ +Tue Aug 19 13:52:40 UTC 2025 - Alessio Biancalana <dottorblas...@opensuse.org> + +- Fix patch typedef-character.patch + + need the Character typedef to be above actual usage + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ typedef-character.patch ++++++ --- /var/tmp/diff_new_pack.RxuChf/_old 2025-08-20 13:28:57.505511735 +0200 +++ /var/tmp/diff_new_pack.RxuChf/_new 2025-08-20 13:28:57.509511902 +0200 @@ -1,15 +1,17 @@ diff --git a/lib/libkakasi.h b/lib/libkakasi.h -index 54cebe0..232029c 100644 +index 54cebe0..68685ad 100644 --- a/lib/libkakasi.h +++ b/lib/libkakasi.h -@@ -48,4 +48,9 @@ void digest_shift PARAMS((Character *c, int s)); - void setcharbuffer PARAMS((unsigned char *s)); - char *getpbstr PARAMS((void)); - +@@ -38,6 +38,11 @@ int kakasi_free PARAMS((char *p)); + /* + * NOTE: these are internal functions. Do not use. + */ +typedef struct character { + char type; + unsigned char c1, c2; +} Character; + - #endif /* _LIBKAKASI_H */ + void digest_start_copy PARAMS((Character *c, Character *r)); + void put_separator PARAMS((void)); + void putchars PARAMS((Character *results));