diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-31 14:36:31 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-31 14:36:31 +0100 |
commit | 8feadc3c7de00c4a075d1cbd22cbc2eb7bdc1549 (patch) | |
tree | 49303b9f19b480d44d7dbe4c4bed8d5f9f67f418 | |
parent | 0513bb9698d88018ddae7b87870085890dcc4b1f (diff) |
v4.3.0
-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 4d391d7..23a8a4f 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 66465776cfc249844bde6d117abff1d22e06c2da +%global gh_commit 94fd0001232e47129dd3504189fa1c7225010d08 %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.2.0 +Version: 4.3.0 Release: 1%{?dist} Summary: DocBlock parser @@ -181,6 +181,9 @@ exit $RETURN_CODE %changelog +* Wed Jan 31 2018 Remi Collet <remi@remirepo.net> - 4.3.0-1 +- Update to 4.3.0 + * Mon Jan 22 2018 Remi Collet <remi@remirepo.net> - 4.2.0-1 - Update to 4.2.0 - rename to php-phpdocumentor-reflection-docblock4 |