summaryrefslogtreecommitdiffstats
path: root/php-pecl-mysqlnd-azure.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-mysqlnd-azure.spec')
-rw-r--r--php-pecl-mysqlnd-azure.spec9
1 files changed, 5 insertions, 4 deletions
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)