Hello community,

here is the log from the commit of package borgbackup for openSUSE:Factory 
checked in at 2020-03-14 09:55:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/borgbackup (Old)
 and      /work/SRC/openSUSE:Factory/.borgbackup.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "borgbackup"

Sat Mar 14 09:55:10 2020 rev:25 rq:784741 version:1.1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/borgbackup/borgbackup.changes    2020-03-11 
22:04:49.261992426 +0100
+++ /work/SRC/openSUSE:Factory/.borgbackup.new.3160/borgbackup.changes  
2020-03-14 09:55:15.823106760 +0100
@@ -1,0 +2,56 @@
+Sat Mar 14 01:28:31 UTC 2020 - Hans-Peter Jansen <[email protected]>
+
+- Add fdupes build dependency
+- break overlong lines in changelog
+
+-------------------------------------------------------------------
+Thu Mar 12 15:11:35 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- Update to 1.1.11
+  Fixes:
+    * fixed potential index corruption / data loss issue due to bug in
+      hashindex_set, #4829 Please read and follow the more detailled notes
+      close to the top of this document.
+    * upgrade bundled xxhash to 0.7.3, #4891 0.7.2 is the minimum requirement
+      for correct operations on ARMv6 in non-fixup mode, where unaligned memory
+      accesses cause bus errors. 0.7.3 adds some speedups and libxxhash 0.7.3
+      even has a pkg-config file now.
+    * upgrade bundled lz4 to 1.9.2
+    * upgrade bundled zstd to 1.4.4
+    * fix crash when upgrading erroneous hints file, #4922
+    * extract:
+      - fix KeyError for "partial" extraction, #4607
+      - fix "partial" extract for hardlinked contentless file types, #4725
+      - fix preloading for old (0.xx) remote servers, #4652
+      - fix confusing output of borg extract --list --strip-components, #4934
+    * delete: after double-force delete, warn about necessary repair, #4704
+    * create: give invalid repo error msg if repo config not found, #4411
+    * mount: fix FUSE mount missing st_birthtime, #4763 #4767
+    * check: do not stumble over invalid item key, #4845
+    * info: if the archive doesn't exist, print a pretty message, #4793
+    * SecurityManager.known(): check all files, #4614
+    * Repository.open: use stat() to check for repo dir, #4695
+    * Repository.check_can_create_repository: use stat() to check, #4695
+    * fix invalid archive error message
+    * fix optional/non-optional location arg, #4541
+    * commit-time free space calc: ignore bad compact map entries, #4796
+    * ignore EACCES (errno 13) when hardlinking the old config, #4730
+    * --prefix / -P: fix processing, avoid argparse issue, #4769
+  New features:
+    * enable placeholder usage in all extra archive arguments
+    * new BORG_WORKAROUNDS mechanism, basesyncfile, #4710
+    * recreate: support --timestamp option, #4745
+    * support platforms without os.link (e.g. Android with Termux), #4901 if
+      we don't have os.link, we just extract another copy instead of making a
+      hardlink.
+    * support linux platforms without sync_file_range (e.g. Android 7 with
+      Termux), #4905
+  Other:
+    * ignore --stats when given with --dry-run, but continue, #4373
+    * add some ProgressIndicator msgids to code / fix docs, #4935
+    * elaborate on "Calculating size" message
+    * argparser: always use REPOSITORY in metavar, also use more consistent
+      help phrasing.
+    * check: improve error output for matching index size, see #4829
+
+-------------------------------------------------------------------

Old:
----
  borgbackup-1.1.10.tar.gz
  borgbackup-1.1.10.tar.gz.asc

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

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

Other differences:
------------------
++++++ borgbackup.spec ++++++
--- /var/tmp/diff_new_pack.zmZnCg/_old  2020-03-14 09:55:19.563109505 +0100
+++ /var/tmp/diff_new_pack.zmZnCg/_new  2020-03-14 09:55:19.563109505 +0100
@@ -31,7 +31,7 @@
 %endif
 
 Name:           borgbackup
-Version:        1.1.10
+Version:        1.1.11
 Release:        0
 Summary:        Deduplicating backup program with compression and 
authenticated encryption
 License:        BSD-3-Clause
@@ -50,6 +50,7 @@
 %if 0%{?suse_version} == 1320 || 0%{?sle_version} == 120200
 BuildRequires:  bash-completion
 %endif
+BuildRequires:  fdupes
 BuildRequires:  fish
 BuildRequires:  gcc-c++
 BuildRequires:  libacl-devel
@@ -178,6 +179,11 @@
 install -D -m 0644 scripts/shell_completions/bash/borg 
%{buildroot}/%{_datadir}/bash-completion/completions/borg
 install -D -m 0644 scripts/shell_completions/zsh/_borg 
%{buildroot}/%{_datadir}/zsh/site-functions/_borg
 install -D -m 0644 scripts/shell_completions/fish/borg.fish 
%{buildroot}/%{_datadir}/fish/vendor_completions.d/borg.fish
+# remove duplicate file
+%fdupes 
%{buildroot}/%{python3_sitearch}/borgbackup-%{version}-py%{py3_ver}.egg-info/
+# fix wrong-file-end-of-line-encoding
+sed -i 's/\r$//' docs/_build/html/_static/fonts/open-sans/stylesheet.css
+sed -i 's/\r$//' docs/_build/html/_static/fonts/source-serif-pro/LICENSE.txt
 
 %if %{with borg_test}
 %check

++++++ borgbackup-1.1.10.tar.gz -> borgbackup-1.1.11.tar.gz ++++++
++++ 44588 lines of diff (skipped)



Reply via email to