diff --git a/libevent.changes b/libevent.changes index 1c1b009..5a180a5 100644 --- a/libevent.changes +++ b/libevent.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 21:13:04 UTC 2017 - jengelh@inai.de + +- Trim description of secondary packages and SRPM. + Rectify RPM group. + ------------------------------------------------------------------- Mon Oct 2 08:24:33 UTC 2017 - dimstar@opensuse.org diff --git a/libevent.spec b/libevent.spec index 984b9db..fa903a0 100644 --- a/libevent.spec +++ b/libevent.spec @@ -28,7 +28,7 @@ Version: %{version_base}.%{version_minor}.%{version_release} Release: 0 Summary: An event notification library License: BSD-3-Clause -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://libevent.org/ Source0: https://github.com/%{name}/%{name}/releases/download/release-%{version}-%{version_suffix}/%{name}-%{version}-%{version_suffix}.tar.gz Source1: https://github.com/%{name}/%{name}/releases/download/release-%{version}-%{version_suffix}/%{name}-%{version}-%{version_suffix}.tar.gz.asc @@ -56,15 +56,6 @@ when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. -Currently, libevent supports /dev/poll, kqueue(2), event ports, -POSIX select(2), Windows select(), poll(2), and epoll(4). - -Libevent additionally provides a sophisticated framework for buffered -network IO, with support for sockets, filters, rate-limiting, SSL, -zero-copy file transmission, and IOCP. Libevent includes support for -several useful protocols, including DNS, HTTP, and a minimal RPC -framework. - %package -n %{libsoname} Summary: An event notification library Group: System/Libraries @@ -103,15 +94,6 @@ when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. -Currently, libevent supports /dev/poll, kqueue(2), event ports, -POSIX select(2), Windows select(), poll(2), and epoll(4). - -Libevent additionally provides a sophisticated framework for buffered -network IO, with support for sockets, filters, rate-limiting, SSL, -zero-copy file transmission, and IOCP. Libevent includes support for -several useful protocols, including DNS, HTTP, and a minimal RPC -framework. - This package holds the development files for libevent2. %prep