|
@@ -7,7 +7,7 @@
|
|
%define nls 1
|
|
%define nls 1
|
|
%define pam 1
|
|
%define pam 1
|
|
|
|
|
|
-%define pgver 9.5
|
|
|
|
|
|
+%define pgver 10
|
|
%define pq_soname 5
|
|
%define pq_soname 5
|
|
%define ecpg_soname 6
|
|
%define ecpg_soname 6
|
|
|
|
|
|
@@ -15,7 +15,7 @@ Summary: The shared libraries required for any PostgreSQL clients.
|
|
Summary(ja): PostgreSQL クライアントに必要な共有ライブラリ
|
|
Summary(ja): PostgreSQL クライアントに必要な共有ライブラリ
|
|
Name: libpq
|
|
Name: libpq
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-Version: %{pgver}.2
|
|
|
|
|
|
+Version: %{pgver}.3
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
|
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
|
@@ -158,6 +158,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
make DESTDIR=$RPM_BUILD_ROOT -C ./src/interfaces install
|
|
make DESTDIR=$RPM_BUILD_ROOT -C ./src/interfaces install
|
|
make DESTDIR=$RPM_BUILD_ROOT -C ./src/bin/pg_config install
|
|
make DESTDIR=$RPM_BUILD_ROOT -C ./src/bin/pg_config install
|
|
cp -f ./src/backend/utils/fmgroids.h ./src/include/utils/
|
|
cp -f ./src/backend/utils/fmgroids.h ./src/include/utils/
|
|
|
|
+cp -f ./src/backend/utils/fmgrprotos.h ./src/include/utils/
|
|
make DESTDIR=$RPM_BUILD_ROOT -C ./src/include install
|
|
make DESTDIR=$RPM_BUILD_ROOT -C ./src/include install
|
|
|
|
|
|
# copy over Makefile.global to the include dir....
|
|
# copy over Makefile.global to the include dir....
|
|
@@ -235,6 +236,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Mar 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Fri Apr 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.5.2-1
|
|
* Fri Apr 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.5.2-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|