Accepting request 529134 from home:jengelh:branches:server:http

- Update package descriptions and RPM categories.

OBS-URL: https://build.opensuse.org/request/show/529134
OBS-URL: https://build.opensuse.org/package/show/server:http/libev?expand=0&rev=27
This commit is contained in:
Marguerite Su 2017-10-08 08:29:24 +00:00 committed by Git OBS Bridge
parent 99eaf93a2d
commit de75c0572b
2 changed files with 23 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 28 10:14:07 UTC 2017 - jengelh@inai.de
- Update package descriptions and RPM categories.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 17 08:52:41 UTC 2017 - tchvatal@suse.com Mon Jul 17 08:52:41 UTC 2017 - tchvatal@suse.com

View File

@ -20,7 +20,7 @@
Name: libev Name: libev
Version: 4.24 Version: 4.24
Release: 0 Release: 0
Summary: A full-featured and high-performance event loop library Summary: An event loop library
License: BSD-2-Clause License: BSD-2-Clause
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://software.schmorp.de/pkg/libev.html Url: http://software.schmorp.de/pkg/libev.html
@ -32,18 +32,18 @@ Patch0: libev-4.15_compiler_warnings.patch
BuildRequires: pkgconfig BuildRequires: pkgconfig
%description %description
A full-featured and high-performance event loop that is loosely modelled after An event loop that is loosely modeled after libevent.
libevent, but without its limitations and bugs. It is used, among others, in
the GNU Virtual Private Ethernet and rxvt-unicode packages.
%package -n %{library_name} %package -n %{library_name}
Summary: A full-featured and high-performance event loop library Summary: An event loop library
Group: Development/Libraries/C and C++ Group: System/Libraries
%description -n %{library_name} %description -n %{library_name}
A full-featured and high-performance event loop that is loosely modelled after An event loop that is loosely modeled after libevent. Features
libevent, but without its limitations and bugs. It is used, among others, in include child/PID watchers, periodic timers based on wallclock
the GNU Virtual Private Ethernet and rxvt-unicode packages. (absolute) time (in addition to timers using relative timeouts), as
well as epoll/kqueue/event ports/inotify/eventfd/signalfd support,
timer management, time jump detection and correction.
This package holds the shared libraries of libev. This package holds the shared libraries of libev.
@ -53,9 +53,15 @@ Group: Development/Libraries/C and C++
Requires: %{library_name} = %{version} Requires: %{library_name} = %{version}
%description devel %description devel
A full-featured and high-performance event loop that is loosely modelled after An event loop that is loosely modeled after libevent. Features
libevent, but without its limitations and bugs. It is used, among others, in include child/PID watchers, periodic timers based on wallclock
the GNU Virtual Private Ethernet and rxvt-unicode packages. (absolute) time (in addition to timers using relative timeouts), as
well as epoll/kqueue/event ports/inotify/eventfd/signalfd support,
timer management, time jump detection and correction.
It can be used as a libevent replacement using its emulation API, or
directly embedded into programs. An optional Perl interface is
available.
This package holds the development files for libev. This package holds the development files for libev.