From e58449f98b7f28583b0a8d6efa91051261a53dd6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jan 2018 11:42:18 +0100 Subject: v8.1.15 --- drush.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'drush.spec') diff --git a/drush.spec b/drush.spec index 058b206..13f9981 100644 --- a/drush.spec +++ b/drush.spec @@ -12,8 +12,8 @@ %global github_owner drush-ops %global github_name drush -%global github_version 8.1.10 -%global github_commit 2192496b80aa9cdb0581a2d308623f950f747e94 +%global github_version 8.1.15 +%global github_commit f78b619806a9bc7c3d167fa425e8757eb046bb87 %global composer_vendor drush %global composer_project drush @@ -66,7 +66,7 @@ Name: %{composer_project} Version: %{github_version} -Release: 3%{?github_release}%{?dist} +Release: 1%{?github_release}%{?dist} Summary: Command line shell and scripting interface for Drupal Group: Development/Libraries @@ -321,6 +321,9 @@ UNISH_DRUSH=%{buildroot}%{drush_dir}/drush \ %changelog +* Mon Jan 8 2018 Remi Collet - 8.1.15-1 +- Update to 8.1.15 + * Mon Jan 8 2018 Remi Collet - 8.1.10-3 - backport for remirepo - use symfony package names -- cgit