From 8be99960fc33334af8cc77a92c510fd7fd3b894d67fbe9fae08e9b422d9fed24 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 2 Oct 2017 08:38:41 +0000 Subject: [PATCH 1/2] Accepting request 530354 from home:dimstar:Factory - Add baselibs.conf: build libevent-2_1-8-32bit (needed by libqt5-qtwebengine). OBS-URL: https://build.opensuse.org/request/show/530354 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=34 --- baselibs.conf | 1 + libevent.changes | 6 ++++++ libevent.spec | 1 + 3 files changed, 8 insertions(+) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..5625877 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libevent-2_1-8 diff --git a/libevent.changes b/libevent.changes index d856d46..1c1b009 100644 --- a/libevent.changes +++ b/libevent.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 08:24:33 UTC 2017 - dimstar@opensuse.org + +- Add baselibs.conf: build libevent-2_1-8-32bit (needed by + libqt5-qtwebengine). + ------------------------------------------------------------------- Mon Feb 20 14:13:21 UTC 2017 - ddiss@suse.com diff --git a/libevent.spec b/libevent.spec index dae258a..984b9db 100644 --- a/libevent.spec +++ b/libevent.spec @@ -33,6 +33,7 @@ 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 Source2: %{name}.keyring +Source99: baselibs.conf BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool From c93bf6403bb84467ead9cdef92949c61e76f821134358a1fde7f800a9b192087 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 3 Oct 2017 14:11:48 +0000 Subject: [PATCH 2/2] Accepting request 530571 from home:jengelh:branches:devel:libraries:c_c++ - Trim description of secondary packages and SRPM. Rectify RPM group. OBS-URL: https://build.opensuse.org/request/show/530571 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=35 --- libevent.changes | 6 ++++++ libevent.spec | 20 +------------------- 2 files changed, 7 insertions(+), 19 deletions(-) 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