forked from pool/ninja
Accepting request 177888 from devel:tools:building
- Update to git hash 0f53fd3 * Version 3.0 now * Don't poll pipes using POLLRDHUP * Recompact the deps log when it gets too big OBS-URL: https://build.opensuse.org/request/show/177888 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=6
This commit is contained in:
commit
7bef8bba6d
4
_service
4
_service
@ -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>
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:872e584011ed89421f1a8c2bc13c144e436b2f4093a4b823460b5cfd93ce8e35
|
||||
size 120938
|
3
ninja-3.0+git.20130603.0f53fd3.tar.bz2
Normal file
3
ninja-3.0+git.20130603.0f53fd3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0c4f0d60fbe8b15e9f7db631fb9750b5f3c3739f80f6da6af4ba71934049c1c
|
||||
size 123849
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 17 09:19:56 UTC 2013 - idonmez@suse.com
|
||||
|
||||
|
@ -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.20130416.7bf53c6
|
||||
Version: 3.0+git.20130603.0f53fd3
|
||||
Release: 0
|
||||
Url: https://github.com/martine/ninja
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user