diff options
| -rw-r--r-- | php-pecl-uopz.spec | 24 | 
1 files changed, 13 insertions, 11 deletions
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec index 9f22df3..b8623e1 100644 --- a/php-pecl-uopz.spec +++ b/php-pecl-uopz.spec @@ -24,7 +24,7 @@  Summary:        User Operations for Zend  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        6.0.1 -Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  URL:            http://pecl.php.net/package/%{pecl_name}  %if 0%{?gh_commit:1} @@ -73,20 +73,19 @@ Obsoletes:     php73w-pecl-%{pecl_name} <= %{version}  %description -User Operations for Zend: doing things you probably shouldn't since 2014. - -The uopz extension exposes Zend engine functionality normally used at -compilation and execution time in order to allow modification of the -internal structures that represent PHP code. +The uopz extension is focused on providing utilities to aid with unit testing PHP code.  It supports the following activities: -- Overloading some Zend opcodes including exit/new and composure opcodes -- Renaming functions and methods -- Aliasing functions and methods -- Deletion of functions and methods +- Intercepting function execution +- Intercepting object creation +- Hooking into function execution +- Manipulation of function statics +- Manipulation of function flags  - Redefinition of constants  - Deletion of constants -- Runtime composition and modification of classes +- Runtime creation of functions and methods + +Note: All of the above activities are compatible with opcache  Documentation: http://php.net/uopz @@ -253,6 +252,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Feb  6 2019 Remi Collet <remi@remirepo.net> - 6.0.1-2 +- update package description from upstream +  * Wed Feb  6 2019 Remi Collet <remi@remirepo.net> - 6.0.1-1  - update to 6.0.1  - update provided default configuration  | 
