Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bibtool for openSUSE:Factory checked in at 2026-02-27 17:12:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bibtool (Old) and /work/SRC/openSUSE:Factory/.bibtool.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bibtool" Fri Feb 27 17:12:25 2026 rev:8 rq:1335416 version:2.68 Changes: -------- --- /work/SRC/openSUSE:Factory/bibtool/bibtool.changes 2025-02-04 18:15:06.281903869 +0100 +++ /work/SRC/openSUSE:Factory/.bibtool.new.29461/bibtool.changes 2026-02-27 17:13:38.645401517 +0100 @@ -1,0 +2,7 @@ +Sun Feb 22 08:41:47 UTC 2026 - Christoph G <[email protected]> + +- Add -std=gnu11 to avoid incompatibilities with C23 mode. +- Reenable patch bibtool-use-system-regex.patch to not use BibTool's + own copy of regex library. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bibtool.spec ++++++ --- /var/tmp/diff_new_pack.y3McBB/_old 2026-02-27 17:13:39.449434794 +0100 +++ /var/tmp/diff_new_pack.y3McBB/_new 2026-02-27 17:13:39.457435125 +0100 @@ -1,7 +1,7 @@ # # spec file for package bibtool # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2011 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -26,6 +26,7 @@ Source0: http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-%{version}.tar.gz Source1: http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-%{version}.tar.gz.asc Source2: %{name}.keyring +# do not use BibTools own regex Patch1: bibtool-use-system-regex.patch Provides: %{name}-doc = %{version} Obsoletes: %{name}-doc < %{version} @@ -37,10 +38,10 @@ BibTeX files which goes beyond the possibilities - and intentions - of BibTeX. %prep -%setup -q -n BibTool -# %%patch -P 1 -p1 +%autosetup -p 1 -n BibTool %build +export CFLAGS="%{optflags} -std=gnu11" %configure make %{?_smp_mflags} all ++++++ bibtool-use-system-regex.patch ++++++ --- /var/tmp/diff_new_pack.y3McBB/_old 2026-02-27 17:13:39.533438270 +0100 +++ /var/tmp/diff_new_pack.y3McBB/_new 2026-02-27 17:13:39.537438436 +0100 @@ -36,8 +36,7 @@ diff -auNr BibTool/rewrite.c BibTool-new/rewrite.c --- BibTool/rewrite.c 2020-04-13 22:31:54.000000000 +0800 +++ BibTool-new/rewrite.c 2024-01-29 18:10:26.031482831 +0800 -@@ -37,7 +37,8 @@ - #include <bibtool/symbols.h> +@@ -38,6 +38,7 @@ #ifdef REGEX #include <bibtool/regex.h>
