]> git.pld-linux.org Git - packages/phpPgAdmin.git/commitdiff
- no more PHP < 5.0 support (and PostgreSQL < 7.4, but 8.4 and 9.0 are)
authorTomasz Pala <gotar@pld-linux.org>
Wed, 29 Sep 2010 23:23:31 +0000 (23:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpPgAdmin.spec -> 1.80

phpPgAdmin.spec

index 4d31b11c28778de8d014edab1b7bc366091c3e9c..67d47849355618ebe86c46ad5fabb4e60e063b3b 100644 (file)
@@ -25,7 +25,7 @@ Requires:     php(pcre)
 Requires:      php(pgsql)
 Requires:      php(session)
 Requires:      webapps
-Requires:      webserver(php) >= 4.1
+Requires:      webserver(php) >= 5.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -38,7 +38,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 phpPgAdmin is a fully functional web-based administration utility for
 a PostgreSQL database server. It handles all the basic functionality
 as well as some advanced features such as triggers, views and
-functions (stored procs).
+functions (stored procedures).
 
 %description -l pl.UTF-8
 phpPgAdmin jest w pełni funkcjonalnym, bazowanym na WWW, narzędziem
This page took 0.040379 seconds and 4 git commands to generate.