From ca67db6fb202334e22e42e7e24d8afb84925f7ae24ad8bbff014d1633f32bb6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 14 Mar 2021 22:14:48 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:git-annex revision:78, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=35 --- git-annex-8.20210223.tar.gz | 3 --- git-annex-8.20210310.tar.gz | 3 +++ git-annex.changes | 29 +++++++++++++++++++++++++++++ git-annex.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 git-annex-8.20210223.tar.gz create mode 100644 git-annex-8.20210310.tar.gz diff --git a/git-annex-8.20210223.tar.gz b/git-annex-8.20210223.tar.gz deleted file mode 100644 index 1684de2..0000000 --- a/git-annex-8.20210223.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2fe99a642d726cfecc8d1886c90d48ccaa2b573f7d9d367d270221aa859484e -size 8644071 diff --git a/git-annex-8.20210310.tar.gz b/git-annex-8.20210310.tar.gz new file mode 100644 index 0000000..575ccdb --- /dev/null +++ b/git-annex-8.20210310.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1b80404c73e3205029a34c419494ae450aab2fc8ec503b4a6612bb49c3b595 +size 8661112 diff --git a/git-annex.changes b/git-annex.changes index 30431bc..ed1022c 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Mar 11 08:23:16 UTC 2021 - psimons@suse.com + +- Update git-annex to version 8.20210310. + git-annex (8.20210310) upstream; urgency=medium + + * When non-annexed files in a tree are exported to a special remote, + importing from the special remote keeps the files non-annexed, + as long as their content has not changed, rather than converting + them to annexed files. + (Such a conversion will still happen when importing from a remote + an old git-annex exported such a tree to before; export the tree + with the new git-annex before importing to avoid that.) + * Added support for git-remote-gcrypt's rsync URIs, which access a remote + using rsync over ssh, and which git pushes to much more efficiently + than ssh urls. + * unregisterurl: New command. + * registerurl: Allow it to be used in a bare repository. + * Prevent combinations of options such as --all with --include. + * Fixed handling of --mimetype or --mimeencoding combined with + options like --all or --unused. + * Fix handling of --branch combined with --unlocked or --locked. + * Fix support for local gcrypt repositories with a space in their URI. + * uninit: Fix a small bug that left a lock file in .git/annex + * Windows: Correct the path to the html help file for 64 bit build. + * OSX dmg: Updated bundled git to 2.30.2 which fixes CVE-2021-21300. + + -- Joey Hess Wed, 10 Mar 2021 13:58:15 -0400 + ------------------------------------------------------------------- Tue Feb 23 20:57:41 UTC 2021 - psimons@suse.com diff --git a/git-annex.spec b/git-annex.spec index ba93d44..e1ffa54 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 8.20210223 +Version: 8.20210310 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