summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-18 23:32:39 +0200
committerRemi Collet <remi@remirepo.net>2017-07-18 23:32:39 +0200
commita33012cc0f37aecbb96acd00d06a418fd0d3895a (patch)
treefbdfdb48c120606d480c34a81613cb0f389d71b6
parent9cc1fba199984a0b38d8495054c3449f2be44455 (diff)
rebuild for 7.2.0beta1
-rw-r--r--.gitignore7
-rw-r--r--php-pecl-mysql.spec7
2 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1ab5c4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec
index 05f8d93..b072de0 100644
--- a/php-pecl-mysql.spec
+++ b/php-pecl-mysql.spec
@@ -28,9 +28,9 @@ Summary: MySQL database access functions
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.0.0
%if 0%{?gh_date:1}
-Release: 0.16.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.17.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: PHP
@@ -279,6 +279,9 @@ fi
%changelog
+* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.0-0.17.20160812git230a828
+- rebuild for PHP 7.2.0beta1 new API
+
* Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 1.0.0-0.16.20160812git230a828
- rebuild for 7.2.0alpha2