Hello community,

here is the log from the commit of package libevent for openSUSE:Factory 
checked in at 2013-06-29 19:42:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libevent (Old)
 and      /work/SRC/openSUSE:Factory/.libevent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libevent"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libevent/libevent.changes        2012-11-18 
20:30:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libevent.new/libevent.changes   2013-06-29 
19:42:38.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jun 29 12:36:28 UTC 2013 - [email protected]
+
+- update to 2.0.21
+  * see ChangeLog for details.
+
+-------------------------------------------------------------------

Old:
----
  libevent-2.0.20-stable.tar.gz

New:
----
  libevent-2.0.21-stable.tar.gz

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

Other differences:
------------------
++++++ libevent.spec ++++++
--- /var/tmp/diff_new_pack.GGh43D/_old  2013-06-29 19:42:39.000000000 +0200
+++ /var/tmp/diff_new_pack.GGh43D/_new  2013-06-29 19:42:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libevent
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,37 +19,56 @@
 Name:           libevent
 %define         libsoname %{name}-2_0-5
 
-Version:        2.0.20
+Version:        2.0.21
 Release:        0
-Summary:        Library Providing an Event Handling API
+Summary:        An event notification library
 License:        BSD-3-Clause
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 Url:            http://libevent.org/
 Source0:        
https://github.com/downloads/libevent/libevent/%{name}-%{version}-stable.tar.gz
 Source1:        baselibs.conf 
 BuildRequires:  openssl-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
-PreReq:         %fillup_prereq
-PreReq:         %insserv_prereq
+Requires(pre):  %fillup_prereq
+Requires(pre):  %insserv_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-The libevent library provides a mechanism to execute a function when a
-specific event on a file descriptor occurs or after a given time has
-passed.
-
+The libevent API provides a mechanism to execute a callback function
+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:        Shared libraries from libevent
-Group:          Development/Libraries/C and C++
+Summary:        An event notification library
+Group:          System/Libraries
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 
 %description -n %{libsoname}
-The libevent library provides a mechanism to execute a function when a
-specific event on a file descriptor occurs or after a given time has
-passed.
+The libevent API provides a mechanism to execute a callback function
+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 shared libraries for libevent.
 
@@ -63,9 +82,19 @@
 Conflicts:      libev-devel
 
 %description devel
-The libevent library provides a mechanism to execute a function when a
-specific event on a file descriptor occurs or after a given time has
-passed.
+The libevent API provides a mechanism to execute a callback function
+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.
 
@@ -74,7 +103,7 @@
 
 %build
 %configure --disable-static
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -86,6 +115,7 @@
 
 %files -n %{libsoname}
 %defattr(-,root,root,-)
+%doc ChangeLog README LICENSE whatsnew-2.0.txt
 %{_libdir}/%{name}-2.0.so.5*
 %{_libdir}/%{name}_core-2.0.so.5*
 %{_libdir}/%{name}_extra-2.0.so.5*
@@ -95,7 +125,11 @@
 %files devel
 %defattr(-,root,root)
 %{_bindir}/event_rpcgen.py
-%{_includedir}/*.h
+%{_includedir}/evdns.h
+%{_includedir}/event.h
+%{_includedir}/evhttp.h
+%{_includedir}/evrpc.h
+%{_includedir}/evutil.h
 %{_includedir}/event2
 %{_libdir}/%{name}.so
 %{_libdir}/%{name}_core.so

++++++ libevent-2.0.20-stable.tar.gz -> libevent-2.0.21-stable.tar.gz ++++++
++++ 4857 lines of diff (skipped)

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

Reply via email to