summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-06 14:41:00 +0100
committerRemi Collet <remi@remirepo.net>2019-02-06 14:41:00 +0100
commitac0600fec5bfe15e376296600d1548fce4909809 (patch)
tree188316bc636d0bca3029aa1da41d9eba9a2bef3b
parent76620d43f3a6533941ed35c8d41b74096fb6d76f (diff)
update package description from upstream
-rw-r--r--php-pecl-uopz.spec24
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