Accepting request 1231495 from devel:languages:haskell
version update for ghc-9.10.1 OBS-URL: https://build.opensuse.org/request/show/1231495 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-annex?expand=0&rev=44
This commit is contained in:
commit
5bc909bdbb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:684758d1b69cc4998e6759466d00878b06d1672f7bf6f417113392b6e4b3dbd4
|
|
||||||
size 9525293
|
|
3
git-annex-10.20241202.tar.gz
Normal file
3
git-annex-10.20241202.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aeedee875a487ce6b9e5913a951efa1d17a050825d70300a4a5b4323f7895c66
|
||||||
|
size 9563132
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 16:37:14 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- 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 <id@joeyh.name> Mon, 02 Dec 2024 12:31:08 -0400
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 31 21:20:43 UTC 2024 - Peter Simons <psimons@suse.com>
|
Thu Oct 31 21:20:43 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 10.20241031
|
Version: 10.20241202
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Manage files with git, without checking their contents into git
|
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
|
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: gpg2
|
||||||
BuildRequires: lsof
|
BuildRequires: lsof
|
||||||
BuildRequires: rsync
|
BuildRequires: rsync
|
||||||
|
BuildRequires: sqlite3-devel
|
||||||
Requires(post): desktop-file-utils
|
Requires(post): desktop-file-utils
|
||||||
Requires(post): hicolor-icon-theme
|
Requires(post): hicolor-icon-theme
|
||||||
Requires(postun): desktop-file-utils
|
Requires(postun): desktop-file-utils
|
||||||
|
Loading…
Reference in New Issue
Block a user