[postgresql-pgpool-II] Update to 3.1.2

Devrim GÜNDÜZ devrim at fedoraproject.org
Mon Mar 26 22:40:16 UTC 2012


commit 0604993f5b758fd2d6b6831f19eafcb3bc1c1317
Author: Devrim GUNDUZ <devrim at gunduz.org>
Date:   Tue Mar 27 01:40:12 2012 +0300

    Update to 3.1.2

 .gitignore                |    3 +--
 postgresql-pgpool-II.spec |   10 +++++++---
 sources                   |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2be6cd..2a03744 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-pgpool-II-2.3.1.tar.gz
-/pgpool-II-3.1.tar.gz
+/pgpool-II-3.1.2.tar.gz
diff --git a/postgresql-pgpool-II.spec b/postgresql-pgpool-II.spec
index 7d7c497..4bac104 100644
--- a/postgresql-pgpool-II.spec
+++ b/postgresql-pgpool-II.spec
@@ -2,8 +2,8 @@
 
 Summary:		Pgpool is a connection pooling/replication server for PostgreSQL
 Name:			postgresql-%{short_name}
-Version:		3.1
-Release:		2%{?dist}
+Version:		3.1.2
+Release:		1%{?dist}
 License:		BSD
 Group:			Applications/Databases
 URL:			http://pgpool.projects.PostgreSQL.org
@@ -50,7 +50,8 @@ Development headers and libraries for pgpool-II.
 %patch1 -p1 -b .samplefix
 
 %build
-%configure --with-pgsql-includedir=%{_includedir}/pgsql --with-pgsql-lib=%{_libdir}/pgsql --disable-static --with-pam --disable-rpath --sysconfdir=%{_sysconfdir}/%{short_name}/
+#%configure --with-pgsql-includedir=%{_includedir}/pgsql --with-pgsql=%{_libdir}/pgsql --disable-static --with-pam --disable-rpath --sysconfdir=%{_sysconfdir}/%{short_name}/
+%configure --with-pgsql-includedir=%{_includedir}/pgsql --with-pgsql=/usr/pgsql-9.1 --disable-static --with-pam --disable-rpath --sysconfdir=%{_sysconfdir}/%{short_name}/
 
 make %{?_smp_flags}
 
@@ -142,6 +143,9 @@ fi
 
 
 %changelog
+* Tue Mar 27 2012 Devrim Gunduz <devrim at gunduz.org> - 3.1.2-1
+- update to 3.1.2
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 13f1e56..1e9a537 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dbb591a8aa3c3bd1e689f41a7638b9ee  pgpool-II-3.1.tar.gz
+4c0bbf0544c8b6f219501730d711e519  pgpool-II-3.1.2.tar.gz


More information about the scm-commits mailing list