Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package librsync for openSUSE:Factory checked in at 2023-03-19 16:16:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librsync (Old) and /work/SRC/openSUSE:Factory/.librsync.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librsync" Sun Mar 19 16:16:55 2023 rev:28 rq:1072919 version:2.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/librsync/librsync.changes 2021-05-10 15:41:41.749012149 +0200 +++ /work/SRC/openSUSE:Factory/.librsync.new.31432/librsync.changes 2023-03-19 16:17:08.439486120 +0100 @@ -1,0 +2,31 @@ +Sun Mar 19 09:52:05 UTC 2023 - Dirk Müller <[email protected]> + +- update to 2.3.4: + * Update github actions and fix `iwyu` build target. Update + `checkout` and `upload-artifact` to v3. Update `lint.yml` + installed packages for fixed iwyu deps. + * Fix `iwyu` build target to ignore `fileutil.c` + and use neater clang output with noisy "note:" output + removed. Run `make iwyu-fix` to fix + includes for `tests/rabinkarp_perf.c`. + * Make delta directly process the input stream if it has enough + data. Delta operations will only accumulate data into the + internal scoop buffer if the input buffer is too small, + otherwise it will process the input directly. + This makes delta calculations 5%~15% faster by avoiding + extra data copying. + * Improve documentation so that Doxygen generates more complete + documentation with diagrams, renders better, and is more + navigable as markdown docs on GitHub. + * Tidy rdiff integration test scripts. Made the filenames and + shell arguments for test scripts consistent. (dbaarda, + * Add better cmake build type configuration support. Added + `BuildType.cmake` with better support for selecting the + build type and making it default to Debug. + * Remove obsolete unused tests. Removed some obsolete mdfour + test data files and `check-rdiff` perl script. + * Fix warning for later CMake versions. New CMake versions + started complaining about the filename `Findlibb2.cmake` not + matching the LIBB2 variables being used. + +------------------------------------------------------------------- Old: ---- v2.3.2.tar.gz New: ---- v2.3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librsync.spec ++++++ --- /var/tmp/diff_new_pack.nLnvf9/_old 2023-03-19 16:17:08.879488259 +0100 +++ /var/tmp/diff_new_pack.nLnvf9/_new 2023-03-19 16:17:08.883488279 +0100 @@ -1,7 +1,7 @@ # # spec file for package librsync # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define lname librsync2 Name: librsync -Version: 2.3.2 +Version: 2.3.4 Release: 0 Summary: A Library for Generating Network Deltas License: LGPL-2.1-or-later ++++++ v2.3.2.tar.gz -> v2.3.4.tar.gz ++++++ ++++ 8817 lines of diff (skipped)
