import perl-DBD-Pg-3.7.4-4.module+el8.3.0+6565+c57d755d

This commit is contained in:
CentOS Sources 2020-07-28 03:12:56 -04:00 committed by Stepan Oksanichenko
parent e140a64809
commit f0da2a2e87

View File

@ -7,28 +7,28 @@ Release: 4%{?dist}
License: GPLv2+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
# Adapt to changes in libpq 12, bug #1770235, in upstream 3.8.0
# Adapt to changes in libpq 12, bug #1772373, in upstream 3.8.0
Patch0: DBD-Pg-3.7.4-Fix-ping-error-detection-on-PostgreSQL-12.patch
# 1/2 Adapt tests to removal of client_min_messages='FATAL' in PostgreSQL 12,
# bug #1770235, CPAN RT#128529, in upstream 3.8.0
# bug #1772373, CPAN RT#128529, in upstream 3.8.0
Patch1: DBD-Pg-3.7.4-Fix-client_min_messages-FATAL-test-on-upcoming-Postg.patch
# 1/2 Do not use pg_attrdef.adsrc column in last_insert_id() that was removed in
# PostgreSQL 12, bug #1770235, in upstream 3.8.0
# PostgreSQL 12, bug #1772373, in upstream 3.8.0
Patch2: DBD-Pg-3.7.4-Inline-no-longer-conditional-catalog-query-fragments.patch
# 2/2 Do not use pg_attrdef.adsrc column in last_insert_id() that was removed in
# PostgreSQL 12, bug #1770235, in upstream 3.8.0
# PostgreSQL 12, bug #1772373, in upstream 3.8.0
Patch3: DBD-Pg-3.7.4-Remove-usage-of-deprecated-pg_attrdef.adsrc-column.patch
# Adapt tests to changes in pg_ctl 12 output, bug #1770235, CPAN RT#128966,
# Adapt tests to changes in pg_ctl 12 output, bug #1772373, CPAN RT#128966,
# in upstream 3.8.0
Patch4: DBD-Pg-3.7.4-Fix-test-to-allow-for-changed-message-of-pg_ctl-outp.patch
# Do not use pg_constraint.consrc column in column_info() that was removed in
# PostgreSQL 12, bug #1770235, in upstream 3.8.0
# PostgreSQL 12, bug #1772373, in upstream 3.8.0
Patch5: DBD-Pg-3.7.4-Remove-usage-of-deprecated-pg_constraint.consrc-colu.patch
# Adapt tests to removal of WITH OIDS in PostgreSQL 12, bug #1770235,
# Adapt tests to removal of WITH OIDS in PostgreSQL 12, bug #1772373,
# in upstream 3.8.0
Patch6: DBD-Pg-3.7.4-Adjust-tests-for-removal-of-WITH-OIDS-in-PostgreSQL-.patch
# 2/2 Adapt tests to removal of client_min_messages='FATAL' in PostgreSQL 12,
# bug #1770235, CPAN RT#128529, in upstream 3.8.0
# bug #1772373, CPAN RT#128529, in upstream 3.8.0
Patch7: DBD-Pg-3.7.4-Don-t-try-to-silence-ERRORs-in-test.patch
URL: http://search.cpan.org/dist/DBD-Pg/
@ -118,8 +118,8 @@ make test
%changelog
* Fri Nov 08 2019 Petr Pisar <ppisar@redhat.com> - 3.7.4-4
- Adapt to changes in libpq 12 (bug #1770235)
- Adapt to changes in PostgreSQL 12 (bug #1770235)
- Adapt to changes in libpq 12 (bug #1772373)
- Adapt to changes in PostgreSQL 12 (bug #1772373)
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3.7.4-3
- Rebuild with enable hardening (bug #1636329)