From ea46b320f5107a36cd256184d4722f29c975b0cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Nov 2019 09:01:38 +0100 Subject: v1.0.1 (no change) --- php-pecl-mysqlnd-azure.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php-pecl-mysqlnd-azure.spec') diff --git a/php-pecl-mysqlnd-azure.spec b/php-pecl-mysqlnd-azure.spec index 544c75d..a97ca7b 100644 --- a/php-pecl-mysqlnd-azure.spec +++ b/php-pecl-mysqlnd-azure.spec @@ -24,7 +24,7 @@ Summary: Redirection plugin for mysqlnd Name: %{?sub_prefix}php-pecl-mysqlnd-azure -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP @@ -84,9 +84,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %prep %setup -qc -mv %{pecl_name} NTS -rm -r NTS/.git -chmod -x NTS/*.{c,h,txt,md} +mv %{pecl_name}-%{version} NTS # Don't install/register tests sed -e 's/role="test"/role="src"/' \ @@ -270,5 +268,8 @@ fi %changelog +* Fri Nov 1 2019 Remi Collet - 1.0.1-1 +- update to 1.0.1 (no change) + * Thu Oct 17 2019 Remi Collet - 1.0.0-1 - initial package, version 1.0.0 (stable) -- cgit