Accepting request 1255902 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/1255902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-annex?expand=0&rev=46
This commit is contained in:
2025-03-25 21:12:14 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:238d62c22be515478a1648aef95433d4179df7c142227010ba73d3e8e6b54d94
size 9174647

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5727eb17d79440498c20192bb85e6045cd1d36a5f49c86a194c25e02b6b9947c
size 9256752

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Mar 20 17:11:33 UTC 2025 - Peter Simons <psimons@suse.com>
- Update git-annex to version 10.20250320.
git-annex (10.20250320) upstream; urgency=medium
* Added the compute special remote.
* addcomputed: New command, adds a file that is generated by a compute
special remote.
* recompute: New command, recomputes computed files.
* findcomputed: New command, displays information about computed files.
* Support help.autocorrect settings "prompt", "never", and "immediate".
* Allow setting remote.foo.annex-tracking-branch to a branch name
that contains "/", as long as it's not a remote tracking branch.
* Added OsPath build flag, which speeds up git-annex's operations on files.
* git-lfs: Added an optional apiurl parameter.
(This needs version 1.2.5 of the haskell git-lfs library to be used.)
* fsck: Remember the files that are checked, so a later run with --more
will skip them, without needing to use --incremental.
-- Joey Hess <id@joeyh.name> Thu, 20 Mar 2025 13:10:48 -0400
-------------------------------------------------------------------
Wed Jan 15 16:38:16 UTC 2025 - Peter Simons <psimons@suse.com>

View File

@@ -17,7 +17,7 @@
Name: git-annex
Version: 10.20250115
Version: 10.20250320
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
@@ -93,6 +93,8 @@ BuildRequires: ghc-fdo-notify-devel
BuildRequires: ghc-fdo-notify-prof
BuildRequires: ghc-feed-devel
BuildRequires: ghc-feed-prof
BuildRequires: ghc-file-io-devel
BuildRequires: ghc-file-io-prof
BuildRequires: ghc-filepath-bytestring-devel
BuildRequires: ghc-filepath-bytestring-prof
BuildRequires: ghc-filepath-devel
@@ -141,6 +143,8 @@ BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-old-locale-prof
BuildRequires: ghc-optparse-applicative-devel
BuildRequires: ghc-optparse-applicative-prof
BuildRequires: ghc-os-string-devel
BuildRequires: ghc-os-string-prof
BuildRequires: ghc-path-pieces-devel
BuildRequires: ghc-path-pieces-prof
BuildRequires: ghc-persistent-devel