Updating link to change in openSUSE:Factory/git-annex revision 27

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=d149e682a0bccb40a59ac2ebfa11fcf8
This commit is contained in:
OBS User buildservice-autocommit 2023-01-18 12:11:07 +00:00 committed by Git OBS Bridge
parent 6902bb8883
commit 177f4469ff
4 changed files with 63 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c36cc3ba529d85c4a6821acab7620da20e00d84776d21811d78c3bf3d973cc43
size 8806079

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:054f85caf06fee17d83616bb128f3d82aa66816a6a2c78b5c65576daac4f2cc0
size 8853270

View File

@ -1,3 +1,62 @@
-------------------------------------------------------------------
Mon Dec 12 16:53:17 UTC 2022 - Peter Simons <psimons@suse.com>
- Update git-annex to version 10.20221212.
git-annex (10.20221212) upstream; urgency=medium
* Fix a hang that occasionally occurred during commands such as move,
when operating on unlocked files. (A bug introduced in 10.20220927)
* When youtube-dl is not available in PATH, use yt-dlp instead.
* Support parsing yt-dpl output to display download progress.
* init: Avoid scanning for annexed files, which can be lengthy in a
large repository. Instead that scan is done on demand.
* Sped up the initial scan for annexed files by 21%.
* test: Add --test-debug option.
* Support quettabyte and yottabyte.
-- Joey Hess <id@joeyh.name> Mon, 12 Dec 2022 12:20:06 -0400
git-annex (10.20221104) upstream; urgency=medium
* export: Fix a bug that left a file on a special remote when
two files with the same content were both deleted in the exported tree.
* S3: Support signature=anonymous to access a S3 bucket anonymously.
This can be used, for example, with importtree=yes to import from
a public bucket.
This feature needs git-annex to be built with aws-0.23.
-- Joey Hess <id@joeyh.name> Thu, 03 Nov 2022 14:07:31 -0400
-------------------------------------------------------------------
Thu Nov 3 18:09:01 UTC 2022 - Peter Simons <psimons@suse.com>
- Update git-annex to version 10.20221103.
git-annex (10.20221103) upstream; urgency=medium
* Doubled the speed of git-annex drop when operating on many files,
and of git-annex get when operating on many tiny files.
* trust, untrust, semitrust, dead: Fix behavior when provided with
multiple repositories to operate on.
* trust, untrust, semitrust, dead: When provided with no parameters,
do not operate on a repository that has an empty name.
* move: Fix openFile crash with -J
(Fixes a reversion in 8.20201103)
* S3: Speed up importing from a large bucket when fileprefix= is set,
by only asking for files under the prefix.
* When importing from versioned remotes, fix tracking of the content
of deleted files.
* More robust handling of ErrorBusy when writing to sqlite databases.
* Avoid hanging when a suspended git-annex process is keeping a sqlite
database locked.
* Make --batch mode handle unstaged annexed files consistently
whether the file is unlocked or not. Note that this changes the
behavior of --batch when it is provided with locked files that are
in the process of being added to the repository, but have not yet been
staged in git.
* Make git-annex enable-tor work when using the linux standalone build.
-- Joey Hess <id@joeyh.name> Thu, 03 Nov 2022 14:07:31 -0400
-------------------------------------------------------------------
Mon Oct 3 17:25:08 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@ -17,7 +17,7 @@
Name: git-annex
Version: 10.20221003
Version: 10.20221212
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