From 18847e810dbf0144ff907ae418d978bb473c6aa6c6abbe6cbd33656b1f09e9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 21 Nov 2021 11:20:50 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:git-annex revision:108, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=49 --- git-annex-8.20211028.tar.gz | 3 --- git-annex-8.20211117.tar.gz | 3 +++ git-annex.changes | 26 ++++++++++++++++++++++++++ git-annex.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 git-annex-8.20211028.tar.gz create mode 100644 git-annex-8.20211117.tar.gz 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