Hello community,

here is the log from the commit of package borgbackup for openSUSE:Factory 
checked in at 2018-01-10 23:38:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/borgbackup (Old)
 and      /work/SRC/openSUSE:Factory/.borgbackup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "borgbackup"

Wed Jan 10 23:38:31 2018 rev:10 rq:563314 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/borgbackup/borgbackup.changes    2017-12-11 
18:57:55.246509825 +0100
+++ /work/SRC/openSUSE:Factory/.borgbackup.new/borgbackup.changes       
2018-01-10 23:38:37.526290473 +0100
@@ -1,0 +2,48 @@
+Wed Jan 10 12:15:05 UTC 2018 - [email protected]
+
+- Update to borgbackup 1.1.4
+  * Fix a potential data corruption issue with 'borg check --repair'
+    happening in borg >= 1.1 and < 1.1.4
+  * zstd compression is new in borg 1.1.4, older borg can't handle it.
+  * new minimum requirements for the compression libraries:
+    + added requirement: libzstd >= 1.3.0 
+    + updated requirement: liblz4 >= 1.7.0 / r129
+- Fixes:
+  * check: data corruption fix: fix for borg check --repair malfunction. See
+   the more detailed notes at
+   https://github.com/borgbackup/borg/blob/1.1.4/docs/changes.rst
+  * delete: also delete security dir when deleting a repo
+  * prune: fix building the "borg prune" man page
+  * init: use given --storage-quota for local repo
+  * init: properly quote repo path in output
+  * fix startup delay with dns-only own fqdn resolving
+- New features:
+  * added zstd compression.
+  * added placeholder {reverse-fqdn} for fqdn in reverse notation
+  * added BORG_BASE_DIR environment variable
+- Other changes:
+  * list help topics when invalid topic is requested
+  * fix lz4 deprecation warning, requires lz4 >= 1.7.0 (r129)
+  * add parens for C preprocessor macro argument usages (did not cause
+    malfunction)
+  * exclude broken pytest 3.3.0 release
+  * updated fish/bash completions
+  * init: more clear exception messages for borg create
+  * docs:
+    + add auto-generated docs for borg config
+    + don't generate HTML docs page for borgfs
+    + docs update for lz4 b2 zstd changes
+    + add zstd to compression help, readme, docs
+    + update requirements and install docs about bundled lz4 and zstd
+    + refactored build of the compress and crypto.low_level extensions
+    + move some lib/build related code to setup_{zstd,lz4,b2}.py
+    + bundle lz4 1.8.0 (requirement: >= 1.7.0 / r129)
+    + bundle zstd 1.3.2 (requirement: >= 1.3.0)
+    + blake2 was already bundled
+    + rename BORG_LZ4_PREFIX env var to BORG_LIBLZ4_PREFIX for better
+      consistency: we also have BORG_LIBB2_PREFIX and BORG_LIBZSTD_PREFIX now.
+    + add prefer_system_lib* = True settings to setup.py - by default the
+      build will prefer a shared library over the bundled code, if library
+      and headers can be found and meet the minimum requirements.
+
+-------------------------------------------------------------------

Old:
----
  borgbackup-1.1.3.tar.gz

New:
----
  borgbackup-1.1.4.tar.gz

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

Other differences:
------------------
++++++ borgbackup.spec ++++++
--- /var/tmp/diff_new_pack.ktrx8N/_old  2018-01-10 23:38:38.330252755 +0100
+++ /var/tmp/diff_new_pack.ktrx8N/_new  2018-01-10 23:38:38.330252755 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package borgbackup
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016-2017 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           borgbackup
-Version:        1.1.3
+Version:        1.1.4
 Release:        0
 Summary:        Deduplicating backup program with compression and 
authenticated encryption
 License:        BSD-3-Clause
@@ -26,7 +26,8 @@
 Url:            https://github.com/borgbackup/borg
 Source:         
https://github.com/borgbackup/borg/releases/download/%{version}/borgbackup-%{version}.tar.gz
 BuildRequires:  libacl-devel
-BuildRequires:  liblz4-devel
+BuildRequires:  liblz4-devel >= 1.7.0
+BuildRequires:  libzstd-devel >= 1.3.0
 BuildRequires:  openssl-devel >= 1.0.0
 BuildRequires:  python3 >= 3.4
 BuildRequires:  python3-Cython

++++++ borgbackup-1.1.3.tar.gz -> borgbackup-1.1.4.tar.gz ++++++
++++ 68323 lines of diff (skipped)


Reply via email to