Rebase to 1.9.7
This commit is contained in:
parent
1b0945fa0d
commit
47427ca97f
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/v.1.3.1.Final.tar.gz
|
||||
/v1.4.0.Final.tar.gz
|
||||
/v1.7.0.Final.tar.gz
|
||||
/v1.9.7.Final.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global pre Final
|
||||
|
||||
Name: postgres-decoderbufs
|
||||
Version: 1.7.0
|
||||
Release: 3%{?pre:.%pre}%{?dist}
|
||||
Version: 1.9.7
|
||||
Release: 1%{?pre:.%pre}%{?dist}
|
||||
Summary: PostgreSQL Protocol Buffers logical decoder plugin
|
||||
|
||||
License: MIT
|
||||
@ -33,19 +33,15 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Just-in-time compilation support for %{name}.
|
||||
%endif
|
||||
|
||||
|
||||
%prep
|
||||
%setup -qn postgres-decoderbufs-%{full_version}
|
||||
|
||||
%autosetup -n %{name}-%{full_version} -p1
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
@ -60,6 +56,11 @@ Just-in-time compilation support for %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 02 2022 Ondřej Sloup <osloup@redhat.com> - 1.9.7-1.Final
|
||||
- Rebase to the newest version
|
||||
- Fix compatibility with PostgreSQL 15
|
||||
- Use autosetup
|
||||
|
||||
* Wed Nov 16 2022 Ondřej Sloup <osloup@redhat.com> - 1.7.0-3.Final
|
||||
- Rebuild for new PostgreSQL 15
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.7.0.Final.tar.gz) = a88699f9d59195d93e33192b9c1f2b9441b3664091df4f70eb23de14faad67a7360ba2b882028518fef431888b60b5aba22e8921aa423c4873a0a0c8e4cbf9f3
|
||||
SHA512 (v1.9.7.Final.tar.gz) = 458613f0fd6a2f279c0c4d9d67e23262165dec32dc14f71040a3ebee22ac4d19b9f288dfa6e27abd41eca74ead97c66e1901de946b9fdadb262708db3cb1899f
|
||||
|
Loading…
Reference in New Issue
Block a user