diff --git a/baselibs.conf b/baselibs.conf index 78f47e1..d47008f 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libgit2-1_0 +libgit2-1_1 diff --git a/libgit2-1.0.1.tar.gz b/libgit2-1.0.1.tar.gz deleted file mode 100644 index e607f45..0000000 --- a/libgit2-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2 -size 5312878 diff --git a/libgit2-1.1.0.tar.gz b/libgit2-1.1.0.tar.gz new file mode 100644 index 0000000..6780ce8 --- /dev/null +++ b/libgit2-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a6d5d740fd608674c7db8685685f45535323e73e784062cf000a633d420d1e +size 5426975 diff --git a/libgit2.changes b/libgit2.changes index 7b1deec..8003f90 100644 --- a/libgit2.changes +++ b/libgit2.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon Oct 19 20:30:28 UTC 2020 - Andreas Stieger + +- 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 + ------------------------------------------------------------------- Sat Jun 20 17:49:44 UTC 2020 - Andreas Stieger diff --git a/libgit2.spec b/libgit2.spec index 86d0a32..1072e27 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -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