Hello community,

here is the log from the commit of package ninja for openSUSE:Factory checked 
in at 2014-09-18 07:12:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ninja (Old)
 and      /work/SRC/openSUSE:Factory/.ninja.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ninja"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ninja/ninja.changes      2013-09-23 
11:17:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ninja.new/ninja.changes 2014-09-18 
07:12:16.000000000 +0200
@@ -1,0 +2,28 @@
+Thu Sep 11 10:21:01 UTC 2014 - [email protected]
+
+- Only depend on python-base to trim down BuildRequires
+- Do not build the html manual
+- Use upstream pristine tarball
+
+-------------------------------------------------------------------
+Sun Jun 29 10:25:33 UTC 2014 - [email protected]
+
+- Update to version 1.5.1
+  * Recompacting removes more entries from the build and deps logs.
+  * Add a manifest parsing perftest and generator that generates
+    random build manifests.
+  * $in, $out are escaped more robustly.
+  * `depfile=$out.d` now works if $out gets escaped.
+  * ninja doesn't error out when it tries to create a directory and
+    the directory already exists.
+  * Ninja now accepts both / and \ on windows when making directories.
+  * \r\n line endings are now accepted in depfiles.
+  * depfile file names can now contain '{' and '}'.
+  * -t compdb no longer crashes on edges with emtpy inputs.
+  * 'keeprsp' is now included in the spelling suggestestions for -d
+  * Many improvements to ninja-mode.el.
+  * ninja_syntax.py is now faster.
+  * bash completion and zsh completion provides completions more often.
+  * ninja.vim now highlights $$ correctly.
+
+-------------------------------------------------------------------

Old:
----
  ninja-1.4.0.tar.gz

New:
----
  v1.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ninja.spec ++++++
--- /var/tmp/diff_new_pack.7Mg6YO/_old  2014-09-18 07:12:17.000000000 +0200
+++ /var/tmp/diff_new_pack.7Mg6YO/_new  2014-09-18 07:12:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ninja
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,16 +20,13 @@
 Summary:        A small build system closest in spirit to Make
 License:        Apache-2.0
 Group:          Development/Tools/Building
-Version:        1.4.0
+Version:        1.5.1
 Release:        0
 Url:            https://github.com/martine/ninja
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
-BuildRequires:  libxslt-tools
-BuildRequires:  python
-#Source0:       https://github.com/martine/ninja/archive/v%{version}.tar.gz
-Source0:        ninja-%{version}.tar.gz
+BuildRequires:  python-base
+Source0:        https://github.com/martine/ninja/archive/v%{version}.tar.gz
 
 %description
 Ninja is yet another build system.
@@ -41,20 +38,14 @@
 
 %build
 python ./bootstrap.py
-./ninja manual
 
 %install
 mkdir -p %{buildroot}%{_bindir}
-mkdir -p %{buildroot}%{_docdir}/html
-
 install -m 0755 ninja %{buildroot}%{_bindir}/ninja
-install -m 0644 doc/manual.html %{buildroot}%{_docdir}/html/manual.html
 
 %files
 %defattr(-,root,root)
 %{_bindir}/ninja
-%dir %{_docdir}/html
-%doc %{_docdir}/html/*
 %doc COPYING
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to