Hello community, here is the log from the commit of package libuev for openSUSE:Factory checked in at 2018-07-31 16:03:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libuev (Old) and /work/SRC/openSUSE:Factory/.libuev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libuev" Tue Jul 31 16:03:58 2018 rev:2 rq:626641 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libuev/libuev.changes 2018-06-29 22:32:00.142228031 +0200 +++ /work/SRC/openSUSE:Factory/.libuev.new/libuev.changes 2018-07-31 16:04:21.712052823 +0200 @@ -1,0 +2,5 @@ +Sun Jul 29 10:35:02 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of descriptions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libuev.spec ++++++ --- /var/tmp/diff_new_pack.rUo9Wi/_old 2018-07-31 16:04:22.172053608 +0200 +++ /var/tmp/diff_new_pack.rUo9Wi/_new 2018-07-31 16:04:22.172053608 +0200 @@ -1,6 +1,7 @@ # # spec file for package libuev # +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018, Martin Hauke <mardnh@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -20,7 +21,7 @@ Name: libuev Version: 2.1.2 Release: 0 -Summary: Lightweight event loop library +Summary: Event loop library License: MIT Group: Development/Languages/C and C++ URL: https://github.com/troglobit/libuev/ @@ -31,28 +32,24 @@ BuildRequires: pkgconfig %description -libuEv is a simple event loop in the style of the more established -libevent, libev and the venerable Xt(3) event loop. The u (micro) in the -name refers to both the small feature set and the small size overhead -impact of the library. - -Experienced developers may appreciate that libuEv is built on top of -modern Linux APIs: epoll, timerfd and signalfd. Note however, a certain -amount of care is needed when dealing with APIs that employ signalfd. +libuEv is an event loop in the style of libevent, libev and the Xt(3) +event loop. It has a small feature set. + +libuEv is built on top of the Linux APIs epoll, timerfd and signalfd. +Note however, a certain amount of care is needed when dealing with +APIs that employ signalfd. %package -n libuev%{sover} -Summary: Lightweight event loop library +Summary: Event loop library Group: System/Libraries %description -n libuev%{sover} -libuEv is a simple event loop in the style of the more established -libevent, libev and the venerable Xt(3) event loop. The u (micro) in the -name refers to both the small feature set and the small size overhead -impact of the library. - -Experienced developers may appreciate that libuEv is built on top of -modern Linux APIs: epoll, timerfd and signalfd. Note however, a certain -amount of care is needed when dealing with APIs that employ signalfd. +libuEv is an event loop in the style of libevent, libev and the Xt(3) +event loop. It has a small feature set. + +libuEv is built on top of the Linux APIs epoll, timerfd and signalfd. +Note however, a certain amount of care is needed when dealing with +APIs that employ signalfd. %package devel Summary: Header files for libuEv
participants (1)
-
root