packages: postgresql/postgresql-ac_version.patch, postgresql/postgresql-con...

arekm arekm at pld-linux.org
Mon Sep 20 16:11:41 CEST 2010


Author: arekm                        Date: Mon Sep 20 14:11:41 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fetch source; update some patches

---- Files affected:
packages/postgresql:
   postgresql-ac_version.patch (1.4 -> 1.5) , postgresql-conf.patch (1.5 -> 1.6) , postgresql-ecpg-includedir.patch (1.3 -> 1.4) , postgresql.spec (1.448 -> 1.449) 

---- Diffs:

================================================================
Index: packages/postgresql/postgresql-ac_version.patch
diff -u packages/postgresql/postgresql-ac_version.patch:1.4 packages/postgresql/postgresql-ac_version.patch:1.5
--- packages/postgresql/postgresql-ac_version.patch:1.4	Thu Jul  2 15:50:47 2009
+++ packages/postgresql/postgresql-ac_version.patch	Mon Sep 20 16:11:35 2010
@@ -2,9 +2,9 @@
 +++ postgresql-8.3RC1/configure.in	2008-01-07 22:23:50.888568429 +0000
 @@ -19,10 +19,10 @@
  
- AC_INIT([PostgreSQL], [8.4.0], [pgsql-bugs at postgresql.org])
+ AC_INIT([PostgreSQL], [9.0.0], [pgsql-bugs at postgresql.org])
  
--m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required.
+-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required.
 -Untested combinations of 'autoconf' and PostgreSQL versions are not
 -recommended.  You can remove the check from 'configure.in' but it is then
 -your responsibility whether the result works or not.])])
@@ -12,6 +12,7 @@
 +dnl Untested combinations of 'autoconf' and PostgreSQL versions are not
 +dnl recommended.  You can remove the check from 'configure.in' but it is then
 +dnl your responsibility whether the result works or not.])])
- AC_COPYRIGHT([Copyright (c) 1996-2009, PostgreSQL Global Development Group])
+ AC_COPYRIGHT([Copyright (c) 1996-2010, PostgreSQL Global Development Group])
  AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
  AC_CONFIG_AUX_DIR(config)
+

================================================================
Index: packages/postgresql/postgresql-conf.patch
diff -u packages/postgresql/postgresql-conf.patch:1.5 packages/postgresql/postgresql-conf.patch:1.6
--- packages/postgresql/postgresql-conf.patch:1.5	Tue Feb  5 00:06:38 2008
+++ packages/postgresql/postgresql-conf.patch	Mon Sep 20 16:11:35 2010
@@ -1,12 +1,12 @@
 --- postgresql-8.3RC1/src/backend/utils/misc/postgresql.conf.sample.orig	2007-12-07 16:44:56.000000000 +0000
 +++ postgresql-8.3RC1/src/backend/utils/misc/postgresql.conf.sample	2008-01-07 22:19:56.904649611 +0000
-@@ -231,7 +231,7 @@
+@@ -253,7 +253,7 @@
  
  # - Where to Log -
  
 -#log_destination = 'stderr'		# Valid values are combinations of
 +log_destination = 'syslog'		# Valid values are combinations of
- 					# stderr, csvlog, syslog and eventlog,
+ 					# stderr, csvlog, syslog, and eventlog,
  					# depending on platform.  csvlog
  					# requires logging_collector to be on.
 @@ -262,8 +262,8 @@

================================================================
Index: packages/postgresql/postgresql-ecpg-includedir.patch
diff -u packages/postgresql/postgresql-ecpg-includedir.patch:1.3 packages/postgresql/postgresql-ecpg-includedir.patch:1.4
--- packages/postgresql/postgresql-ecpg-includedir.patch:1.3	Wed Dec  6 22:22:23 2006
+++ packages/postgresql/postgresql-ecpg-includedir.patch	Mon Sep 20 16:11:35 2010
@@ -1,18 +1,18 @@
 --- postgresql-7.4.1/src/interfaces/ecpg/include/Makefile.orig	2003-12-18 19:55:05.000000000 +0100
 +++ postgresql-7.4.1/src/interfaces/ecpg/include/Makefile	2003-12-23 18:57:34.712017440 +0100
 @@ -19,12 +19,12 @@
