Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package abook for openSUSE:Factory checked in at 2025-06-23 15:02:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/abook (Old) and /work/SRC/openSUSE:Factory/.abook.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "abook" Mon Jun 23 15:02:06 2025 rev:17 rq:1287485 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/abook/abook.changes 2020-03-17 13:08:44.897734603 +0100 +++ /work/SRC/openSUSE:Factory/.abook.new.7067/abook.changes 2025-06-23 15:02:26.686741319 +0200 @@ -1,0 +2,7 @@ +Wed Jun 11 07:25:35 UTC 2025 - pgaj...@suse.com + +- added patches + fix build with gcc15 + + abook-gcc15.patch + +------------------------------------------------------------------- New: ---- abook-gcc15.patch ----------(New B)---------- New: fix build with gcc15 + abook-gcc15.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ abook.spec ++++++ --- /var/tmp/diff_new_pack.3GY4SF/_old 2025-06-23 15:02:27.346768132 +0200 +++ /var/tmp/diff_new_pack.3GY4SF/_new 2025-06-23 15:02:27.350768295 +0200 @@ -26,6 +26,8 @@ Source0: http://abook.sourceforge.net/devel/%{name}-%{version}.tar.gz Source1: http://abook.sourceforge.net/devel/%{name}-%{version}.tar.gz.asc Source2: %{name}.keyring +# fix build with gcc15 +Patch0: abook-gcc15.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: coreutils @@ -41,7 +43,7 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build autoreconf -fiv ++++++ abook-gcc15.patch ++++++ diff -upr abook-0.6.1.orig/mbswidth.c abook-0.6.1/mbswidth.c --- abook-0.6.1.orig/mbswidth.c 2025-06-11 07:17:46.708829386 +0000 +++ abook-0.6.1/mbswidth.c 2025-06-11 07:19:40.177240199 +0000 @@ -63,7 +63,7 @@ # warn "this configure-time declaration test was not run" #endif #if !HAVE_DECL_WCWIDTH -int wcwidth (); +int wcwidth (wchar_t); #endif #ifndef wcwidth