]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- up to 9.3.1 auto/th/postgresql-9.3.1-1 auto/ti/postgresql-9.3.1-1
authorAndrzej Zawadzki <zawadaa@pld-linux.org>
Wed, 16 Oct 2013 11:37:14 +0000 (13:37 +0200)
committerAndrzej Zawadzki <zawadaa@pld-linux.org>
Wed, 16 Oct 2013 11:37:14 +0000 (13:37 +0200)
postgresql.spec

index ee101a7d459438e84cfc3514098bbe4c69520dd5..99490549fbb5398921f5e5b6355e64d97e9f4d9b 100644 (file)
@@ -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
This page took 0.03237 seconds and 4 git commands to generate.