Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pgbackrest for openSUSE:Factory checked in at 2024-04-02 16:40:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pgbackrest (Old) and /work/SRC/openSUSE:Factory/.pgbackrest.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pgbackrest" Tue Apr 2 16:40:33 2024 rev:11 rq:1163559 version:2.51 Changes: -------- --- /work/SRC/openSUSE:Factory/pgbackrest/pgbackrest.changes 2024-01-25 18:40:53.245976709 +0100 +++ /work/SRC/openSUSE:Factory/.pgbackrest.new.1905/pgbackrest.changes 2024-04-02 16:40:54.061889137 +0200 @@ -1,0 +2,21 @@ +Fri Mar 29 09:05:56 UTC 2024 - Andrea Manzini <[email protected]> + +- update to version 2.51 + * Bug Fixes: + + Skip zero-length files for block incremental delta restore. + + Fix performance regression in storage list. + + Fix progress logging when file size changes during backup. + * Improvements: + + Improved support for dual stack connections. + + Make meson the primary build system. + + Detect files that have not changed during non-delta incremental backup. + + Prevent invalid recovery when backup_label removed. + + Improve archive-push WAL segment queue handling. + + Limit resume functionality to full backups. + + Update resume functionality for block incremental. + + Allow --version and --help for version and help. + + Add detailed backtrace to autoconf/make build. + * Documentation Improvements: + + Update references to recovery.conf. (Reviewed by Stefan Fercot. Suggested by Stephen Frost.) + +------------------------------------------------------------------- Old: ---- pgbackrest-2.50.tar.gz New: ---- pgbackrest-2.51.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pgbackrest.spec ++++++ --- /var/tmp/diff_new_pack.1lzjxE/_old 2024-04-02 16:40:55.169929970 +0200 +++ /var/tmp/diff_new_pack.1lzjxE/_new 2024-04-02 16:40:55.169929970 +0200 @@ -19,7 +19,7 @@ %define services pgbackrest.target [email protected] [email protected] [email protected] pgbackrest.service [email protected] [email protected] [email protected] Name: pgbackrest -Version: 2.50 +Version: 2.51 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT ++++++ libpq-fe.h_localisation.patch ++++++ --- /var/tmp/diff_new_pack.1lzjxE/_old 2024-04-02 16:40:55.209931445 +0200 +++ /var/tmp/diff_new_pack.1lzjxE/_new 2024-04-02 16:40:55.213931592 +0200 @@ -1,11 +1,24 @@ -Index: pgbackrest-release-2.50/src/configure +Index: pgbackrest-release-2.51/src/postgres/client.c =================================================================== ---- pgbackrest-release-2.50.orig/src/configure -+++ pgbackrest-release-2.50/src/configure -@@ -3603,12 +3603,12 @@ then : - printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h +--- pgbackrest-release-2.51.orig/src/postgres/client.c ++++ pgbackrest-release-2.51/src/postgres/client.c +@@ -3,7 +3,7 @@ Postgres Client + ***********************************************************************************************************************************/ + #include "build.auto.h" + +-#include <libpq-fe.h> ++#include <pgsql/libpq-fe.h> + #include "common/debug.h" + #include "common/log.h" +Index: pgbackrest-release-2.51/src/configure +=================================================================== +--- pgbackrest-release-2.51.orig/src/configure ++++ pgbackrest-release-2.51/src/configure +@@ -3655,12 +3655,12 @@ else $as_nop + as_fn_error $? "library 'pq' is required" "$LINENO" 5 fi + -ac_fn_c_check_header_compile "$LINENO" "libpq-fe.h" "ac_cv_header_libpq_fe_h" "$ac_includes_default" +ac_fn_c_check_header_compile "$LINENO" "pgsql/libpq-fe.h" "ac_cv_header_libpq_fe_h" "$ac_includes_default" if test "x$ac_cv_header_libpq_fe_h" = xyes @@ -17,17 +30,4 @@ fi -Index: pgbackrest-release-2.50/src/postgres/client.c -=================================================================== ---- pgbackrest-release-2.50.orig/src/postgres/client.c -+++ pgbackrest-release-2.50/src/postgres/client.c -@@ -3,7 +3,7 @@ Postgres Client - ***********************************************************************************************************************************/ - #include "build.auto.h" - --#include <libpq-fe.h> -+#include <pgsql/libpq-fe.h> - - #include "common/debug.h" - #include "common/log.h" ++++++ pgbackrest-2.50.tar.gz -> pgbackrest-2.51.tar.gz ++++++ ++++ 27976 lines of diff (skipped) ++++++ use-run-pgbackrest.patch ++++++ --- /var/tmp/diff_new_pack.1lzjxE/_old 2024-04-02 16:40:56.221968740 +0200 +++ /var/tmp/diff_new_pack.1lzjxE/_new 2024-04-02 16:40:56.225968887 +0200 @@ -1,7 +1,7 @@ -Index: pgbackrest-release-2.50/CODING.md +Index: pgbackrest-release-2.51/CODING.md =================================================================== ---- pgbackrest-release-2.50.orig/CODING.md -+++ pgbackrest-release-2.50/CODING.md +--- pgbackrest-release-2.51.orig/CODING.md ++++ pgbackrest-release-2.51/CODING.md @@ -268,11 +268,11 @@ Continuation characters should be aligne This function can be called without variable parameters: @@ -16,11 +16,11 @@ ``` If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist. -Index: pgbackrest-release-2.50/doc/resource/git-history.cache +Index: pgbackrest-release-2.51/doc/resource/git-history.cache =================================================================== ---- pgbackrest-release-2.50.orig/doc/resource/git-history.cache -+++ pgbackrest-release-2.50/doc/resource/git-history.cache -@@ -7377,7 +7377,7 @@ +--- pgbackrest-release-2.51.orig/doc/resource/git-history.cache ++++ pgbackrest-release-2.51/doc/resource/git-history.cache +@@ -7586,7 +7586,7 @@ { "commit": "a1365b26d4c2383eaacea3714eeb521435ca79aa", "date": "2021-01-18 23:41:09 -0500", @@ -29,7 +29,7 @@ }, { "commit": "8322dfd7af97e307b952cfb37e6a65b65f55be0f", -@@ -10193,8 +10193,8 @@ +@@ -10402,8 +10402,8 @@ { "commit": "3fbfcba811499a59b943dd893eef9ff52090f7b6", "date": "2020-03-16 17:27:01 -0400", @@ -40,7 +40,7 @@ }, { "commit": "46911c64c19dc8ff76d2a6ff4548fc01647043e0", -@@ -12094,7 +12094,7 @@ +@@ -12303,7 +12303,7 @@ "commit": "45881c74aeff4bb25559ec0254fa7fc1960d9cab", "date": "2019-10-08 12:06:30 -0400", "subject": "Allow most unit tests to run outside of a container.", @@ -49,7 +49,7 @@ }, { "commit": "77b0c6c993a0e6ff45a6a99f343c3709a016d152", -@@ -20581,7 +20581,7 @@ +@@ -20790,7 +20790,7 @@ "commit": "18fd25233b1db7b3197f5d8dc537d239dcfc7aba", "date": "2016-04-14 09:30:54 -0400", "subject": "New simpler configuration and consistent project/exe/path naming.", @@ -58,10 +58,10 @@ }, { "commit": "885797e4b58a675487a3531ba16908c1d1e9f970", -Index: pgbackrest-release-2.50/doc/xml/coding.xml +Index: pgbackrest-release-2.51/doc/xml/coding.xml =================================================================== ---- pgbackrest-release-2.50.orig/doc/xml/coding.xml -+++ pgbackrest-release-2.50/doc/xml/coding.xml +--- pgbackrest-release-2.51.orig/doc/xml/coding.xml ++++ pgbackrest-release-2.51/doc/xml/coding.xml @@ -365,13 +365,13 @@ void storagePathCreate(const Storage *th <p>This function can be called without variable parameters:</p> @@ -78,10 +78,10 @@ </code-block> <p>If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist.</p> -Index: pgbackrest-release-2.50/doc/xml/release/2016/1.00.xml +Index: pgbackrest-release-2.51/doc/xml/release/2016/1.00.xml =================================================================== ---- pgbackrest-release-2.50.orig/doc/xml/release/2016/1.00.xml -+++ pgbackrest-release-2.50/doc/xml/release/2016/1.00.xml +--- pgbackrest-release-2.51.orig/doc/xml/release/2016/1.00.xml ++++ pgbackrest-release-2.51/doc/xml/release/2016/1.00.xml @@ -43,7 +43,7 @@ <release-item-contributor id="david.steele"/> </release-item-contributor-list> --> @@ -91,10 +91,10 @@ </release-item> <release-item> -Index: pgbackrest-release-2.50/src/build/config/config.yaml +Index: pgbackrest-release-2.51/src/build/config/config.yaml =================================================================== ---- pgbackrest-release-2.50.orig/src/build/config/config.yaml -+++ pgbackrest-release-2.50/src/build/config/config.yaml +--- pgbackrest-release-2.51.orig/src/build/config/config.yaml ++++ pgbackrest-release-2.51/src/build/config/config.yaml @@ -844,7 +844,7 @@ option: lock-path: section: global @@ -104,10 +104,10 @@ command: annotate: {} archive-get: {} -Index: pgbackrest-release-2.50/src/config/parse.auto.c.inc +Index: pgbackrest-release-2.51/src/config/parse.auto.c.inc =================================================================== ---- pgbackrest-release-2.50.orig/src/config/parse.auto.c.inc -+++ pgbackrest-release-2.50/src/config/parse.auto.c.inc +--- pgbackrest-release-2.51.orig/src/config/parse.auto.c.inc ++++ pgbackrest-release-2.51/src/config/parse.auto.c.inc @@ -11,7 +11,7 @@ Rule Strings static const StringPub parseRuleValueStr[] = @@ -117,10 +117,10 @@ PARSE_RULE_STRPUB("/var/lib/pgbackrest"), // val/str PARSE_RULE_STRPUB("/var/log/pgbackrest"), // val/str PARSE_RULE_STRPUB("/var/spool/pgbackrest"), // val/str -Index: pgbackrest-release-2.50/test/ci.pl +Index: pgbackrest-release-2.51/test/ci.pl =================================================================== ---- pgbackrest-release-2.50.orig/test/ci.pl -+++ pgbackrest-release-2.50/test/ci.pl +--- pgbackrest-release-2.51.orig/test/ci.pl ++++ pgbackrest-release-2.51/test/ci.pl @@ -202,8 +202,8 @@ eval $strPackage .= " libdbd-pg-perl"; } @@ -132,11 +132,11 @@ processEnd(); processBegin('install test packages'); -Index: pgbackrest-release-2.50/test/src/module/command/helpTest.c +Index: pgbackrest-release-2.51/test/src/module/command/helpTest.c =================================================================== ---- pgbackrest-release-2.50.orig/test/src/module/command/helpTest.c -+++ pgbackrest-release-2.50/test/src/module/command/helpTest.c -@@ -245,7 +245,7 @@ testRun(void) +--- pgbackrest-release-2.51.orig/test/src/module/command/helpTest.c ++++ pgbackrest-release-2.51/test/src/module/command/helpTest.c +@@ -246,7 +246,7 @@ testRun(void) " [default=n]\n" " --io-timeout I/O timeout [default=60]\n" " --lock-path path where lock files are stored\n" @@ -145,10 +145,10 @@ " --neutral-umask use a neutral umask [default=y]\n" " --process-max max processes to use for\n" " compress/transfer [default=1]\n" -Index: pgbackrest-release-2.50/test/Vagrantfile +Index: pgbackrest-release-2.51/test/Vagrantfile =================================================================== ---- pgbackrest-release-2.50.orig/test/Vagrantfile -+++ pgbackrest-release-2.50/test/Vagrantfile +--- pgbackrest-release-2.51.orig/test/Vagrantfile ++++ pgbackrest-release-2.51/test/Vagrantfile @@ -54,12 +54,12 @@ Vagrant.configure(2) do |config| sudo /etc/init.d/virtualbox-guest-utils stop sudo /usr/sbin/VBoxService --timesync-set-on-restore --timesync-interval 5000 --timesync-set-threshold 1
