summaryrefslogtreecommitdiffstats
path: root/drush.spec
diff options
context:
space:
mode:
Diffstat (limited to 'drush.spec')
-rw-r--r--drush.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/drush.spec b/drush.spec
index 36b7ed2..276eb4a 100644
--- a/drush.spec
+++ b/drush.spec
@@ -2,7 +2,7 @@
#
# Fedora spec file for drush
#
-# Copyright (c) 2015-2018 Shawn Iwinski <shawn@iwin.ski>
+# Copyright (c) 2015-2020 Shawn Iwinski <shawn@iwin.ski>
#
# License: MIT
# http://opensource.org/licenses/MIT
@@ -22,10 +22,10 @@
%global php_min_ver 5.4.5
# "consolidation/annotated-command": "^2.8.1"
%global consolidation_annotated_command_min_ver 2.8.1
-%global consolidation_annotated_command_max_ver 3
+%global consolidation_annotated_command_max_ver 5
# "consolidation/output-formatters": "~3"
%global consolidation_output_formatters_min_ver 3
-%global consolidation_output_formatters_max_ver 4
+%global consolidation_output_formatters_max_ver 5
# "pear/console_table": "~1.3.1"
%global pear_console_table_min_ver 1.3.1
%global pear_console_table_max_ver 2.0
@@ -68,10 +68,9 @@
Name: %{composer_project}
Version: %{github_version}
-Release: 1%{?github_release}%{?dist}
+Release: 6%{?github_release}%{?dist}
Summary: Command line shell and scripting interface for Drupal
-Group: Development/Libraries
License: GPLv2+
URL: http://www.drush.org/
Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz
@@ -362,6 +361,10 @@ UNISH_DRUSH=%{buildroot}%{drush_dir}/drush \
%changelog
+* Mon Feb 24 2020 Shawn Iwinski <shawn@iwin.ski> - 8.1.16-6
+- Bump max php-composer(consolidation/annotated-command) and
+ php-composer(consolidation/output-formatters) dependency versions
+
* Fri Mar 30 2018 Shawn Iwinski <shawn@iwin.ski> - 8.1.16-1
- Update to 8.1.16
- Add range version dependencies for Fedora >= 27 || RHEL >= 8