Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package borgbackup for openSUSE:Factory 
checked in at 2026-08-27 18:53:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/borgbackup (Old)
 and      /work/SRC/openSUSE:Factory/.borgbackup.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "borgbackup"

Thu Aug 27 18:53:33 2026 rev:56 rq:1373945 version:1.4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/borgbackup/borgbackup.changes    2025-12-15 
12:07:05.829283706 +0100
+++ /work/SRC/openSUSE:Factory/.borgbackup.new.1265/borgbackup.changes  
2026-08-27 18:56:20.385024523 +0200
@@ -1,0 +2,13 @@
+Thu Aug 27 04:44:25 UTC 2026 - Jiri Slaby <[email protected]>
+
+- update to version 1.4.5
+  * notably, allow builds against msgpack 1.2.1
+  Full changelog:
+  
https://borgbackup.readthedocs.io/en/stable/changes.html#version-1-4-5-2026-07-19
+- Removed (upstream)
+  * 0001-set_flags-use-get-set-to-only-influence-specific-fla.patch
+  * 0002-set_flags-better-give-up-than-corrupt.patch
+  * 0003-set_flags-remove-compression-flag.patch
+  * msgpack-allow-1.1.2.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-set_flags-use-get-set-to-only-influence-specific-fla.patch
  0002-set_flags-better-give-up-than-corrupt.patch
  0003-set_flags-remove-compression-flag.patch
  borgbackup-1.4.1.tar.gz
  borgbackup-1.4.1.tar.gz.asc
  msgpack-allow-1.1.2.patch

New:
----
  borgbackup-1.4.5.tar.gz
  borgbackup-1.4.5.tar.gz.asc

----------(Old B)----------
  Old:- Removed (upstream)
  * 0001-set_flags-use-get-set-to-only-influence-specific-fla.patch
  * 0002-set_flags-better-give-up-than-corrupt.patch
  Old:  * 0001-set_flags-use-get-set-to-only-influence-specific-fla.patch
  * 0002-set_flags-better-give-up-than-corrupt.patch
  * 0003-set_flags-remove-compression-flag.patch
  Old:  * 0002-set_flags-better-give-up-than-corrupt.patch
  * 0003-set_flags-remove-compression-flag.patch
  * msgpack-allow-1.1.2.patch
  Old:  * 0003-set_flags-remove-compression-flag.patch
  * msgpack-allow-1.1.2.patch
----------(Old E)----------

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

Other differences:
------------------
++++++ borgbackup.spec ++++++
--- /var/tmp/diff_new_pack.5x9idG/_old  2026-08-27 18:56:21.742072023 +0200
+++ /var/tmp/diff_new_pack.5x9idG/_new  2026-08-27 18:56:21.745072128 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package borgbackup
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2016-2025 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -53,7 +53,7 @@
 %endif
 
 Name:           borgbackup
-Version:        1.4.1
+Version:        1.4.5
 Release:        0
 Summary:        Deduplicating backup program with compression and 
authenticated encryption
 License:        BSD-3-Clause
@@ -66,14 +66,6 @@
 # python3-guzzle_sphinx_theme isn't available everywhere,
 # fall back to Sphinx default theme for older distributions
 Patch0:         borgbackup-1.1.4-sphinx-default-theme.patch
-# PATCH-FIX-OPENSUSE msgpack-allow-1.1.2.patch -- let's hope, 1.1.2 will work 
as well
-Patch1:         msgpack-allow-1.1.2.patch
-# PATCH-FIX-UPSTREAM 
0001-set_flags-use-get-set-to-only-influence-specific-fla.patch #9039
-Patch2:         0001-set_flags-use-get-set-to-only-influence-specific-fla.patch
-# PATCH-FIX-UPSTREAM 0002-set_flags-better-give-up-than-corrupt.patch #9039
-Patch3:         0002-set_flags-better-give-up-than-corrupt.patch
-# PATCH-FIX-UPSTREAM 0003-set_flags-remove-compression-flag.patch #9039
-Patch4:         0003-set_flags-remove-compression-flag.patch
 # SECTION build dependencies
 BuildRequires:  bash
 BuildRequires:  %{py3pkg}-Cython >= 3.0.10
@@ -104,9 +96,9 @@
 # msgpack is not included with borg version >= 1.2.0 anymore
 # The metadata is very specific about the version, the command will fail if 
msgpack is out of range -- boo#1198267
 # See https://github.com/borgbackup/borg/blob/1.2.1/setup.py#L68 and update 
this for every version bump!
-BuildRequires:  (%{py3pkg}-msgpack >= 1.0.3 with %{py3pkg}-msgpack <= 1.1.2)
+BuildRequires:  (%{py3pkg}-msgpack >= 1.0.3 with %{py3pkg}-msgpack <= 1.2.1)
 Requires:       %{py3pkg}-packaging
-Requires:       (%{py3pkg}-msgpack >= 1.0.3 with %{py3pkg}-msgpack <= 1.1.2)
+Requires:       (%{py3pkg}-msgpack >= 1.0.3 with %{py3pkg}-msgpack <= 1.2.1)
 %if 0%{?suse_version} > 1500
 # upstream recommends a "Requires" if pyfuse3 is available
 Requires:       %{py3pkg}-pyfuse3 >= 3.1.1
@@ -204,10 +196,6 @@
 %if ! %{with borg_guzzle}
 %patch -P 0 -p1
 %endif
-%patch -P 1 -p1
-%patch -P 2 -p1
-%patch -P 3 -p1
-%patch -P 4 -p1
 
 %ifnarch %ix86 %arm
   # https://github.com/borgbackup/borg/issues/6996

++++++ borgbackup-1.4.1.tar.gz -> borgbackup-1.4.5.tar.gz ++++++
++++ 276547 lines of diff (skipped)

Reply via email to