|
|
@ -1,45 +1,32 @@
|
|
|
|
%global pre Final
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: postgres-decoderbufs
|
|
|
|
Name: postgres-decoderbufs
|
|
|
|
Version: 1.4.0
|
|
|
|
Version: 0.10.0
|
|
|
|
Release: 4%{?pre:.%pre}%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
|
|
|
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://github.com/debezium/postgres-decoderbufs
|
|
|
|
URL: https://github.com/debezium/postgres-decoderbufs
|
|
|
|
|
|
|
|
|
|
|
|
%global full_version %{version}.%{?pre:%pre}%{?!pre:Final}
|
|
|
|
%global full_version %{version}.Final
|
|
|
|
|
|
|
|
|
|
|
|
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: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: postgresql-server-devel >= 9.6
|
|
|
|
BuildRequires: postgresql-devel >= 9.6, postgresql-server-devel >= 9.6
|
|
|
|
BuildRequires: protobuf-c-devel
|
|
|
|
BuildRequires: protobuf-c-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires: protobuf-c
|
|
|
|
Requires: protobuf-c
|
|
|
|
%{?postgresql_module_requires}
|
|
|
|
%{?postgresql_module_requires}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers messages.
|
|
|
|
A PostgreSQL logical decoder output plugin to deliver data
|
|
|
|
|
|
|
|
as Protocol Buffers messages.
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?postgresql_server_llvmjit}
|
|
|
|
|
|
|
|
%package llvmjit
|
|
|
|
|
|
|
|
Summary: Just-in-time compilation support for %{name}
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description llvmjit
|
|
|
|
|
|
|
|
Just-in-time compilation support for %{name}.
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -qn postgres-decoderbufs-%{full_version}
|
|
|
|
%setup -qn postgres-decoderbufs-%{full_version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%make_build
|
|
|
|
%make_build USE_POSTGIS=false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -52,55 +39,10 @@ Just-in-time compilation support for %{name}.
|
|
|
|
%{_libdir}/pgsql/decoderbufs.so
|
|
|
|
%{_libdir}/pgsql/decoderbufs.so
|
|
|
|
%{_datadir}/pgsql/extension/decoderbufs.control
|
|
|
|
%{_datadir}/pgsql/extension/decoderbufs.control
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?postgresql_server_llvmjit}
|
|
|
|
|
|
|
|
%files llvmjit
|
|
|
|
|
|
|
|
%{_libdir}/pgsql/bitcode/decoderbufs.index.bc
|
|
|
|
|
|
|
|
%{_libdir}/pgsql/bitcode/decoderbufs/
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.0-4.Final
|
|
|
|
* Wed Nov 20 2019 Patrik Novotný <panovotn@redhat.com> - 0.10.0-2
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Release bump for rebuild against libpq-12.1-3
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 22 2021 Honza Horak <hhorak@redhat.com> - 1.4.0-3.Final
|
|
|
|
|
|
|
|
- Build jit based on what postgresql server does
|
|
|
|
|
|
|
|
Related: #1933048
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.0-2.Final
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 3 2021 Honza Horak <hhorak@redhat.com> - 1.4.0-1.Final
|
|
|
|
|
|
|
|
- Update to new release 1.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-0.6.Final
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 13 16:42:08 CET 2021 Adrian Reber <adrian@lisas.de> - 1.1.0-0.5.Final
|
|
|
|
|
|
|
|
- Rebuilt for protobuf 3.14
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 24 2020 Adrian Reber <adrian@lisas.de> - 1.1.0-0.4.Final
|
|
|
|
|
|
|
|
- Rebuilt for protobuf 3.13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-0.3.Final
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 1.1.0-0.2.Final
|
|
|
|
|
|
|
|
- Rebuilt for protobuf 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 30 2020 Jiri Pechanec <jpechane@redhat.com> - 1.1.0-0.1.Final
|
|
|
|
|
|
|
|
- Update to 1.1.0.Final
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 02 2020 Sandro Mani <manisandro@gmail.com> - 1.0.0-0.1.Beta3
|
|
|
|
|
|
|
|
- Update to 1.0.0-Beta3
|
|
|
|
|
|
|
|
- Drop BR: postgis-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 9 2019 - Jiri Pechanec <jpechane@redhat.com> 0.10.0-1
|
|
|
|
* Wed Oct 09 2019 Patrik Novotný <panovotn@redhat.com - 0-10-0-1
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
|
|
|
|
- Initial release for upstream version 0.10.0
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue May 14 2019 - Jiri Pechanec <jpechane@redhat.com> 0.9.5-1
|
|
|
|
|
|
|
|
- Initial RPM packaging
|
|
|
|
|
|
|
|