Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package borgbackup for openSUSE:Factory checked in at 2022-09-01 22:10:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/borgbackup (Old) and /work/SRC/openSUSE:Factory/.borgbackup.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "borgbackup" Thu Sep 1 22:10:37 2022 rev:41 rq:1000292 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/borgbackup/borgbackup.changes 2022-08-17 18:34:07.784765043 +0200 +++ /work/SRC/openSUSE:Factory/.borgbackup.new.2083/borgbackup.changes 2022-09-01 22:11:40.180325964 +0200 @@ -1,0 +2,5 @@ +Mon Aug 29 05:35:09 UTC 2022 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Support dates beyond 2038 on 64-bit platforms + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ borgbackup.spec ++++++ --- /var/tmp/diff_new_pack.dJJEqG/_old 2022-09-01 22:11:40.724327452 +0200 +++ /var/tmp/diff_new_pack.dJJEqG/_new 2022-09-01 22:11:40.732327473 +0200 @@ -187,6 +187,11 @@ %if ! %{with borg_guzzle} %patch0 -p1 %endif + +%ifnarch %ix86 %arm + # https://github.com/borgbackup/borg/issues/6996 + sed -i 's/SUPPORT_32BIT_PLATFORMS = True/SUPPORT_32BIT_PLATFORMS = False/' src/borg/helpers/time.py +%endif # remove bundled libraries, that we don't want to be included rm -rf src/borg/algorithms/{lz4,zstd} # remove bundled blake2 library, if appropriate