From f65c6a9a9614bafd5035c2f6d0e340d675c83e43 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Mar 2020 06:40:46 +0100 Subject: v3.1.1 --- php-pecl-yaf.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'php-pecl-yaf.spec') diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index 7787004..fdf4362 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-yaf # -# Copyright (c) 2012-2019 Remi Collet +# Copyright (c) 2012-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -26,16 +26,16 @@ Summary: Yet Another Framework Name: %{?sub_prefix}php-pecl-yaf -Version: 3.0.9 +Version: 3.1.1 %if 0%{?gh_date:1} Release: 0.12.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz +Source: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: PHP -URL: http://pecl.php.net/package/yaf +URL: https://pecl.php.net/package/yaf Source1: %{pecl_name}.ini BuildRequires: %{?dtsprefix}gcc @@ -155,8 +155,6 @@ done %check -sed -e 's/Catchable/%s/' -i ?TS/tests/022.phpt - cd NTS : Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -222,6 +220,12 @@ fi %changelog +* Mon Mar 16 2020 Remi Collet - 3.1.1-1 +- update to 3.1.1 + +* Sun Mar 15 2020 Remi Collet - 3.1.0-1 +- update to 3.1.0 + * Thu Dec 19 2019 Remi Collet - 3.0.9-1 - update to 3.0.9 -- cgit