diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-08 10:33:37 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-08 10:33:37 +0200 |
commit | 2ca46b0f5f270e843e980d382216bdfe5ec5c8f3 (patch) | |
tree | 2bf117f37358ffffd8c8a7e74c8e55fe65576bb6 | |
parent | 917048810fb21b0d40971c70d10eac4010d11e66 (diff) |
-rw-r--r-- | drush.spec | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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 |