From 624721726c09dc0beb33d73625ff4960efc7f240 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Feb 2014 13:54:35 +0100 Subject: php 5.6.0alpha3, rebuild after bootstrap --- php56.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index e15f362..c3c1395 100644 --- a/php56.spec +++ b/php56.spec @@ -7,7 +7,7 @@ %global oci8ver 2.0.7 # Use for first build of PHP (before pecl/zip and pecl/jsonc) -%global php_bootstrap 1 +%global php_bootstrap 0 # Adds -z now to the linker flags %global _hardened_build 1 @@ -114,7 +114,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.6.0 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.1.%{?snapdate}%{?rcver}%{?dist} +Release: 0.2.%{?snapdate}%{?rcver}%{?dist} %else Release: 1%{?dist} %endif -- cgit