From df34ae5bb8268e70f88be5d5dda67a7a4b9d683147e11d111d9737765c366f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Feb 2021 09:17:50 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:git-annex revision:73, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=29 --- git-annex-8.20201129.tar.gz | 3 --- git-annex-8.20210127.tar.gz | 3 +++ git-annex.changes | 49 +++++++++++++++++++++++++++++++++++++ git-annex.spec | 4 +-- 4 files changed, 54 insertions(+), 5 deletions(-) delete mode 100644 git-annex-8.20201129.tar.gz create mode 100644 git-annex-8.20210127.tar.gz diff --git a/git-annex-8.20201129.tar.gz b/git-annex-8.20201129.tar.gz deleted file mode 100644 index 944178e..0000000 --- a/git-annex-8.20201129.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:361d141638ff46dd558ced4e5ca9b469e8629175b37335f514204982a28c2e86 -size 8554337 diff --git a/git-annex-8.20210127.tar.gz b/git-annex-8.20210127.tar.gz new file mode 100644 index 0000000..3dd625b --- /dev/null +++ b/git-annex-8.20210127.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b248bc4fc05230335691894e17165ab6e0ce2aec7e73a4c54f735c8c43de0e +size 8606211 diff --git a/git-annex.changes b/git-annex.changes index a6c5f85..187346b 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Wed Jan 27 19:36:03 UTC 2021 - psimons@suse.com + +- Update git-annex to version 8.20210127. + git-annex (8.20210127) upstream; urgency=medium + + * Added mincopies configuration. This is like numcopies, but is + enforced even more strictly. While numcopies can be violated in + concurrent drop situations involving special remotes that do not + support locking, mincopies cannot be. The default value has always + been 1, but now it can be set to higher values if desired. + * Behavior change: When numcopies is set to 0, git-annex used to drop + content without requiring any copies. Now to get that (highly unsafe) + behavior, mincopies also needs to be set to 0. + * Behavior change: git-annex trust now needs --force, since unconsidered + use of trusted repositories can lead to data loss. + * Behavior change: --trust and --trust-glacier options no longer overrides + trust, since that can lead to data loss, which should never be enabled + by an option other than --force. + * add: Significantly speed up adding lots of non-large files to git, + by disabling the annex smudge filter when running git add. + * add --force-small: Run git add rather than updating the index itself, + so any other smudge filters than the annex one that may be enabled will + be used. + * Fix --time-limit, which got broken in several ways by some optimisations + in version 8.20201007. + * When syncing changes back from an adjusted branch to the basis branch, + include deletions of submodules. + Thanks, Kyle Meyer for the patch. + * Bug fix: export with -J could fail when two files had the same content. + * Bug fix: Fix tilde expansion in ssh urls when the tilde is the last + character in the url. + Thanks, Grond for the patch. + * Avoid crashing when there are remotes using unparseable urls. + Including the non-standard URI form that git-remote-gcrypt uses for rsync. + * Directory special remotes with importtree=yes now avoid unncessary + hashing when inodes of files have changed, as happens whenever a FAT + filesystem gets remounted. + * Fix a bug that prevented git-annex init from working in a submodule. + * Fix a bug in view filename generation when a metadata value ended with + "/" (or ":" or "\" on Windows) + * adjust: Fix some bad behavior when unlocked files use URL keys. + * smudge: Fix some bad behavior when git add is run on an unlocked + file that used an URL key. + * Added GETGITREMOTENAME to external special remote protocol. + * Windows: Work around win32 length limits when dealing with lock files. + + -- Joey Hess Wed, 27 Jan 2021 11:09:25 -0400 + ------------------------------------------------------------------- Tue Dec 29 21:16:10 UTC 2020 - psimons@suse.com diff --git a/git-annex.spec b/git-annex.spec index 482b3f4..34649e2 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -1,7 +1,7 @@ # # spec file for package git-annex # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: git-annex -Version: 8.20201129 +Version: 8.20210127 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