From 2ca46b0f5f270e843e980d382216bdfe5ec5c8f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Sep 2020 10:33:37 +0200 Subject: sync with fedora --- drush.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'drush.spec') 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 +# Copyright (c) 2015-2020 Shawn Iwinski # # 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 - 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 - 8.1.16-1 - Update to 8.1.16 - Add range version dependencies for Fedora >= 27 || RHEL >= 8 -- cgit