Accepting request 1302182 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1302182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-annex?expand=0&rev=52
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b08c98af360b574213640f34a202bfaa2b12397739ca7484fc6e7e98285e1285
|
||||
size 9376931
|
||||
3
git-annex-10.20250828.tar.gz
Normal file
3
git-annex-10.20250828.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab6f135f74e3aea6d75e57f1218036e9b582112b532ec46a4b604491d9d2fe57
|
||||
size 9411626
|
||||
@@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 15:44:09 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update git-annex to version 10.20250828.
|
||||
git-annex (10.20250828) upstream; urgency=medium
|
||||
|
||||
* p2p: Added --enable option, which can be used to enable P2P networks
|
||||
provided by external commands git-annex-p2p-<netname>
|
||||
* Added git-remote-p2p-annex, which allows git pull and push to
|
||||
P2P networks provided by commands git-annex-p2p-<netname>
|
||||
* S3: Default to signature=v4 when using an AWS endpoint, since some
|
||||
AWS regions need v4 and all support it. When host= is used to specify
|
||||
a different S3 host, the default remains signature=v2.
|
||||
* webapp: Support setting up S3 buckets in regions that need v4
|
||||
signatures.
|
||||
* S3: When initremote is given the name of a bucket that already exists,
|
||||
automatically set datacenter to the right value, rather than needing it
|
||||
to be explicitly set.
|
||||
* info: Added --show option to pick which parts of the info to calculate
|
||||
and display.
|
||||
* Improve behavior when there are special remotes configured with
|
||||
autoenable=yes with names that conflict with other remotes.
|
||||
* adjust: When another branch has been manually merged into the adjusted
|
||||
branch, re-adjusting errors out, rather than losing that merge commit.
|
||||
* sync: When another branch has been manually merged into an adjusted
|
||||
branch, error out rather than only displaying a warning.
|
||||
* initremote: New onlyencryptcreds=yes which can be used along with
|
||||
embedcreds=yes, to only encrypt the embedded creds, without encrypting
|
||||
the content of the special remote. Useful for exporttree/importtree
|
||||
remotes.
|
||||
* Don't allow the type of encryption of an existing special remote to be
|
||||
changed. Fixes reversion introduced in version 7.20191230.
|
||||
* tahoe: Support tahoe-lafs command versions newer than 1.16.
|
||||
* tahoe: Fix bug that made initremote require an encryption= parameter,
|
||||
despite git-annex encryption not being used with this special remote.
|
||||
Fixes reversion introduced in version 7.20191230.
|
||||
* Improved error message when yt-dlp is not installed and is needed to
|
||||
get a file from the web.
|
||||
* The annex.youtube-dl-command git config is no longer used, git-annex
|
||||
always runs the yt-dlp command, rather than the old youtube-dl command.
|
||||
* Removed support for git versions older than 2.22.
|
||||
* Bump aws build dependency to 0.24.1.
|
||||
* stack.yaml: Update to lts-24.2.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Fri, 29 Aug 2025 11:42:37 -0400
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 18:12:16 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: git-annex
|
||||
Version: 10.20250721
|
||||
Version: 10.20250828
|
||||
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
|
||||
@@ -301,6 +301,7 @@ rm %{buildroot}%{_datadir}/zsh/site-functions/_git-annex
|
||||
%{_bindir}/%{name}-shell
|
||||
%{_bindir}/git-remote-tor-annex
|
||||
%{_bindir}/git-remote-annex
|
||||
%{_bindir}/git-remote-p2p-annex
|
||||
%dir %{_datadir}/icons/hicolor
|
||||
%dir %{_datadir}/icons/hicolor/16x16
|
||||
%dir %{_datadir}/icons/hicolor/16x16/apps
|
||||
@@ -310,6 +311,7 @@ rm %{buildroot}%{_datadir}/zsh/site-functions/_git-annex
|
||||
%{_mandir}/man1/git-annex*.1%{?ext_man}
|
||||
%{_mandir}/man1/git-remote-tor-annex.1%{?ext_man}
|
||||
%{_mandir}/man1/git-remote-annex.1%{?ext_man}
|
||||
%{_mandir}/man1/git-remote-p2p-annex.1%{?ext_man}
|
||||
%{_datadir}/applications/git-annex.desktop
|
||||
%{_datadir}/icons/hicolor/16x16/apps/git-annex.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/git-annex.svg
|
||||
|
||||
Reference in New Issue
Block a user