summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-14 14:53:28 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-14 14:53:28 +0200
commitb33f1fb6e589218a13cf6acf6122382786a93629 (patch)
tree5b23696dada55c8dcd7d2e3acedee7b58b1892ec
parentb1c2bb54c5185ce3cf3e8767573018c1b9d29138 (diff)
php 5.5: EL-5 rebuild with gd-last
-rw-r--r--php55.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php55.spec b/php55.spec
index eda606d..9769948 100644
--- a/php55.spec
+++ b/php55.spec
@@ -65,7 +65,7 @@
%else
%global with_dtrace 0
%endif
-%if 0%{?fedora} < 17 && 0%{?rhel} < 6
+%if 0%{?fedora} < 17 && 0%{?rhel} < 5
%global with_libgd 0
%else
%global with_libgd 1
@@ -91,7 +91,7 @@ Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.5.0
%if 0%{?snapdate:1}%{?rcver:1}
-Release: 0.36.%{?snapdate}%{?rcver}%{?dist}
+Release: 0.36.%{?snapdate}%{?rcver}%{?dist}.1
%else
Release: 2%{?dist}
%endif
@@ -1838,6 +1838,9 @@ fi
%changelog
+* Fri Jun 14 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.36.RC3.1
+- EL-5 rebuild with gd-last
+
* Thu Jun 13 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.36.RC3
- drop JSON extension
- build with system GD when 2.1.0 is available