summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Iwinski <shawn@iwin.ski>2017-08-30 20:48:52 +0000
committerRemi Collet <remi@remirepo.net>2017-09-04 12:57:08 +0200
commit7bf6fb119e4a1d31878e8ecfe4512de8adcf1612 (patch)
tree51a438f6859f8fffa9fca462fdd58db3698d914d
parentac8c32e5db79fe742a40c10c01e56b3e9d8ca328 (diff)
Update to 2.4.13 (RHBZ #1485331)
-rw-r--r--php-consolidation-annotated-command.spec15
1 files changed, 10 insertions, 5 deletions
diff --git a/php-consolidation-annotated-command.spec b/php-consolidation-annotated-command.spec
index 4d9145a..6ac1346 100644
--- a/php-consolidation-annotated-command.spec
+++ b/php-consolidation-annotated-command.spec
@@ -12,8 +12,8 @@
%global github_owner consolidation-org
%global github_name annotated-command
-%global github_version 2.4.11
-%global github_commit 7fbf68dc6abf2f1f0746ceab0701dee1ee97516e
+%global github_version 2.4.13
+%global github_commit abb685e42c83d0b698b4e22059e5d505588f7d3c
%global composer_vendor consolidation
%global composer_project annotated-command
@@ -27,7 +27,9 @@
# NOTE: Min version not 1.0 because autoloader required
%global psr_log_min_ver 1.0.1
%global psr_log_max_ver 2.0
-# "phpdocumentor/reflection-docblock": "^2.0|^3.0.2"
+# "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0"
+# NOTE: Min version not 5.0 until it is determined how 4.0 of this
+# dependency is implemented
%global phpdocumentor_reflection_docblock_min_ver 2.0
%global phpdocumentor_reflection_docblock_max_ver 4.0
# "symfony/console": "^2.8|~3"
@@ -69,7 +71,7 @@ BuildRequires: php-composer(symfony/event-dispatcher) < %{symfony_max_ver}
BuildRequires: php-composer(symfony/event-dispatcher) >= %{symfony_min_ver}
BuildRequires: php-composer(symfony/finder) < %{symfony_max_ver}
BuildRequires: php-composer(symfony/finder) >= %{symfony_min_ver}
-## phpcompatinfo (computed from version 2.4.11)
+## phpcompatinfo (computed from version 2.4.13)
BuildRequires: php-dom
BuildRequires: php-pcre
BuildRequires: php-reflection
@@ -92,7 +94,7 @@ Requires: php-composer(symfony/event-dispatcher) < %{symfony_max_ver}
Requires: php-composer(symfony/event-dispatcher) >= %{symfony_min_ver}
Requires: php-composer(symfony/finder) < %{symfony_max_ver}
Requires: php-composer(symfony/finder) >= %{symfony_min_ver}
-# phpcompatinfo (computed from version 2.4.11)
+# phpcompatinfo (computed from version 2.4.13)
Requires: php-dom
Requires: php-pcre
Requires: php-reflection
@@ -190,6 +192,9 @@ exit $RETURN_CODE
%changelog
+* Wed Aug 30 2017 Shawn Iwinski <shawn@iwin.ski> - 2.4.13-1
+- Update to 2.4.13 (RHBZ #1485331)
+
* Sat Aug 05 2017 Shawn Iwinski <shawn@iwin.ski> - 2.4.11-1
- Update to 2.4.11 (RHBZ #1473682)