From e086312786720f1bcedfee46caa1d6386dd35869400577de40daf703ced01d5b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Oct 2020 09:16:00 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:git-annex revision:34, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=15 --- git-annex-8.20200908.tar.gz | 3 --- git-annex-8.20201007.tar.gz | 3 +++ git-annex.changes | 53 +++++++++++++++++++++++++++++++++++++ git-annex.spec | 2 +- 4 files changed, 57 insertions(+), 4 deletions(-) delete mode 100644 git-annex-8.20200908.tar.gz create mode 100644 git-annex-8.20201007.tar.gz diff --git a/git-annex-8.20200908.tar.gz b/git-annex-8.20200908.tar.gz deleted file mode 100644 index af4f7fd..0000000 --- a/git-annex-8.20200908.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dda32fbaa7d6ec045f60b17c7f05cd05d2f84e0c01dc2820ad2ba1a269ba44a -size 8335848 diff --git a/git-annex-8.20201007.tar.gz b/git-annex-8.20201007.tar.gz new file mode 100644 index 0000000..ddd57bd --- /dev/null +++ b/git-annex-8.20201007.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9908fab98e99ee256ec8c95056ddc4130bf4badf9da6f86abf7d56e52b31b701 +size 8387121 diff --git a/git-annex.changes b/git-annex.changes index a91c42e..4b642e4 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Thu Oct 8 02:00:42 UTC 2020 - psimons@suse.com + +- Update git-annex to version 8.20201007. + git-annex (8.20201007) upstream; urgency=medium + + * --json output now includes a new field "input" which is the input + value (filename, url, etc) that caused a json object to be output. + * --batch combined with -J now runs batch requests concurrently for many + commands. Before, the combination was accepted, but did not enable + concurrency. Since the output of batch requests can be in any order, + --json with the new "input" field is recommended to be used, + to determine which batch request each response corresponds to. + * aws-0.22 improved its support for setting etags, which improves + support for versioned S3 buckets. + * Serialize use of C magic library, which is not thread safe. + This fixes failures uploading to S3 when using -J. + * add, addurl, importfeed, import: Added --no-check-gitignore option + for finer grained control than using --force. + * import: Check gitignores when importing trees from special remotes. + * addunused: Don't check .gitignores when adding files. + * Improve the "Try making some of these repositories available" + message, with some hints for the user for what to do. + * Improve --debug output to show pid of processes that are started and + stopped. + * sync --all: Sped up seeking to around twice as fast, by avoiding a + pass over the worktree files when preferred content expressions of the + local repo and remotes don't use include=/exclude=. + * Sped up seeking for files to operate on, when using options like + --copies or --in, by around 20% + * import --no-content: Check annex.largefiles, and import small + files into git, the same as is done when importing with content. + If the largefiles expression needs the file content available + (due to mimetype or mimeencoding being used), the import will fail. + * sync: When run without --content, import without copying from + importtree=yes directory special remotes. + (Other special remotes may support this later as well.) + * addurl: Avoid a redundant git ignores check for speed. + * upgrade: Avoid an upgrade failure of a bare repo in unusual circumstances. + * httpalso: Support being used with special remotes that do not have + encryption= in their config. + * Parse youtube-dl progress output, which lets progress be displayed + when doing concurrent downloads. + * Fix build with Benchmark build flag. + * Enable building with git-annex benchmark by default, only turning it + off when the criterion library is not installed. + * runshell: Fix a edge case where rm errors were sent to stdout, which + could confuse things parsing git-annex output. + * runshell: Update files atomically when preparing to run git-annex. + * Fix a build failure on Windows. + + -- Joey Hess Wed, 07 Oct 2020 12:19:05 -0400 + ------------------------------------------------------------------- Tue Sep 15 14:54:15 UTC 2020 - Michel Normand diff --git a/git-annex.spec b/git-annex.spec index 605a6bd..64a5aac 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 8.20200908 +Version: 8.20201007 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