diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-orng.spec | 7 | 
2 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #89 orng version 0.0.2 ] { +Extension [ <persistent> extension #89 orng version 0.0.3 ] {    - Classes [6] {      Interface [ <internal:orng> interface ORNG\RNGInterface ] { diff --git a/php-pecl-orng.spec b/php-pecl-orng.spec index 1b748be..1fe1776 100644 --- a/php-pecl-orng.spec +++ b/php-pecl-orng.spec @@ -14,7 +14,7 @@  Summary:        Object scoped PRNG Extension  Name:           %{?scl_prefix}php-pecl-%{pecl_name} -Version:        0.0.2 +Version:        0.0.3  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  Group:          Development/Languages @@ -37,9 +37,7 @@ Provides:       %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}  %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}  # Other third party repo stuff -%if "%{php_version}" > "7.3"  Obsoletes:      php73-pecl-%{pecl_name} <= %{version} -%endif  %if "%{php_version}" > "7.4"  Obsoletes:      php74-pecl-%{pecl_name} <= %{version}  %endif @@ -196,6 +194,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Dec 23 2020 Remi Collet <remi@remirepo.net> - 0.0.3-1 +- update to 0.0.3 +  * Sat Dec 19 2020 Remi Collet <remi@remirepo.net> - 0.0.2-1  - initial package  | 
