Browse Source

upgrading package: php 4.3.8 -> 4.3.9

Ralf S. Engelschall 21 years ago
parent
commit
e28505634a
1 changed files with 5 additions and 5 deletions
  1. 5 5
      php/php.spec

+ 5 - 5
php/php.spec

@@ -24,8 +24,8 @@
 ##
 
 #   package component versions
-%define       V_php                     4.3.8
-%define       V_php_hardened            0.2.2
+%define       V_php                     4.3.9
+%define       V_php_hardened            4.3.8-0.2.2
 
 #   package information
 Name:         php
@@ -38,7 +38,7 @@ Class:        BASE
 Group:        Language
 License:      PHP
 Version:      %{V_php}
-Release:      20040920
+Release:      20040924
 
 #   package options
 %option       with_bc                   no
@@ -103,7 +103,7 @@ Release:      20040920
 #   list of sources
 Source0:      http://static.php.net/www.php.net/distributions/php-%{V_php}.tar.gz
 Source1:      php.ini
-Patch0:       http://www.hardened-php.net/hardened-php-%{V_php}-%{V_php_hardened}.patch.gz
+Patch0:       http://www.hardened-php.net/hardened-php-%{V_php_hardened}.patch.gz
 Patch1:       php.patch
 
 #   build information
@@ -245,7 +245,7 @@ AutoReqProv:  no
     prog php:hardened = {
         version   = %{V_php_hardened}
         url       = http://www.hardened-php.net/download.php
-        regex     = hardened-php-%{V_php}-(\d+(\.\d+)+)\.patch\.gz
+        regex     = hardened-php-(4\.\d+\.\d+-\d+(\.\d+)+)\.patch\.gz
     }
 
 %prep