From eca55c619123dad889b22eba2b8d1822f3c55960e94659c722f1f3fcc77c1eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 17 Aug 2021 09:54:22 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:git-annex revision:101, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=46 --- git-annex-8.20210630.tar.gz | 3 -- git-annex-8.20210803.tar.gz | 3 ++ git-annex.changes | 55 +++++++++++++++++++++++++++++++++++++ git-annex.spec | 2 +- 4 files changed, 59 insertions(+), 4 deletions(-) delete mode 100644 git-annex-8.20210630.tar.gz create mode 100644 git-annex-8.20210803.tar.gz diff --git a/git-annex-8.20210630.tar.gz b/git-annex-8.20210630.tar.gz deleted file mode 100644 index 2080ed0..0000000 --- a/git-annex-8.20210630.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e0fbcbeb93910c182778bfd9f29b6470257937c0d09be71286d727c27b56f16 -size 8358942 diff --git a/git-annex-8.20210803.tar.gz b/git-annex-8.20210803.tar.gz new file mode 100644 index 0000000..8c817e3 --- /dev/null +++ b/git-annex-8.20210803.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702d68dc4ef1fc36810357b42b2368d6be93df26baa553bfe7143cc61a3c70a1 +size 8404889 diff --git a/git-annex.changes b/git-annex.changes index 6be1e89..7070662 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Wed Aug 4 10:32:07 UTC 2021 - psimons@suse.com + +- Update git-annex to version 8.20210803. + git-annex (8.20210803) upstream; urgency=medium + + * whereused: New command, finds what files use a key, or where a key + was used historically. + * Fix a bug that prevented getting content from a repository that + started out as a bare repository, or had annex.crippledfilesystem + set, and was converted to a non-bare repository. + * Fix retrieval of content from borg repos accessed over ssh. + * sync: When --quiet is used, run git commit, push, and pull without + their ususual output. + * merge: When --quiet is used, run git merge without its usual output. + * sync, merge, post-receive: Avoid merging unrelated histories, + which used to be allowed only to support direct mode repositories. + (However, sync does still merge unrelated histories when importing + trees from special remotes, and the assistant still merges unrelated + histories.) + * sync, merge: Added --allow-unrelated-histories option, which + is the same as the git merge option. + * Fix bug that caused some transfers to incorrectly fail with + "content changed while it was being sent", when the content was not + changed. + * Fix bug that could prevent pointer files from being populated, + in a repository that was upgraded from v7. + * fsck: Detect and correct stale or missing inode caches. + * Fix a rounding bug in display of data sizes. + * git-annex get when run as the first git-annex command in a new repo + did not populate unlocked files. + (Reversion in version 8.20210621) + + -- Joey Hess Tue, 03 Aug 2021 12:20:09 -0400 + +------------------------------------------------------------------- +Thu Jul 15 16:15:36 UTC 2021 - psimons@suse.com + +- Update git-annex to version 8.20210714. + git-annex (8.20210714) upstream; urgency=medium + + * assistant: Avoid unncessary git repository repair in a situation where + git fsck gets confused about a commit that is made while it's running. + * addurl: Avoid crashing when used on beegfs. + * --debug output goes to stderr again, not stdout. + (Reversion in version 8.20210428) + * init: Fix misbehavior when core.sharedRepository = group that + caused it to enter an adjusted branch and set annex.crippledfilesystem + (Reversion in version 8.20210630) + * assistant: When adding non-large files to git, honor annex.delayadd + configuration. Also, don't add non-large files to git when they + are still being written to. + + -- Joey Hess Wed, 14 Jul 2021 12:22:55 -0400 + ------------------------------------------------------------------- Thu Jul 1 12:52:52 UTC 2021 - psimons@suse.com diff --git a/git-annex.spec b/git-annex.spec index c2a2353..f004750 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 8.20210630 +Version: 8.20210803 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