diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-03 08:43:36 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-03 08:43:36 +0200 |
commit | 345481783bb967550da26a7329fe2e74a423baf6 (patch) | |
tree | a94f5ccd256a800e7394a7ade35bc12755378f84 /php-pdlib.spec | |
parent | 31f228704d37774d18a96b4f2cf010ea91a59823 (diff) |
update to 1.0.2
Diffstat (limited to 'php-pdlib.spec')
-rw-r--r-- | php-pdlib.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pdlib.spec b/php-pdlib.spec index 0f8f6e9..072339a 100644 --- a/php-pdlib.spec +++ b/php-pdlib.spec @@ -13,7 +13,7 @@ %global pkg_name %{name} %endif -%global gh_commit c7d57a7a1b12865096e98c08e6eb2b6daed1dc52 +%global gh_commit 1153e3e2eb28db09ed207a904096d8d6deb693a1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner goodspb %global gh_project pdlib @@ -36,9 +36,9 @@ BuildRequires: devtoolset-7-toolchain Summary: A PHP extension for Dlib Name: %{?sub_prefix}php-%{pecl_name} -Version: 1.0.1 +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;')}} +Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -53,7 +53,7 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff %if "%{php_version}" > "7.2" Obsoletes: php72u-%{pecl_name} <= %{version} @@ -189,6 +189,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Mon Aug 3 2020 Remi Collet <remi@remirepo.net> - 1.0.2-1 +- update to 1.0.2 + * Mon Jul 6 2020 Remi Collet <remi@remirepo.net> - 1.0.1-1 - update to 1.0.1 - drop patches merged upstream |