From ab79bf730ad9b70a6f3408fbee9e6da7e857e391ebc0f6a39b4c20d2cd658794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 2 Dec 2020 15:03:38 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:git-annex revision:43, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=21 --- git-annex-8.20201116.tar.gz | 3 --- git-annex-8.20201127.tar.gz | 3 +++ git-annex.changes | 33 +++++++++++++++++++++++++++++++++ git-annex.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 git-annex-8.20201116.tar.gz create mode 100644 git-annex-8.20201127.tar.gz diff --git a/git-annex-8.20201116.tar.gz b/git-annex-8.20201116.tar.gz deleted file mode 100644 index 875e757..0000000 --- a/git-annex-8.20201116.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e34b92349470cc62ed45441ee8ad6cff0b385fb3388d8c192ef63d50c3a1eea -size 8457065 diff --git a/git-annex-8.20201127.tar.gz b/git-annex-8.20201127.tar.gz new file mode 100644 index 0000000..c2ce76a --- /dev/null +++ b/git-annex-8.20201127.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb8fe61d4e0f0d25a220c11e00413c6b8a5ee67dcf91833c34095fc72a436a9 +size 8490201 diff --git a/git-annex.changes b/git-annex.changes index 98e440b..e800551 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sun Nov 29 15:48:14 UTC 2020 - psimons@suse.com + +- Update git-annex to version 8.20201127. + git-annex (8.20201127) upstream; urgency=medium + + * adjust: New --unlock-present mode which locks files whose content is not + present (so the broken symlink is visible), while unlocking files whose + content is present. + * Added annex.adjustedbranchrefresh git config to update adjusted + branches set up by git-annex adjust --unlock-present/--hide-missing. + * Fix hang when an external special remote program exited but + the stderr pipe to it was left open, due to a daemon having inherited + the file descriptor. + * Fix a bug that could make resuming a download from the web fail + when the entire content of the file is actually already present + locally. + * examinekey: Added a "file" format variable for consistency with find, + and for easier scripting. + * init: When writing hook scripts, set all execute bits, not only + the user execute bit. + * upgrade: Support an edge case upgrading a v5 direct mode repo + where nothing had ever been committed to the head branch. + * Made the test suite significantly less noisy, only displaying command + output when something failed. + * Fix building without the torrent library. + Thanks, Kyle Meyer. + * Fix build on Windows. + * Prevent windows assistant from trying (and failing) to upgrade + itself, which has never been supported on windows. + + -- Joey Hess Fri, 27 Nov 2020 12:54:11 -0400 + ------------------------------------------------------------------- Tue Nov 17 15:41:20 UTC 2020 - Ondřej Súkup diff --git a/git-annex.spec b/git-annex.spec index b876dc7..bc4256c 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 8.20201116 +Version: 8.20201127 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