Hello community,

here is the log from the commit of package c-rbtree for openSUSE:Factory 
checked in at 2018-03-06 10:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/c-rbtree (Old)
 and      /work/SRC/openSUSE:Factory/.c-rbtree.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "c-rbtree"

Tue Mar  6 10:48:17 2018 rev:2 rq:583132 version:3.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/c-rbtree/c-rbtree.changes        2017-09-14 
21:14:03.620332105 +0200
+++ /work/SRC/openSUSE:Factory/.c-rbtree.new/c-rbtree.changes   2018-03-06 
10:49:17.531940033 +0100
@@ -1,0 +2,7 @@
+Mon Mar  5 20:03:13 UTC 2018 - jeng...@inai.de
+
+- Update to snapshot 3.30
+  * Add c_rbtree_for_each_entry_safe_postorder_unlink,
+    c_rbtree_move.
+
+-------------------------------------------------------------------

Old:
----
  v3.tar.gz

New:
----
  _service
  c-rbtree-3.30.tar.xz

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

Other differences:
------------------
++++++ c-rbtree.spec ++++++
--- /var/tmp/diff_new_pack.huRTRz/_old  2018-03-06 10:49:18.187916336 +0100
+++ /var/tmp/diff_new_pack.huRTRz/_new  2018-03-06 10:49:18.191916192 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package c-rbtree
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,14 +18,14 @@
 
 Name:           c-rbtree
 %define lname  libcrbtree0
-Version:        3
+Version:        3.30
 Release:        0
 Summary:        Red-black tree implemention in C11
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
 Url:            https://github.com/c-util/c-rbtree
 
-Source:         https://github.com/c-util/c-rbtree/archive/v%version.tar.gz
+Source:         %name-%version.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  meson
 BuildRequires:  pkg-config
@@ -57,6 +57,7 @@
 
 %install
 %meson_install
+perl -i -pe 's{Version:\s*3}{Version: %version}' 
%buildroot/%_libdir/pkgconfig/*.pc
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">git://github.com/c-util/c-rbtree</param>
                <param name="revision">master</param>
                <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
                <param name="versionrewrite-pattern">v(.*)</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="disabled"/>
</services>

Reply via email to