packages: postgresql/postgresql.spec - release 3: include contrib/fuzzystrm...

radek radek at pld-linux.org
Thu Jun 25 20:07:43 CEST 2009


Author: radek                        Date: Thu Jun 25 18:07:43 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- release 3: include contrib/fuzzystrmatch

---- Files affected:
packages/postgresql:
   postgresql.spec (1.418 -> 1.419) 

---- Diffs:

================================================================
Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.418 packages/postgresql/postgresql.spec:1.419
--- packages/postgresql/postgresql.spec:1.418	Sun May  3 19:03:34 2009
+++ packages/postgresql/postgresql.spec	Thu Jun 25 20:07:37 2009
@@ -22,7 +22,7 @@
 Summary(zh_CN.UTF-8):	PostgreSQL 客户端程序和库文件
 Name:		postgresql
 Version:	8.3.7
-Release:	2
+Release:	3
 License:	BSD
 Group:		Applications/Databases
 Source0:	ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -83,7 +83,7 @@
 
 %define		_ulibdir	/usr/lib
 
-%define	contrib_modules	adminpack btree_gist chkpass dblink hstore intagg intarray isn lo ltree oid2name pageinspect pgbench pg_buffercache pgcrypto pg_freespacemap pgrowlocks pgstattuple pg_trgm sslinfo tablefunc vacuumlo xml2
+%define	contrib_modules	adminpack btree_gist chkpass dblink fuzzystrmatch hstore intagg intarray isn lo ltree oid2name pageinspect pgbench pg_buffercache pgcrypto pg_freespacemap pgrowlocks pgstattuple pg_trgm sslinfo tablefunc vacuumlo xml2
 
 %description
 PostgreSQL Data Base Management System (formerly known as Postgres,
@@ -1127,6 +1127,7 @@
 %attr(755,root,root) %{_pgmoduledir}/adminpack.so
 %attr(755,root,root) %{_pgmoduledir}/btree_gist.so
 %attr(755,root,root) %{_pgmoduledir}/chkpass.so
+%attr(755,root,root) %{_pgmoduledir}/fuzzystrmatch.so
 %attr(755,root,root) %{_pgmoduledir}/hstore.so
 %attr(755,root,root) %{_pgmoduledir}/int_aggregate.so
 %attr(755,root,root) %{_pgmoduledir}/isn.so
@@ -1141,6 +1142,7 @@
 %{_pgsqldir}/adminpack.sql
 %{_pgsqldir}/btree_gist.sql
 %{_pgsqldir}/chkpass.sql
+%{_pgsqldir}/fuzzystrmatch.sql
 %{_pgsqldir}/hstore.sql
 %{_pgsqldir}/int_aggregate.sql
 %{_pgsqldir}/isn.sql
@@ -1155,6 +1157,7 @@
 %{_pgsqldir}/uninstall_adminpack.sql
 %{_pgsqldir}/uninstall_btree_gist.sql
 %{_pgsqldir}/uninstall_chkpass.sql
+%{_pgsqldir}/uninstall_fuzzystrmatch.sql
 %{_pgsqldir}/uninstall_hstore.sql
 %{_pgsqldir}/uninstall_int_aggregate.sql
 %{_pgsqldir}/uninstall_isn.sql
@@ -1172,6 +1175,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.419  2009/06/25 18:07:37  radek
+- release 3: include contrib/fuzzystrmatch
+
 Revision 1.418  2009/05/03 17:03:34  hawk
 - release 2
 
================================================================

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



More information about the pld-cvs-commit mailing list