Hello community,

here is the log from the commit of package libqb for openSUSE:Factory checked 
in at 2018-01-06 18:45:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqb (Old)
 and      /work/SRC/openSUSE:Factory/.libqb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqb"

Sat Jan  6 18:45:34 2018 rev:25 rq:561129 version:1.0.3+20171226.6d62b64

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqb/libqb.changes      2017-08-10 
13:43:08.613073974 +0200
+++ /work/SRC/openSUSE:Factory/.libqb.new/libqb.changes 2018-01-06 
18:45:37.509223739 +0100
@@ -1,0 +2,32 @@
+Tue Jan  2 10:08:14 UTC 2018 - [email protected]
+
+- Update to version 1.0.3+20171226.6d62b64:
+- build: fix configure script neglecting, re-enable out-of-tree builds
+
+-------------------------------------------------------------------
+Fri Dec 22 03:45:53 UTC 2017 - [email protected]
+
+- Update to version 1.0.3
+- warnings cleanup: fix initialiser warning
+- warnings cleanup: Wformat: sign-correct PRIu32 specifiers as appropriate
+- warnings cleanup: Wsign-compare: log_format: int32_t -> size_t
+- warnings cleanup: Wsign-compare: hdb: uint32_t <-> int32_t
+- warnings cleanup: Wsign-compare: array: int32_t -> size_t
+- warnings cleanup: hdb+loop_timerlist: Wsign-compare: (canary?) variables
+- warnings cleanup: Wshift-overflow: trigger arithmetic conv. to unsigned
+- Upstream version cs: 28dff090c74b6ba8609c4797294a5afe3fe73987 (v1.0.3)
+
+-------------------------------------------------------------------
+Thu Dec 14 14:26:00 UTC 2017 - [email protected]
+
+- fix internal object symbol's leak & expose run-time lib version (bsc#1074327)
+- bare fix for libqb logging not working with ld.bfd/binutils 2.29+ 
(bsc#1074327)
+- add extra run-time (client, libqb) checks that logging will work 
(bsc#1074327)
+- tests: add a script to generate callsite-heavy logging client... 
(bsc#1074327)
+- tests: new sort of tests dubbed "functional", cover linker vs. logging 
(bsc#1074327)
+- configure: check section boundary symbols present in the test (bsc#1074327)
+- qblog.h: better explanation + behaviour of QB_LOG_INIT_DATA (bsc#1074327)
+- log: use fdatasync instead of fsync where possible (#263)
+- Upstream version cs: c011b12fcaf093f0463901154c475905f51d783a
+
+-------------------------------------------------------------------

Old:
----
  libqb-1.0.2.15-ef4c.tar.xz

New:
----
  libqb-1.0.3+20171226.6d62b64.tar.xz

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

Other differences:
------------------
++++++ libqb.spec ++++++
--- /var/tmp/diff_new_pack.IFmWKi/_old  2018-01-06 18:45:38.249189163 +0100
+++ /var/tmp/diff_new_pack.IFmWKi/_new  2018-01-06 18:45:38.249189163 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqb
 #
-# 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
@@ -16,18 +16,16 @@
 #
 
 
-%global commit 1.0.2.15-ef4c
-
 %bcond_without check
 
 Name:           libqb
-Version:        1.0.2
+Version:        1.0.3+20171226.6d62b64
 Release:        0
 Summary:        An IPC library for high performance servers
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Url:            https://github.com/ClusterLabs/libqb
-Source0:        %{name}-%{commit}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 Patch1:         libqb-configure-package-version.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -70,7 +68,7 @@
 tracing, ipc, and poll.
 
 %prep
-%setup -q -n %{name}-%{commit}
+%setup -q -n %{name}-%{version}
 %patch1 -p1
 
 %build
@@ -85,7 +83,9 @@
 # but OBS is capable of doing "make check" successfully, whereas
 # "osc build" in a chroot fails.
 if [ -w /dev/shm -a -w /var/run ] ; then
-       make check
+
+       make V=1 check \
+         && make -C tests/functional/log_internal V=1 check
 fi
 %endif
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IFmWKi/_old  2018-01-06 18:45:38.277187855 +0100
+++ /var/tmp/diff_new_pack.IFmWKi/_new  2018-01-06 18:45:38.277187855 +0100
@@ -8,15 +8,16 @@
     To update to a new release, change "revision" to the desired
     git commit hash and bump "version" if necessary
 
-    <param name="version">1.0.2</param>
+    <param name="version">1.0.3</param>
 -->
-    <param name="versionformat">1.0.2+git%cd.%h</param>
-    <param name="revision">ef4c3a15ea3d3c5d5f9364269cd02d78a308957b</param>
+    <param name="versionformat">1.0.3+%cd.%h</param>
+    <param name="revision">master</param>
+    <param name="changesgenerate">enable</param>
   </service>
 
   <service name="recompress" mode="disabled">
-    <param name="file">*libqb*.tar</param>
-    <param name="compression">bz2</param>
+    <param name="file">libqb*.tar</param>
+    <param name="compression">xz</param>
   </service>
 
   <service name="set_version" mode="disabled"/>


Reply via email to