summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-09 07:37:31 +0200
committerRemi Collet <remi@remirepo.net>2020-08-09 07:37:31 +0200
commit17a035eaacd361b7c10a2a97126ee193baec1588 (patch)
tree7feada49a51fa4284860f7f63da5aa9e11ef1e7e
parent1c6c103983bf16b975d6cc58bc6d29237091b46d (diff)
rebuild against dlib 19.21
-rw-r--r--PHPINFO2
-rw-r--r--php-pdlib.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 14acbe9..5f2f3f8 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,7 +3,7 @@ pdlib
pdlib support => enabled
pdlib extension version => 1.0.2
-dlib library version => 19.20.0
+dlib library version => 19.21.0
DLIB_USE_CUDA => false
DLIB_USE_BLAS => true
DLIB_USE_LAPACK => true
diff --git a/php-pdlib.spec b/php-pdlib.spec
index 1ba7a02..bdec395 100644
--- a/php-pdlib.spec
+++ b/php-pdlib.spec
@@ -40,14 +40,14 @@ Version: 1.0.2
%if 0%{?gh_date:1}
Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: MIT
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
BuildRequires: %{?scl_prefix}php-devel > 7
-BuildRequires: dlib-devel
+BuildRequires: dlib-devel >= 19.21
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
@@ -189,6 +189,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
%changelog
+* Sun Aug 9 2020 Remi Collet <remi@remirepo.net> - 1.0.2-3
+- rebuild against dlib 19.21
+
* Wed Aug 5 2020 Remi Collet <remi@remirepo.net> - 1.0.2-2
- rebuild for 8.0.0beta1