summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-23 09:09:22 +0200
committerRemi Collet <remi@remirepo.net>2019-05-23 09:09:22 +0200
commit5d02a67e2c144f1e8d1dd6376fbcd3b16935fb76 (patch)
tree5811fd6ee11c985f0db0e988c82d08ccc3eb8075
parent35c102358de07a9d9992ead7f3572bb3b79b74b4 (diff)
refresh
-rw-r--r--php-pecl-mysql.spec19
1 files changed, 12 insertions, 7 deletions
diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec
index 4eab148..cce796d 100644
--- a/php-pecl-mysql.spec
+++ b/php-pecl-mysql.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-mysql
#
-# Copyright (c) 2013-2018 Remi Collet
+# Copyright (c) 2013-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -19,11 +19,11 @@
%endif
# https://github.com/php/pecl-database-mysql/commits/master
-%global gh_commit 647c933b6cc8f3e6ce8a466824c79143a98ee151
+%global gh_commit d7643af829314142e1edf07fb36c7ab0515f8bd5
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner php
%global gh_project pecl-database-mysql
-%global gh_date 20180226
+%global gh_date 20190415
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name mysql
%global with_tests 0%{?_with_tests:1}
@@ -35,7 +35,7 @@ Summary: MySQL database access functions
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.0.0
%if 0%{?gh_date:1}
-Release: 0.20.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.21.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
@@ -70,8 +70,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
-Obsoletes: php70u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "7.1"
Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
@@ -81,9 +79,13 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php73-pecl-%{pecl_name} <= %{version}
Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-pecl-%{pecl_name} <= %{version}
+Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -294,6 +296,9 @@ fi
%changelog
+* Thu May 23 2019 Remi Collet <remi@remirepo.net> - 1.0.0-0.21.20190415.d7643af*
+- refresh
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.0-0.20.20180226.647c933
- rebuild for 7.3.0beta2 new ABI