Hello community,

here is the log from the commit of package libqb for openSUSE:Factory checked 
in at 2013-07-08 07:18:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqb (Old)
 and      /work/SRC/openSUSE:Factory/.libqb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqb"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.libqb.new/libqb.changes 2013-07-08 
07:18:12.000000000 +0200
@@ -0,0 +1,128 @@
+-------------------------------------------------------------------
+Tue Jul  2 12:02:52 UTC 2013 - [email protected]
+
+- disable _service services to be acceptable for factory. To
+  update tar, run osc service dr
+
+-------------------------------------------------------------------
+Tue Jul  2 10:39:34 UTC 2013 - [email protected]
+
+- Simplify internal ipcs ref counting, add comments and document api behavior
+- Simplifies connection ref counting without changing behavior
+- Fix: refcount leak
+- Fix: ringbuffer: Add file header version field and detect reading corrupted 
blackbox files using hash value
+- fix a problem when the character string beyond the number of the maximum 
characters is passed
+- Add a IPC service context pointer and accessors from both the connection and 
service level.
+- ringbuffer: use atomic ops on ringbuffer chunk magic
+- IPC: make each connection ref the owning service
+- Indicate when/why qb_rb_force_close() fails to remove share memory files
+- Deal better with corrupt blackbox files.
+- Upstream version cs: 7c6e109046ec772a97a7fe2cdf61f84fc2155b7e
+
+-------------------------------------------------------------------
+Thu Mar 28 09:42:40 UTC 2013 - [email protected]
+
+- IPC: fix the connection state checking
+- LOG: copy the function/filename for dynamic callsites
+- Properly discover SO_NOSIGPIPE and MSG_SIGNAL
+- IPC: fix call to QB_SUN_LEN
+- list: don't splice empty lists onto the head.
+- rpl_sem: make destroy more compliant
+- RB: make the "sem" abstraction into a notifier
+- Upstream version cs: 258e86583ecd2437161211b9d70bc69229630e7e
+
+-------------------------------------------------------------------
+Mon Feb 25 09:58:21 UTC 2013 - [email protected]
+
+- Use dgram sockets for message oriented communications
+- IPC: don't interpret EMSGSIZE and ENOMSG as a disconnect
+- POLL: prevent a spin if the fd is not removed from the mainloop
+- Upstream version cs: 31d9f0900db728cfe182799b61b05759a6a26e8b
+
+-------------------------------------------------------------------
+Fri Feb  8 16:56:34 UTC 2013 - [email protected]
+
+- IPC: make sure we return a consistent error when the message is too big. 
+- Upstream version cs: 9d2eca251bdd1833889f42f4e60238c4c774906e
+
+-------------------------------------------------------------------
+Fri Jan 18 04:48:19 UTC 2013 - [email protected]
+
+- Bump the version to 0.14.4
+- LOG: prevent the last char of the blackbox message from getting lost.
+- Add the processing which remove notifier at skiplist_destroy function
+- Add the processing which remove hash node and notifier at hashtable_destroy 
function
+- Upstream version cs: 848242a7860c5a7e19240c2ded053fa9908af9e0
+
+-------------------------------------------------------------------
+Fri Jan 11 13:20:22 UTC 2013 - [email protected]
+
+- Fix return code which is an error occurred at pthread function
+- LOG: fix truncation in some messages that get padded.
+- Fix the blackbox formatter when specifing the string len/precision
+- Fix strlcpy and strlcat functions
+- IPC: don't over log on disconnect
+- LOG: Make sure we don't use the format string whilst it is getting changed.
+- Upstream version cs: eceee03a7bc4962a0b136c38344c7e0c16908489
+
+-------------------------------------------------------------------
+Sun Dec  9 14:23:26 UTC 2012 - [email protected]
+
+- ptrie: deref the current node in trie_iter_free()
+- LOG: fix the format comparison to avoid generating multiple entries.
+- LOG: set the return code when calloc fails
+- Upstream version cs: 813dfb5fd2bce6ac1353b03b5bed3a7eb46dc278
+
+-------------------------------------------------------------------
+Tue Nov 20 11:20:48 UTC 2012 - [email protected]
+
+- FATE#313816: Use libqb for logging and IPC
+
+-------------------------------------------------------------------
+Fri Nov 16 06:24:09 UTC 2012 - [email protected]
+
+- Bump the version to 0.14.3
+- IPC: call poll if we are mid message and get EAGAIN
+- Make sure that mmap'ed files smaller than a page size are written to.
+- IPC: Pass the timeout to poll() if the recv function returns EAGAIN
+- LOG: make the format comparison safe and sane
+- LOG: don't break on empty callsites, just ignore them
+- LOG: use the array callback to register new callsites
+- array: add a mechanism to get a callback when a bin is allocated
+- Fix a crash in ptrie if you iterate over the map in the deleted notifier.
+- Make sure atomic's are initialized (for non-gcc atomic).
+- ipc_us: slightly more robust cmsg handling
+- ipc_us: on Linux, set SO_PASSCRED on the sending socket too
+- blackbox: fix 64-bit big-endian issues
+- RB: change the #error to ENOTSUP if no usable shared process sem
+- LOG: Make sure the semaphores are initialized.
+- Upstream version cs: 709b32de434ec157ec2a73153e58ffec186ae660
+
+-------------------------------------------------------------------
+Fri Jul 20 02:56:12 UTC 2012 - [email protected]
+
+- Bump the version to 0.14.1
+- RB: set the new read pointer after clearing the header.
+- RB: if read or peek don't get the message then re-post to the semaphore
+- IPC: use calloc instead of malloc to fix valgrind warnings
+- Upstream version cs: 11b20e19beff7f1b6003be0b4c73da8ecf936442
+
+-------------------------------------------------------------------
+Mon Jun 25 10:46:03 UTC 2012 - [email protected]
+
+- Bump the version to 0.14.0
+- Upstream version cs: 1c2b77f005a8011471af11839b7e1b67d147e10d
+
+-------------------------------------------------------------------
+Thu Jun 21 09:19:13 UTC 2012 - [email protected]
+
+- LOG: fix threaded logging.
+- Add user control of the permissions that are set on the shared mem files 
+- Upstream version cs: b9f8ec34dfc25eb52f520fe76d8f97fe58da4dee
+
+-------------------------------------------------------------------
+Fri Jun  8 09:11:17 UTC 2012 - [email protected]
+
+- Initial SUSE packaging of libqb from upstream changeset 
+  e70e7908f01ee17e9e8454602a5cfabe19ccc439
+

