Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgit2 for openSUSE:Factory checked in at 2024-05-21 18:33:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgit2 (Old) and /work/SRC/openSUSE:Factory/.libgit2.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgit2" Tue May 21 18:33:18 2024 rev:65 rq:1175462 version:1.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libgit2/libgit2.changes 2024-03-26 19:26:08.742473368 +0100 +++ /work/SRC/openSUSE:Factory/.libgit2.new.1880/libgit2.changes 2024-05-21 18:33:26.239818763 +0200 @@ -1,0 +2,29 @@ +Fri May 17 10:30:50 UTC 2024 - Dirk Müller <[email protected]> + +- update to 1.8.1: + * In v1.8, libgit2 introduced the `report_unchanged ` member in + the `git_fetch_options` structure. We mistakenly introduced + this as a bitfield, which is not suitable for our public API. + To correct this mistake, we have _removed_ the + `report_unchanged ` member. To support the report unchanged + tips option, users can set the `update_fetchhead` + member to include the `GIT_REMOTE_UPDATE_REPORT_UNCHANGED` + value. + * The libgit2 projects regrets the API change, but this was + required to support cross-platform compatibility. + * commit: Fix git_commit_create_from_stage without author and + * committer + * process.c: fix environ + * Bounds check for pack index read + * transport: provide a useful error message during cancellation + * transport: support sha256 oids + * Revparse: Correctly accept ref with '@' at the end + * remote: drop bitfields in git_remote_fetch_options + * examples: fix memory leak in for-each-ref.c + * xdiff: use proper free function + * rand: avoid uninitialized loadavg warnings + * cli: include alloca on illumos / solaris / sunos + * Update git_array allocator to obey strict aliasing rules + * tree: avoid mixed signedness comparison by @ethomson in + +------------------------------------------------------------------- Old: ---- libgit2-1.8.0.tar.gz New: ---- libgit2-1.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgit2.spec ++++++ --- /var/tmp/diff_new_pack.M749Bs/_old 2024-05-21 18:33:26.731836653 +0200 +++ /var/tmp/diff_new_pack.M749Bs/_new 2024-05-21 18:33:26.735836798 +0200 @@ -1,7 +1,7 @@ # # spec file for package libgit2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2011, Sascha Peilicke <[email protected]> # Copyright (c) 2024 Andreas Stieger <[email protected]> # @@ -20,7 +20,7 @@ %define sover 1_8 Name: libgit2 -Version: 1.8.0 +Version: 1.8.1 Release: 0 Summary: C git library License: GPL-2.0-only WITH GCC-exception-2.0 ++++++ libgit2-1.8.0.tar.gz -> libgit2-1.8.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/libgit2/libgit2-1.8.0.tar.gz /work/SRC/openSUSE:Factory/.libgit2.new.1880/libgit2-1.8.1.tar.gz differ: char 43, line 1
