Accepting request 1074340 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1074340 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=44
This commit is contained in:
@@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 14:29:45 UTC 2023 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- change requirement: python3-Cython >= 0.29.33
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 15:32:58 UTC 2023 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- update to 1.2.4
|
||||
|
||||
New features:
|
||||
* import-tar: add --ignore-zeros to process concatenated tars,
|
||||
#7432.
|
||||
* debug id-hash: computes file/chunk content id-hash, #7406
|
||||
* diff: --content-only does not show mode/ctime/mtime changes,
|
||||
#7248
|
||||
* diff: JSON strings in diff output are now sorted
|
||||
alphabetically
|
||||
|
||||
Bug fixes:
|
||||
* xattrs: fix namespace processing on FreeBSD, #6997
|
||||
* diff: fix path related bug seen when addressing deferred
|
||||
items.
|
||||
* debug get-obj/put-obj: always give chunkid as cli param, see
|
||||
#7290 (this is an incompatible change, see also borg debug
|
||||
id-hash)
|
||||
* extract: fix mtime when ResourceFork xattr is set (macOS
|
||||
specific), #7234
|
||||
* recreate: without --chunker-params, do not re-chunk, #7337
|
||||
* recreate: when --target is given, do not detect "nothing to
|
||||
do". use case: borg recreate -a src --target dst can be used
|
||||
to make a copy of an archive inside the same repository,
|
||||
#7254.
|
||||
* set .hardlink_master for ALL hardlinkable items, #7175
|
||||
* locking: fix host, pid, tid order. tid (thread id) must be
|
||||
parsed as hex from lock file name.
|
||||
* update development.lock.txt, including a setuptools security
|
||||
fix, #7227
|
||||
|
||||
Other changes:
|
||||
* requirements: allow msgpack 1.0.5 also
|
||||
* upgrade Cython to 0.29.33
|
||||
* hashindex minor fixes, refactor, tweaks, tests
|
||||
* use os.replace not os.rename
|
||||
* remove BORG_LIBB2_PREFIX (not used any more)
|
||||
* docs:
|
||||
* BORG_KEY_FILE: clarify docs, #7444
|
||||
* update FAQ about locale/unicode issues, #6999
|
||||
* improve mount options rendering, #7359
|
||||
* make timestamps in manual pages reproducible
|
||||
* installation: update Fedora in distribution list, #7357
|
||||
* tests:
|
||||
* fix test_size_on_disk_accurate for large st_blksize, #7250
|
||||
* add same_ts_ns function and use it for relaxed timestamp
|
||||
comparisons
|
||||
* "auto" compressor tests: don't assume a specific size, do not
|
||||
assume zlib is better than lz4, #7363
|
||||
* add test for extracted directory mtime
|
||||
* vagrant:
|
||||
* upgrade local freebsd 12.1 box -> generic/freebsd13 box
|
||||
(13.1)
|
||||
* use pythons > 3.8 which work on freebsd 13.1
|
||||
* pyenv: also install python 3.11.1 for testing
|
||||
* pyenv: use python 3.10.1, 3.10.0 build is broken on freebsd
|
||||
|
||||
Full changelog:
|
||||
https://github.com/borgbackup/borg/blob/1.2.4/docs/changes.rst#version-124-2023-03-23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 26 13:49:43 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
|
||||
+6
-6
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package borgbackup
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2016-2022 LISA GmbH, Bingen, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2016-2023 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -41,7 +41,7 @@
|
||||
%bcond_with borg_sysblake2
|
||||
%endif
|
||||
Name: borgbackup
|
||||
Version: 1.2.3
|
||||
Version: 1.2.4
|
||||
Release: 0
|
||||
Summary: Deduplicating backup program with compression and authenticated encryption
|
||||
License: BSD-3-Clause
|
||||
@@ -62,7 +62,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: openssl-devel >= 1.1.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-Cython
|
||||
BuildRequires: python3-Cython >= 0.29.33
|
||||
BuildRequires: python3-base >= 3.8
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-packaging
|
||||
@@ -85,11 +85,11 @@ BuildRequires: libzstd-devel >= 1.3.0
|
||||
# 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: (python3-msgpack >= 0.5.6 with python3-msgpack <= 1.0.4)
|
||||
BuildRequires: (python3-msgpack >= 0.5.6 with python3-msgpack <= 1.0.5)
|
||||
BuildConflicts: python3-msgpack = 1.0.1
|
||||
Conflicts: python3-msgpack = 1.0.1
|
||||
Requires: python3-packaging
|
||||
Requires: (python3-msgpack >= 0.5.6 with python3-msgpack <= 1.0.4)
|
||||
Requires: (python3-msgpack >= 0.5.6 with python3-msgpack <= 1.0.5)
|
||||
%if 0%{?suse_version} > 1500
|
||||
# upstream recommends a "Requires" if pyfuse3 is available
|
||||
Requires: python3-pyfuse3 >= 3.1.1
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e32418f8633c96fa9681352a56eb63b98e294203472c114a5242709d36966785
|
||||
size 4044577
|
||||
@@ -1,17 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQJHBAABCAAxFiEEL4Gv+6sE4R/o7mXUJDrPqVH3jgEFAmOnexkTHHR3QHdhbGRt
|
||||
YW5uLWVkdi5kZQAKCRAkOs+pUfeOAR9IEACcc56/QqSGLWNK7ihASltyO3DVHubL
|
||||
/iLgczvicLfbtjwj6HXoXqhLV2bCCfqst8PQbYhFZgv2HPGuvZd1fFczOFENTao/
|
||||
F51o0eyziyTUVSf6EMa/3Sv67Ez14gKPLGjO4/50UfxxQ/5lEQQD2HgLC7z0mGCk
|
||||
N+QLrxBCOZd25BQP5u2w0bSYcCqGXcsfg+VdXi7s0BRoprQ1H6R3KvkPRpg9ptWa
|
||||
UkNgnhJmjax0XFRbWuzYHjblsr69fFc/FHOrwmzcTrEYV9TuLxuphHn3jw3O8DAC
|
||||
c8QGS8y0CXJOqAyuSPvACiNLhcmifOBykKWqlGY2k3CyKVfA3049ypQ2yyfoCEjl
|
||||
waCq8iwCr6CJJDKFK7vXrF0xmGFjfyrm7UR/mL9LgDSmAtIbosSSbu8fMGi1YWhZ
|
||||
N/UnumaB2VZUobJZjjobl9BIujSDQiSlhm1/kktKWjBiwFumMSQTFNTGxr1gthNi
|
||||
FIvs3pGJXuhC2TeSALgH1TXAkKjijc7I4/j7G/cbwZuUJXv/SFPwmDvz9dg8wXnz
|
||||
fbz/u5m8KZeqcmtBrZdLG8MLIXZvpQjbrH+1N4ICAeTGCry4+ruFzgbyQ+Lt03NW
|
||||
pTEqZQpZBQQ5KougsnAaiT7Sy2ZAUBmEXPvaN5ofzP7JX5VKQOLGA2QultN/7ZNB
|
||||
H7zpZrsCI5y72w==
|
||||
=Xszr
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4bd54e9469e81b7a30a6711423115abc818d9cd844ecb1ca0e6104bc5374da8
|
||||
size 4056513
|
||||
@@ -0,0 +1,17 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQJHBAABCAAxFiEEL4Gv+6sE4R/o7mXUJDrPqVH3jgEFAmQczy4THHR3QHdhbGRt
|
||||
YW5uLWVkdi5kZQAKCRAkOs+pUfeOAVj3D/41THZpAUEw5b0jB0kwbI36NhHyyCiP
|
||||
2mZoGz1lPO9i7HPiXc33V5qo1MX618vqp15pVmx0hdUs05NVaOpw6Y/6U++MYF9q
|
||||
szxsA1DsMdE/pFlOA4oLcYvBLDKNDqve4JCLc4teM+VUM0lCTs0gVwGVD2tmNIf8
|
||||
yXgGJUk6TM8NrLYlZJ8BRcX8uMG2OkfgY07YFCx9hYnF01aQOq1bwWv0E9KcgTHA
|
||||
C3jPycd7IYwIX6s0+NY3s6ryq9QpsP5n08tFZg/7jy7pI28bYexvJ4Kp9iNDahX2
|
||||
/twT9LQQKXc22ST9IQyrPQmQYLARHPMlfoOzcY8yq/LwH/QBiC8Z5JbJH4jkhbmT
|
||||
l2BdXaPDlXWuCRVOtQ+3iOg2X1VfrEmlY5d2kQ25x/CM19tvOATgJjUITs8Co4Cm
|
||||
rdv8ttHuy6445e0Czy00BGyVWKIO3XhWEMtmgAFojdsvB/gY/16Qc2z1NNyk9wHY
|
||||
mWkb6O0zNQwMT1N5uomfySCXq31ZqdugpMzbpU/eKDIuJlutHf8MzwUestUt94hY
|
||||
2ig8VAssktv110M5xO4ZppMij6R1BkHyP1rpOmxbDk2rAJUalKXMIsWujNynxzAy
|
||||
4inrhMfpSSvECPE9XK63qFf4ju9D2KMKSSfvrAhdtt1A6jXqYnXSSTxdAzOdk43y
|
||||
S+nTiteOZWFJvw==
|
||||
=srhU
|
||||
-----END PGP SIGNATURE-----
|
||||
Reference in New Issue
Block a user