diff --git a/postgres-decoderbufs.spec b/postgres-decoderbufs.spec index c34ad0f..265873a 100644 --- a/postgres-decoderbufs.spec +++ b/postgres-decoderbufs.spec @@ -2,7 +2,7 @@ Name: postgres-decoderbufs Version: 1.1.0 -Release: 0.4%{?pre:.%pre}%{?dist} +Release: 0.5%{?pre:.%pre}%{?dist} Summary: PostgreSQL Protocol Buffers logical decoder plugin License: MIT @@ -12,6 +12,7 @@ URL: https://github.com/debezium/postgres-decoderbufs Source0: https://github.com/debezium/%{name}/archive/v%{full_version}.tar.gz +BuildRequires: make BuildRequires: gcc BuildRequires: postgresql-devel >= 9.6, postgresql-server-devel >= 9.6 BuildRequires: protobuf-c-devel @@ -56,6 +57,9 @@ Just-in-time compilation support for %{name}. %changelog +* Wed Jan 13 16:42:08 CET 2021 Adrian Reber - 1.1.0-0.5.Final +- Rebuilt for protobuf 3.14 + * Thu Sep 24 2020 Adrian Reber - 1.1.0-0.4.Final - Rebuilt for protobuf 3.13