From 78627589dae205878702229f863701cf588a4c22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Jan 2019 06:30:17 +0100 Subject: v1.0.2 --- php-pecl-mcrypt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-mcrypt.spec') diff --git a/php-pecl-mcrypt.spec b/php-pecl-mcrypt.spec index a614da0..8ae89d6 100644 --- a/php-pecl-mcrypt.spec +++ b/php-pecl-mcrypt.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-mcrypt # -# Copyright (c) 2017-2018 Remi Collet +# Copyright (c) 2017-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -18,8 +18,8 @@ Summary: Bindings for the libmcrypt library Name: %{?scl_prefix}php-pecl-mcrypt -Version: 1.0.1 -Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.0.2 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/mcrypt @@ -219,6 +219,9 @@ fi %changelog +* Fri Jan 11 2019 Remi Collet - 1.0.2-1 +- update to 1.0.2 + * Thu Aug 16 2018 Remi Collet - 1.0.1-8 - rebuild for 7.3.0beta2 new ABI -- cgit