diff --git a/.gitignore b/.gitignore index 5f4e272..8059d6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /martine-ninja-5dc55a3.tar.gz /v1.0.0.tar.gz /v1.3.4.tar.gz +/v1.4.0.tar.gz diff --git a/ninja-build.spec b/ninja-build.spec index c654bc5..8a5a56c 100644 --- a/ninja-build.spec +++ b/ninja-build.spec @@ -1,8 +1,8 @@ #global githash 5dc55a3 Name: ninja-build -Version: 1.3.4 -Release: 4%{?dist} +Version: 1.4.0 +Release: 1%{?dist} Group: Development/Tools Summary: A small build system with a focus on speed @@ -81,6 +81,9 @@ install -p -m 644 misc/zsh-completion %{buildroot}%{_datadir}/zsh/site-functions %changelog +* Wed Nov 20 2013 Ben Boeckel - 1.4.0-1 +- Update to 1.4.0 + * Sun Nov 3 2013 Ville Skyttä - 1.3.4-4 - Use special %%doc to install all docs (#994005). diff --git a/sources b/sources index b6da5b4..7b549e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83ca09927b0f617ebe402883fe91bc7f v1.3.4.tar.gz +cff1cd76e132c0af86a8bf9f6d811eb6 v1.4.0.tar.gz