Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package git-annex for openSUSE:Factory 
checked in at 2026-06-28 21:06:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git-annex (Old)
 and      /work/SRC/openSUSE:Factory/.git-annex.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git-annex"

Sun Jun 28 21:06:12 2026 rev:59 rq:1362008 version:10.20260624

Changes:
--------
--- /work/SRC/openSUSE:Factory/git-annex/git-annex.changes      2026-06-22 
17:44:57.394390427 +0200
+++ /work/SRC/openSUSE:Factory/.git-annex.new.11887/git-annex.changes   
2026-06-28 21:06:58.606969074 +0200
@@ -1,0 +2,32 @@
+Thu Jun 25 16:29:37 UTC 2026 - Peter Simons <[email protected]>
+
+- Update git-annex to version 10.20260624.
+  git-annex (10.20260624) upstream; urgency=medium
+
+    * Added Botan build flag, which speeds up checksumming significantly
+      for most existing hash backends.
+    * Added Blake3 build flag, which is the fastest available
+      cryptographically secure hash.
+      Thanks to edef for implementing this.
+    * When b3sum is in PATH, use it for faster blake3 hashing.
+    * Added XXH3 build flag, which is the fastest available
+      non-cryptographically secure hash, and is a smaller hash
+      than MD5 or SHA1.
+    * Improve handling of synced/master and similar branches, by
+      only creating such branches when necessary to push to a non-bare
+      remote, and by removing the local synced branch once its changes
+      are merged.
+    * put: New command.
+    * move: Fix bug where an interrupted command other than move could
+      be treated as an interrupted move, resulting in dropping content
+      when not allowed by numcopies.
+    * Fix build with http-types-0.12.5
+    * merge, post-receive: Fix bug that prevented merging any synced/
+      branches into the current branch.
+      (Reversion introduced in 10.20260601)
+    * git-annex.cabal: Remove unused dependency on old-locale.
+    * Remove dependencies on securemem and byteable.
+
+   -- Joey Hess <[email protected]>  Thu, 25 Jun 2026 12:28:43 -0400
+
+-------------------------------------------------------------------

Old:
----
  git-annex-10.20260601.tar.gz

New:
----
  git-annex-10.20260624.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ git-annex.spec ++++++
--- /var/tmp/diff_new_pack.jw1uwX/_old  2026-06-28 21:06:59.510999537 +0200
+++ /var/tmp/diff_new_pack.jw1uwX/_new  2026-06-28 21:06:59.514999672 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           git-annex
-Version:        10.20260601
+Version:        10.20260624
 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
@@ -54,8 +54,6 @@
 BuildRequires:  ghc-blaze-builder-prof
 BuildRequires:  ghc-bloomfilter-devel
 BuildRequires:  ghc-bloomfilter-prof
-BuildRequires:  ghc-byteable-devel
-BuildRequires:  ghc-byteable-prof
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-bytestring-prof
 BuildRequires:  ghc-case-insensitive-devel
@@ -138,8 +136,6 @@
 BuildRequires:  ghc-network-prof
 BuildRequires:  ghc-network-uri-devel
 BuildRequires:  ghc-network-uri-prof
-BuildRequires:  ghc-old-locale-devel
-BuildRequires:  ghc-old-locale-prof
 BuildRequires:  ghc-optparse-applicative-devel
 BuildRequires:  ghc-optparse-applicative-prof
 BuildRequires:  ghc-path-pieces-devel
@@ -159,8 +155,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-sandi-devel
 BuildRequires:  ghc-sandi-prof
-BuildRequires:  ghc-securemem-devel
-BuildRequires:  ghc-securemem-prof
 BuildRequires:  ghc-servant-client-core-devel
 BuildRequires:  ghc-servant-client-core-prof
 BuildRequires:  ghc-servant-client-devel

++++++ 0001-Build-with-ram-instead-of-memory-package-to-support-.patch ++++++
--- /var/tmp/diff_new_pack.jw1uwX/_old  2026-06-28 21:06:59.535000345 +0200
+++ /var/tmp/diff_new_pack.jw1uwX/_new  2026-06-28 21:06:59.539000480 +0200
@@ -1,20 +1,10 @@
-From 8dc9fb297d3445c64f313f9d93a9562798c53c8a Mon Sep 17 00:00:00 2001
-From: Peter Simons <[email protected]>
-Date: Mon, 22 Jun 2026 12:19:37 +0200
-Subject: [PATCH] Build with ram instead of memory package to support crypton
- 1.1.x.
-
----
- git-annex.cabal | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 diff --git a/git-annex.cabal b/git-annex.cabal
-index 354fa46dfd..b2c7cea5e0 100644
+index 2fef9ae934..9ddfd828ea 100644
 --- a/git-annex.cabal
 +++ b/git-annex.cabal
-@@ -255,7 +255,7 @@
+@@ -265,7 +265,7 @@ Executable git-annex
+    socks (>= 0.6.0),
     stm-chans,
-    securemem,
     crypto-api,
 -   memory,
 +   ram,

++++++ 0001-persistent-2.12.0.1-include-the-code-from-persistent.patch ++++++
--- /var/tmp/diff_new_pack.jw1uwX/_old  2026-06-28 21:06:59.559001154 +0200
+++ /var/tmp/diff_new_pack.jw1uwX/_new  2026-06-28 21:06:59.563001289 +0200
@@ -1,9 +1,9 @@
 diff --git a/git-annex.cabal b/git-annex.cabal
-index 216dc8e34b..e170cc38ef 100644
+index 2fef9ae934..89abc14717 100644
 --- a/git-annex.cabal
 +++ b/git-annex.cabal
-@@ -241,7 +241,6 @@ Executable git-annex
-    old-locale,
+@@ -253,7 +253,6 @@ Executable git-annex
+    time (>= 1.9.1),
     persistent-sqlite (>= 2.13.3),
     persistent (>= 2.13.3),
 -   persistent-template (>= 2.8.0),

++++++ git-annex-10.20260601.tar.gz -> git-annex-10.20260624.tar.gz ++++++
/work/SRC/openSUSE:Factory/git-annex/git-annex-10.20260601.tar.gz 
/work/SRC/openSUSE:Factory/.git-annex.new.11887/git-annex-10.20260624.tar.gz 
differ: char 13, line 1

Reply via email to