Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package barcode for openSUSE:Factory checked in at 2025-10-28 14:47:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/barcode (Old) and /work/SRC/openSUSE:Factory/.barcode.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "barcode" Tue Oct 28 14:47:15 2025 rev:32 rq:1313927 version:0.99 Changes: -------- --- /work/SRC/openSUSE:Factory/barcode/barcode.changes 2024-07-22 17:19:49.069638886 +0200 +++ /work/SRC/openSUSE:Factory/.barcode.new.1980/barcode.changes 2025-10-28 14:48:01.042600125 +0100 @@ -1,0 +2,6 @@ +Mon Oct 27 15:47:08 UTC 2025 - Klaus Kämpf <[email protected]> + +- add barcode-0.99-remove-config.h.patch since config.h is + a build-time dependency and not shipped in barcode-devel. + +------------------------------------------------------------------- New: ---- barcode-0.99-remove-config.h.patch ----------(New B)---------- New: - add barcode-0.99-remove-config.h.patch since config.h is a build-time dependency and not shipped in barcode-devel. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ barcode.spec ++++++ --- /var/tmp/diff_new_pack.1hJ0q5/_old 2025-10-28 14:48:01.766630575 +0100 +++ /var/tmp/diff_new_pack.1hJ0q5/_new 2025-10-28 14:48:01.766630575 +0100 @@ -1,7 +1,7 @@ # # spec file for package barcode # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,9 +34,11 @@ Patch6: barcode-fix-renamed-include.patch # PATCH-FIX-UPSTREAM barcode-C99.diff [email protected] -- Fix missing includes which cause compilation errors with GCC 14 Patch7: barcode-C99.diff +# PATCH-FIX-OPENSUSE [email protected] -- don't include build-time file config.h +Patch8: barcode-0.99-remove-config.h.patch BuildRequires: makeinfo Requires(post): %{install_info_prereq} -Requires(preun):%{install_info_prereq} +Requires(preun): %{install_info_prereq} %description GNU Barcode is meant to meet most barcode creation needs with a @@ -62,6 +64,7 @@ %patch -P 5 %patch -P 6 -p1 %patch -P 7 -p1 +%patch -P 8 -p1 %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects ++++++ barcode-0.99-remove-config.h.patch ++++++ diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-barcode-0.99/barcode.h ./barcode.h --- ../orig-barcode-0.99/barcode.h 2025-10-27 16:41:03.980242662 +0100 +++ ./barcode.h 2025-10-27 16:41:37.693153621 +0100 @@ -23,7 +23,6 @@ #ifndef _BARCODE_H_ #define _BARCODE_H_ -#include "config.h" #include <stdio.h> #include <gettext-po.h> diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-barcode-0.99/cmdline.c ./cmdline.c --- ../orig-barcode-0.99/cmdline.c 2025-10-27 16:41:15.407005891 +0100 +++ ./cmdline.c 2025-10-27 16:46:12.212415893 +0100 @@ -22,6 +22,7 @@ * Michele Comitini ([email protected]): better handling of numeric type args. */ +#include "config.h" #include "barcode.h" #include <stdio.h> #include <stdlib.h> diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-barcode-0.99/library.c ./library.c --- ../orig-barcode-0.99/library.c 2013-03-29 23:23:18.000000000 +0100 +++ ./library.c 2025-10-27 16:45:05.901224541 +0100 @@ -19,6 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "config.h" #include "barcode.h" #include <stdio.h> diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-barcode-0.99/main.c ./main.c --- ../orig-barcode-0.99/main.c 2025-10-27 16:41:15.407995445 +0100 +++ ./main.c 2025-10-27 16:45:12.339593631 +0100 @@ -20,6 +20,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "config.h" #include "barcode.h" #include <stdio.h> #include <stdlib.h>
