forked from pool/ninja
* Version 3.0 now
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=11
This commit is contained in:
parent
d383eab474
commit
7db39c9f58
4
_service
4
_service
@ -8,14 +8,14 @@
|
|||||||
<param name="filename">ninja</param>
|
<param name="filename">ninja</param>
|
||||||
|
|
||||||
<!-- Format string which gets passed to git log via the pretty option -->
|
<!-- 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>
|
<param name="revision">master</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<!-- The recompress source service compresses the newest tarball generated by tar_scm. -->
|
<!-- The recompress source service compresses the newest tarball generated by tar_scm. -->
|
||||||
<service name="recompress" mode="disabled">
|
<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>
|
<param name="compression">bz2</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80174f27ff99fbbfaaebbf94562f42b7805e0381af7088ef3c078dc00ff2ce59
|
|
||||||
size 123512
|
|
@ -2,6 +2,7 @@
|
|||||||
Wed Jun 5 14:36:06 UTC 2013 - idonmez@suse.com
|
Wed Jun 5 14:36:06 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
- Update to git hash 0f53fd3
|
- Update to git hash 0f53fd3
|
||||||
|
* Version 3.0 now
|
||||||
* Don't poll pipes using POLLRDHUP
|
* Don't poll pipes using POLLRDHUP
|
||||||
* Recompact the deps log when it gets too big
|
* Recompact the deps log when it gets too big
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Name: ninja
|
|||||||
Summary: A small build system closest in spirit to Make
|
Summary: A small build system closest in spirit to Make
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 0.0+git.20130603.0f53fd3
|
Version: 3.0+git.20130603.0f53fd3
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/martine/ninja
|
Url: https://github.com/martine/ninja
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user