Hello community,

here is the log from the commit of package ninja for openSUSE:Factory checked 
in at 2013-03-12 22:37:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ninja (Old)
 and      /work/SRC/openSUSE:Factory/.ninja.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ninja", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ninja/ninja.changes      2013-02-22 
16:55:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ninja.new/ninja.changes 2013-03-12 
22:37:49.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Mar 12 15:51:24 UTC 2013 - [email protected]
+
+- Update to git hash ecc876e
+  * Add compdb command to generate compile_commands.json for clang.
+  * Add elapsed time (%e) to NINJA_STATUS.
+
+-------------------------------------------------------------------

Old:
----
  ninja-b26d217.tar.bz2

New:
----
  _service
  ninja-0.0+git.20130311.ecc876e.tar.bz2

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

Other differences:
------------------
++++++ ninja.spec ++++++
--- /var/tmp/diff_new_pack.RdtnkY/_old  2013-03-12 22:37:50.000000000 +0100
+++ /var/tmp/diff_new_pack.RdtnkY/_new  2013-03-12 22:37:50.000000000 +0100
@@ -16,13 +16,11 @@
 #
 
 
-%define _githash b26d217
-
 Name:           ninja
 Summary:        A small build system closest in spirit to Make
 License:        Apache-2.0
 Group:          Development/Tools/Building
-Version:        0.0_20130222
+Version:        0.0+git.20130311.ecc876e
 Release:        0
 Url:            https://github.com/martine/ninja
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -30,7 +28,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libxslt-tools
 BuildRequires:  python
-Source0:        ninja-%{_githash}.tar.bz2
+Source0:        ninja-%{version}.tar.bz2
 
 %description
 Ninja is yet another build system.
@@ -38,7 +36,7 @@
 and orchestrates building them, quickly.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 python ./bootstrap.py

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">git://github.com/martine/ninja.git</param>
    <param name="scm">git</param>

    <param name="exclude">.git</param>

    <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="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="compression">bz2</param>
  </service>

  <!-- The set_version source service rewrites the Version: header in the .spec 
file. -->
  <service name="set_version" mode="disabled">
    <!--
       Omit version parameter and specify basename in order to
       autodetect version from tarball generated by tar_scm service.
       Unfortunately this requires the '-git' suffix because of a
       limitation in set-version, in order to distinguish between
       tarballs of git snapshots and release tarballs.
      -->
    <param name="basename">ninja</param>
  </service>

</services>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to