From 387e321016e4299b361137bcc5e20c8485d1512b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Jan 2019 14:14:48 +0100 Subject: 0.1.1 released --- php-pecl-sandbox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-sandbox.spec') diff --git a/php-pecl-sandbox.spec b/php-pecl-sandbox.spec index f713e11..77cc2d5 100644 --- a/php-pecl-sandbox.spec +++ b/php-pecl-sandbox.spec @@ -14,7 +14,7 @@ Summary: Isolated environment Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.1.1 -Release: 0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%%{pecl_name}-%{version}.tgz @@ -189,6 +189,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jan 16 2019 Remi Collet - 0.1.1-1 +- update for official release + * Thu Jan 10 2019 Remi Collet - 0.1.1-0 - initial package - test build for upcoming version 0.1.1 (beta) -- cgit