summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-30 15:58:33 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-30 15:58:33 +0100
commite06b98718a1d5ac86ce1ee3b95583643cb0180bb (patch)
tree52dc1e4266ab45343fbc7f0442371c289fcab000
parenta953debcb40d82d52941e03a1d664e71d48c4663 (diff)
PHP 5.5.0-0.2.201211301534
-rw-r--r--php55.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php55.spec b/php55.spec
index e584eb5..f20067c 100644
--- a/php55.spec
+++ b/php55.spec
@@ -1,6 +1,6 @@
# API/ABI check
%global apiver 20121113
-%global zendver 20121113
+%global zendver 20121128
%global pdover 20080721
# Extension version
%global fileinfover 1.0.5-dev
@@ -31,8 +31,8 @@
%global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0}
%global with_fpm 1
-%if 0%{?__isa:1}
-%global isasuffix -%{__isa}
+%if 0%{?__isa_bits:1}
+%global isasuffix -%{__isa_bits}
%else
%global isasuffix %nil
%endif
@@ -60,14 +60,14 @@
%global db_devel libdb-devel
%endif
-%global snapdate 201211300857
+%global snapdate 201211301534
#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.5.0
%if 0%{?snapdate:1}%{?rcver:1}
-Release: 0.1.%{?snapdate}%{?rcver}%{?dist}
+Release: 0.2.%{?snapdate}%{?rcver}%{?dist}
%else
Release: 2%{?dist}
%endif
@@ -1607,6 +1607,9 @@ fi
%changelog
+* Fri Nov 30 2012 Remi Collet <remi@fedoraproject.org> 5.5.0-0.2.201211301534
+- update to have zend_execute_ex for xDebug
+
* Fri Nov 30 2012 Remi Collet <remi@fedoraproject.org> 5.5.0-0.1.201211300857
- Initial work on 5.5.0-dev