diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-01 09:01:38 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-01 09:01:38 +0100 |
commit | ea46b320f5107a36cd256184d4722f29c975b0cd (patch) | |
tree | dc99a5051cf865420cc83929cdf1b98fe180634a | |
parent | 776b155fd7a9d3da0d8b5a61e84481deca12cf40 (diff) |
v1.0.1 (no change)
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-mysqlnd-azure.spec | 9 |
2 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 mysqlnd_azure version 1.0.0 ] { +Extension [ <persistent> extension #124 mysqlnd_azure version 1.0.1 ] { - Dependencies { Dependency [ mysqlnd (Required) ] 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 <remi@remirepo.net> - 1.0.1-1 +- update to 1.0.1 (no change) + * Thu Oct 17 2019 Remi Collet <remi@remirepo.net> - 1.0.0-1 - initial package, version 1.0.0 (stable) |