summaryrefslogtreecommitdiffstats
path: root/php-phpdocumentor-reflection-docblock.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-08 13:57:25 +0200
committerRemi Collet <remi@remirepo.net>2017-08-08 13:57:25 +0200
commitcaf45bbfb1ee76fc82e05f7bb0202bf0c924630b (patch)
treea3b37cd88a444cbc9b0a8f902099666c37171169 /php-phpdocumentor-reflection-docblock.spec
parentc754c5b3e5c74268e510aa1ff5c0a0d3f34b1a45 (diff)
v3.2.2
Diffstat (limited to 'php-phpdocumentor-reflection-docblock.spec')
-rw-r--r--php-phpdocumentor-reflection-docblock.spec18
1 files changed, 6 insertions, 12 deletions
diff --git a/php-phpdocumentor-reflection-docblock.spec b/php-phpdocumentor-reflection-docblock.spec
index cdcccc9..779e09d 100644
--- a/php-phpdocumentor-reflection-docblock.spec
+++ b/php-phpdocumentor-reflection-docblock.spec
@@ -8,15 +8,15 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 183824db76118b9dddffc7e522b91fa175f75119
+%global gh_commit 4aada1f93c72c35e22fb1383b47fee43b8f1d157
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpDocumentor
%global gh_project ReflectionDocBlock
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: php-phpdocumentor-reflection-docblock
-Version: 3.2.1
-Release: 2%{?dist}
+Version: 3.2.2
+Release: 1%{?dist}
Summary: DocBlock parser
Group: Development/Libraries
@@ -28,9 +28,6 @@ URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: %{name}-%{version}-%{gh_commit}.tar.gz
Source1: %{name}-get-source.sh
-# https://github.com/phpDocumentor/ReflectionDocBlock/pull/113
-Patch0: %{name}-pr113.patch
-
BuildArch: noarch
BuildRequires: php-fedora-autoloader-devel
%if %{with_tests}
@@ -92,7 +89,6 @@ DocBlocks or otherwise retrieve information that is embedded in a DocBlock.
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
sed 's#vendor/mockery/mockery/library#%{_datadir}/php#' phpunit.xml.dist \
> phpunit.xml
@@ -136,11 +132,6 @@ cat <<BOOTSTRAP | tee -a bootstrap.php
]);
BOOTSTRAP
-# Notice, with 7.2:
-# 1) phpDocumentor\Reflection\DocBlock\Tags\MethodTest::testCreateMethodParenthesisMissing
-# Uninitialized string offset: 0
-# tests/unit/DocBlock/Tags/MethodTest.php:428
-
# use auto_prepend_file to ensure build version used first
RETURN_CODE=0
for PHP_EXEC in php php56 php70 php71 php72; do
@@ -166,6 +157,9 @@ exit $RETURN_CODE
%changelog
+* Tue Aug 8 2017 Remi Collet <remi@remirepo.net> - 3.2.2-1
+- Update to 3.2.2
+
* Mon Aug 7 2017 Remi Collet <remi@remirepo.net> - 3.2.1-2
- add patch to fix BC break, thanks to Koschei, from
https://github.com/phpDocumentor/ReflectionDocBlock/pull/113