diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-24 13:08:02 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-24 13:08:02 +0200 |
commit | bad38c27cea32afa9c868a999f73a98dcea692c3 (patch) | |
tree | f3531cf032bdd93d3d6e7c0340aa0407de5cd483 /php55.spec | |
parent | 1816c4d5cc40480ca6caafad543b146b815023a1 (diff) |
php 5.5 test build
Diffstat (limited to 'php55.spec')
-rw-r--r-- | php55.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -61,7 +61,7 @@ %else %global with_dtrace 0 %endif -%if 0%{?fedora} < 17 && 0%{?rhel} < 5 +%if 0%{?fedora} < 20 && 0%{?rhel} < 5 %global with_libgd 0 %else %global with_libgd 1 @@ -80,14 +80,14 @@ %global db_devel libdb-devel %endif -#global snapdate 201306031030 +%global snapdate 201306240630 #global rcver RC3 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.5.0 +Version: 5.5.1 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.36.%{?snapdate}%{?rcver}%{?dist}.1 +Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else Release: 1%{?dist} %endif @@ -1801,6 +1801,9 @@ fi %changelog +* Mon Jun 24 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.1.201306240630 +- test build (bundled libgd) + * Thu Jun 20 2013 Remi Collet <rcollet@redhat.com> 5.5.0-1 - update to 5.5.0 final |