diff --git a/git-annex-10.20230329.tar.gz b/git-annex-10.20230329.tar.gz deleted file mode 100644 index fe4d85a..0000000 --- a/git-annex-10.20230329.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8079d8f38ad7611ad1bd4cb88e237fe14c9e399b71b95be30bf7939b3c6fdd21 -size 8751545 diff --git a/git-annex-10.20230407.tar.gz b/git-annex-10.20230407.tar.gz new file mode 100644 index 0000000..df59027 --- /dev/null +++ b/git-annex-10.20230407.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa3efbb77df1a047b538162ebb796c2249103d50e4af7ed1725aac40709cc80 +size 8768264 diff --git a/git-annex.changes b/git-annex.changes index d98275d..32385b8 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Apr 7 17:37:48 UTC 2023 - Peter Simons + +- Update git-annex to version 10.20230407. + git-annex (10.20230407) upstream; urgency=medium + + * Fix laziness bug introduced in last release that breaks use + of --unlock-present and --hide-missing adjusted branches. + * Support user.useConfigOnly git config. + * registerurl, unregisterurl: Added --remote option. + * registerurl: When an url is claimed by a special remote other than the + web, update location tracking for that special remote. + (This was the behavior before version 6.20181011) + * Sped up sqlite inserts 2x when built with persistent 2.14.5.0 + * git-annex.cabal: Prevent building with unix-compat 0.7 which + removed System.PosixCompat.User. + + -- Joey Hess Fri, 07 Apr 2023 13:36:23 -0400 + ------------------------------------------------------------------- Thu Mar 30 17:09:14 UTC 2023 - Peter Simons diff --git a/git-annex.spec b/git-annex.spec index fdcf36a..7bca60c 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 10.20230329 +Version: 10.20230407 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