From ec764848161e633888bd96840864cd7939185c1d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Sep 2021 13:52:11 +0200 Subject: update to 5.0.0alpha6 --- php-phalcon5.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'php-phalcon5.spec') diff --git a/php-phalcon5.spec b/php-phalcon5.spec index b1fc229..d30d384 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -23,7 +23,7 @@ # after 40-json.ini, 20-pdo.ini, 40-psr.ini %global ini_name 50-%{pecl_name}.ini %global upstream_ver 5.0.0 -%global upstream_pre alpha5 +%global upstream_pre alpha6 Name: %{?scl_prefix}php-phalcon5 Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}} @@ -74,12 +74,6 @@ Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} # Don't provides php-composer(phalcon/cphalcon), not registered on packagist -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%endif -%{?filter_setup} - %description Phalcon is a web framework implemented as a C extension offering @@ -255,6 +249,9 @@ fi %changelog +* Sat Sep 18 2021 Remi Collet - 5.0.0~alpha6-1 +- update to 5.0.0alpha6 + * Thu Sep 9 2021 Remi Collet - 5.0.0~alpha5-1 - update to 5.0.0alpha5 -- cgit