Merge pull request #2958 from groni/master

ninja version bump
This commit is contained in:
groni
2017-02-23 12:33:32 +01:00
committed by GitHub
2 changed files with 12 additions and 4 deletions
+3 -3
View File
@@ -11,13 +11,13 @@ from pisi.actionsapi import get
def build(): def build():
shelltools.system("python bootstrap.py") shelltools.system("python configure.py --bootstrap")
shelltools.system("asciidoc doc/manual.asciidoc") shelltools.system("asciidoc doc/manual.asciidoc")
shelltools.system("emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el") #shelltools.system("emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el")
def check(): def check():
#needs new package gtest -> ignore it for now #needs new package gtest -> ignore it for now
shelltools.system("python ./configure.py --with-gtest=/usr/share/gtest") shelltools.system("python ./configure.py")
shelltools.system("./ninja ninja_test") shelltools.system("./ninja ninja_test")
shelltools.system("./ninja_test --gtest_filter=-SubprocessTest.SetWithLots") shelltools.system("./ninja_test --gtest_filter=-SubprocessTest.SetWithLots")
+9 -1
View File
@@ -12,11 +12,12 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Ninja is a small build system with a focus on speed.</Summary> <Summary>Ninja is a small build system with a focus on speed.</Summary>
<Description>Ninja is a small build system with a focus on speed.</Description> <Description>Ninja is a small build system with a focus on speed.</Description>
<Archive sha1sum="556ed5f8ee49753af1cf4b0ab2315d39d1954d58" type="targz">https://github.com/martine/ninja/archive/v1.7.1.tar.gz</Archive> <Archive sha1sum="a50e9008e90339d052f741e9c52a3475aa108fbb" type="targz">https://github.com/ninja-build/ninja/archive/v1.7.2.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>re2c</Dependency> <Dependency>re2c</Dependency>
<Dependency>asciidoc</Dependency> <Dependency>asciidoc</Dependency>
<Dependency>emacs-python</Dependency> <Dependency>emacs-python</Dependency>
<Dependency>giflib-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<!-- <Patch>LFS.patch</Patch> --> <!-- <Patch>LFS.patch</Patch> -->
@@ -36,6 +37,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2017-02-22</Date>
<Version>1.7.2</Version>
<Comment>Release Bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2016-07-09</Date> <Date>2016-07-09</Date>
<Version>1.7.1</Version> <Version>1.7.1</Version>