Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

This commit is contained in:
Mohan Boddu 2021-08-10 00:01:13 +00:00 committed by Stepan Oksanichenko
parent e86c1b7172
commit 08aad6f24d
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1 @@
aea9752b4540d42ddc6d357db1204b475c7c73f5 v1.4.0.Final.tar.gz

View File

@ -2,7 +2,7 @@
Name: postgres-decoderbufs
Version: 1.4.0
Release: 3%{?pre:.%pre}%{?dist}
Release: 4%{?pre:.%pre}%{?dist}
Summary: PostgreSQL Protocol Buffers logical decoder plugin
License: MIT
@ -60,6 +60,10 @@ Just-in-time compilation support for %{name}.
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.0-4.Final
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
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