diff options
| author | Remi Collet <remi@remirepo.net> | 2017-08-07 07:09:42 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-08-07 07:09:42 +0200 | 
| commit | f487b47b2bbdc2d5fab13f30c23586df19943a5f (patch) | |
| tree | 20827312464c5aba2b0753a901b690a3f53b23a3 | |
| parent | 5371ab253210d203902664c3a2d314c09ce5f097 (diff) | |
v3.2.1 from Fedora
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-phpdocumentor-reflection-docblock.spec | 17 | 
2 files changed, 11 insertions, 8 deletions
diff --git a/composer.json b/composer.json index 05cecc1..558046c 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@      "require": {          "php": ">=5.5",          "phpdocumentor/reflection-common": "^1.0@dev", -        "phpdocumentor/type-resolver": "^0.4.0", +        "phpdocumentor/type-resolver": "^0.3.0",          "webmozart/assert": "^1.0"      },      "autoload": { diff --git a/php-phpdocumentor-reflection-docblock.spec b/php-phpdocumentor-reflection-docblock.spec index d5ececf..72a96ad 100644 --- a/php-phpdocumentor-reflection-docblock.spec +++ b/php-phpdocumentor-reflection-docblock.spec @@ -8,14 +8,14 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    46f7e8bb075036c92695b15a1ddb6971c751e585 +%global gh_commit    183824db76118b9dddffc7e522b91fa175f75119  %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.0 +Version:        3.2.1  Release:        1%{?dist}  Summary:        DocBlock parser @@ -35,7 +35,7 @@ BuildRequires:  php(language) >= 5.5  BuildRequires:  php-composer(phpdocumentor/reflection-common) <  2  BuildRequires:  php-composer(phpdocumentor/reflection-common) >= 1.0  BuildRequires:  php-composer(phpdocumentor/type-resolver) <  1.0 -BuildRequires:  php-composer(phpdocumentor/type-resolver) >= 0.4.0 +BuildRequires:  php-composer(phpdocumentor/type-resolver) >= 0.3.0  BuildRequires:  php-composer(phpunit/phpunit)  BuildRequires:  php-composer(webmozart/assert) <  2  BuildRequires:  php-composer(webmozart/assert) >= 1.0 @@ -43,7 +43,7 @@ BuildRequires:  php-composer(webmozart/assert) >= 1.0  #        "mockery/mockery": "^0.9.4"  BuildRequires:  php-composer(mockery/mockery) <  1  BuildRequires:  php-composer(mockery/mockery) >= 0.9.4 -# From phpcompatinfo report for 3.2.0 +# From phpcompatinfo report for 3.2.1  BuildRequires:  php-filter  BuildRequires:  php-pcre  BuildRequires:  php-reflection @@ -53,16 +53,16 @@ BuildRequires:  php-spl  # From composer.json, require  #        "php": ">=5.5"  #        "phpdocumentor/reflection-common": "^1.0@dev", -#        "phpdocumentor/type-resolver": "^0.2.0", +#        "phpdocumentor/type-resolver": "^0.3.0",  #        "webmozart/assert": "^1.0"  Requires:       php(language) >= 5.5  Requires:       php-composer(phpdocumentor/reflection-common) <  2  Requires:       php-composer(phpdocumentor/reflection-common) >= 1.0  Requires:       php-composer(phpdocumentor/type-resolver) <  1 -Requires:       php-composer(phpdocumentor/type-resolver) >= 0.4.0 +Requires:       php-composer(phpdocumentor/type-resolver) >= 0.3.0  Requires:       php-composer(webmozart/assert) <  2  Requires:       php-composer(webmozart/assert) >= 1.0 -# From phpcompatinfo report for 3.2.0 +# From phpcompatinfo report for 3.2.1  Requires:       php-filter  Requires:       php-pcre  Requires:       php-reflection @@ -162,6 +162,9 @@ exit $RETURN_CODE  %changelog +* Sat Aug 05 2017 Shawn Iwinski <shawn@iwin.ski> - 3.2.1-1 +- Update to 3.2.1 (RHBZ #1471379) +  * Tue Jul 18 2017 Shawn Iwinski <shawn@iwin.ski> - 3.2.0-1  - Update to 3.2.0 (RHBZ #1471379)  | 
