Author: prism                        Date: Sat Feb 19 21:49:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- lowered error reporting level to eliminate notices from exported SQL files
- rel++, STBR please.

---- Files affected:
SPECS:
   phpPgAdmin.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SPECS/phpPgAdmin.spec
diff -u SPECS/phpPgAdmin.spec:1.40 SPECS/phpPgAdmin.spec:1.41
--- SPECS/phpPgAdmin.spec:1.40  Sun Dec 26 19:33:31 2004
+++ SPECS/phpPgAdmin.spec       Sat Feb 19 22:49:35 2005
@@ -3,7 +3,7 @@
 Summary(pl):   phpPgAdmin - administracja bazami PostgreSQL przez WWW
 Name:          phpPgAdmin
 Version:       3.5.1
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/Databases/Interfaces
 Source0:       http://dl.sourceforge.net/phppgadmin/%{name}-%{version}.tar.bz2
@@ -39,6 +39,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d 
$RPM_BUILD_ROOT{%{_pgadmindir}/{classes/{HTML_TreeMenu/images,database},help,images/themes/default,lang/recoded,libraries/adodb/{datadict,drivers},sql,themes/default},/etc/{%{name},httpd/httpd.conf}}
 
+%{__sed} -i 's|error_reporting(E_ALL);|error_reporting(E_ALL \& ~E_NOTICE);|' 
libraries/lib.inc.php
+
 install *.php *.js *.txt               $RPM_BUILD_ROOT%{_pgadmindir}
 install classes/*.php                  $RPM_BUILD_ROOT%{_pgadmindir}/classes
 install classes/HTML_TreeMenu/TreeMenu.* 
$RPM_BUILD_ROOT%{_pgadmindir}/classes/HTML_TreeMenu
@@ -102,6 +104,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2005/02/19 21:49:35  prism
+- lowered error reporting level to eliminate notices from exported SQL files
+- rel++, STBR please.
+
 Revision 1.40  2004/12/26 18:33:31  qboosh
 - pl fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/phpPgAdmin.spec?r1=1.40&r2=1.41&f=u


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

Reply via email to