New:
----
  _service
  libqb.changes
  libqb.spec
  libqb.tar.bz2

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

Other differences:
------------------
++++++ libqb.spec ++++++
#
# spec file for package libqb
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           libqb
Version:        0.14.4
Release:        0
Summary:        An IPC library for high performance servers
License:        LGPL-2.1+
Group:          System/Libraries
Url:            http://www.libqb.org
Source0:        %{name}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  check-devel
BuildRequires:  doxygen
BuildRequires:  libtool
BuildRequires:  procps
BuildRequires:  pkgconfig
# Need git so build-aux/git-version-gen can extract the version number and
# commit hash during autogen run (not used currently)
#BuildRequires:  git

%description
libqb is a library with the primary purpose of providing high performance
client server reusable features. It provides high performance logging,
tracing, ipc, and poll.

%package -n libqb0
Summary:        An IPC library for high performance servers
License:        LGPL-2.1+
Group:          System/Libraries
Provides:       %{name} = %{version}

%description -n libqb0
libqb is a library with the primary purpose of providing high performance
client server reusable features. It provides high performance logging,
tracing, ipc, and poll.

%package        devel
Summary:        Development files for %{name}
License:        LGPL-2.1+
Group:          Development/Libraries/C and C++
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description devel
libqb is a library with the primary purpose of providing high performance
client server reusable features. It provides high performance logging,
tracing, ipc, and poll.

%prep
%setup -q -n %{name}

%build
#./autogen.sh
%configure --disable-static
make %{?_smp_mflags}

%check
# Tests require writable /dev/shm and /var/run
# TODO: This test might not be quite right -- it seems to fail on OBS,
# 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
fi

%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

%files -n libqb0
%defattr(-,root,root,-)
%doc COPYING
%{_sbindir}/qb-blackbox
%{_libdir}/libqb.so.*
%{_mandir}/man8/qb-blackbox.8.gz

%files devel
%defattr(-,root,root,-)
%doc COPYING README.markdown
%{_includedir}/qb/
%{_libdir}/libqb.so
%{_libdir}/pkgconfig/libqb.pc
%{_mandir}/man3/qb*3*

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">git://github.com/ClusterLabs/libqb.git</param>
    <param name="package-meta">yes</param>
<!--
    To update to a new release, change "revision" to the desired
    git commit hash and bump "version" if necessary
-->
    <param name="version">0.14.4</param>
    <param name="revision">7c6e109046ec772a97a7fe2cdf61f84fc2155b7e</param>
  </service>

  <service name="recompress" mode="disabled">
    <param name="file">*libqb*.tar</param>
    <param name="compression">bz2</param>
  </service>

  <service name="set_version" mode="disabled"/>
</services>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to