Author: gotar                        Date: Mon Apr  5 14:55:25 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added PL/pgSQL Debugger (thnx to Marcin Kałuża), rel. 2

---- Files affected:
packages/postgresql:
   postgresql.spec (1.437 -> 1.438) 

---- Diffs:

================================================================
Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.437 
packages/postgresql/postgresql.spec:1.438
--- packages/postgresql/postgresql.spec:1.437   Mon Mar 15 16:24:09 2010
+++ packages/postgresql/postgresql.spec Mon Apr  5 16:55:19 2010
@@ -26,7 +26,7 @@
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:          postgresql
 Version:       %{mver}.3
-Release:       1
+Release:       2
 License:       BSD
 Group:         Applications/Databases
 Source0:       
ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -35,6 +35,7 @@
 Source2:       pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5: 5b656ddf1db41965761f85204a14398e
 Source3:       %{name}.sysconfig
+Source4:       edb-debugger-20100404.tar.gz
 Patch0:                %{name}-conf.patch
 Patch1:                %{name}-absolute_dbpaths.patch
 Patch2:                %{name}-ecpg-includedir.patch
@@ -88,7 +89,7 @@
 
 %define                _ulibdir        /usr/lib
 
-%define        contrib_modules auto_explain adminpack btree_gin btree_gist 
chkpass citext cube dblink dict_int dict_xsyn earthdistance fuzzystrmatch 
hstore intagg intarray isn lo ltree oid2name pageinspect pgbench pg_buffercache 
pgcrypto pg_freespacemap pgrowlocks pg_standby pg_stat_statements pgstattuple 
pg_trgm seg sslinfo tablefunc uuid-ossp vacuumlo xml2
+%define        contrib_modules auto_explain adminpack btree_gin btree_gist 
chkpass citext cube dblink dict_int dict_xsyn earthdistance fuzzystrmatch 
hstore intagg intarray isn lo ltree oid2name pageinspect pgbench pg_buffercache 
pgcrypto pg_freespacemap pgrowlocks pg_standby pg_stat_statements pgstattuple 
pg_trgm pldebugger seg sslinfo tablefunc uuid-ossp vacuumlo xml2
 
 %description
 PostgreSQL Data Base Management System (formerly known as Postgres,
@@ -766,6 +767,8 @@
 %patch4 -p1
 %patch5 -p1
 
+tar xzf %{SOURCE4} -C contrib
+
 tar xzf doc/man*.tar.gz
 
 mkdir doc/unpacked
@@ -993,6 +996,7 @@
 %attr(755,root,root) %{_libdir}/libpq.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libpq.so.5
 %dir %{_pgmoduledir}
+%dir %{_pgmoduledir}/plugins
 
 %files ecpg -f ecpg.lang
 %defattr(644,root,root,755)
@@ -1135,7 +1139,7 @@
 
 %files contrib
 %defattr(644,root,root,755)
-%doc contrib/README
+%doc contrib/README contrib/pldebugger/README.pl*
 %attr(755,root,root) %{_bindir}/oid2name
 %attr(755,root,root) %{_bindir}/pg_standby
 %attr(755,root,root) %{_bindir}/pgbench
@@ -1159,8 +1163,12 @@
 %attr(755,root,root) %{_pgmoduledir}/pg_stat_statements.so
 %attr(755,root,root) %{_pgmoduledir}/pgrowlocks.so
 %attr(755,root,root) %{_pgmoduledir}/pgstattuple.so
+%attr(755,root,root) %{_pgmoduledir}/pldbgapi.so
+%attr(755,root,root) %{_pgmoduledir}/plugins/plugin_debugger.so
+%attr(755,root,root) %{_pgmoduledir}/plugins/plugin_profiler.so
 %attr(755,root,root) %{_pgmoduledir}/seg.so
 %attr(755,root,root) %{_pgmoduledir}/sslinfo.so
+%attr(755,root,root) %{_pgmoduledir}/targetinfo.so
 %attr(755,root,root) %{_pgmoduledir}/uuid-ossp.so
 %{_pgsqldir}/_int.sql
 %{_pgsqldir}/adminpack.sql
@@ -1183,6 +1191,7 @@
 %{_pgsqldir}/pg_stat_statements.sql
 %{_pgsqldir}/pgrowlocks.sql
 %{_pgsqldir}/pgstattuple.sql
+%{_pgsqldir}/pldbgapi.sql
 %{_pgsqldir}/seg.sql
 %{_pgsqldir}/sslinfo.sql
 %{_pgsqldir}/uuid-ossp.sql
@@ -1217,6 +1226,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.438  2010/04/05 14:55:19  gotar
+- added PL/pgSQL Debugger (thnx to Marcin Kałuża), rel. 2
+
 Revision 1.437  2010/03/15 15:24:09  arekm
 - up to 8.4.3
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.437&r2=1.438&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to