rpms/phpPgAdmin/EL-4 phpPgAdmin-4.1.3-rebuild.patch, NONE, 1.1 phpPgAdmin.spec, 1.7, 1.8

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Wed Jul 11 15:33:42 UTC 2007


Author: devrim

Update of /cvs/extras/rpms/phpPgAdmin/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13895/EL-4

Modified Files:
	phpPgAdmin.spec 
Added Files:
	phpPgAdmin-4.1.3-rebuild.patch 
Log Message:
- Added temporary patch #2 , per sf.net bug #1751614



phpPgAdmin-4.1.3-rebuild.patch:

--- NEW FILE phpPgAdmin-4.1.3-rebuild.patch ---
Index: tblproperties.php
===================================================================
RCS file: /cvsroot/phppgadmin/webdb/tblproperties.php,v
retrieving revision 1.72.2.2
retrieving revision 1.72.2.3
diff -r1.72.2.2 -r1.72.2.3
6c6
< 	 * $Id: tblproperties.php,v 1.72.2.2 2007/07/09 14:55:22 xzilla Exp $
---
> 	 * $Id: tblproperties.php,v 1.72.2.3 2007/07/11 07:59:27 ioguix Exp $
643c643
< 		
---
> 
652c652
< 				'url'   => "tableproperties.php?action=properties&amp;{$misc->href}&amp;table=".urlencode($_REQUEST['table'])."&amp;",
---
> 				'url'   => "tblproperties.php?action=properties&amp;{$misc->href}&amp;table=".urlencode($_REQUEST['table'])."&amp;",
661c661
< 		
---
> 
663c663
< 		
---
> 
665c665
< 		
---
> 


Index: phpPgAdmin.spec
===================================================================
RCS file: /cvs/extras/rpms/phpPgAdmin/EL-4/phpPgAdmin.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- phpPgAdmin.spec	10 Jul 2007 20:28:51 -0000	1.7
+++ phpPgAdmin.spec	11 Jul 2007 15:33:05 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:	Web-based PostgreSQL administration
 Name:		phpPgAdmin
 Version:	4.1.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL
 Group:		Applications/Databases
 URL:		http://phppgadmin.sourceforge.net/
@@ -18,6 +18,7 @@
 %define		_phppgadmindir	%{_datadir}/%{name}
 
 Patch1:		%{name}-langcheck.patch
+Patch2:		%{name}-%{version}-rebuild.patch
 
 %description
 phpPgAdmin is a fully functional web-based administration utility for
@@ -28,6 +29,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch1 -p0
+%patch2 -p0
 
 %build
 # Cleanup encoding problem
@@ -85,6 +87,9 @@
 %{_phppgadmindir}/conf/config.inc.php*
 
 %changelog
+* Wed Jul 11 2007 Devrim Gunduz <devrim at commandprompt.com> 4.1.3-2
+- Added temporary patch #2 , per sf.net bug #1751614
+
 * Tue Jul 10 2007 Devrim Gunduz <devrim at commandprompt.com> 4.1.3-1
 - Update to 4.1.3
 




More information about the scm-commits mailing list