Browse Source

upgrade to PHP 4.1.0

Ralf S. Engelschall 24 years ago
parent
commit
39193ff98f
1 changed files with 2 additions and 4 deletions
  1. 2 4
      php/php.spec

+ 2 - 4
php/php.spec

@@ -32,12 +32,11 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [REL]
 Group:        Language
 License:      PHP
-Version:      4.0.6
-Release:      20011201
+Version:      4.1.0
+Release:      20011211
 
 #   list of sources
 Source0:      http://www.php.net/distributions/php-%{version}.tar.gz
-Patch0:       php-%{version}.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -55,7 +54,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n php-%{version}
-    %patch0 -p1
 
 %build
     PATH="%{l_prefix}/bin:$PATH"; export PATH