diff --git a/pgloader.spec b/pgloader.spec index 0686e93..919e9f5 100644 --- a/pgloader.spec +++ b/pgloader.spec @@ -1,5 +1,5 @@ Name: pgloader -Version: 3.6.6 +Version: 3.6.7 Release: 1mamba Summary: A data loading tool for PostgreSQL, using the COPY command Group: Applications/Databases @@ -11,7 +11,7 @@ Source: https://github.com/dimitri/pgloader.git/v%{version}/pgloader-%{ve License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libz-devel +BuildRequires: libzstd-devel ## AUTOBUILDREQ-END BuildRequires: sbcl @@ -43,6 +43,9 @@ install -D -m755 build/bin/pgloader %{buildroot}%{_bindir}/pgloader %doc LICENSE %changelog +* Sun Aug 14 2022 Automatic Build System 3.6.7-1mamba +- automatic version update by autodist + * Tue Jun 28 2022 Automatic Build System 3.6.6-1mamba - automatic version update by autodist