summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-03 08:03:28 +0100
committerRemi Collet <remi@remirepo.net>2018-01-03 08:03:28 +0100
commitcf76328462c582061c8397d482973bf18e89f76c (patch)
tree80c3dab69a0ecfd092e6dccbeae9da7e73612ab0 /php.spec
parent83faa500e8c3b0f8f9c2a618a9b6a5db462b3c4e (diff)
v7.2.1
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php.spec b/php.spec
index c140e4a..8042ee5 100644
--- a/php.spec
+++ b/php.spec
@@ -125,12 +125,12 @@
%endif
%global upver 7.2.1
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -182,7 +182,6 @@ Patch47: php-5.6.3-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
-Patch100: bug75579.patch
# Security fixes (200+)
@@ -915,7 +914,6 @@ low-level PHP extension for the libsodium cryptographic library.
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p1 -b .upstream
# security patches
@@ -1841,6 +1839,9 @@ fi
%changelog
+* Wed Jan 3 2018 Remi Collet <remi@remirepo.net> - 7.2.1-1
+- Update to 7.2.1 - http://www.php.net/releases/7_2_1.php
+
* Fri Dec 29 2017 Remi Collet <remi@remirepo.net> - 7.2.1~RC1-2
- add upstream patch for https://bugs.php.net/75579