summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-wkhtmltox.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php-wkhtmltox.spec b/php-wkhtmltox.spec
index e75d5d1..e535d6b 100644
--- a/php-wkhtmltox.spec
+++ b/php-wkhtmltox.spec
@@ -29,9 +29,9 @@ Summary: HTML Converter
Name: %{?sub_prefix}php-%{pecl_name}
Version: 0.3.2
%if 0%{?gh_date:1}
-Release: 0.4.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.5.%{gh_date}.%{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: MIT
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -58,9 +58,13 @@ Obsoletes: php72u-%{pecl_name} <= %{version}
Obsoletes: php72w-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73u-%{pecl_name} <= %{version}
+Obsoletes: php73-%{pecl_name} <= %{version}
Obsoletes: php73w-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-%{pecl_name} <= %{version}
+Obsoletes: php74w-%{pecl_name} <= %{version}
+%endif
%endif
# Filter shared private and unwanted dependency on libwkhtmltox
@@ -186,6 +190,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.3.2-0.5.20171112.fecc9af
+- rebuild for 7.4.0RC1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.3.2-0.4.20171112.fecc9af
- rebuild for 7.3.0beta2 new ABI