|
|
@ -1,8 +1,8 @@
|
|
|
|
%global pre Final
|
|
|
|
%global pre Final
|
|
|
|
|
|
|
|
|
|
|
|
Name: postgres-decoderbufs
|
|
|
|
Name: postgres-decoderbufs
|
|
|
|
Version: 1.4.0
|
|
|
|
Version: 1.9.7
|
|
|
|
Release: 4%{?pre:.%pre}%{?dist}
|
|
|
|
Release: 1%{?pre:.%pre}%{?dist}
|
|
|
|
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
|
|
|
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -12,9 +12,9 @@ URL: https://github.com/debezium/postgres-decoderbufs
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/debezium/%{name}/archive/v%{full_version}.tar.gz
|
|
|
|
Source0: https://github.com/debezium/%{name}/archive/v%{full_version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: postgresql-server-devel >= 9.6
|
|
|
|
BuildRequires: postgresql-server-devel >= 15
|
|
|
|
BuildRequires: protobuf-c-devel
|
|
|
|
BuildRequires: protobuf-c-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires: protobuf-c
|
|
|
|
Requires: protobuf-c
|
|
|
@ -60,6 +60,13 @@ Just-in-time compilation support for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 11 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.9.7-1.Final
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 26 2022 Filip Janus <fjanus@redhat.com> - 1.9.7-1.Final
|
|
|
|
|
|
|
|
- Iitial import for postgresql 15 stream
|
|
|
|
|
|
|
|
- Related: #2128241
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.0-4.Final
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.0-4.Final
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
Related: rhbz#1991688
|
|
|
|
Related: rhbz#1991688
|
|
|
|