From 1e83184617f994eb0567c661abfa25a7c92d2269 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 May 2019 08:49:28 +0200 Subject: v4.3.1 --- makesrc.sh | 1 + php-phpdocumentor-reflection-docblock4.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 120000 makesrc.sh diff --git a/makesrc.sh b/makesrc.sh new file mode 120000 index 0000000..55c8426 --- /dev/null +++ b/makesrc.sh @@ -0,0 +1 @@ +php-phpdocumentor-reflection-docblock4-get-source.sh \ No newline at end of file diff --git a/php-phpdocumentor-reflection-docblock4.spec b/php-phpdocumentor-reflection-docblock4.spec index 55363a3..8dfe532 100644 --- a/php-phpdocumentor-reflection-docblock4.spec +++ b/php-phpdocumentor-reflection-docblock4.spec @@ -1,6 +1,6 @@ # Fedora/remirepo spec file for php-phpdocumentor-reflection-docblock4 # -# Copyright (c) 2017-2018 Remi Collet, Shawn Iwinski +# Copyright (c) 2017-2019 Remi Collet, Shawn Iwinski # 2014-2015 Remi Collet # # License: CC-BY-SA @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 94fd0001232e47129dd3504189fa1c7225010d08 +%global gh_commit bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c %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: 4.3.0 +Version: 4.3.1 Release: 1%{?dist} Summary: DocBlock parser @@ -151,7 +151,7 @@ BOOTSTRAP # use auto_prepend_file to ensure build version used first RETURN_CODE=0 -for PHP_EXEC in php php70 php71 php72 php73; do +for PHP_EXEC in php php71 php72 php73; do if which $PHP_EXEC; then $PHP_EXEC -d auto_prepend_file=$PWD/bootstrap.php \ %{_bindir}/phpunit6 \ @@ -174,6 +174,9 @@ exit $RETURN_CODE %changelog +* Thu May 2 2019 Remi Collet - 4.3.1-1 +- update to 4.3.1 + * Wed Jan 31 2018 Remi Collet - 4.3.0-1 - Update to 4.3.0 -- cgit