Browse Source

upgrading package: php-zf 1.8.4 -> 1.8.4pl1

Ralf S. Engelschall 16 years ago
parent
commit
f90b084c49
1 changed files with 4 additions and 4 deletions
  1. 4 4
      php-zf/php-zf.spec

+ 4 - 4
php-zf/php-zf.spec

@@ -22,8 +22,8 @@
 ##
 
 #   package version
-%define       V_opkg 1.8.4
-%define       V_dist 1.8.4
+%define       V_opkg 1.8.4pl1
+%define       V_dist 1.8.4PL1
 
 #   package information
 Name:         php-zf
@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Language
 License:      BSD
 Version:      %{V_opkg}
-Release:      20090625
+Release:      20090708
 
 #   list of sources
 Source0:      http://framework.zend.com/releases/ZendFramework-%{V_dist}/ZendFramework-%{V_dist}.tar.gz
@@ -60,7 +60,7 @@ AutoReqProv:  no
     prog php-zf = {
         version   = %{V_dist}
         url       = http://framework.zend.com/download/latest
-        regex     = ZendFramework-(__VER__)\.tar\.gz
+        regex     = ZendFramework-(__VER__(:?PL\d+)?)\.tar\.gz
     }
 
 %prep