Author: shadzik Date: Mon Jun 11 19:43:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - add trigger for proper config version - rel 2
---- Files affected: SPECS: phpPgAdmin.spec (1.67 -> 1.68) ---- Diffs: ================================================================ Index: SPECS/phpPgAdmin.spec diff -u SPECS/phpPgAdmin.spec:1.67 SPECS/phpPgAdmin.spec:1.68 --- SPECS/phpPgAdmin.spec:1.67 Fri Jun 1 15:43:38 2007 +++ SPECS/phpPgAdmin.spec Mon Jun 11 21:43:00 2007 @@ -6,7 +6,7 @@ Summary(pl.UTF-8): phpPgAdmin - administracja bazami PostgreSQL przez WWW Name: phpPgAdmin Version: 4.1.2 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/Databases/Interfaces Source0: http://dl.sourceforge.net/phppgadmin/%{name}-%{version}.tar.bz2 @@ -98,6 +98,11 @@ httpd_reload=1 fi +if [ -f /etc/webapps/phpPgAdmin/config.inc.php ]; then + echo "Adjusting configuration for phpPgAdmin 4.1.2" + sed -i -e '[EMAIL PROTECTED];@17;@g' /etc/webapps/phpPgAdmin/config.inc.php +fi + # migrate from httpd (apache2) config dir if [ -f /etc/httpd/phpPgAdmin.conf.rpmsave ]; then cp -f %{_sysconfdir}/httpd.conf{,.rpmnew} @@ -161,6 +166,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.68 2007/06/11 19:43:00 shadzik +- add trigger for proper config version +- rel 2 + Revision 1.67 2007/06/01 13:43:38 shadzik - 4.1.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/phpPgAdmin.spec?r1=1.67&r2=1.68&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
