[packages/postgresql/POSTGRESQL_9_5] - up to 9.5.11
zawadaa
zawadaa at pld-linux.org
Wed Feb 28 11:18:44 CET 2018
commit 54df3f203fd0923b05dc1ac10d140ae44ae6d8b9
Author: Andrzej Zawadzki <zawadaa at pld-linux.org>
Date: Tue Feb 27 18:19:58 2018 +0100
- up to 9.5.11
postgresql-link.patch | 12 +++++++++---
postgresql.spec | 4 ++--
2 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/postgresql.spec b/postgresql.spec
index d974308..6992d1a 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -32,12 +32,12 @@ Summary(tr.UTF-8): Veri Tabanı Yönetim Sistemi
Summary(uk.UTF-8): PostgreSQL - система керування базами даних
Summary(zh_CN.UTF-8): PostgreSQL 客户端程序和库文件
Name: postgresql
-Version: %{mver}.9
+Version: %{mver}.11
Release: 1
License: BSD
Group: Applications/Databases
Source0: http://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 1bc3c7e897a33e02bcbf2ed1d028ae01
+# Source0-md5: 0299484a0438d661cec41009bb622b2a
Source1: %{name}.init
Source2: pgsql-Database-HOWTO-html.tar.gz
# Source2-md5: 5b656ddf1db41965761f85204a14398e
diff --git a/postgresql-link.patch b/postgresql-link.patch
index 1e89ba1..032f381 100644
--- a/postgresql-link.patch
+++ b/postgresql-link.patch
@@ -1,10 +1,16 @@
---- postgresql-9.5.0/configure.in.orig 2016-01-14 18:59:41.640973653 +0100
-+++ postgresql-9.5.0/configure.in 2016-01-14 21:10:21.783977990 +0100
-@@ -1192,7 +1192,9 @@
+--- postgresql-9.5.0/configure.in.orig 2018-02-21 03:23:25.335399998 +0100
++++ postgresql-9.5.0/configure.in 2018-02-21 03:28:24.392066743 +0100
+@@ -1203,6 +1203,7 @@
if test "$with_bonjour" = yes ; then
AC_CHECK_HEADER(dns_sd.h, [], [AC_MSG_ERROR([header file <dns_sd.h> is required for Bonjour])])
+ AC_CHECK_LIB(dns_sd, DNSServiceRegister, [BONJOUR_LIBS=-ldns_sd])
+ dnl At some point we might add something like
+ dnl AC_SEARCH_LIBS(DNSServiceRegister, dns_sd)
+ dnl but right now, what that would mainly accomplish is to encourage
+@@ -1210,6 +1211,7 @@
+ dnl If you want to use Apple's own Bonjour code on another platform,
+ dnl just add -ldns_sd to LIBS manually.
fi
+AC_SUBST([BONJOUR_LIBS])
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/postgresql.git/commitdiff/54df3f203fd0923b05dc1ac10d140ae44ae6d8b9
More information about the pld-cvs-commit
mailing list