Hello community,

here is the log from the commit of package jsmn for openSUSE:Factory checked in 
at 2017-04-06 11:01:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jsmn (Old)
 and      /work/SRC/openSUSE:Factory/.jsmn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jsmn"

Thu Apr  6 11:01:02 2017 rev:2 rq:482733 version:20161012

Changes:
--------
--- /work/SRC/openSUSE:Factory/jsmn/jsmn.changes        2015-11-10 
10:02:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.jsmn.new/jsmn.changes   2017-04-06 
11:01:04.012770320 +0200
@@ -1,0 +2,14 @@
+Sun Mar 26 10:39:32 UTC 2017 - astie...@suse.com
+
+- Update to version 20161012:
+  * Fix typos
+  * Very minor changes to C source code
+  * Very minor changes to Makefile
+  * Partialy fixes zserge/jsmn#81 Still will report invalid amount
+    if we fetch it with something like "{"key 1": 1234}}"
+  * Seems to actually fix zserge/jsmn#81
+  * some tests for unmatched brackets added
+  * Changed unmatched bracket tests
+  * Fix issue in documentation.
+
+-------------------------------------------------------------------

Old:
----
  jsmn-0.0.git20151024.zip

New:
----
  _service
  _servicedata
  jsmn-20161012.tar.xz

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

Other differences:
------------------
++++++ jsmn.spec ++++++
--- /var/tmp/diff_new_pack.Dr3hTq/_old  2017-04-06 11:01:04.644681009 +0200
+++ /var/tmp/diff_new_pack.Dr3hTq/_new  2017-04-06 11:01:04.644681009 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jsmn
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,18 +16,16 @@
 #
 
 
-%define rev 2db03781c59bd59cbb9269d6e5793b884c788816
 Name:           jsmn
-Version:        0.0.git20151024
+Version:        20161012
 Release:        0
 Summary:        Minimalistic JSON parser library in C
 License:        MIT
 Group:          Development/Libraries/C and C++
 Url:            http://zserge.com/jsmn.html
-Source:         
https://github.com/zserge/jsmn/archive/%{rev}.zip#/%{name}-%{version}.zip
+Source:         %{name}-%{version}.tar.xz
 Source2:        CMakeLists.txt
 BuildRequires:  cmake
-BuildRequires:  unzip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,7 +52,7 @@
 This package contains development files for %{name}.
 
 %prep
-%setup -q -n %{name}-%{rev}
+%setup -q
 cp %{SOURCE2} .
 rm Makefile
 
@@ -66,7 +64,6 @@
 %cmake_install
 
 %post -n libjsmn0 -p /sbin/ldconfig
-
 %postun -n libjsmn0 -p /sbin/ldconfig
 
 %files -n libjsmn0
@@ -81,3 +78,4 @@
 %{_includedir}/jsmn.h
 %{_libdir}/libjsmn.so
 
+%changelog

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/zserge/jsmn.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">jsmn</param>
    <param name="versionformat">%cd</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
            <param name="url">https://github.com/zserge/jsmn.git</param>
          <param 
name="changesrevision">1682c32e9ae5990ddd0f0e907270a0f6dde5cbe9</param></service></servicedata>

Reply via email to