summaryrefslogtreecommitdiffstats
path: root/php73.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-11 15:56:59 +0200
committerRemi Collet <remi@remirepo.net>2018-09-11 15:56:59 +0200
commitc62fa3d0da742186bff9f54f999ec6493d8b1502 (patch)
tree5296257982161a25e89f17c64687a58e2db6998b /php73.spec
parent3a6bb9da702ef34e0e21e9822243fdc4713101d3 (diff)
update to 7.3.0RC1
with oniguruma 6.9.0
Diffstat (limited to 'php73.spec')
-rw-r--r--php73.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/php73.spec b/php73.spec
index 233d1f8..4ecf3ce 100644
--- a/php73.spec
+++ b/php73.spec
@@ -50,7 +50,7 @@
%else
%global with_libpcre 0
%endif
-%if 0%{?fedora} >= 26
+%if 0%{?fedora} >= 28
%global with_onig 1
%else
%global with_onig 0
@@ -112,11 +112,12 @@
%endif
%global upver 7.3.0
-%global rcver beta3
+%global rcver RC1
+%global lower rc1
Summary: PHP scripting language for creating dynamic web sites
Name: php
-Version: %{upver}%{?rcver:~%{rcver}}
+Version: %{upver}%{?rcver:~%{lower}}
Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -793,7 +794,7 @@ License: PHP and LGPLv2 and BSD and OpenLDAP
%if %{with_onig}
BuildRequires: oniguruma-devel
%else
-Provides: bundled(oniguruma) = 6.3.0
+Provides: bundled(oniguruma) = 6.9.0
%endif
Provides: bundled(libmbfl) = 1.3.2
Requires: php-common%{?_isa} = %{version}-%{release}
@@ -2170,6 +2171,10 @@ fi
%changelog
+* Tue Sep 11 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc1-1
+- update to 7.3.0RC1
+- with oniguruma 6.9.0
+
* Tue Aug 28 2018 Remi Collet <remi@remirepo.net> - 7.3.0~beta3-1
- update to 7.3.0beta3