From 210b7ca26370f66d4094f5b0fbcf2ceacddab1489bdb21b4d5d7f41b32b7c62b Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Mon, 11 Feb 2019 10:39:47 +0000 Subject: [PATCH] Accepting request 672999 from home:bruno_friedmann:branches:server:database:postgresql - Update to 2.09 version bug fixes and improvements + Fix issue with multiple async status files causing a hard error. + info command is implemented entirely in C. + Simplify info command text message when no stanzas are present by replacing the repository path with "the repository". + Add _DARWIN_C_SOURCE flag to Makefile for MacOS builds. + Update address lookup in C TLS client to use modern methods. + Include Posix-compliant header for strcasecmp() and fd_set. - Packaging : remove comments/remark fixed and merged issue #659 - Update to 2.08 version : bug fixes and improvement See more information https://pgbackrest.org/release.html - Add libxml2-devel as buildrequires - Add a comment about gethostbyname() upstream issue #659 - Update spec (date and order) OBS-URL: https://build.opensuse.org/request/show/672999 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=20 --- 2.07.tar.gz | 3 --- 2.09.tar.gz | 3 +++ pgbackrest.changes | 22 ++++++++++++++++++++++ pgbackrest.spec | 24 +++++++++++++----------- 4 files changed, 38 insertions(+), 14 deletions(-) delete mode 100644 2.07.tar.gz create mode 100644 2.09.tar.gz diff --git a/2.07.tar.gz b/2.07.tar.gz deleted file mode 100644 index 5bb37fa..0000000 --- a/2.07.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdcbcb57dc68c3fb6669cd77973421df9f20d78218f06019e5ca4998d6fb4e03 -size 6323408 diff --git a/2.09.tar.gz b/2.09.tar.gz new file mode 100644 index 0000000..d089a6d --- /dev/null +++ b/2.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5f8abc8601246f348d2682f18073a68a55468e6d33d4a96ba4b0eb5cfe3f51 +size 6426446 diff --git a/pgbackrest.changes b/pgbackrest.changes index 24e598d..123f0e5 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Feb 8 20:02:00 UTC 2019 - Bruno Friedmann + +- Update to 2.09 version bug fixes and improvements + + Fix issue with multiple async status files causing a hard error. + + info command is implemented entirely in C. + + Simplify info command text message when no stanzas are present + by replacing the repository path with "the repository". + + Add _DARWIN_C_SOURCE flag to Makefile for MacOS builds. + + Update address lookup in C TLS client to use modern methods. + + Include Posix-compliant header for strcasecmp() and fd_set. +- Packaging : remove comments/remark fixed and merged issue #659 + +------------------------------------------------------------------- +Sat Jan 26 10:00:00 UTC 2019 - Bruno Friedmann + +- Update to 2.08 version : bug fixes and improvement + See more information https://pgbackrest.org/release.html +- Add libxml2-devel as buildrequires +- Add a comment about gethostbyname() upstream issue #659 +- Update spec (date and order) + ------------------------------------------------------------------- Sat Dec 1 08:58:07 UTC 2018 - Bruno Friedmann diff --git a/pgbackrest.spec b/pgbackrest.spec index e97c1a0..883cc4b 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -1,7 +1,7 @@ # # spec file for package pgbackrest # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,34 +15,36 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -# Temporary fix for Leap 42.3 + %if ! %{defined make_build} -%define make_build /usr/bin/make %{?_smp_mflags} +# Temporary fix for Leap 42.3 +%define make_build %{_bindir}/make %{?_smp_mflags} %endif Name: pgbackrest # Nobody can stop upstream to be too creative ! -Version: 2.07 +Version: 2.09 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT Group: Productivity/Databases/Tools -URL: http://www.pgbackrest.org/ +URL: http://www.pgbackrest.org Source: https://github.com/pgbackrest/pgbackrest/archive/release/%{version}.tar.gz Source1: pgbackrest-conf.patch +BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: perl BuildRequires: perl-libxml-perl BuildRequires: perl(DBD::Pg) -BuildRequires: perl(IO::Socket::SSL) BuildRequires: perl(Digest::SHA) +BuildRequires: perl(IO::Socket::SSL) BuildRequires: perl(JSON::PP) +Requires: perl-libxml-perl +Requires: perl(DBD::Pg) +Requires: perl(Digest::SHA) +Requires: perl(IO::Socket::SSL) +Requires: perl(JSON::PP) %{perl_requires} -Requires: perl-libxml-perl -Requires: perl(DBD::Pg) -Requires: perl(IO::Socket::SSL) -Requires: perl(Digest::SHA) -Requires: perl(JSON::PP) %if %{_arch} == "i586" ExclusiveArch: do_not_build %endif