diff --git a/git-annex-8.20210621.tar.gz b/git-annex-8.20210621.tar.gz deleted file mode 100644 index db1d317..0000000 --- a/git-annex-8.20210621.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af2bf919980a70c9474c671252fa96acf19cce6adcbf196cb784997f54206aba -size 8891295 diff --git a/git-annex-8.20210630.tar.gz b/git-annex-8.20210630.tar.gz new file mode 100644 index 0000000..2080ed0 --- /dev/null +++ b/git-annex-8.20210630.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0fbcbeb93910c182778bfd9f29b6470257937c0d09be71286d727c27b56f16 +size 8358942 diff --git a/git-annex.changes b/git-annex.changes index 90bb200..6be1e89 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Jul 1 12:52:52 UTC 2021 - psimons@suse.com + +- Update git-annex to version 8.20210630. + git-annex (8.20210630) upstream; urgency=medium + + * Fixed bug that interrupting git-annex repair (or assistant) while + it was fixing repository corruption would lose objects that were + contained in pack files. Also the assistant might sometimes have + crashed with the same result. + * repair: Fix reversion in version 8.20200522 that prevented fetching + missing objects from remotes. + * sync: Partly work around github behavior that first branch to be pushed + to a new repository is assumed to be the head branch, by not pushing + synced/git-annex first. + * Added annex.freezecontent-command and annex.thawcontent-command + configs. + * Improve display of errors when transfers fail. + * Dropping an unused object with drop --unused or dropunused will + mark it as dead, preventing fsck --all from complaining about it + after it's been dropped from all repositories. + * addurl, importfeed: Added --no-raw option that forces download + with youtube-dl or a special remote. In particular this can avoid + falling back to raw download when youtube-dl is blocked for some + reason. + + -- Joey Hess Wed, 30 Jun 2021 11:48:16 -0400 + ------------------------------------------------------------------- Tue Jun 22 07:42:31 UTC 2021 - psimons@suse.com diff --git a/git-annex.spec b/git-annex.spec index 4a1dbe3..c2a2353 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 8.20210621 +Version: 8.20210630 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