Hello community,

here is the log from the commit of package ninja for openSUSE:Factory checked 
in at 2016-02-16 09:26:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-07-16 
17:17:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ninja.new/ninja.changes 2016-02-16 
09:26:38.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Jan 30 21:39:59 UTC 2016 - [email protected]
+
+- Update dependencies
+- Use optflags when building
+- Make building more verbose
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ninja.spec ++++++
--- /var/tmp/diff_new_pack.LvXoX8/_old  2016-02-16 09:26:39.000000000 +0100
+++ /var/tmp/diff_new_pack.LvXoX8/_new  2016-02-16 09:26:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ninja
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,18 @@
 
 
 Name:           ninja
+Version:        1.6.0
+Release:        0
 Summary:        A small build system closest in spirit to Make
 License:        Apache-2.0
 Group:          Development/Tools/Building
-Version:        1.6.0
-Release:        0
 Url:            https://github.com/martine/ninja
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++
-BuildRequires:  python3-base
 Source0:        https://github.com/martine/ninja/archive/v%{version}.tar.gz
 Patch1:         ninja-disable-maxprocs-test.patch
+BuildRequires:  gcc-c++
+BuildRequires:  python3-base
+BuildRequires:  re2c
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Ninja is yet another build system.
@@ -39,12 +40,14 @@
 %patch1 -p1
 
 %build
-python3 ./configure.py --bootstrap
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
+python3 ./configure.py --bootstrap --verbose
 
 %install
 mkdir -p %{buildroot}%{_bindir}
 
-install -m 0755 ninja %{buildroot}%{_bindir}/ninja
+install -D -m 0755 ninja %{buildroot}%{_bindir}/ninja
 install -D -m 0644 misc/zsh-completion 
%{buildroot}%{_datadir}/zsh/site-functions/_ninja
 install -D -m 0644 misc/ninja.vim 
%{buildroot}%{_datadir}/vim/site/syntax/ninja.vim
 install -D -m 0644 misc/bash-completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/ninja
@@ -55,10 +58,10 @@
 
 %files
 %defattr(-,root,root)
+%doc COPYING
 %{_bindir}/ninja
 %{_datadir}/zsh
 %{_datadir}/vim
 %{_sysconfdir}/bash_completion.d
-%doc COPYING
 
 %changelog


Reply via email to