rpms/postgresql-pgpool-II/EL-4 .cvsignore, 1.10, 1.11 postgresql-pgpool-II.spec, 1.16, 1.17 sources, 1.11, 1.12

Devrim GÜNDÜZ devrim at fedoraproject.org
Tue Dec 1 21:46:22 UTC 2009


Author: devrim

Update of /cvs/extras/rpms/postgresql-pgpool-II/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4302/EL-4

Modified Files:
	.cvsignore postgresql-pgpool-II.spec sources 
Log Message:
- Update to 2.2.6




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/EL-4/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	4 Oct 2009 10:39:38 -0000	1.10
+++ .cvsignore	1 Dec 2009 21:46:22 -0000	1.11
@@ -1 +1 @@
-pgpool-II-2.2.5.tar.gz
+pgpool-II-2.2.6.tar.gz


Index: postgresql-pgpool-II.spec
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/EL-4/postgresql-pgpool-II.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- postgresql-pgpool-II.spec	4 Oct 2009 10:39:38 -0000	1.16
+++ postgresql-pgpool-II.spec	1 Dec 2009 21:46:22 -0000	1.17
@@ -2,12 +2,12 @@
 
 Summary:	Pgpool is a connection pooling/replication server for PostgreSQL
 Name:		postgresql-%{short_name}
-Version:	2.2.5
+Version:	2.2.6
 Release:	1%{?dist}
 License:	BSD
 Group:		Applications/Databases
 URL:		http://pgpool.projects.PostgreSQL.org
-Source0:	http://pgfoundry.org/frs/download.php/2423/%{short_name}-%{version}.tar.gz
+Source0:	http://pgfoundry.org/frs/download.php/2478/%{short_name}-%{version}.tar.gz
 Source1:        pgpool.init
 Source2:        pgpool.sysconfig
 Patch1:		pgpool.conf.sample.patch
@@ -74,6 +74,12 @@ rm -rf %{buildroot}
 /sbin/ldconfig
 chkconfig --add pgpool
 
+%preun
+if [ $1 = 0 ] ; then
+	/sbin/service pgpool condstop >/dev/null 2>&1
+	chkconfig --del pgpool
+fi
+
 %postun -p /sbin/ldconfig
 
 %files
@@ -106,6 +112,11 @@ chkconfig --add pgpool
 %{_libdir}/libpcp.so
 
 %changelog
+* Tue Dec 1 2009 Devrim GUNDUZ <devrim at gunduz.org> - 2.2.6-1
+- Update to 2.2.6
+- Remove init script from all runlevels before uninstall. Per RH Bugzilla
+  #532177
+
 * Sun Oct 4 2009 Devrim Gunduz <devrim at CommandPrompt.com> 2.2.5-1
 - Update to 2.2.5, for various fixes described at 
   http://lists.pgfoundry.org/pipermail/pgpool-general/2009-October/002188.html


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/EL-4/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	4 Oct 2009 10:39:38 -0000	1.11
+++ sources	1 Dec 2009 21:46:22 -0000	1.12
@@ -1 +1 @@
-410fc3e226842eda25e5cd18e9c3e703  pgpool-II-2.2.5.tar.gz
+711115ba7a00a9b557c7780a7ec41c3c  pgpool-II-2.2.6.tar.gz




More information about the fedora-extras-commits mailing list