Ismail Dönmez 2013-06-05 14:41:32 +00:00 committed by Git OBS Bridge
parent d383eab474
commit 7db39c9f58
4 changed files with 4 additions and 6 deletions

View File

@ -8,14 +8,14 @@
<param name="filename">ninja</param>
<!-- Format string which gets passed to git log via the pretty option -->
<param name="versionformat">0.0+git.%cd.%h</param>
<param name="versionformat">3.0+git.%cd.%h</param>
<param name="revision">master</param>
</service>
<!-- The recompress source service compresses the newest tarball generated by tar_scm. -->
<service name="recompress" mode="disabled">
<param name="file">ninja-0.0*git*.tar</param>
<param name="file">ninja-3.0*git*.tar</param>
<param name="compression">bz2</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80174f27ff99fbbfaaebbf94562f42b7805e0381af7088ef3c078dc00ff2ce59
size 123512

View File

@ -2,6 +2,7 @@
Wed Jun 5 14:36:06 UTC 2013 - idonmez@suse.com
- Update to git hash 0f53fd3
* Version 3.0 now
* Don't poll pipes using POLLRDHUP
* Recompact the deps log when it gets too big

View File

@ -20,7 +20,7 @@ Name: ninja
Summary: A small build system closest in spirit to Make
License: Apache-2.0
Group: Development/Tools/Building
Version: 0.0+git.20130603.0f53fd3
Version: 3.0+git.20130603.0f53fd3
Release: 0
Url: https://github.com/martine/ninja
BuildRoot: %{_tmppath}/%{name}-%{version}-build