From 12d0621a93c0507c57eb5a07675596014bb63f85 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Dec 2019 15:29:58 +0100 Subject: v4.3.3 --- php-phpdocumentor-reflection-docblock4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpdocumentor-reflection-docblock4.spec b/php-phpdocumentor-reflection-docblock4.spec index 2df5375..6feb72c 100644 --- a/php-phpdocumentor-reflection-docblock4.spec +++ b/php-phpdocumentor-reflection-docblock4.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b83ff7cfcfee7827e1e78b637a5904fe6a96698e +%global gh_commit 2ecaa9fef01634c83bfa8dc1fe35fb5cef223a62 %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.2 +Version: 4.3.3 Release: 1%{?dist} Summary: DocBlock parser @@ -180,6 +180,9 @@ exit $RETURN_CODE %changelog +* Fri Dec 20 2019 Remi Collet - 4.3.3-1 +- update to 4.3.3 + * Fri Sep 13 2019 Remi Collet - 4.3.2-1 - update to 4.3.2 - allow reflection-common 2.0 -- cgit