summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec14
1 files changed, 12 insertions, 2 deletions
diff --git a/php56.spec b/php56.spec
index 8d5c644..79158ae 100644
--- a/php56.spec
+++ b/php56.spec
@@ -143,10 +143,17 @@
%global db_devel libdb-devel
%endif
+%global rcver RC1
+%global rpmrel 1
+
Summary: PHP scripting language for creating dynamic web sites
Name: php
-Version: 5.6.24
-Release: 1%{?dist}
+Version: 5.6.25
+%if 0%{?rcver:1}
+Release: 0.%{rpmrel}.%{rcver}%{?dist}
+%else
+Release: %{rpmrel}%{?dist}
+%endif
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1990,6 +1997,9 @@ fi
%changelog
+* Thu Aug 4 2016 Remi Collet <remi@fedoraproject.org> 5.6.25-0.1.RC1
+- update to 5.6.25RC1
+
* Thu Jul 21 2016 Remi Collet <remi@fedoraproject.org> 5.6.24-1
- Update to 5.6.24 - http://www.php.net/releases/5_6_24.php