diff --git a/bash-git-prompt.spec b/bash-git-prompt.spec index 6931ffe..9c50f3c 100644 --- a/bash-git-prompt.spec +++ b/bash-git-prompt.spec @@ -2,14 +2,14 @@ %global END_TOKEN ### Generated by %{name} rpm package Name: bash-git-prompt -Version: 2.6.3 +Version: 2.7.1 Release: 1%{?dist} Summary: Informative git prompt for bash and fish Group: Development/Tools License: FreeBSD URL: https://github.com/magicmonty/bash-git-prompt -Source0: https://github.com/magicmonty/%{name}/archive/%{version}.tar.gz +Source0: https://github.com/magicmonty/%{name}/archive/%{name}-%{version}.tar.gz Requires: git BuildArch: noarch @@ -60,11 +60,11 @@ sed -i -e '/^%{START_TOKEN}/, /^%{END_TOKEN}/{d}' /etc/bashrc %doc README.md -%license License.txt +%license LICENSE.txt %changelog +* Tue Jun 28 2016 Koustubh Sinkar +- Updating the spec file to reflect more recent changes + * Fri Aug 08 2014 Justin Zhang -- Updating the spec file to reflect more recent changes