diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-19 10:02:15 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-19 10:02:15 +0100 |
commit | 7e93ad8bf3bac49768727782d04b9dd156419c91 (patch) | |
tree | 41de2373710770f7ad0a0d879b5118015384c80b | |
parent | 6ac14a2503623075ca4822033959217d84d78cac (diff) |
php-pecl-propro: 1.0.2 (php 5, stable)
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-propro.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #138 propro version 1.0.2RC1 ] { +Extension [ <persistent> extension #144 propro version 1.0.2 ] { - Classes [1] { Class [ <internal:propro> final class php\PropertyProxy ] { diff --git a/php-pecl-propro.spec b/php-pecl-propro.spec index 3dfb835..1f579b3 100644 --- a/php-pecl-propro.spec +++ b/php-pecl-propro.spec @@ -30,12 +30,12 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global prever RC1 +#global prever RC1 Summary: Property proxy Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.2 -Release: 0.1.RC1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -236,6 +236,9 @@ rm -rf %{buildroot} %changelog +* Tue Jan 19 2016 Remi Collet <remi@fedoraproject.org> - 1.0.2-1 +- Update to 1.0.2 (stable) + * Mon Dec 7 2015 Remi Collet <remi@fedoraproject.org> - 1.0.2-0.1.RC1 - Update to 1.0.2RC1 (beta) |