diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-30 09:19:25 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-30 09:19:25 +0200 |
commit | 4731ec5f0d227125df14cc5dcec5e6395222c954 (patch) | |
tree | 29e4c900a1317c30fd3aaab69be04da621963480 | |
parent | 61ec3ced0b3e258c8c0dfcca4e0d3049d2f7a1c6 (diff) |
php: test build
-rw-r--r-- | php55.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 <rcollet@redhat.com> 5.5.0-0.34.201305271230. +-test build with systemd gd + * Thu May 23 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.33.RC2 - update to 5.5.0RC2 - add missing options in php-fpm.conf |