Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2014-12-01 14:00:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeromq (Old)
 and      /work/SRC/openSUSE:Factory/.zeromq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zeromq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes    2014-11-24 
11:08:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes       2014-12-01 
14:00:56.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Nov 28 11:40:21 UTC 2014 - [email protected]
+
+- Split the curve-keygen binary to separate subpkg bnc#907584
+  * Add conflicts to new supackage
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zeromq.spec ++++++
--- /var/tmp/diff_new_pack.9Ld08O/_old  2014-12-01 14:00:58.000000000 +0100
+++ /var/tmp/diff_new_pack.9Ld08O/_new  2014-12-01 14:00:58.000000000 +0100
@@ -52,6 +52,7 @@
 %package -n %{lib_name}
 Summary:        Shared Library for ZeroMQ
 Group:          Productivity/Networking/Web/Servers
+Recommends:     %{name}-tools = %{version}
 
 %description -n %{lib_name}
 The 0MQ lightweight messaging kernel is a library which extends the
@@ -63,6 +64,24 @@
 
 This package holds the shared library part of the ZeroMQ package.
 
+%package tools
+Summary:        Tools to work with ZeroMQ
+Group:          Productivity/Networking/Web/Servers
+# Conflict old libraries as we collide with them
+Conflicts:      libzmq1
+Conflicts:      libzmq2
+Conflicts:      libzmq3
+
+%description tools
+The 0MQ lightweight messaging kernel is a library which extends the
+standard socket interfaces with features traditionally provided by
+specialised messaging middleware products. 0MQ sockets provide an
+abstraction of asynchronous message queues, multiple messaging patterns,
+message filtering (subscriptions), seamless access to multiple transport
+protocols and more.
+
+This package contains the utilities to work with ZeroMQ library
+
 %package devel
 Summary:        Development files for ZeroMQ
 Group:          Development/Languages/C and C++
@@ -108,6 +127,11 @@
 %defattr(-,root,root,-)
 %doc COPYING COPYING.LESSER
 %{_libdir}/libzmq.so.*
+
+%files tools
+%defattr(-,root,root)
+%doc COPYING COPYING.LESSER
+%defattr(-,root,root,-)
 %{_bindir}/curve_keygen
 
 %files devel

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to