diff --git a/git-annex-10.20241031.tar.gz b/git-annex-10.20241031.tar.gz deleted file mode 100644 index 9164c19..0000000 --- a/git-annex-10.20241031.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:684758d1b69cc4998e6759466d00878b06d1672f7bf6f417113392b6e4b3dbd4 -size 9525293 diff --git a/git-annex-10.20241202.tar.gz b/git-annex-10.20241202.tar.gz new file mode 100644 index 0000000..42be531 --- /dev/null +++ b/git-annex-10.20241202.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeedee875a487ce6b9e5913a951efa1d17a050825d70300a4a5b4323f7895c66 +size 9563132 diff --git a/git-annex.changes b/git-annex.changes index bc9ad8b..44944f3 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon Dec 2 16:37:14 UTC 2024 - Peter Simons + +- Update git-annex to version 10.20241202. + git-annex (10.20241202) upstream; urgency=medium + + * add: Consistently treat files in a dotdir as dotfiles, even + when ran inside that dotdir. + * add: When adding a dotfile as a non-large file, mention that it's a + dotfile. + * p2phttp: Added --directory option which serves multiple git-annex + repositories located inside a directory. + * When remote.name.annexUrl is an annex+http(s) url, that + uses the same hostname as remote.name.url, which is itself a http(s) + url, they are assumed to share a username and password. This avoids + unnecessary duplicate password prompts. + * git-remote-annex: Fix a reversion introduced in version 10.20241031 + that broke cloning from a special remote. + * git-remote-annex: Fix cloning from a special remote on a crippled + filesystem. + * git-remote-annex: Fix buggy behavior when annex.stalldetection is + configured. + * git-remote-annex: Require git version 2.31 or newer, since old + ones had a buggy git bundle command. + * S3: Support versioning=yes with a readonly bucket. + (Needs aws-0.24.3) + * S3: Send git-annex or other configured User-Agent. + (Needs aws-0.24.3) + * S3: Fix infinite loop and memory blowup when importing from an + unversioned S3 bucket that is large enough to need pagination. + * S3: Use significantly less memory when importing from a + versioned S3 bucket. + * vpop: Only update state after successful checkout. + + -- Joey Hess Mon, 02 Dec 2024 12:31:08 -0400 + ------------------------------------------------------------------- Thu Oct 31 21:20:43 UTC 2024 - Peter Simons diff --git a/git-annex.spec b/git-annex.spec index aac3abb..4a501d5 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 10.20241031 +Version: 10.20241202 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 @@ -234,6 +234,7 @@ BuildRequires: git-core BuildRequires: gpg2 BuildRequires: lsof BuildRequires: rsync +BuildRequires: sqlite3-devel Requires(post): desktop-file-utils Requires(post): hicolor-icon-theme Requires(postun): desktop-file-utils