import postgresql-10.14-1.module+el8.2.0+7801+be0fed80
This commit is contained in:
parent
12277a2d91
commit
34df55e5bf
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
SOURCES/postgresql-10.6-US.pdf
|
SOURCES/postgresql-10.14-US.pdf
|
||||||
SOURCES/postgresql-10.6.tar.bz2
|
SOURCES/postgresql-10.14.tar.bz2
|
||||||
SOURCES/postgresql-9.2.24.tar.bz2
|
SOURCES/postgresql-9.2.24.tar.bz2
|
||||||
SOURCES/postgresql-setup-8.2.tar.gz
|
SOURCES/postgresql-setup-8.2.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
498591e271f9017f544ccb00778d0b27ad21d730 SOURCES/postgresql-10.6-US.pdf
|
32b2593739245d7b2c71ac435a79b8885a098c60 SOURCES/postgresql-10.14-US.pdf
|
||||||
d3b460e9be7df545b55c994ff854cbb3f6381f28 SOURCES/postgresql-10.6.tar.bz2
|
db230e62422673814419e76508708164a2cbfb09 SOURCES/postgresql-10.14.tar.bz2
|
||||||
63d6966ccdbab6aae1f9754fdb8e341ada1ef653 SOURCES/postgresql-9.2.24.tar.bz2
|
63d6966ccdbab6aae1f9754fdb8e341ada1ef653 SOURCES/postgresql-9.2.24.tar.bz2
|
||||||
c1f5190ed00adbcca38ec6f57c1452222450bb0e SOURCES/postgresql-setup-8.2.tar.gz
|
c1f5190ed00adbcca38ec6f57c1452222450bb0e SOURCES/postgresql-setup-8.2.tar.gz
|
||||||
|
1
SOURCES/postgresql-10.14.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-10.14.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
381cd8f491d8f77db2f4326974542a50095b5fa7709f24d7c5b760be2518b23b postgresql-10.14.tar.bz2
|
@ -1 +0,0 @@
|
|||||||
68a8276f08bda8fbefe562faaf8831cb20664a7a1d3ffdbbcc5b83e08637624b postgresql-10.6.tar.bz2
|
|
@ -6,18 +6,6 @@ RHBZ#948933).
|
|||||||
diff -up ./doc/src/sgml/man1/ecpg.1.man948933 ./doc/src/sgml/man1/ecpg.1
|
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.man948933 2014-12-16 02:13:15.000000000 +0100
|
||||||
+++ ./doc/src/sgml/man1/ecpg.1 2014-12-23 11:26:37.883644047 +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
|
@@ -128,6 +133,11 @@ Allow question mark as placeholder for c
|
||||||
.RE
|
.RE
|
||||||
.RE
|
.RE
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 10
|
%global majorversion 10
|
||||||
Version: 10.6
|
Version: %{majorversion}.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||||
@ -1164,6 +1164,18 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 11 2020 Patrik Novotný <panovotn@redhat.com> - 10.14-1
|
||||||
|
- Rebase to upstream release 10.14
|
||||||
|
Fixes RHBZ#1727803
|
||||||
|
Fixes RHBZ#1741489
|
||||||
|
Fixes RHBZ#1709196
|
||||||
|
|
||||||
|
* Tue May 12 2020 Patrik Novotný <panovotn@redhat.com> - 10.13-1
|
||||||
|
- Rebase to upstream release 10.13
|
||||||
|
Fixes RHBZ#1727803
|
||||||
|
Fixes RHBZ#1741489
|
||||||
|
Fixes RHBZ#1709196
|
||||||
|
|
||||||
* Thu Nov 15 2018 Pavel Raiskup <praiskup@redhat.com> - 10.6-1
|
* Thu Nov 15 2018 Pavel Raiskup <praiskup@redhat.com> - 10.6-1
|
||||||
- update to 10.6 per release notes:
|
- update to 10.6 per release notes:
|
||||||
https://www.postgresql.org/docs/10/release-10-6.html
|
https://www.postgresql.org/docs/10/release-10-6.html
|
||||||
|
Loading…
Reference in New Issue
Block a user