From 4731ec5f0d227125df14cc5dcec5e6395222c954 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 May 2013 09:19:25 +0200 Subject: php: test build --- php55.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php55.spec b/php55.spec index 0d48a54..8b0f94b 100644 --- a/php55.spec +++ b/php55.spec @@ -66,7 +66,7 @@ %global with_dtrace 0 %endif %if 0%{?fedora} < 20 -%global with_libgd 0 +%global with_libgd 1 %else %global with_libgd 1 %endif @@ -84,14 +84,14 @@ %global db_devel libdb-devel %endif -#global snapdate 201305220430 -%global rcver RC2 +%global snapdate 201305271230 +#global rcver RC2 Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.5.0 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.33.%{?snapdate}%{?rcver}%{?dist} +Release: 0.34.%{?snapdate}%{?rcver}%{?dist} %else Release: 2%{?dist} %endif @@ -1823,6 +1823,9 @@ fi %changelog +* Mon May 27 2013 Remi Collet 5.5.0-0.34.201305271230. +-test build with systemd gd + * Thu May 23 2013 Remi Collet 5.5.0-0.33.RC2 - update to 5.5.0RC2 - add missing options in php-fpm.conf -- cgit