diff options
Diffstat (limited to 'php-pecl-yar.spec')
-rw-r--r-- | php-pecl-yar.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec index ea6a998..380312d 100644 --- a/php-pecl-yar.spec +++ b/php-pecl-yar.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-yar # -# Copyright (c) 2013-2017 Remi Collet +# Copyright (c) 2013-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -29,7 +29,7 @@ Summary: Light, concurrent RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.3 +Version: 2.0.4 %if 0%{?gh_date:1} Release: 0.12.%{gh_date}git%{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 @@ -279,6 +279,9 @@ export YAR_API_PORT=8964 %changelog +* Mon Jan 1 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1 +- Update to 2.0.4 + * Tue Aug 1 2017 Remi Collet <remi@remirepo.net> - 2.0.3-1 - Update to 2.0.3 |