128 Commits

Author SHA256 Message Date
49626cbbfb Accepting request 893465 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/893465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=32
2021-05-16 21:41:55 +00:00
90ce161a25 Accepting request 893454 from home:ecsos:Backup
- Remove the version from recommends pyfuse3,
  because it doesn't work in suse tumbleweed.

Sorry. But tumbleweed spec does not find "Recommends python3-pyfuse3 >= 3.1.1".
Does not work. Don't know why. Bug in build system?

OBS-URL: https://build.opensuse.org/request/show/893454
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=77
2021-05-16 13:27:16 +00:00
e4bd81b2f6 Accepting request 893439 from home:ecsos:Backup
- Use recommends pyfuse3 instead of llfuse for Tumbleweed.

Also it need pyfuse3 >= 3.1.1.
An request to update pyfuse3 is also done.

OBS-URL: https://build.opensuse.org/request/show/893439
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=76
2021-05-16 10:16:45 +00:00
Richard Brown
91f93d52ea Accepting request 881736 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/881736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=31
2021-03-29 16:22:01 +00:00
50067e6f6e Accepting request 881716 from home:polslinux:branches:Archiving:Backup
- Update to 1.1.16:
  Fixes:
    * setup.py: add special openssl prefix for Apple M1 compatibility
    * do not recurse into duplicate roots, #5603
    * remove empty shadowed_segments lists, #5275, #5614
    * fix libpython load error when borg fat binary / dir-based binary is invoked via a symlink by upgrading pyinstaller to v4.2, #5688
    * config: accept non-int value (like 500M or 100G) for max_segment_size or storage_quota, #5639. please note: when setting a non-int value for this in a repo config, using the repo will require borg >= 1.1.16.
  New features:
    * bundled msgpack: drop support for old buffer protocol to support Python 3.10
    * verbose files cache logging via --debug-topic=files_cache, #5659. Use this if you suspect that borg does not detect unmodified files as expected.
    * create/extract: add --noxattrs and --noacls option, #3955. when given with borg create, borg will not get xattrs / ACLs from input files (and thus, it will not archive xattrs / ACLs). when given with borg extract, borg will not read xattrs / ACLs from archive and will not set xattrs / ACLs on extracted files.
    * diff: add --json-lines option, #3765
  Other changes:
    * Tab completion support for additional archives for 'borg delete'
    * repository: deduplicate code of put and delete, no functional change
  Docs updates

OBS-URL: https://build.opensuse.org/request/show/881716
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=74
2021-03-28 12:43:54 +00:00
3184a6832a Accepting request 870668 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/870668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=30
2021-02-09 20:17:50 +00:00
55598ea035 Accepting request 870638 from home:alarrosa:branches:Archiving:Backup
- Update to 1.1.15:
  * drops python 3.4 support, minimum requirement is 3.5 now.
  Fixes:
  * extract:
    + improve exception handling when setting xattrs, #5092.
    + emit a warning message giving the path, xattr key and error
      message.
    + continue trying to restore other xattrs and bsdflags of the
      same file after an exception with xattr-setting happened.
  * export-tar:
    + set tar format to GNU_FORMAT explicitly, #5274
    + fix memory leak with ssh: remote repository, #5568
    + fix potential memory leak with ssh: remote repository with
      partial extraction
  * create: fix --dry-run and --stats coexistence, #5415
  * use --timestamp for {utcnow} and {now} if given, #5189
  New features:
  * create: implement --stdin-mode, --stdin-user and --stdin-group,
    #5333
  * allow appending the files cache filename with
    BORG_FILES_CACHE_SUFFIX env var
  Other changes:
  * drop python 3.4 support, minimum requirement is 3.5 now.
  * enable using libxxhash instead of bundled xxh64 code
  * update llfuse requirements (1.3.8)
  * set cython language_level in some files to fix warnings
  * allow EIO with warning when trying to hardlink
  * PropDict: fail early if internal_dict is not a dict
  * update shell completions
  * tests / CI

