Browse Source

upgrading package: php 5.4.3 -> 5.4.4

master
parent
commit
1760fb4841
  1. 11
      php/php.spec

11
php/php.spec

@ -21,9 +21,6 @@
## SUCH DAMAGE.
##
# package versions
%define V_php 5.4.3
# package information
Name: php
Summary: Personal HomePage (PHP)
@ -34,8 +31,8 @@ Distribution: OpenPKG Community
Class: BASE
Group: Language
License: PHP
Version: %{V_php}
Release: 20120517
Version: 5.4.4
Release: 20120616
# package options
%option with_bc no
@ -120,7 +117,7 @@ Release: 20120517
%endif
# list of sources
Source0: http://static.php.net/www.php.net/distributions/php-%{V_php}.tar.bz2
Source0: http://static.php.net/www.php.net/distributions/php-%{version}.tar.bz2
Source1: php.ini
Patch0: php.patch
@ -259,7 +256,7 @@ PreReq: tidy
%track
prog php = {
version = %{V_php}
version = %{version}
url = http://www.php.net/downloads.php
regex = php-(5\.\d+\.\d+)\.tar\.(bz2|gz)
}

Loading…
Cancel
Save