import libecpg-13.5-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 12:55:48 -05:00 committed by Stepan Oksanichenko
parent fab58157f6
commit b95cf93225
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.5.tar.bz2

View File

@ -1 +1 @@
3760c704f4d195100a28a983c0bc5331076259ee SOURCES/postgresql-13.1.tar.bz2
9321e2b01d1ffb15adae06945cb2c5f9dd671bc9 SOURCES/postgresql-13.5.tar.bz2

View File

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

View File

@ -0,0 +1 @@
9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3 postgresql-13.5.tar.bz2

View File

@ -2,8 +2,8 @@
Summary: ECPG - Embedded SQL in C
Name: libecpg
Version: %majorversion.1
Release: 11%{?dist}
Version: %majorversion.5
Release: 1%{?dist}
License: PostgreSQL
Url: http://www.postgresql.org/
@ -130,6 +130,9 @@ find_lang_bins %name-devel.lst ecpg
%changelog
* Mon Nov 15 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
- Rebase to upstream release 13.5
* Fri Aug 20 2021 Filip Januš <fjanus@redhat.com> - 13.1-11
- Add -j1 also into build section
- Resolves: #1975438