Browse Source

upgrading package: php-xdebug 2.4.0rc1 -> 2.4.0rc2

master
parent
commit
a641469531
  1. 10
      php-xdebug/php-xdebug.spec

10
php-xdebug/php-xdebug.spec

@ -22,9 +22,9 @@
##
# package version
%define V_opkg 2.4.0rc1
%define V_subdir 2.4.0RC1
%define V_tarball 2.4.0RC1
%define V_opkg 2.4.0rc2
%define V_subdir 2.4.0RC2
%define V_tarball 2.4.0rc2
# package information
Name: php-xdebug
@ -37,7 +37,7 @@ Class: EVAL
Group: Language
License: XDebug/PHP
Version: %{V_opkg}
Release: 20151122
Release: 20151205
# package options
%option with_apache yes
@ -69,7 +69,7 @@ PreReq: apache, apache-php
}
%prep
%setup -q -n xdebug-%{V_tarball}
%setup -q -n xdebug-%{V_subdir}
%build
# configure module

Loading…
Cancel
Save