Hello community, here is the log from the commit of package libgit2 for openSUSE:Factory checked in at 2020-10-29 09:21:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgit2 (Old) and /work/SRC/openSUSE:Factory/.libgit2.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgit2" Thu Oct 29 09:21:54 2020 rev:42 rq:844080 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libgit2/libgit2.changes 2020-06-23 21:00:10.636982865 +0200 +++ /work/SRC/openSUSE:Factory/.libgit2.new.3463/libgit2.changes 2020-10-29 09:21:58.862669045 +0100 @@ -1,0 +2,38 @@ +Mon Oct 19 20:30:28 UTC 2020 - Andreas Stieger <[email protected]> + +- update to 1.1.0: + * The refs/remotes/origin/HEAD file will be created at clone + time to point to the origin's default branch + * libgit2 now uses the __atomic_ intrinsics instead of __sync_ + intrinsics on supported gcc and clang versions + * The init.defaultBranch setting is now respected and master is + no longer the hardcoded as the default branch name + * Patch files that do not contain an index line can now be parsed + * Configuration files with multi-line values can now contain + quotes split across multiple lines + * Servers that request an upgrade to a newer HTTP version are + silently ignored instead of erroneously failing + * Users can pass NULL to the options argument to + git_describe_commit + * Clones and fetches of very large packfiles now succeeds on + 32-bit platforms + * Custom reference database backends can now handle the + repository's HEAD correctly + * Repositories with a large number of packfiles no longer + exhaust the number of file descriptors + * The test framework now supports TAP output when the -t flag + is specified + * The test framework can now specify an exact match to a test + function using a trailing $ + * All checkout types support GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH + * git_blame now can ignore whitespace changes using the option + GIT_BLAME_IGNORE_WHITESPACE + * Several new examples have been created, including an examples + for commit, add and push + * Mode changes during rename are now supported in patch + application + * git_checkout_head now correctly removes untracked files in a + subdirectory when the FORCE | REMOVE_UNTRACKED options are + specified + +------------------------------------------------------------------- Old: ---- libgit2-1.0.1.tar.gz New: ---- libgit2-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgit2.spec ++++++ --- /var/tmp/diff_new_pack.Xx4kJu/_old 2020-10-29 09:21:59.450669609 +0100 +++ /var/tmp/diff_new_pack.Xx4kJu/_new 2020-10-29 09:21:59.454669613 +0100 @@ -17,9 +17,9 @@ # -%define sover 1_0 +%define sover 1_1 Name: libgit2 -Version: 1.0.1 +Version: 1.1.0 Release: 0 Summary: C git library License: GPL-2.0 WITH GCC-exception-2.0 ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.Xx4kJu/_old 2020-10-29 09:21:59.478669636 +0100 +++ /var/tmp/diff_new_pack.Xx4kJu/_new 2020-10-29 09:21:59.478669636 +0100 @@ -1 +1 @@ -libgit2-1_0 +libgit2-1_1 ++++++ libgit2-1.0.1.tar.gz -> libgit2-1.1.0.tar.gz ++++++ ++++ 15091 lines of diff (skipped)
