summaryrefslogtreecommitdiffstats
path: root/php73.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php73.spec')
-rw-r--r--php73.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php73.spec b/php73.spec
index 6e7c3bb..233d1f8 100644
--- a/php73.spec
+++ b/php73.spec
@@ -112,12 +112,12 @@
%endif
%global upver 7.3.0
-%global rcver beta2
+%global rcver beta3
Summary: PHP scripting language for creating dynamic web sites
Name: 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
@@ -173,7 +173,6 @@ Patch47: php-5.6.3-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
-Patch100: php-upstream.patch
# Security fixes (200+)
@@ -1122,7 +1121,6 @@ low-level PHP extension for the libsodium cryptographic library.
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p1 -b .up
# security patches
@@ -2172,6 +2170,9 @@ fi
%changelog
+* Tue Aug 28 2018 Remi Collet <remi@remirepo.net> - 7.3.0~beta3-1
+- update to 7.3.0beta3
+
* Wed Aug 22 2018 Remi Collet <remi@remirepo.net> - 7.3.0~beta2-2
- drop -mstackrealign option, workaround to #1593144