]> git.pld-linux.org Git - packages/phpPgAdmin.git/commitdiff
- updated to 5.1, not tested, release 0.1
authorMarcin Krol <hawk@tld-linux.org>
Mon, 5 Aug 2013 08:41:39 +0000 (08:41 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Mon, 5 Aug 2013 08:41:39 +0000 (08:41 +0000)
phpPgAdmin-config.patch
phpPgAdmin.spec

index 222230da748e89d857f54b5457a579884d02228f..78d99a029ead872cf439fe3d4fa90654e9edbc07 100644 (file)
@@ -1,5 +1,15 @@
---- phpPgAdmin-4.0.1/libraries/lib.inc.php~    2005-12-02 17:19:47.000000000 +0200
-+++ phpPgAdmin-4.0.1/libraries/lib.inc.php     2005-12-02 17:24:01.259851274 +0200
+diff -ur phpPgAdmin-5.1.orig/libraries/lib.inc.php phpPgAdmin-5.1/libraries/lib.inc.php
+--- phpPgAdmin-5.1.orig/libraries/lib.inc.php  2013-04-14 22:59:58.000000000 +0000
++++ phpPgAdmin-5.1/libraries/lib.inc.php       2013-08-05 07:57:03.087116156 +0000
+@@ -10,7 +10,7 @@
+       include_once('./lang/translations.php');
+       // Set error reporting level to max
+-      error_reporting(E_ALL);
++      error_reporting(E_ALL & ~E_NOTICE);
+  
+       // Application name
+       $appName = 'phpPgAdmin';
 @@ -27,12 +27,12 @@
                exit(sprintf('Version of PHP not supported. Please upgrade to version %s or later.', $phpMinVer));
  
 +              echo 'Configuration error: Copy conf/config.inc.php-dist to /etc/webapps/phpPgAdmin/config.inc.php and edit appropriately.';
                exit;
        }
-
---- phpPgAdmin-4.0.1/classes/plugins/Plugin.php~       2005-06-16 17:40:12.000000000 +0300
-+++ phpPgAdmin-4.0.1/classes/plugins/Plugin.php        2005-12-02 17:25:54.525481589 +0200
-@@ -21,7 +21,7 @@
-               // Read in configuration
-               if ($this->config !== null) {
-                       global $conf;
--                      include('./conf/' . $name . '.inc.php');                        
-+                      include('/etc/webapps/phpPgAdmin/' . $name . '.inc.php');                       
-               }
-       }
  
---- phpPgAdmin-4.0.1/libraries/lib.inc.php     2005-12-02 17:38:56.000000000 +0200
-+++ phpPgAdmin-4.0.1-org/libraries/lib.inc.php 2005-12-02 17:37:20.000000000 +0200
-@@ -10,7 +10,7 @@
-       include_once('./lang/translations.php');
-       // Set error reporting level to max
--      error_reporting(E_ALL);
-+      error_reporting(E_ALL & ~E_NOTICE);
-  
-       // Application name
-       $appName = 'phpPgAdmin';
index 19c6d4ece923a6a5bab1a3e58357e11d3ca5cc78..0944fa5ef784442d40afd0aa6ed04cae5690d19c 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       phpPgAdmin - web-based PostgreSQL administration
 Summary(pl.UTF-8):     phpPgAdmin - administracja bazami PostgreSQL przez WWW
 Name:          phpPgAdmin
-Version:       5.0.3
-Release:       2
+Version:       5.1
+Release:       0.1
 License:       GPL v2+
 Group:         Applications/Databases/Interfaces
 Source0:       http://dl.sourceforge.net/phppgadmin/%{name}-%{version}.tar.bz2
-# Source0-md5: 6a9810a187e52cc42de6e2d18d71ec81
+# Source0-md5: ad8f05cef0c443d9ce2940bf36319c24
 Source1:       %{name}-apache.conf
 Source2:       %{name}-lighttpd.conf
 Source3:       http://www.quarto.pl/~gotar/%{name}-jscalendar.tar.bz2
@@ -160,7 +160,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CREDITS DEVELOPERS FAQ HISTORY INSTALL TODO TRANSLATORS
-%doc sql
+%doc plugins/Report/sql
 %dir %attr(750,root,http) %{_sysconfdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
This page took 0.075398 seconds and 4 git commands to generate.