Browse Source

libpq-10.3-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11566 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
37471bf105
1 changed files with 6 additions and 2 deletions
  1. 6 2
      lib/libp/libpq/libpq-vl.spec

+ 6 - 2
lib/libp/libpq/libpq-vl.spec

@@ -7,7 +7,7 @@
 %define nls 1
 %define pam 1
 
-%define pgver 9.5
+%define pgver 10
 %define pq_soname 5
 %define ecpg_soname 6
 
@@ -15,7 +15,7 @@ Summary: The shared libraries required for any PostgreSQL clients.
 Summary(ja): PostgreSQL クライアントに必要な共有ライブラリ
 Name: libpq
 Group: System Environment/Libraries
-Version: %{pgver}.2
+Version: %{pgver}.3
 Release: 1%{?_dist_release}
 License: BSD
 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/bin/pg_config install
 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
 
 # copy over Makefile.global to the include dir....
@@ -235,6 +236,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %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
 - new upstream release.