From 1cf37f82ee4e18e8139b90f04293583065b0a395 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Apr 2019 07:36:38 +0200 Subject: v2.0.2 --- php-pecl-runkit7.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-pecl-runkit7.spec') diff --git a/php-pecl-runkit7.spec b/php-pecl-runkit7.spec index 3cc354d..739534c 100644 --- a/php-pecl-runkit7.spec +++ b/php-pecl-runkit7.spec @@ -20,7 +20,7 @@ %global ini_name 40-%{pecl_name}.ini %global with_tests 0%{!?_without_tests:1} -%global upstream_version 2.0.1 +%global upstream_version 2.0.2 #global upstream_prever RC1 Name: %{?sub_prefix}php-pecl-%{proj_name} @@ -28,11 +28,9 @@ Summary: For all those things you... shouldn't have been doing anyway... Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD -# Temporary -URL: https://github.com/%{proj_name}/%{proj_name} +URL: https://pecl.php.net/package/%{proj_name} -# Temporary -Source0: https://github.com/%{proj_name}/%{proj_name}/releases/download/%{version}/%{proj_name}-%{version}.tgz +Source0: https://pecl.php.net/get/%{proj_name}-%{version}.tgz BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.1 @@ -233,6 +231,9 @@ fi %endif %changelog +* Fri Apr 5 2019 Remi Collet - 2.0.2-1 +- update to 2.0.2 + * Thu Apr 4 2019 Remi Collet - 2.0.1-1 - initial package - open https://github.com/runkit7/runkit7/issues/185 segfault -- cgit