OBS-URL: https://build.opensuse.org/request/show/870638
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=72
2021-02-09 16:50:44 +00:00
d694c5789d Accepting request 856527 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/856527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=29
2020-12-17 16:05:23 +00:00
2f80885dc2 Accepting request 856496 from home:polslinux:branches:Archiving:Backup
- Update to 1.1.14:
  Compatibility notes:
  * changes return codes due to a bug fix: In case you have scripts \
    expecting rc == 2 for a signal exit, you need to update them
    to check for >= 128 (as documented since long).
  Fixes:
  * check --repair: fix potential data loss when interrupting it, #5325
  * exit with 128 + signal number (as documented) when borg is killed by a signal, #5161
  * fix hardlinked CACHEDIR.TAG processing, #4911
  * create --read-special: .part files also should be regular files, #5217
  Other changes:
  * upgrade bundled xxhash to 0.7.4
  * prettier error message when archive gets too big
  * check/recreate are not "experimental" any more
    (but still potentially dangerous)
  * use "allow/deny list" instead of "white/black list" wording
  * update docs

OBS-URL: https://build.opensuse.org/request/show/856496
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=70
2020-12-16 16:35:21 +00:00
d97fd3cfde Accepting request 812515 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/812515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=28
2020-06-08 22:06:32 +00:00
614167ddca Accepting request 812513 from home:alarrosa:branches:Archiving:Backup
- Update to 1.1.13:
  * rebuilt using a current Cython version, compatible with
    python 3.8, #5214
- Update to 1.1.12:
  Fixes:
  * fix preload-related memory leak, #5202.
  * mount / borgfs (FUSE filesystem):
    + fix FUSE low linear read speed on large files, #5067
    + fix crash on old llfuse without birthtime attrs, #5064 -
      accidentally we required llfuse >= 1.3. Now also old llfuse works again.
    + set f_namemax in statfs result, #2684
  * update precedence of env vars to set config and cache paths, #4894
  * correctly calculate compression ratio, taking header size into
    account, too
  New features:
  * --bypass-lock option to bypass locking with read-only repositories
  Other changes:
  * upgrade bundled zstd to 1.4.5
  * travis: adding comments and explanations to Travis config/install
    script, improve macOS builds.
  * tests: test_delete_force: avoid sporadic test setup issues, #5196
  * misc. vagrant fixes
  * the binary for macOS is now built on macOS 10.12
  * the binaries for Linux are now built on Debian 8 "Jessie", #3761
  * docs:
    + PlaceholderError not printed as JSON, #4073
    + "How important is Borg config?", #4941
    + make Sphinx warnings break docs build, #4587
    + some markup / warning fixes
    + add "updating borgbackup.org/releases" to release checklist, #4999

OBS-URL: https://build.opensuse.org/request/show/812513
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=68
2020-06-08 09:31:22 +00:00
5c7a5accbf Accepting request 810886 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/810886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=27
2020-06-03 18:33:16 +00:00
45d80f6108 Accepting request 810885 from home:alarrosa:branches:Archiving:Backup
- Add patch to fix a memory issue that in some cases might make
  borg use more than 32 GB of memory for an operation that shouldn't
  consume any memory at all, thus forcing the kernel to kill the process:
  * 0001-rename-local-preload-function-to-not-overwrite-keyword-argument.patch

OBS-URL: https://build.opensuse.org/request/show/810885
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=66
2020-06-02 15:37:57 +00:00
0efb077320 Accepting request 801305 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/801305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=26
2020-05-08 21:06:52 +00:00
b32b8f488c Accepting request 801272 from home:frispete:Tumbleweed
- Add libb2 dependency, where appropriate (avoids bundling libb2)
- Remove outdated build fixes from spec
- Provide proper compile flags
- Install all available man files
- Disable 2 progress related tests, that fail for TW

OBS-URL: https://build.opensuse.org/request/show/801272
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=64
2020-05-07 15:51:57 +00:00
58c72ac5d1 Accepting request 784741 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/784741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=25
2020-03-14 08:55:10 +00:00
19c41fed51 Accepting request 784740 from home:frispete:Tumbleweed
- Add fdupes build dependency
- break overlong lines in changelog

    * 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.
    * 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
    * argparser: always use REPOSITORY in metavar, also use more consistent
      help phrasing.

OBS-URL: https://build.opensuse.org/request/show/784740
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=62
2020-03-14 01:38:25 +00:00
1555b9edb1 Accepting request 784519 from home:polslinux:branches:Archiving:Backup
- 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

