From 72685adedc28e6926b67d03b313d1aec4aaf96bc Mon Sep 17 00:00:00 2001 From: Andrzej Zawadzki Date: Wed, 16 Oct 2013 13:37:14 +0200 Subject: [PATCH] - up to 9.3.1 --- postgresql.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postgresql.spec b/postgresql.spec index ee101a7..9949054 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}.0 +Version: %{mver}.1 Release: 1 License: BSD Group: Applications/Databases Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2 -# Source0-md5: 09aee56f3a15ce4a7ea32044fb845b53 +# Source0-md5: c003d871f712d4d3895956b028a96e74 Source1: %{name}.init Source2: pgsql-Database-HOWTO-html.tar.gz # Source2-md5: 5b656ddf1db41965761f85204a14398e @@ -908,7 +908,7 @@ fi foundold=0 for pgdir in $PG_DB_CLUSTERS; do if [ -f $pgdir/PG_VERSION ]; then - if [ $(cat $pgdir/PG_VERSION) != '9.2' ]; then + if [ $(cat $pgdir/PG_VERSION) != '9.3' ]; then echo "Found database(s) in older, incompatible format in cluster $pgdir." foundold=1 fi -- 2.44.0