From 1ac82c4200c96180c159bc42dd22d27712761f6461905acd0e5d380c0759da82 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Thu, 25 Feb 2021 10:27:42 +0000 Subject: [PATCH] - update to version 2.32 + Bug Fixes: - Fix resume after partial delete of backup by prior resume. + Features: - Add repo-ls command. - Add repo-get command. - Add archive-mode-check option. + Improvements: - Improve archive-get performance. + Documentation Improvements: - Improve expire command documentation. - Packaging: spec-cleaner minimal (copyright year, pkgconfig order) OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=37 --- pgbackrest-2.31.tar.gz | 3 --- pgbackrest-2.32.tar.gz | 3 +++ pgbackrest.changes | 16 ++++++++++++++++ pgbackrest.spec | 8 ++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 pgbackrest-2.31.tar.gz create mode 100644 pgbackrest-2.32.tar.gz diff --git a/pgbackrest-2.31.tar.gz b/pgbackrest-2.31.tar.gz deleted file mode 100644 index 08c57d7..0000000 --- a/pgbackrest-2.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7157ec4ad2428379243c30acf2b15c2e9339beeec14697714f8eac2ce4c19896 -size 5497611 diff --git a/pgbackrest-2.32.tar.gz b/pgbackrest-2.32.tar.gz new file mode 100644 index 0000000..4a0906d --- /dev/null +++ b/pgbackrest-2.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131c5c870979945004970d325ac473fbee54f83abdea11acf75e647057dc745f +size 5584106 diff --git a/pgbackrest.changes b/pgbackrest.changes index 0b6624f..8265e07 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 25 10:25:04 UTC 2021 - Bruno Friedmann + +- update to version 2.32 + + Bug Fixes: + - Fix resume after partial delete of backup by prior resume. + + Features: + - Add repo-ls command. + - Add repo-get command. + - Add archive-mode-check option. + + Improvements: + - Improve archive-get performance. + + Documentation Improvements: + - Improve expire command documentation. +- Packaging: spec-cleaner minimal (copyright year, pkgconfig order) + ------------------------------------------------------------------- Sat Dec 26 11:54:52 UTC 2020 - Bruno Friedmann diff --git a/pgbackrest.spec b/pgbackrest.spec index a926375..b1d75f7 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -1,8 +1,8 @@ # # spec file for package pgbackrest # -# Copyright (c) 2020 SUSE LLC -# Copyright (c) 2019-2020 Ioda-Net Sàrl, Charmoille, Switzerland. +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2019-2021 Ioda-Net Sàrl, Charmoille, Switzerland. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %define make_build %{_bindir}/make %{?_smp_mflags} %endif Name: pgbackrest -Version: 2.31 +Version: 2.32 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT @@ -34,8 +34,8 @@ Patch0: libpq-fe.h_localisation.patch BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(bzip2) -BuildRequires: pkgconfig(libpq) BuildRequires: pkgconfig(liblz4) +BuildRequires: pkgconfig(libpq) BuildRequires: pkgconfig(libxml-2.0) %description