Hello community,

here is the log from the commit of package libqb for openSUSE:Factory checked 
in at 2016-04-30 23:27:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqb (Old)
 and      /work/SRC/openSUSE:Factory/.libqb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqb/libqb.changes      2015-10-17 
16:38:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libqb.new/libqb.changes 2016-04-30 
23:27:15.000000000 +0200
@@ -1,0 +2,28 @@
+Fri Apr 15 12:47:35 UTC 2016 - [email protected]
+
+- further avoid magic in qblog.h by using named constants
+- defs: add wrappers over preprocessor operators
+- Upstream version cs: 6f2b3e85d0315288ee76869b99369e2b1f2f1b71
+
+-------------------------------------------------------------------
+Fri Apr  1 13:35:04 UTC 2016 - [email protected]
+
+- Update to version 1.0.0
+- build: update library soname to 0.18.0
+- build: enable syslog tests when configuring in spec
+- log: allow changing the identifier for syslog (+tests)
+- ipc: return -errno when getsockopt/setsockopt fail
+- ipc: set socket buffer size used by ipcs service
+- ipc: set socket receive buffer
+- includes: format __attribute__ func. annotations in qblog.h
+- spec cleanup: get rid of redundant %clean section
+- ipc: set gid on unix sockets
+- lib: store server peer credentials in qb_ipcc_connection
+- lib: create mmap files in socket directory
+- includes: Fix format string
+- ipc: Prevent fd and memory leaks in handle_new_connection() (bsc#947341)
+  * Drop bug-947341_libqb-ipc-fd-memory-leaks.patch which has been merged 
upstream
+
+- Upstream version cs: 6fc24f855bfc8dadb4c84bf823b225680670b1c3 (v1.0)
+
+-------------------------------------------------------------------

Old:
----
  bug-947341_libqb-ipc-fd-memory-leaks.patch
  libqb-0.17.2+git20151001.1a7ea3b.tar.bz2

New:
----
  libqb-1.0.0+git20160407.6f2b3e8.tar.bz2

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

Other differences:
------------------
++++++ libqb.spec ++++++
--- /var/tmp/diff_new_pack.rH66vN/_old  2016-04-30 23:27:16.000000000 +0200
+++ /var/tmp/diff_new_pack.rH66vN/_new  2016-04-30 23:27:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqb
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -16,8 +16,11 @@
 #
 
 
+%bcond_without check
+%bcond_without syslog_tests
+
 Name:           libqb
-Version:        0.17.2+git20151001.1a7ea3b
+Version:        1.0.0+git20160407.6f2b3e8
 Release:        0
 Summary:        An IPC library for high performance servers
 License:        LGPL-2.1+
@@ -26,7 +29,6 @@
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
 Patch1:         libqb-configure-package-version.patch
-Patch2:         bug-947341_libqb-ipc-fd-memory-leaks.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  autoconf
@@ -69,13 +71,14 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch1 -p1
-%patch2 -p1
 
 %build
 ./autogen.sh
-%configure --disable-static
+%configure --disable-static \
+           %{?with_syslog_tests:--enable-syslog-tests}
 make %{?_smp_mflags}
 
+%if 0%{?with_check}
 %check
 # Tests require writable /dev/shm and /var/run
 # TODO: This test might not be quite right -- it seems to fail on OBS,
@@ -84,15 +87,13 @@
 if [ -w /dev/shm -a -w /var/run ] ; then
        make check
 fi
+%endif
 
 %install
 %make_install
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 rm -rf %{buildroot}%{_datadir}/doc
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libqb0 -p /sbin/ldconfig
 
 %postun -n libqb0 -p /sbin/ldconfig

++++++ _service ++++++
--- /var/tmp/diff_new_pack.rH66vN/_old  2016-04-30 23:27:16.000000000 +0200
+++ /var/tmp/diff_new_pack.rH66vN/_new  2016-04-30 23:27:16.000000000 +0200
@@ -8,10 +8,10 @@
     To update to a new release, change "revision" to the desired
     git commit hash and bump "version" if necessary
 
-    <param name="version">0.17.2</param>
+    <param name="version">1.0.0</param>
 -->
-    <param name="versionformat">0.17.2+git%cd.%h</param>
-    <param name="revision">1a7ea3b8d8bf9d5ffbbfdc785ace2b81e9f2356d</param>
+    <param name="versionformat">1.0.0+git%cd.%h</param>
+    <param name="revision">6f2b3e85d0315288ee76869b99369e2b1f2f1b71</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ libqb-0.17.2+git20151001.1a7ea3b.tar.bz2 -> 
libqb-1.0.0+git20160407.6f2b3e8.tar.bz2 ++++++
++++ 6214 lines of diff (skipped)


Reply via email to