- informix_headers = datetime.h decimal.h sqltypes.h sqlda.h
+ informix_headers = datetime.h decimal.h sqltypes.h
  
  install-headers: $(ecpg_headers) $(informix_headers)
--	for i in $(ecpg_headers); do $(INSTALL_DATA) $(srcdir)/$$i '$(DESTDIR)$(includedir)' || exit; done
--	for i in $(informix_headers); do $(INSTALL_DATA) $(srcdir)/$$i '$(DESTDIR)$(informix_esql_dir)' || exit; done
-+	for i in $(ecpg_headers); do $(INSTALL_DATA) $(srcdir)/$$i '$(DESTDIR)$(includedir)/ecpg' || exit; done
-+	for i in $(informix_headers); do $(INSTALL_DATA) $(srcdir)/$$i '$(DESTDIR)$(includedir)/ecpg' || exit; done
+-	$(INSTALL_DATA) $(addprefix $(srcdir)/,$(ecpg_headers)) '$(DESTDIR)$(includedir)/'
+-	$(INSTALL_DATA) $(addprefix $(srcdir)/,$(informix_headers)) '$(DESTDIR)$(informix_esql_dir)/'
++	$(INSTALL_DATA) $(addprefix $(srcdir)/,$(ecpg_headers)) '$(DESTDIR)$(includedir)/ecpg'
++	$(INSTALL_DATA) $(addprefix $(srcdir)/,$(informix_headers)) '$(DESTDIR)$(includedir)/ecpg'
  	$(INSTALL_DATA) $(ecpg_config_h) '$(DESTDIR)$(includedir)'
  
  installdirs:
--	$(mkinstalldirs) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(informix_esql_dir)'
-+	$(mkinstalldirs) '$(DESTDIR)$(includedir)/ecpg'
+-	$(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(informix_esql_dir)'
++	$(MKDIR_P) '$(DESTDIR)$(includedir)/ecpg'
  
  uninstall:
  	rm -f $(addprefix '$(DESTDIR)$(includedir)'/, $(ecpg_headers))

================================================================
Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.448 packages/postgresql/postgresql.spec:1.449
--- packages/postgresql/postgresql.spec:1.448	Fri Jul  9 13:21:12 2010
+++ packages/postgresql/postgresql.spec	Mon Sep 20 16:11:35 2010
@@ -12,7 +12,7 @@
 #
 
 %define beta %{nil}
-%define mver 8.4
+%define mver 9.0
 
 Summary:	PostgreSQL Data Base Management System
 Summary(de.UTF-8):	PostgreSQL Datenbankverwaltungssystem
@@ -25,12 +25,12 @@
 Summary(uk.UTF-8):	PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):	PostgreSQL 客户端程序和库文件
 Name:		postgresql
-Version:	%{mver}.4
-Release:	4
+Version:	%{mver}.0
+Release:	0.1
 License:	BSD
 Group:		Applications/Databases
 Source0:	ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5:	4bf2448ad965bca3940df648c02194df
+# Source0-md5:	14c2122cc322e69ab2ab702ed7714bbe
 Source1:	%{name}.init
 Source2:	pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5:	5b656ddf1db41965761f85204a14398e
@@ -804,11 +804,6 @@
 
 tar xzf %{SOURCE4} -C contrib
 
-tar xzf doc/man*.tar.gz
-
-mkdir doc/unpacked
-tar zxf doc/postgres.tar.gz -C doc/unpacked
-
 # force rebuild of bison/flex files
 find src -name \*.l -o -name \*.y | xargs touch
 
@@ -837,7 +832,6 @@
 	%{?with_python:--with-python} \
 	%{?with_tcl:--with-tcl --with-tclconfig=%{_ulibdir}} \
 	--with-ossp-uuid \
-	--without-docdir
 
 %{__make}
 
@@ -1278,6 +1272,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.449  2010/09/20 14:11:35  arekm
+- fetch source; update some patches
+
 Revision 1.448  2010/07/09 11:21:12  arekm
 - release 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql-ac_version.patch?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql-conf.patch?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql-ecpg-includedir.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.448&r2=1.449&f=u



More information about the pld-cvs-commit mailing list