From 7daf162f796d01059e03141c6dc0344d5c652de4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jun 2019 14:16:40 +0200 Subject: 7.4.0alpha1 --- php.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index b351395..56f133b 100644 --- a/php.spec +++ b/php.spec @@ -98,17 +98,17 @@ %global gh_commit eac238fb6cb6f38c2f3ba1d0fa129ea8d42fec38 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20190612 +#global gh_date 20190612 %global gh_owner php %global gh_project php-src %global upver 7.4.0 -#global rcver dev -%global lower DEV +%global rcver alpha1 +%global lower alpha1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 7%{?dist} +Release: 8%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1797,7 +1797,10 @@ fi %changelog -* Wed Jun 5 2019 Remi Collet - 7.4.0~DEV.20190612-7 +* Wed Jun 12 2019 Remi Collet - 7.4.0~alpha1-8 +- update to 7.4.0alpha1 + +* Wed Jun 12 2019 Remi Collet - 7.4.0~DEV.20190612-7 - new snapshot - use pkgconfig dependencies for libxslt, libexslt, libsasl2, libargon2 -- cgit