diff options
| -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)  | 
