diff --git a/git-annex-8.20211028.tar.gz b/git-annex-8.20211028.tar.gz deleted file mode 100644 index 977c6f0..0000000 --- a/git-annex-8.20211028.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e184cc795a4eaf3f1b0cb8ee7b0670a0e33db25daee9c3a4c0188b3b63a5dbee -size 8565925 diff --git a/git-annex-8.20211117.tar.gz b/git-annex-8.20211117.tar.gz new file mode 100644 index 0000000..aff8a2c --- /dev/null +++ b/git-annex-8.20211117.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636f119d1f4db8d0f3c6bf5952a1092c208311cbe6532a59e5c0d6dda100b3d3 +size 8599406 diff --git a/git-annex.changes b/git-annex.changes index f27450e..bf58681 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Nov 20 17:31:42 UTC 2021 - psimons@suse.com + +- Update git-annex to version 8.20211117. + git-annex (8.20211117) upstream; urgency=medium + + * filter-process: New command that can make git add/checkout faster when + there are a lot of unlocked annexed files or non-annexed files, but that + also makes git add of large annexed files slower. Use it by running: + git config filter.annex.process 'git-annex filter-process' + * Fix a typo in the name of youtube-dl + (reversion introduced in version 8.20210903) + * git-lfs: Fix interoperability with gitlab's implementation of the + git-lfs protocol, which requests Content-Encoding chunked. + * importfeed: Fix a crash when used in a non-unicode locale. + * migrate: New --remove-size option. + * uninit: Avoid error message when no commits have been made to the + repository yet. + * uninit: Avoid error message when there is no git-annex branch. + * metadata --batch: Avoid crashing when a non-annexed file is input, + instead output a blank line like other batch commands do. + * metadata --batch --json: Reject input whose "fields" does not consist + of arrays of strings. Such invalid input used to be silently ignored. + + -- Joey Hess Wed, 17 Nov 2021 12:18:49 -0400 + ------------------------------------------------------------------- Mon Nov 1 08:26:45 UTC 2021 - psimons@suse.com diff --git a/git-annex.spec b/git-annex.spec index 20c83c5..e1ab307 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 8.20211028 +Version: 8.20211117 Release: 0 Summary: Manage files with git, without checking their contents into git License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only