- Update to 2.2.5, for various fixes described at

http://lists.pgfoundry.org/pipermail/pgpool-general/2009-October/002188
    .html
This commit is contained in:
Devrim GÜNDÜZ 2009-10-04 10:39:38 +00:00
commit a73fa27d0f
3 changed files with 10 additions and 7 deletions

View file

@ -1,2 +1 @@
pgpool-II-2.2.tar.gz
pgpool-II-2.2.2.tar.gz
pgpool-II-2.2.5.tar.gz

View file

@ -2,12 +2,12 @@
Summary: Pgpool is a connection pooling/replication server for PostgreSQL
Name: postgresql-%{short_name}
Version: 2.2.2
Version: 2.2.5
Release: 1%{?dist}
License: BSD
Group: Applications/Databases
URL: http://pgpool.projects.PostgreSQL.org
Source0: http://pgfoundry.org/frs/download.php/2109/%{short_name}-%{version}.tar.gz
Source0: http://pgfoundry.org/frs/download.php/2423/%{short_name}-%{version}.tar.gz
Source1: pgpool.init
Source2: pgpool.sysconfig
Patch1: pgpool.conf.sample.patch
@ -96,7 +96,7 @@ chkconfig --add pgpool
%{_libdir}/libpcp.so.*
%{_datadir}/%{short_name}/pgpool.pam
%{_initrddir}/pgpool
%attr(764,root,apache) %config(noreplace) %{_sysconfdir}/%{short_name}/*.conf
%attr(764,root,root) %config(noreplace) %{_sysconfdir}/%{short_name}/*.conf
%config(noreplace) %{_sysconfdir}/sysconfig/pgpool
%files devel
@ -106,6 +106,11 @@ chkconfig --add pgpool
%{_libdir}/libpcp.so
%changelog
* Sun Oct 4 2009 Devrim Gunduz <devrim@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
- Re-apply a fix for #442372
* Thu May 7 2009 Devrim Gunduz <devrim@CommandPrompt.com> 2.2.2-1
- Update to 2.2.2

View file

@ -1,2 +1 @@
3dc286e2217478acbc05f127e74bd300 pgpool-II-2.2.tar.gz
6f14514ed4ed5368ad3ab7e2d4c5136b pgpool-II-2.2.2.tar.gz
410fc3e226842eda25e5cd18e9c3e703 pgpool-II-2.2.5.tar.gz