diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-02-09 14:32:43 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-02-09 14:32:43 +0100 |
commit | 1a88af8d498b21379f670718799836fe3f6260fd (patch) | |
tree | 33f0e581f1c4f560b38abf8cda55b554bb670daa | |
parent | 13108f4550f89538c3b016ab3b5a3f28d0ec1cab (diff) |
php-pecl-hrtime: 0.5.1 (stable)
-rw-r--r-- | php-pecl-hrtime.spec | 11 |
1 files changed, 7 insertions, 4 deletions
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 <remi@fedoraproject.org> - 0.5.1-1 +- Update to 0.5.1 (stable) + * Mon Feb 02 2015 Remi Collet <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 0.4.3-1 -- initial package, version 0.4.3 (beta)
\ No newline at end of file +- initial package, version 0.4.3 (beta) |