Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Bear for openSUSE:Factory checked in at 2023-06-14 16:29:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Bear (Old) and /work/SRC/openSUSE:Factory/.Bear.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Bear" Wed Jun 14 16:29:20 2023 rev:8 rq:1092887 version:3.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/Bear/Bear.changes 2022-10-18 12:45:43.349822446 +0200 +++ /work/SRC/openSUSE:Factory/.Bear.new.15902/Bear.changes 2023-06-14 16:30:15.582807633 +0200 @@ -1,0 +2,27 @@ +Tue Jun 13 12:30:48 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Update to version 3.1.2: + * fix incorrect parsing arguments with same prefixes (#519, @MashaK5) + * Avoid implicit function declarations in tests, for C99 + compatibility (#521, @fweimer-rh) +- From skipped 3.1.1: + * intercept: file open with O_TRUNC to avoid corrupt output if + the file is already exists. (#511 , @asierllano) + * intercept: file writing needs to loop on content until it gets + empty (#512 , @asierllano) + * citnames: output writing is an atomic operation (#513 , @asierllano) + * documentation: run pandoc against man page sources +- From skipped 3.1.0: + * Bear internal running processes are no longer released as + executable. + This was requested to avoid collision with the interception-tool package. + (Special thanks to @samu698 for the patches.) + * missing preprocessor guard for confstr (#475 @mahmood601) + * documentation fixes +- From skipped 3.0.21: + * Fix libexec.so linking problem (#477, @neverpanic ) + * Fix various CMake flag problems (#480, #484, @leleliu008 , @adfernandes ) + * Fix repology link in README file (#482, @dmitris ) + * Process execution close stdin file descriptor in wrapper. + +------------------------------------------------------------------- Old: ---- Bear-3.0.20.tar.gz New: ---- Bear-3.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Bear.spec ++++++ --- /var/tmp/diff_new_pack.51Cq6f/_old 2023-06-14 16:30:19.026828803 +0200 +++ /var/tmp/diff_new_pack.51Cq6f/_new 2023-06-14 16:30:19.030828828 +0200 @@ -1,7 +1,7 @@ # # spec file for package Bear # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_without tests Name: Bear -Version: 3.0.20 +Version: 3.1.2 Release: 0 Summary: Tool to generate compilation database for clang tooling License: GPL-3.0-or-later @@ -83,11 +83,9 @@ %license COPYING %doc README.md %{_bindir}/bear -%{_bindir}/citnames -%{_bindir}/intercept %{_mandir}/man1/bear.1%{?ext_man} -%{_mandir}/man1/citnames.1%{?ext_man} -%{_mandir}/man1/intercept.1%{?ext_man} +%{_mandir}/man1/bear-citnames.1%{?ext_man} +%{_mandir}/man1/bear-intercept.1%{?ext_man} %{_libdir}/bear/ %changelog ++++++ Bear-3.0.20.tar.gz -> Bear-3.1.2.tar.gz ++++++ ++++ 5415 lines of diff (skipped)