OBS-URL: https://build.opensuse.org/request/show/784519
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=61
2020-03-13 07:12:09 +00:00
4078aecac4 Accepting request 784047 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/784047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=24
2020-03-11 21:03:35 +00:00
4d7e0fa442 Accepting request 784040 from home:polslinux:branches:Archiving:Backup
- fix building with python3

OBS-URL: https://build.opensuse.org/request/show/784040
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=59
2020-03-11 19:02:05 +00:00
a0754c62ba Accepting request 744498 from Archiving:Backup
- Require python3-setuptools since it's needed when running borg
  to find the entry point (boo#1134650) (forwarded request 744452 from alarrosa)

OBS-URL: https://build.opensuse.org/request/show/744498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=23
2019-10-31 21:43:58 +00:00
da0d1c1f79 Accepting request 744452 from home:alarrosa:branches:Archiving:Backup
- Require python3-setuptools since it's needed when running borg
  to find the entry point (boo#1134650)

OBS-URL: https://build.opensuse.org/request/show/744452
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=57
2019-10-31 13:52:22 +00:00
d2ad8ca604 Accepting request 704976 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/704976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=22
2019-05-24 09:32:22 +00:00
5b871668ec Accepting request 704975 from home:frispete:python
- Update to version 1.1.10 (2019-05-16)
  + Compatibility notes:
    * When upgrading from borg 1.0.x to 1.1.x, please note:
    * read all the compatibility notes for 1.1.0*, starting from
      1.1.0b1.
    * borg upgrade: you do not need to and you also should not run
      it.
    * borg might ask some security-related questions once after
      upgrading. You can answer them either manually or via
      environment variable. One known case is if you use
      unencrypted repositories, then it will ask about a unknown
      unencrypted repository one time.
    * your first backup with 1.1.x might be significantly slower
      (it might completely read, chunk, hash a lot files) - this is
      due to the --files-cache mode change (and happens every time
      you change mode). You can avoid the one-time slowdown by
      using the pre-1.1.0rc4-compatible mode (but that is less safe
      for detecting changed files than the default). See the
      --files-cache docs for details.
  + Fixes:
    * extract: hang on partial extraction with ssh: repo, when
      hardlink master is not matched/extracted and borg hangs on
      related slave hardlink, #4350
    * lrucache: regularly remove old FDs, #4427
    * avoid stale filehandle issues, #3265
    * freebsd: make xattr platform code api compatible with linux,
      #3952
    * use whitelist approach for borg serve, #4097
    * borg command shall terminate with rc 2 for ImportErrors,
      #4424

OBS-URL: https://build.opensuse.org/request/show/704975
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=55
2019-05-23 10:04:57 +00:00
Stephan Kulow
d5fe6ebbdf Accepting request 682884 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/682884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=21
2019-03-10 08:40:45 +00:00
Karol Babioch
bc8662b2bc Accepting request 682818 from home:frispete:python
- According to upstream preference and dealing with msgpack update
  in Factory, allow msgpack <= 0.6.1 as well

OBS-URL: https://build.opensuse.org/request/show/682818
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=53
2019-03-08 14:57:16 +00:00
e7a3c81149 Accepting request 674342 from Archiving:Backup
- Modify patch fix-msgpack-requirement.patch to allow msgpack-0.5.4
  as well. See patch for discussion.
- Clean-up dependency blocks (forwarded request 674341 from frispete)

OBS-URL: https://build.opensuse.org/request/show/674342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=20
2019-02-19 10:57:49 +00:00
34384967f8 Accepting request 674341 from home:frispete:branches:Archiving:Backup
- Modify patch fix-msgpack-requirement.patch to allow msgpack-0.5.4
  as well. See patch for discussion.
- Clean-up dependency blocks

OBS-URL: https://build.opensuse.org/request/show/674341
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=51
2019-02-12 22:21:40 +00:00
94c365a7c2 Accepting request 673462 from home:frispete:python
Forgot to submit back then...

- Add conditionals to control various build aspects distribution
  agnostic

OBS-URL: https://build.opensuse.org/request/show/673462
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=50
2019-02-11 22:05:31 +00:00
cd07ac875a Accepting request 673436 from home:jengelh:branches:Archiving:Backup
- Update RPM groups.

OBS-URL: https://build.opensuse.org/request/show/673436
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=49
2019-02-11 20:14:54 +00:00
Karol Babioch
3297788acd Accepting request 673296 from home:alarrosa:branches:Archiving:Backup
- Update to 1.1.9:
  - Fixes:
    - security fix: configure FUSE with "default_permissions",
      gh#borgbackup/borg#3903 "default_permissions" is now enforced by borg by
      default to let the kernel check uid/gid/mode based permissions.
      "ignore_permissions" can be given to not enforce "default_permissions".
    - make “hostname” short, even on misconfigured systems,
      gh#borgbackup/borg#4262
    - fix free space calculation on macOS (and others?),
      gh#borgbackup/borg#4289
    - config: quit with error message when no key is provided,
      gh#borgbackup/borg#4223
    - recover_segment: handle too small segment files correctly,
      gh#borgbackup/borg#4272
    - correctly release memoryview, gh#borgbackup/borg#4243
    - avoid diaper pattern in configparser by opening files,
      gh#borgbackup/borg#4263
    - add "# cython: language_level=3" directive to .pyx
      files, #4214
    - info: consider part files for "This archive" stats,
      gh#borgbackup/borg#3522
    - work around Microsoft WSL issue gh#borgbackup/borg#645 (sync_file_range),
      #1961
  - New features:
    - add –rsh command line option to complement BORG_RSH env var,
      gh#borgbackup/borg#1701
    - init: -make-parent-dirs parent1/parent2/repo_dir, gh#borgbackup/borg#4235
  - Other:
    - add archive name to check -repair output, gh#borgbackup/borg#3447
    - check for unsupported msgpack versions

OBS-URL: https://build.opensuse.org/request/show/673296
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=48
2019-02-11 12:59:21 +00:00
2f94b502bf Accepting request 657157 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/657157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=19
2018-12-11 14:50:01 +00:00
Karol Babioch
6f3f16f797 Accepting request 657156 from home:atopt:branches:Archiving:Backup
- Update to 1.1.8:
  - Fixes
    - enforce storage quota if set by serve-command
    - invalid locations: give err msg containing parsed location
    - list repo: add placeholders for hostname and username
    - symlinks can't have ACLs, so don't try to set any
 - New features 
   - create: added PATH::archive output on INFO log level
   - read a passphrase from a file descriptor specified in the BORG_PASSPHRASE_FD environment variable.
 - Other 
   - fixed wrong archive name pattern in CRUD benchmark help
   - fixed link to cachedir spec in docs
   - vagrant uses python 3.5.6 for builds

OBS-URL: https://build.opensuse.org/request/show/657156
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=46
2018-12-11 12:05:34 +00:00
b9e2a4dac6 Accepting request 628911 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/628911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=18
2018-08-15 08:35:54 +00:00
c9a65943b0 Accepting request 628793 from home:kbabioch:branches:Archiving:Backup
- Update to 1.1.7:
  - Fixes
    - cache lock: use lock_wait everywhere to fix infinite wait
    - don't archive tagged dir when recursing an excluded dir
  - New features
    - init: add warning to store both key and passphrase at safe place(s)
    - BORG_HOST_ID env var to work around all-zero MAC address issue
    - borg debug dump-repo-objs --ghost (dump everything from segment files,
      including deleted or superceded objects or commit tags)
    - borg debug search-repo-objs (search in repo objects for hex bytes or strings)
  - Other changes:
    - add Python 3.7 support
    - updated shell completions
    - locking: better logging, add some asserts

OBS-URL: https://build.opensuse.org/request/show/628793
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=44
2018-08-13 10:20:54 +00:00
355dd85a47 Accepting request 616273 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/616273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=17
2018-06-19 09:56:01 +00:00
5fe178068b Accepting request 616043 from home:kbabioch:branches:Archiving:Backup
- Update to 1.1.6:
  - Fixes
    - fix borg exception handling on ENOSPC error with xattrs
    - prune: fix/improve overall progress display
    - borg config repo ... does not need cache/manifest/key
  - New features
    - mount: add uid, gid, umask mount options
    - delete:
      - only commit once
      - implement --dry-run
    - check:
      - show progress while rebuilding missing manifest
      - more --repair output
    - borg config --list <repo>

OBS-URL: https://build.opensuse.org/request/show/616043
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=42
2018-06-12 09:31:23 +00:00
31ea244608 Accepting request 611721 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/611721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=16
2018-05-29 08:42:03 +00:00
5d3fadf812 Accepting request 611717 from home:kbabioch:branches:Archiving:Backup
- Use OpenPGP signature provided upstream
- Added borgbackup.keyring, which contains the key from the author

OBS-URL: https://build.opensuse.org/request/show/611717
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=40
2018-05-23 15:59:50 +00:00
5a3ebaf18e Accepting request 603006 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/603006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=15
2018-05-03 10:33:08 +00:00
4d1c11f585 Accepting request 602957 from home:mlin7442:branches:Archiving:Backup
fix build error in Leap 15

OBS-URL: https://build.opensuse.org/request/show/602957
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=38
2018-05-02 09:19:27 +00:00
4b7c841215 Accepting request 593399 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/593399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=14
2018-04-20 15:25:47 +00:00
8139289f0b Accepting request 593395 from home:alarrosa:branches:Archiving:Backup
Really remove the patch as the last changelog entry says

OBS-URL: https://build.opensuse.org/request/show/593395
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=36
2018-04-04 07:40:32 +00:00
ddf540ac94 Accepting request 593225 from home:alarrosa:branches:Archiving:Backup
- Update to 1.1.5
- Fixes:
  * create --list: fix that it was never showing M status
  * create: fix timing for first checkpoint (read files cache early,
    init checkpoint timer after that)
  * extract: set rc=1 when extracting damaged files with all-zero replacement
    chunks or with size inconsistencies
  * diff: consider an empty file as different to a non-existing file
  * files cache: improve exception handling
  * ignore exceptions in scandir_inorder() caused by an implicit stat(), also
    remove unneeded sort
  * fixed tab completion problem where a space is always added after path even
    when it shouldn't
  * build: do .h file content checks in binary mode, fixes build issue for
    non-ascii header files on pure-ascii locale platforms
  * borgfs: fix patterns/paths processing
  * config: add some validation
  * repository config: add validation for max_segment_size
  * set cache previous_location on load instead of save
  * remove platform.uname() call which caused library mismatch issues
  * add exception handler around deprecated platform.linux_distribution() call
  * use same datetime object for {now} and {utcnow}
- New features:
  * create: implement --stdin-name
  * add chunker_params to borg archive info (--json)
  * BORG_SHOW_SYSINFO=no to hide system information from exceptions
- Other changes:
  * updated zsh completions for borg 1.1.4
  * files cache related code cleanups
  * be more helpful when parsing invalid --pattern values

OBS-URL: https://build.opensuse.org/request/show/593225
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=35
2018-04-03 13:17:28 +00:00
274dfef585 Accepting request 584480 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/584480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=13
2018-03-09 09:46:39 +00:00
780f99589d Accepting request 584479 from home:alarrosa:branches:Archiving:Backup
- Fix sphinx theme fallback condition
- Add patch to fall back to a sphinx default theme for older distributions
  that don't have python3-guzzle_sphinx_theme available
  * borgbackup-1.1.4-sphinx-default-theme.patch

OBS-URL: https://build.opensuse.org/request/show/584479
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=33
2018-03-08 15:44:51 +00:00
5ab455de60 Accepting request 582655 from home:frispete:python
Hi Antonio,

thanks for catching this. 

While at it, I tagged your patch, and...

- fix sphinx theme fallback condition

- apply patch to fall back to a sphinx default theme for older distributions,
  that haven't python3-guzzle_sphinx_theme available

OBS-URL: https://build.opensuse.org/request/show/582655
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=32
2018-03-05 14:06:29 +00:00
2f6e2504e1 Accepting request 581926 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/581926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=12
2018-03-02 20:12:38 +00:00
8687a24748 Accepting request 581811 from home:alarrosa:branches:Archiving:Backup
- Add patch to require the new msgpack python module in Tumbleweed
  instead of the deprecated msgpack-python python module:
  * fix-msgpack-requirement.patch

OBS-URL: https://build.opensuse.org/request/show/581811
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=30
2018-03-02 08:49:50 +00:00
c4eacbbf1e Accepting request 581021 from home:winski
Fix build failure due to bad encoding, using patch based on upstream commit 9cf8d57 "do .h file content checks in binary mode". Flagged patch file in spec file per request of frispete.

OBS-URL: https://build.opensuse.org/request/show/581021
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=29
2018-03-01 12:03:31 +00:00