Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wordcut for openSUSE:Factory checked in at 2024-05-15 21:25:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wordcut (Old) and /work/SRC/openSUSE:Factory/.wordcut.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wordcut" Wed May 15 21:25:51 2024 rev:21 rq:1173908 version:0.5.1b2 Changes: -------- --- /work/SRC/openSUSE:Factory/wordcut/wordcut.changes 2023-06-06 19:56:27.706545302 +0200 +++ /work/SRC/openSUSE:Factory/.wordcut.new.1880/wordcut.changes 2024-05-15 21:26:19.380997650 +0200 @@ -1,0 +2,7 @@ +Tue May 14 06:34:35 UTC 2024 - [email protected] + +- added patches + fix build with gcc14 + + wordcut-gcc14.patch + +------------------------------------------------------------------- New: ---- wordcut-gcc14.patch BETA DEBUG BEGIN: New: fix build with gcc14 + wordcut-gcc14.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wordcut.spec ++++++ --- /var/tmp/diff_new_pack.nzhaqf/_old 2024-05-15 21:26:20.133024870 +0200 +++ /var/tmp/diff_new_pack.nzhaqf/_new 2024-05-15 21:26:20.133024870 +0200 @@ -1,7 +1,7 @@ # # spec file for package wordcut # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,8 @@ URL: https://thaiwordseg.sourceforge.net/ Source0: https://downloads.sourceforge.net/project/thaiwordseg/wordcut/wordcut-%{version}/wordcut-%{version}.tar.gz Patch0: bugzilla-152315-locale-variable-used-before-set.patch +# build with gcc14 +Patch1: wordcut-gcc14.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool BuildRequires: pkgconfig ++++++ wordcut-gcc14.patch ++++++ Index: wordcut-0.5.1b2/wordcut/xmalloc.h =================================================================== --- wordcut-0.5.1b2.orig/wordcut/xmalloc.h +++ wordcut-0.5.1b2/wordcut/xmalloc.h @@ -37,5 +37,6 @@ #ifndef __XMALLOC_H__ #define __XMALLOC_H__ void* xmalloc(size_t size); +void* xrealloc(void *ptr,size_t size); #endif
