File rdiff-backup.changes of Package rdiff-backup
-------------------------------------------------------------------
Sun Mar 15 11:28:59 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
- update to 2.0.0:
* FIX: Add workaround to avoid error when backup directory is
under the source directory (github issue #296)
* FIX: bytestotime() should return None on decode failure
(Closes github issue #295)
-------------------------------------------------------------------
Sat Mar 14 10:37:17 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
- update to 1.9.2rc0, first rc for 2.0.0:
* FIX: UpdateError: Updated mirror temp file does not match
source, Closes github issue #237
* FIX: do not fail when starting with uid/gid equal to maximum,
avoid OverflowError on os.chown
-------------------------------------------------------------------
Sun Feb 23 10:36:23 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
- update to 1.9.1b0, third beta before 2.0.0:
* avoid double unquoting of increment file infos, closes #266
* fix some ugly bytes output in strings, closes #238
* improved hardink handling, Closes #239
* add support for SOURCE_DATE_EPOCH to override the build date
* add efficient sparse file handling
- remove all (upstreamed) patches:
* 0001-handle-sparse-files-efficiently.patch
* Hardlink.py.revised-1.4.0.patch
* compare.py-1.4.0.patch
* rdiff-backup-1.9-reproducible.diff
-------------------------------------------------------------------
Fri Feb 7 08:58:30 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
- add rdiff-backup-1.9-reproducible.diff for reproducible build
-------------------------------------------------------------------
Sat Feb 1 09:06:26 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
- update to 1.9.0b0, second beta before 2.0.0
- remove upstreamed patches:
- 0001-add-compatibility-with-python-xattr.patch
- 0001-metadata-handle-unknown-group-ids-from-file-system.patch
-------------------------------------------------------------------
Sat Jan 25 12:14:10 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
- remove 0001-fix-invalid-type-in-ea.read_from_rp.patch, add
0001-add-compatibility-with-python-xattr.patch as a better fix
-------------------------------------------------------------------
Fri Jan 24 12:53:41 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
- update 0001-handle-sparse-files-efficiently.patch, simplify
sparse file handling
-------------------------------------------------------------------
Thu Jan 23 19:20:25 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
- add two python3 fixes:
- 0001-fix-invalid-type-in-ea.read_from_rp.patch
- 0001-metadata-handle-unknown-group-ids-from-file-system.patch
- replace two sparse patches rdiff-backup-1.4.0-sparsefiles.diff
and rdiff-backup-1.4.0-sparse-no-seek-in-gzip.diff with the
upstream-submitted 0001-handle-sparse-files-efficiently.patch
-------------------------------------------------------------------
Wed Jan 22 21:46:39 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
- update to version 1.4.0beta0
- port to python3
- many others fixes, see CHANGELOG
- Patches rebased:
- removed Hardlink.py.revised-patch
- removed compare.py.patch
- removed rdiff-backup-1.2.8-sparsefiles.diff
- removed rdiff-backup-1.2.8-sparse-no-seek-in-gzip.diff
- added Hardlink.py.revised-1.4.0.patch
- added compare.py-1.4.0.patch
- added rdiff-backup-1.4.0-sparsefiles.diff
- added rdiff-backup-1.4.0-sparse-no-seek-in-gzip.diff
- Patches removed (included upstream):
- rdiff-backup-fix-deprecations.diff
- rdiff-backup-dont-pick-empty-sessions.diff
- rdiff-backup-librsync-1.0.patch
- reorder spec file, get rid of conditions for pre 12.1
- remove old signature and keyring
-------------------------------------------------------------------
Mon Mar 16 16:29:25 UTC 2015 - dimstar@opensuse.org
- Add rdiff-backup-librsync-1.0.patch: Fix build with
librsync 1.0.0.
-------------------------------------------------------------------
Fri Mar 13 12:25:51 UTC 2015 - mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Add gpg signature
-------------------------------------------------------------------
Mon Jun 30 19:24:48 UTC 2014 - seife+obs@b1-systems.com
- add rdiff-backup-1.2.8-sparse-no-seek-in-gzip.diff:
the sparse code makes no sense in gzip compressed case and it
triggers an IO error in gzip.py when trying to seek backwards
-------------------------------------------------------------------
Wed Apr 23 15:17:29 UTC 2014 - hpj@urpla.net
- apply rdiff-backup-dont-pick-empty-sessions.diff:
don't take empty sessions into account, which has the potential of
removing valid backups with --remove-older-than xB, while keeping
empty/useless sessions instead
-------------------------------------------------------------------
Fri Feb 14 13:56:13 UTC 2014 - seife+obs@b1-systems.com
- add rdiff-backup-1.2.8-sparsefiles.diff to efficiently back up
sparse files (found on rdiff-backup mailing list)
-------------------------------------------------------------------
Thu Nov 14 14:25:53 UTC 2013 - hpj@urpla.net
- fix hardlink issue: http://savannah.nongnu.org/bugs/?26848
- apply Joe Steeles patches to resolve it:
* Hardlink.py.revised-patch
* compare.py.patch
-------------------------------------------------------------------
Fri Mar 15 10:37:23 UTC 2013 - hpj@urpla.net
- fix os.popen2 deprecation
- add recommends for python-xattr and python-pylibacl
-------------------------------------------------------------------
Mon Feb 20 19:07:32 UTC 2012 - boris@steki.net
- fixed building on Factory as librsync is now split into lib and devel package
-------------------------------------------------------------------
Thu Sep 3 12:11:20 CEST 2009 - poeml@suse.de
- update to 1.2.8
New in v1.2.8:
* Improve handling of incorrect permissions on backup repository during restore
operation. Closes Ubuntu bug #329722. (Andrew Ferguson)
* Don't crash on zlib errors. Closes Debian bug #518531. (Andrew Ferguson)
* Make sticky bit warnings quieter while determining file system abilities.
Closes Savannah bug #25788. (Andrew Ferguson)
* Fix situation where destination file cannot be opened because of an access
error. Thanks to Dean Cording for the bug report. (Andrew Ferguson)
* Fix --compare-hash options on Windows. Thanks to Serge Zub for the fix.
New in v1.2.7:
* Don't crash when filesystem can't set ACL. Thanks to Matt Thompson for the bug
report. (Andrew Ferguson)
* Properly disable hardlinks by default on Windows.
* Fix Python 2.2 compatibility. Closes Savannah bug #25529. (Andrew Ferguson)
* Fix typo which caused failure when checking if another rdiff-backup process is
running on Windows. Thanks to Ryan Hughes for the bug report. (Andrew Ferguson)
-------------------------------------------------------------------
Fri Feb 13 15:50:13 CET 2009 - puzel@suse.cz
- update to 1.2.6
- too many changes to be listed here, please see
/usr/share/doc/packages/rdiff-backup/CHANGELOG
for details
-------------------------------------------------------------------
Tue Aug 26 22:25:44 CEST 2008 - cthiel@suse.de
- update to version 1.2.1
* Produce a new binary for Windows which includes the Python for Windows
Extensions.
* Disable hardlinks by default when backup source or restore destination
is on Windows.
* Properly catch KeyboardInterrupt on Python 2.5.
* Don't crash if a CacheIndexable tries to clear a non-existent cache
entry, since the entry must already be cleared.
-------------------------------------------------------------------
Mon Aug 4 21:15:52 CEST 2008 - cthiel@suse.de
- update to version 1.2.0
* This is the new stable branch of rdiff-backup, representing almost three
years of development releases. From the previous development release, this
release includes two fixes for Unicode issues. From the previous stable
release, this release features a large number of new features, including
SHA1 checksums, native Windows support, improved Mac OS X and Cygwin
support, better filesystem support for HFS+, NFS, SSHFS, SMB, CIFS, AFS,
NTFS, and FAT32, and better handling of unreadable or pathological file
permissions. It also includes the previously separate
'rdiff-backup-statistics' tool.
-------------------------------------------------------------------
Tue Jan 9 14:24:39 CET 2007 - cthiel@suse.de
- fix ICC warning: warning #592: variable "return_val" is used before its
value is set (#232824)
-------------------------------------------------------------------
Tue Jan 9 00:07:56 CET 2007 - cthiel@suse.de
- update to version 1.0.5
* Fix a traceback due to an off-by-1 error in "--remove-older-than nB".
* Fix a security violation when restoring from a remote repository.
* --list-at-time, --list-increments, and --list-increment-sizes should now
work from a read-only repository.
-------------------------------------------------------------------
Mon Oct 2 14:01:06 CEST 2006 - cthiel@suse.de
- fix build on older distributions
-------------------------------------------------------------------
Thu Sep 21 14:27:40 CEST 2006 - cthiel@suse.de
- fix build with python 2.5
-------------------------------------------------------------------
Tue Feb 28 16:46:04 CET 2006 - jmatejek@suse.cz
- updated to reflect python changes due to #149809
-------------------------------------------------------------------
Wed Jan 25 21:41:06 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Jan 23 08:30:53 CET 2006 - cthiel@suse.de
- update to version 1.0.4
-------------------------------------------------------------------
Sat Nov 26 09:44:30 CET 2005 - cthiel@suse.de
- update to version 1.0.3
-------------------------------------------------------------------
Wed Oct 26 11:28:53 CEST 2005 - cthiel@suse.de
- update to version 1.0.2
-------------------------------------------------------------------
Tue Sep 13 10:14:38 CEST 2005 - cthiel@suse.de
- update to version 1.0.1
- specfile cleanup
-------------------------------------------------------------------
Wed Aug 17 10:19:02 CEST 2005 - cthiel@suse.de
- update to version 1.0.0
-------------------------------------------------------------------
Sun Aug 14 02:59:46 CEST 2005 - cthiel@suse.de
- use %py_requires macro
-------------------------------------------------------------------
Tue May 3 14:36:25 CEST 2005 - cthiel@suse.de
- use %py_sitedir macro
-------------------------------------------------------------------
Fri Apr 15 09:45:38 CEST 2005 - cthiel@suse.de
- initial creation of package (0.12.8)