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>
* Improved support for using git-annex in a read-only repository, - Update git-annex to version 8.20211231.
git-annex branch information from remotes that cannot be merged into * Improved support for using git-annex in a read-only repository,
the git-annex branch will now not crash it, but will be merged in git-annex branch information from remotes that cannot be merged
memory. into the git-annex branch will now not crash it, but will be
* addurl, youtube-dl: When --check-raw prevents downloading an url, merged in memory.
still continue with any downloads that come after it, rather than * addurl, youtube-dl: When --check-raw prevents downloading an
erroring out. url, still continue with any downloads that come after it,
* Fix locking problems when annex.pidlock is set and concurrency is rather than erroring out.
enabled eg with -J. * Fix locking problems when annex.pidlock is set and concurrency
* Improve error message display when autoinit fails due to eg, a is enabled eg with -J.
permissions problem. * Improve error message display when autoinit fails due to eg, a
* export: Avoid unncessarily re-exporting non-annexed files that were permissions problem.
already exported. * export: Avoid unncessarily re-exporting non-annexed files that
* Improve git command queue flushing so that eg, addurl of several were already exported.
large files that take time to download will update the index for each * Improve git command queue flushing so that eg, addurl of
file, rather than deferring the index updates to the end. several large files that take time to download will update the
* sync: Better error message when unable to export to a remote because index for each file, rather than deferring the index updates to
remote.name.annex-tracking-branch is configured to a ref that does not the end.
exist. * sync: Better error message when unable to export to a remote
* Fix build with ghc 9.0.1 because remote.name.annex-tracking-branch is configured to a
* Fix build with old versions of feed library. ref that does not exist.
* Fix build with ghc 9.0.1
-- Joey Hess <id@joeyh.name> Fri, 31 Dec 2021 15:03:36 -0400 * Fix build with old versions of feed library.
- git-annex 8.20211123 was released with these changes:
git-annex (8.20211123) upstream; urgency=medium * Bugfix: When -J was enabled, getting files could leak an
ever-growing number of git cat-file processes.
* Bugfix: When -J was enabled, getting files could leak an * Support git's new "ort" resolver, which became the default in
ever-growing number of git cat-file processes. git 2.34.0, and broke the test suite and automatic merge
* Support git's new "ort" resolver, which became the default in git 2.34.0, resolution of a conflict between an annexed file and a
and broke the test suite and automatic merge resolution of a conflict non-annexed file.
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
- Avoid compiling and linking the binary a second time in the
-- Joey Hess <id@joeyh.name> Tue, 23 Nov 2021 15:19:16 -0400 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