]> git.pld-linux.org Git - packages/php.git/commitdiff
- dep-tests: get the sort order same way php loads (ini files sorting); rel 13
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 3 Dec 2009 07:31:42 +0000 (07:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.805.2.32

php.spec

index 74f074b2ec9035ffb55d428adc5d845349a363f5..f3c74953f4c02f9f76e20507d23614b56c110054 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -111,7 +111,7 @@ Summary(ru.UTF-8):  PHP Версии 5 - язык препроцессирова
 Summary(uk.UTF-8):     PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          php
 Version:       5.2.11
-Release:       12
+Release:       13
 Epoch:         4
 License:       PHP
 Group:         Libraries
@@ -443,6 +443,7 @@ Group:              Libraries
 # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
 Requires:      glibc >= 6:2.3.5
 Requires:      php-dirs
+Requires:      rpm-whiteout >= 1.28
 Provides:      php(date)
 Provides:      php(libxml)
 %{?with_zend_multibyte:Provides:       php(mbstring)}
@@ -2042,7 +2043,7 @@ generate_inifiles() {
 generate_inifiles
 
 # Check that the module inner-dependencies are intact
-PHP=./sapi/cli/php EXTENSION_DIR=modules CONFDIR=conf.d ./dep-tests.sh > dep-tests.log
+PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
 if grep -v OK dep-tests.log; then
        echo >&2 "The results above were not expected"
        exit 1
This page took 0.05375 seconds and 4 git commands to generate.