rpms/postgresql-pgpool-II/EL-4 .cvsignore, 1.6, 1.7 pgpool.conf.sample.patch, 1.2, 1.3 postgresql-pgpool-II.spec, 1.11, 1.12 sources, 1.7, 1.8

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Tue Aug 12 05:34:50 UTC 2008


Author: devrim

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

Modified Files:
	.cvsignore pgpool.conf.sample.patch postgresql-pgpool-II.spec 
	sources 
Log Message:
- Update patch #1: Fix build failure caused by new default patch
fuzz = 0 policy in rawhide




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/EL-4/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	14 Jan 2008 08:18:30 -0000	1.6
+++ .cvsignore	12 Aug 2008 05:34:20 -0000	1.7
@@ -1 +1 @@
-pgpool-II-2.0.1.tar.gz
+pgpool-II-2.1.tar.gz

pgpool.conf.sample.patch:

Index: pgpool.conf.sample.patch
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/EL-4/pgpool.conf.sample.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pgpool.conf.sample.patch	6 Oct 2007 00:24:56 -0000	1.2
+++ pgpool.conf.sample.patch	12 Aug 2008 05:34:20 -0000	1.3
@@ -1,5 +1,5 @@
---- pgpool.conf.sample.old	2007-10-05 17:16:23.000000000 -0700
-+++ pgpool.conf.sample	2007-10-05 17:18:11.000000000 -0700
+--- pgpool.conf.sample.old	2008-08-12 08:26:07.000000000 +0300
++++ pgpool.conf.sample	2008-08-12 08:27:31.000000000 +0300
 @@ -12,16 +12,14 @@
  # Port number for pgpool communication manager
  pcp_port = 9898
@@ -22,8 +22,8 @@
  
  # pgpool communication manager timeout. 0 means no timeout, but strongly not recommended!
  pcp_timeout = 10
-@@ -44,7 +42,7 @@
- child_max_connections = 0
+@@ -54,7 +52,7 @@
+ authentication_timeout = 60
  
  # Logging directory
 -logdir = '/tmp'


Index: postgresql-pgpool-II.spec
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/EL-4/postgresql-pgpool-II.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- postgresql-pgpool-II.spec	20 Jan 2008 00:56:27 -0000	1.11
+++ postgresql-pgpool-II.spec	12 Aug 2008 05:34:20 -0000	1.12
@@ -2,16 +2,15 @@
 
 Summary:	Pgpool is a connection pooling/replication server for PostgreSQL
 Name:		postgresql-%{short_name}
-Version:	2.0.1
-Release:	2%{?dist}
+Version:	2.1
+Release:	1%{?dist}
 License:	BSD
 Group:		Applications/Databases
 URL:		http://pgpool.projects.PostgreSQL.org/pgpool-II/en
-Source0:	http://pgfoundry.org/frs/download.php/1521/%{short_name}-%{version}.tar.gz
+Source0:	http://pgfoundry.org/frs/download.php/1843/%{short_name}-%{version}.tar.gz
 Source1:        pgpool.init
 Source2:        pgpool.sysconfig
 Patch1:		pgpool.conf.sample.patch
-Patch4:		pool_process_query-%{version}.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	postgresql-devel pam-devel
 
@@ -38,7 +37,7 @@
 %package devel
 Summary:	The  development files for pgpool-II
 Group:		Development/Libraries
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Development headers and libraries for pgpool-II.
@@ -46,7 +45,6 @@
 %prep
 %setup -q -n %{short_name}-%{version}
 %patch1 -p0
-%patch4 -p0
 
 %build
 %configure --with-pgsql-includedir=%{_includedir}/pgsql --with-pgsql-lib=%{_libdir}/pgsql --disable-static --with-pam --disable-rpath
@@ -85,14 +83,14 @@
 %{_bindir}/pcp_node_info
 %{_bindir}/pcp_proc_count
 %{_bindir}/pcp_proc_info
-%{_bindir}/pcp_stop_pgpool
 %{_bindir}/pcp_recovery_node
+%{_bindir}/pcp_stop_pgpool
 %{_bindir}/pcp_systemdb_info
 %{_bindir}/pg_md5
 %{_mandir}/man8/pgpool*
 %{_datadir}/%{short_name}/system_db.sql
 %{_libdir}/libpcp.so.*
-%attr(764,root,apache) %{_datadir}/%{short_name}/*.conf.sample
+%attr(764,root,root) %{_datadir}/%{short_name}/*.conf.sample
 %{_datadir}/%{short_name}/pgpool.pam
 %{_initrddir}/pgpool
 %config(noreplace) %{_sysconfdir}/sysconfig/pgpool
@@ -104,6 +102,12 @@
 %{_libdir}/libpcp.so
 
 %changelog
+* Tue Aug 12 2008 Devrim Gunduz <devrim at CommandPrompt.com> 2.1-1
+- Update to 2.1 Gold
+- Set group of sample config files to root, not apache. Fixes RH #442372.
+- Fix Requires: issue, per #442021 (Alex Lancaster)
+- Update patch #1
+
 * Sat Jan 19 2008 Devrim Gunduz <devrim at CommandPrompt.com> 2.0.1-2
 - Fix Requires of -devel package, per bz#429436
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/EL-4/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	14 Jan 2008 08:18:30 -0000	1.7
+++ sources	12 Aug 2008 05:34:20 -0000	1.8
@@ -1 +1 @@
-fdfd023b1400ae85455e8274bf0cb502  pgpool-II-2.0.1.tar.gz
+cf02f9358f46849bd526798868e13162  pgpool-II-2.1.tar.gz




More information about the fedora-extras-commits mailing list