import libpq-13.2-1.el8

This commit is contained in:
CentOS Sources 2021-02-19 08:13:07 +00:00 committed by Andrew Lukoshko
parent 2284f83dfd
commit 79a1ac191b
5 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/postgresql-13.1.tar.bz2
SOURCES/postgresql-13.2.tar.bz2

View File

@ -1 +1 @@
3760c704f4d195100a28a983c0bc5331076259ee SOURCES/postgresql-13.1.tar.bz2
fc40c06ee7f2fd5f4ee5af88c8502f06a44c8698 SOURCES/postgresql-13.2.tar.bz2

View File

@ -1 +0,0 @@
12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f postgresql-13.1.tar.bz2

View File

@ -0,0 +1 @@
5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc postgresql-13.2.tar.bz2

View File

@ -3,7 +3,7 @@
Summary: PostgreSQL client library
Name: libpq
Version: %{majorversion}.1
Version: %{majorversion}.2
Release: 1%{?dist}
License: PostgreSQL
@ -130,6 +130,10 @@ find_lang_bins %name-devel.lst pg_config
%changelog
* Tue Feb 16 2021 Honza Horak <hhorak@redhat.com> - 13.2-1
- Rebase to 13.2
Related: #1855776
* Tue Nov 17 2020 Patrik Novotný <panovotn@redhat.com> - 13.1-1
- Rebase to upstream release 13.1
Resolves: BZ#1855776