commit bdfresize for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bdfresize for openSUSE:Factory checked in at 2024-07-11 20:29:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bdfresize (Old) and /work/SRC/openSUSE:Factory/.bdfresize.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "bdfresize" Thu Jul 11 20:29:20 2024 rev:19 rq:1186479 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/bdfresize/bdfresize.changes 2024-02-23 16:41:15.250473515 +0100 +++ /work/SRC/openSUSE:Factory/.bdfresize.new.17339/bdfresize.changes 2024-07-11 20:29:21.444441446 +0200 @@ -1,0 +2,7 @@ +Mon Jul 8 12:31:34 UTC 2024 - Martin Jambor <mjambor@suse.com> + +- Added bdfresize-gcc14.patch which adds a missing return type to main + function in the configure script so that the configure script works + with C99 standard enforcing compilers like GCC 14. [boo#1225772] + +------------------------------------------------------------------- New: ---- bdfresize-gcc14.patch BETA DEBUG BEGIN: New: - Added bdfresize-gcc14.patch which adds a missing return type to main function in the configure script so that the configure script works BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bdfresize.spec ++++++ --- /var/tmp/diff_new_pack.05ID1a/_old 2024-07-11 20:29:22.588483264 +0200 +++ /var/tmp/diff_new_pack.05ID1a/_new 2024-07-11 20:29:22.592483412 +0200 @@ -1,7 +1,7 @@ # # spec file for package bdfresize # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,12 +20,13 @@ Version: 1.5 Release: 0 Summary: A Tool for Resizing BDF Format Fonts -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/X11/Utilities -Url: http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/ +URL: http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/ Source0: http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/bdfresize-%{version}.tar.bz2 Patch0: bdfresize-gcc4.patch Patch1: 020_minus-sign.patch +Patch2: bdfresize-gcc14.patch %description bdfresize is a command for magnifying or shrinking fonts described in the @@ -35,6 +36,7 @@ %setup -q %patch -P 0 %patch -P 1 -p1 +%patch -P 2 -p1 %build rm -f config.cache ++++++ bdfresize-gcc14.patch ++++++ Index: bdfresize-1.5/configure =================================================================== --- bdfresize-1.5.orig/configure +++ bdfresize-1.5/configure @@ -904,7 +904,7 @@ cat > conftest.$ac_ext << EOF #line 905 "configure" #include "confdefs.h" -main(){return(0);} +int main(){return(0);} EOF if { (eval echo configure:910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes
participants (1)
-
Source-Sync