From 6d70e08fdd2753a65574f1e2e7c97beba3fa1bb9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 16 2020 08:49:18 +0000 Subject: import rh-postgresql10-postgresql-10.14-1.el7 --- diff --git a/.gitignore b/.gitignore index c37c8e6..088ba61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/postgresql-10.12-US.pdf -SOURCES/postgresql-10.12.tar.bz2 +SOURCES/postgresql-10.14-US.pdf +SOURCES/postgresql-10.14.tar.bz2 SOURCES/postgresql-setup-8.0.tar.gz diff --git a/.rh-postgresql10-postgresql.metadata b/.rh-postgresql10-postgresql.metadata index 2e333f3..861f9c4 100644 --- a/.rh-postgresql10-postgresql.metadata +++ b/.rh-postgresql10-postgresql.metadata @@ -1,3 +1,3 @@ -16b4866a53e478efc3fd692acf7cfa5583e9d7d3 SOURCES/postgresql-10.12-US.pdf -ccf939036756ab3f2884f77f43bf459a91307375 SOURCES/postgresql-10.12.tar.bz2 +a6da4357b8bbfa06c88fac7b847940b14e9d9a05 SOURCES/postgresql-10.14-US.pdf +db230e62422673814419e76508708164a2cbfb09 SOURCES/postgresql-10.14.tar.bz2 4c1a983d9317abe242af19631d8730f2ed2f6e56 SOURCES/postgresql-setup-8.0.tar.gz diff --git a/SOURCES/postgresql-10.12.tar.bz2.sha256 b/SOURCES/postgresql-10.12.tar.bz2.sha256 deleted file mode 100644 index 920dc4c..0000000 --- a/SOURCES/postgresql-10.12.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -388f7f888c4fbcbdf424ec2bce52535195b426010b720af7bea767e23e594ae7 postgresql-10.12.tar.bz2 diff --git a/SOURCES/postgresql-10.14.tar.bz2.sha256 b/SOURCES/postgresql-10.14.tar.bz2.sha256 new file mode 100644 index 0000000..aa7fd7c --- /dev/null +++ b/SOURCES/postgresql-10.14.tar.bz2.sha256 @@ -0,0 +1 @@ +381cd8f491d8f77db2f4326974542a50095b5fa7709f24d7c5b760be2518b23b postgresql-10.14.tar.bz2 diff --git a/SOURCES/postgresql-man.patch b/SOURCES/postgresql-man.patch index 8d3afe3..d231f47 100644 --- a/SOURCES/postgresql-man.patch +++ b/SOURCES/postgresql-man.patch @@ -6,18 +6,6 @@ RHBZ#948933). diff -up ./doc/src/sgml/man1/ecpg.1.man948933 ./doc/src/sgml/man1/ecpg.1 --- ./doc/src/sgml/man1/ecpg.1.man948933 2014-12-16 02:13:15.000000000 +0100 +++ ./doc/src/sgml/man1/ecpg.1 2014-12-23 11:26:37.883644047 +0100 -@@ -80,6 +80,11 @@ INFORMIX_SE\&. - Define a C preprocessor symbol\&. - .RE - .PP -+\fB\-h \fR -+.RS 4 -+Parse a header file, this option includes option \fB\-c\fR\&. -+.RE -+.PP - \fB\-i\fR - .RS 4 - Parse system include files as well\&. @@ -128,6 +133,11 @@ Allow question mark as placeholder for c .RE .RE diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index a28fcbd..2ca9538 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -74,8 +74,8 @@ Summary: PostgreSQL client programs Name: %{?scl_prefix}postgresql %global majorversion 10 -Version: %{majorversion}.12 -Release: 2%{?dist} +Version: %{majorversion}.14 +Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. @@ -1228,6 +1228,10 @@ make -C postgresql-setup-%{setup_version} check %endif %changelog +* Tue Sep 08 2020 Patrik Novotný - 10.14-1 +- Rebase to upstream release 10.14 + https://www.postgresql.org/docs/10/release-10-14.html + * Thu Mar 12 2020 Patrik Novotný - 10.12-2 - Filter provides RHBZ#1719549