forked from pool/pgbackrest
- 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
This commit is contained in:
parent
2ed5e18dbd
commit
1ac82c4200
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7157ec4ad2428379243c30acf2b15c2e9339beeec14697714f8eac2ce4c19896
|
||||
size 5497611
|
3
pgbackrest-2.32.tar.gz
Normal file
3
pgbackrest-2.32.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:131c5c870979945004970d325ac473fbee54f83abdea11acf75e647057dc745f
|
||||
size 5584106
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 25 10:25:04 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||
|
||||
- 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 <bruno@ioda-net.ch>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user