From fe4f84ab7dd0eb88602ec6b525133fdb50aa86a8 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 4 Nov 2012 21:54:26 -0500 Subject: [PATCH] Update to 1.0.0 --- .gitignore | 1 + ninja-build.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 56b9960..09a7f65 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /martine-ninja-5dc55a3.tar.gz +/v1.0.0.tar.gz diff --git a/ninja-build.spec b/ninja-build.spec index 35c4797..016a88f 100644 --- a/ninja-build.spec +++ b/ninja-build.spec @@ -1,8 +1,8 @@ -%global githash 5dc55a3 +#global githash 5dc55a3 Name: ninja-build -Version: 0 -Release: 0.6.20120719git%{githash}%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Group: Development/Tools Summary: A small build system with a focus on speed @@ -11,7 +11,8 @@ URL: http://martine.github.com/ninja/ #VCS: git://github.com/martine/ninja.git # Snapshot from github # Downloaded from https://github.com/martine/ninja/tarball/%{githash} -Source0: martine-ninja-%{githash}.tar.gz +#Source0: martine-ninja-%{githash}.tar.gz +Source0: https://github.com/martine/ninja/archive/v%{version}.tar.gz Source1: ninja.vim BuildRequires: asciidoc @@ -26,7 +27,7 @@ fast as possible. %prep -%setup -q -n martine-ninja-%{githash} +%setup -q -n ninja-%{version} %build @@ -73,6 +74,9 @@ install -p -m 644 misc/zsh-completion %{buildroot}%{_datadir}/zsh/site-functions %changelog +* Sun Nov 04 2012 Ben Boeckel - 1.0.0-1 +- Update to 1.0.0 + * Thu Jul 19 2012 Ben Boeckel - 0-0.6.20120719git5dc55a3 - Update to new snapshot diff --git a/sources b/sources index 2482ff4..298448f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2881dc8454a62b7e1007aac347f0fa1d martine-ninja-5dc55a3.tar.gz +51f58e418d215ffc165cb9c5ad6cf0d7 v1.0.0.tar.gz