diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-29 15:19:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-29 15:19:30 +0200 |
commit | 0599033f7fce467334732d58a6ac411dd2f5efcf (patch) | |
tree | 516d195901bc0fc30ad8eece4cb01fa5eb6616f3 | |
parent | 86374985f7117d026a2d6d901c40086ad49492ed (diff) |
rebuild
-rw-r--r-- | php-pecl-msgpack.spec | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec index 28a51df..858d918 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-msgpack # -# Copyright (c) 2012-2018 Remi Collet +# Copyright (c) 2012-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -33,10 +33,10 @@ Summary: API for communicating with MessagePack serialization Name: %{?sub_prefix}php-pecl-msgpack Version: 2.0.3 %if 0%{?gh_date:1} -Release: 0.3.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.4.%{gh_date}.%{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;')}} Source: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif License: BSD @@ -87,9 +87,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 @@ -301,6 +305,9 @@ fi %changelog +* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 2.0.3-2 +- rebuild + * Thu Dec 20 2018 Remi Collet <remi@remirepo.net> - 2.0.3-1 - update to 2.0.3 |