Fix symbol versioning

This commit is contained in:
Patrik Novotný 2021-02-08 06:33:39 +01:00
parent 10a80637a9
commit 4ddf12894f
2 changed files with 6 additions and 2 deletions

View File

@ -88,7 +88,8 @@ index bbc1f90..fc3ef8a 100644
PQresultVerboseErrorMessage 171 PQresultVerboseErrorMessage 171
-PQencryptPasswordConn 172 -PQencryptPasswordConn 172
+PQencryptPasswordConn 172 10 +PQencryptPasswordConn 172 10
PQresultMemorySize 173 -PQresultMemorySize 173
+PQresultMemorySize 173 12
PQhostaddr 174 PQhostaddr 174
PQgssEncInUse 175 PQgssEncInUse 175
PQgetgssctx 176 PQgetgssctx 176

View File

@ -4,7 +4,7 @@
Summary: PostgreSQL client library Summary: PostgreSQL client library
Name: libpq Name: libpq
Version: %{majorversion}.1 Version: %{majorversion}.1
Release: 2%{?dist} Release: 3%{?dist}
License: PostgreSQL License: PostgreSQL
Url: http://www.postgresql.org/ Url: http://www.postgresql.org/
@ -131,6 +131,9 @@ find_lang_bins %name-devel.lst pg_config
%changelog %changelog
* Mon Feb 08 2021 Patrik Novotný <panovotn@redhat.com> - 13.1-3
- Fix symbol versioning
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 13.1-2 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 13.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild