From 08c2271514c195fc53b5ddb62adad1e590426c5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Jun 2014 19:27:15 +0200 Subject: PHP 5.5.30 --- php55.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php55.spec b/php55.spec index d306ada..dad8ad9 100644 --- a/php55.spec +++ b/php55.spec @@ -118,7 +118,7 @@ %endif #global snapdate 201308300430 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -126,7 +126,7 @@ Version: 5.5.14 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.2.%{?snapdate}%{?rcver}%{?dist} %else -Release: 3%{?dist} +Release: 1%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1897,6 +1897,10 @@ fi %changelog +* Wed Jun 25 2014 Remi Collet 5.5.14-1 +- Update to 5.5.14 + http://www.php.net/releases/5_5_14.php + * Tue Jun 17 2014 Remi Collet 5.5.14-0.2.RC1 - fix test for rhbz #971416 -- cgit