summaryrefslogtreecommitdiffstats
path: root/php70.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-05 14:04:40 +0100
committerRemi Collet <remi@remirepo.net>2017-12-05 14:04:40 +0100
commit133b35cc72988e35b843bbbde171994a57170e16 (patch)
tree369f788a0a8d2274f1a7d6cc1e1922d4996d1f40 /php70.spec
parent1769fd654599d914294a6abf9fb68361fb1e4f90 (diff)
v7.0.27RC1
Diffstat (limited to 'php70.spec')
-rw-r--r--php70.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php70.spec b/php70.spec
index ad8f2c7..79b4bb7 100644
--- a/php70.spec
+++ b/php70.spec
@@ -107,8 +107,8 @@
%global db_devel libdb-devel
%endif
-%global upver 7.0.26
-#global rcver RC1
+%global upver 7.0.27
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -1160,6 +1160,9 @@ if [ ! -f Zend/zend_language_parser.c ]; then
./genfiles
fi
+# For doc
+cat %{SOURCE1} %{SOURCE12} >httpd-php.conf
+
%build
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
@@ -1929,7 +1932,7 @@ fi
%doc sapi/phpdbg/{README.md,CREDITS}
%files fpm
-%doc php-fpm.conf.default www.conf.default
+%doc php-fpm.conf.default www.conf.default httpd-php.conf
%license fpm_LICENSE
%attr(0770,root,apache) %dir %{_localstatedir}/lib/php/session
%attr(0770,root,apache) %dir %{_localstatedir}/lib/php/wsdlcache
@@ -2030,6 +2033,9 @@ fi
%changelog
+* Tue Dec 5 2017 Remi Collet <remi@remirepo.net> - 7.0.27~RC1-1
+- Update to 7.0.27RC1
+
* Tue Nov 21 2017 Remi Collet <remi@remirepo.net> - 7.0.26-1
- Update to 7.0.26 - http://www.php.net/releases/7_0_26.php