libevent rebuild

This commit is contained in:
groni
2017-03-03 23:01:26 +01:00
parent dae3a74371
commit 227632ae88
+2 -2
View File
@@ -14,7 +14,7 @@
<Description>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. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop.</Description> <Description>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. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop.</Description>
<Archive sha1sum="8a37ad06dd28ed3da785819da297b1a3b2ea9307" type="targz">https://github.com/libevent/libevent/archive/release-2.1.8-stable.tar.gz</Archive> <Archive sha1sum="8a37ad06dd28ed3da785819da297b1a3b2ea9307" type="targz">https://github.com/libevent/libevent/archive/release-2.1.8-stable.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>openssl-devel</Dependency> <Dependency versionFrom="1.0.2j">openssl-devel</Dependency>
<Dependency>zlib-devel</Dependency> <Dependency>zlib-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
@@ -27,7 +27,7 @@
<Package> <Package>
<Name>libevent</Name> <Name>libevent</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>openssl</Dependency> <Dependency versionFrom="1.0.2j">openssl</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>