Update to 1.0.0-beta3
This commit is contained in:
parent
637310531b
commit
5b8920a2a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/v0.9.5.Final.tar.gz
|
||||
/v0.10.0.Final.tar.gz
|
||||
/v1.0.0.Beta3.tar.gz
|
||||
|
@ -1,28 +1,37 @@
|
||||
%global pre Beta3
|
||||
|
||||
Name: postgres-decoderbufs
|
||||
Version: 0.10.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 0.1%{?pre:.%pre}%{?dist}
|
||||
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/debezium/postgres-decoderbufs
|
||||
|
||||
%global full_version %{version}.Final
|
||||
%global full_version %{version}.%{?pre:%pre}%{?!pre:Final}
|
||||
|
||||
Source0: https://github.com/debezium/%{name}/archive/v%{full_version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: postgresql-devel >= 9.6, postgresql-server-devel >= 9.6
|
||||
BuildRequires: postgis-devel >= 2
|
||||
BuildRequires: protobuf-c-devel
|
||||
BuildRequires: llvm, clang
|
||||
|
||||
Requires: protobuf-c
|
||||
%{?postgresql_module_requires}
|
||||
|
||||
Recommends: postgis
|
||||
|
||||
%description
|
||||
A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers messages.
|
||||
|
||||
|
||||
%package llvmjit
|
||||
Summary: Just-in-time compilation support for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description llvmjit
|
||||
Just-in-time compilation support for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -qn postgres-decoderbufs-%{full_version}
|
||||
|
||||
@ -41,8 +50,16 @@ A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers m
|
||||
%{_libdir}/pgsql/decoderbufs.so
|
||||
%{_datadir}/pgsql/extension/decoderbufs.control
|
||||
|
||||
%files llvmjit
|
||||
%{_libdir}/pgsql/bitcode/decoderbufs.index.bc
|
||||
%{_libdir}/pgsql/bitcode/decoderbufs/
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.10.0.Final.tar.gz) = 30a51a2e22520c6ceb89f31c00451a5d5c64e5e065a99d5ee8f3ca32b8cea740e02824fe9b8a86856e69d96dd08f5a017a33936052a10e2765e9fefec91837a4
|
||||
SHA512 (v1.0.0.Beta3.tar.gz) = a849e56e05d550eab1902d214b35150201cffb5db0829bc1208c1d2b201e5d9dc45cbe671b403220fc066477f2678b81a3258d7d0b656dda18dc430e20b6d5e9
|
||||
|
Loading…
Reference in New Issue
Block a user