summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-phpdocumentor-reflection-docblock5.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-phpdocumentor-reflection-docblock5.spec b/php-phpdocumentor-reflection-docblock5.spec
index 1b48e48..9200ff2 100644
--- a/php-phpdocumentor-reflection-docblock5.spec
+++ b/php-phpdocumentor-reflection-docblock5.spec
@@ -8,7 +8,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit a48807183a4b819072f26e347bbd0b5199a9d15f
+%global gh_commit cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpDocumentor
%global gh_project ReflectionDocBlock
@@ -16,7 +16,7 @@
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: php-phpdocumentor-reflection-docblock%{major}
-Version: 5.0.0
+Version: 5.1.0
Release: 1%{?dist}
Summary: DocBlock parser
@@ -148,12 +148,10 @@ cat <<BOOTSTRAP | tee -a bootstrap.php
]);
BOOTSTRAP
-# use auto_prepend_file to ensure build version used first
-# zend.exception_ignore_args=0: see https://github.com/phpDocumentor/ReflectionDocBlock/pull/205
RETURN_CODE=0
for PHP_EXEC in php php72 php73 php74; do
if which $PHP_EXEC; then
- $PHP_EXEC -d zend.exception_ignore_args=0 -d auto_prepend_file=$PWD/bootstrap.php \
+ $PHP_EXEC -d auto_prepend_file=$PWD/bootstrap.php \
%{_bindir}/phpunit8 \
--bootstrap bootstrap.php \
--verbose || RETURN_CODE=1
@@ -176,6 +174,10 @@ exit $RETURN_CODE
%changelog
+* Wed Feb 26 2020 Remi Collet <remi@remirepo.net> - 5.1.0-1
+- update to 5.1.0
+- drop unneeded hack as our PR was merged upstream
+
* Wed Feb 12 2020 Remi Collet <remi@remirepo.net> - 5.0.0-1
- update to 5.0.0
- rename to php-phpdocumentor-reflection-docblock5