SHA256
1
0
forked from pool/git-annex

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:git-annex revision:115, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/git-annex?expand=0&rev=52
This commit is contained in:
Peter Simons 2022-02-10 14:36:54 +00:00 committed by Git OBS Bridge
parent 19e1a07a61
commit db6a76361c

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 4 11:49:28 UTC 2022 - psimons@suse.com Thu Feb 10 14:24:55 UTC 2022 - psimons@suse.com
- Update git-annex to version 10.20220127. - Update git-annex to version 10.20220127.
git-annex (10.20220127) upstream; urgency=medium git-annex (10.20220127) upstream; urgency=medium
@ -35,42 +35,43 @@ Fri Feb 4 11:49:28 UTC 2022 - psimons@suse.com
-- Joey Hess <id@joeyh.name> Thu, 27 Jan 2022 13:25:19 -0400 -- Joey Hess <id@joeyh.name> Thu, 27 Jan 2022 13:25:19 -0400
git-annex (8.20211231) upstream; urgency=medium -------------------------------------------------------------------
Wed Jan 19 12:40:15 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update git-annex to version 8.20211231.
* Improved support for using git-annex in a read-only repository, * Improved support for using git-annex in a read-only repository,
git-annex branch information from remotes that cannot be merged into git-annex branch information from remotes that cannot be merged
the git-annex branch will now not crash it, but will be merged in into the git-annex branch will now not crash it, but will be
memory. merged in memory.
* addurl, youtube-dl: When --check-raw prevents downloading an url, * addurl, youtube-dl: When --check-raw prevents downloading an
still continue with any downloads that come after it, rather than url, still continue with any downloads that come after it,
erroring out. rather than erroring out.
* Fix locking problems when annex.pidlock is set and concurrency is * Fix locking problems when annex.pidlock is set and concurrency
enabled eg with -J. is enabled eg with -J.
* Improve error message display when autoinit fails due to eg, a * Improve error message display when autoinit fails due to eg, a
permissions problem. permissions problem.
* export: Avoid unncessarily re-exporting non-annexed files that were * export: Avoid unncessarily re-exporting non-annexed files that
already exported. were already exported.
* Improve git command queue flushing so that eg, addurl of several * Improve git command queue flushing so that eg, addurl of
large files that take time to download will update the index for each several large files that take time to download will update the
file, rather than deferring the index updates to the end. index for each file, rather than deferring the index updates to
* sync: Better error message when unable to export to a remote because the end.
remote.name.annex-tracking-branch is configured to a ref that does not * sync: Better error message when unable to export to a remote
exist. because remote.name.annex-tracking-branch is configured to a
ref that does not exist.
* Fix build with ghc 9.0.1 * Fix build with ghc 9.0.1
* Fix build with old versions of feed library. * Fix build with old versions of feed library.
- git-annex 8.20211123 was released with these changes:
-- Joey Hess <id@joeyh.name> Fri, 31 Dec 2021 15:03:36 -0400
git-annex (8.20211123) upstream; urgency=medium
* Bugfix: When -J was enabled, getting files could leak an * Bugfix: When -J was enabled, getting files could leak an
ever-growing number of git cat-file processes. ever-growing number of git cat-file processes.
* Support git's new "ort" resolver, which became the default in git 2.34.0, * Support git's new "ort" resolver, which became the default in
and broke the test suite and automatic merge resolution of a conflict git 2.34.0, and broke the test suite and automatic merge
between an annexed file and a non-annexed file. resolution of a conflict between an annexed file and a
non-annexed file.
* importfeed: Display url before starting youtube-dl download. * importfeed: Display url before starting youtube-dl download.
- Move to _service checking out the upstream source directly
-- Joey Hess <id@joeyh.name> Tue, 23 Nov 2021 15:19:16 -0400 - Avoid compiling and linking the binary a second time in the
install phase and a third time in the check phase
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 20 17:31:42 UTC 2021 - psimons@suse.com Sat Nov 20 17:31:42 UTC 2021 - psimons@suse.com