import libecpg-13.2-1.el8

This commit is contained in:
CentOS Sources 2021-02-20 06:11:24 +00:00 committed by Andrew Lukoshko
parent af9518f6b9
commit d0398e0505
5 changed files with 8 additions and 5 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

@ -2,8 +2,8 @@
Summary: ECPG - Embedded SQL in C
Name: libecpg
Version: %majorversion.1
Release: 3%{?dist}
Version: %majorversion.2
Release: 1%{?dist}
License: PostgreSQL
Url: http://www.postgresql.org/
@ -129,6 +129,9 @@ find_lang_bins %name-devel.lst ecpg
%changelog
* Fri Feb 19 2021 Patrik Novotný <panovotn@redhat.com> - 13.2-1
- Rebase to upstream release 13.2
* Thu Dec 03 2020 Honza Horak <hhorak@redhat.com> - 13.1-3
- Add Requires: libpgtypes to avoid the need to test interoperability
between the various combinations of old and new subpackages