Rebase to 1.7.0
This commit is contained in:
parent
3eb5a77e77
commit
fb8cffe17e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/v1.1.0.Final.tar.gz
|
||||
/v.1.3.1.Final.tar.gz
|
||||
/v1.4.0.Final.tar.gz
|
||||
/v1.7.0.Final.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global pre Final
|
||||
|
||||
Name: postgres-decoderbufs
|
||||
Version: 1.4.0
|
||||
Release: 6%{?pre:.%pre}%{?dist}
|
||||
Version: 1.7.0
|
||||
Release: 1%{?pre:.%pre}%{?dist}
|
||||
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
||||
|
||||
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
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: postgresql-server-devel
|
||||
BuildRequires: postgresql-server-devel
|
||||
BuildRequires: protobuf-c-devel
|
||||
|
||||
Requires: protobuf-c
|
||||
@ -60,6 +60,10 @@ Just-in-time compilation support for %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 10 2022 Ondrej Sloup <osloup@redhat.com> - 1.7.0-1.Final
|
||||
- Fix mixed spaces and tabs
|
||||
- Rebase to the latest upstream version
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-6.Final
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.4.0.Final.tar.gz) = c6b7280c6ff24872426f7a0de16bedf3a2c7e1c5d9593155d9c0a4403d988ef7096205e67a35115cf008fe358d8477682e3da72f27a4be5990c0a6ef07061843
|
||||
SHA512 (v1.7.0.Final.tar.gz) = a88699f9d59195d93e33192b9c1f2b9441b3664091df4f70eb23de14faad67a7360ba2b882028518fef431888b60b5aba22e8921aa423c4873a0a0c8e4cbf9f3
|
||||
|
Loading…
Reference in New Issue
Block a user