diff options
author | Remi Collet <remi@remirepo.net> | 2019-12-20 15:29:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-12-20 15:29:58 +0100 |
commit | 12d0621a93c0507c57eb5a07675596014bb63f85 (patch) | |
tree | 57926785f8c177716227c3c5eef4a9b5edf70387 | |
parent | f1af5a801d8997ab588d977ca021fa2677afade1 (diff) |
v4.3.3
-rw-r--r-- | php-phpdocumentor-reflection-docblock4.spec | 7 |
1 files 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 <remi@remirepo.net> - 4.3.3-1 +- update to 4.3.3 + * Fri Sep 13 2019 Remi Collet <remi@remirepo.net> - 4.3.2-1 - update to 4.3.2 - allow reflection-common 2.0 |