From 1a88af8d498b21379f670718799836fe3f6260fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Feb 2015 14:32:43 +0100 Subject: php-pecl-hrtime: 0.5.1 (stable) --- php-pecl-hrtime.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-pecl-hrtime.spec') diff --git a/php-pecl-hrtime.spec b/php-pecl-hrtime.spec index d75be09..cf9cd3a 100644 --- a/php-pecl-hrtime.spec +++ b/php-pecl-hrtime.spec @@ -2,7 +2,7 @@ # # Copyright (c) 2014-2015 Remi Collet # License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/3.0/ +# http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # @@ -21,7 +21,7 @@ Summary: High resolution timing Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.5.0 +Version: 0.5.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -210,8 +210,11 @@ rm -rf %{buildroot} %changelog +* Mon Feb 09 2015 Remi Collet - 0.5.1-1 +- Update to 0.5.1 (stable) + * Mon Feb 02 2015 Remi Collet - 0.5.0-1 -- Update to 0.5.0 +- Update to 0.5.0 (stable) - don't install test suite - drop runtime dependency on pear, new scriptlets @@ -222,4 +225,4 @@ rm -rf %{buildroot} - improve SCL build * Tue Apr 22 2014 Remi Collet - 0.4.3-1 -- initial package, version 0.4.3 (beta) \ No newline at end of file +- initial package, version 0.4.3 (beta) -- cgit