summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-18 23:44:11 +0200
committerRemi Collet <remi@remirepo.net>2017-07-18 23:44:11 +0200
commit6d633d17324cbdb759451506374b9cbcd134e60c (patch)
tree5dbc7c9921201c07b180ece737f64db3a031b864
parent0a7c19b96fafc83922d2b09b9222a867a450a8fe (diff)
rebuild for 7.2.0beta1
-rw-r--r--php-pecl-pq.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec
index 93f3d9d..ab22619 100644
--- a/php-pecl-pq.spec
+++ b/php-pecl-pq.spec
@@ -32,10 +32,10 @@ Summary: PostgreSQL client library (libpq) binding
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 2.1.2
%if 0%{?gh_date:1}
-Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
License: BSD
@@ -296,6 +296,9 @@ exit $RET
%changelog
+* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.1.2-2
+- rebuild for PHP 7.2.0beta1 new API
+
* Mon Jul 3 2017 Remi Collet <remi@remirepo.net> - 2.1.2-1
- Update to 2.1.2 (stable)