- Version update to 0.9.52:
* See provided Changelog for details - Refresh patch: * disable-stalling-test.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=68
This commit is contained in:
parent
049ddd8fa1
commit
33ea4a400e
@ -18,8 +18,8 @@ Index: src/testcurl/test_start_stop.c
|
||||
- }
|
||||
- if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL))
|
||||
- {
|
||||
- errorCount += testInternalGet(MHD_USE_EPOLL_LINUX_ONLY);
|
||||
- errorCount += testMultithreadedPoolGet(MHD_USE_EPOLL_LINUX_ONLY);
|
||||
- errorCount += testInternalGet(MHD_USE_EPOLL);
|
||||
- errorCount += testMultithreadedPoolGet(MHD_USE_EPOLL);
|
||||
- }
|
||||
if (errorCount != 0)
|
||||
fprintf (stderr, "Error (code: %u)\n", errorCount);
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1b6385068abded29b6470e383287aa7705de05ae3c08ad0bf5747ac4dc6ebd7
|
||||
size 1122992
|
Binary file not shown.
3
libmicrohttpd-0.9.52.tar.gz
Normal file
3
libmicrohttpd-0.9.52.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54797f6e763d417627f89f60e4ae0a431dab0523f92f83def23ea02d0defafea
|
||||
size 1244489
|
BIN
libmicrohttpd-0.9.52.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.52.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 12 11:03:32 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Version update to 0.9.52:
|
||||
* See provided Changelog for details
|
||||
- Refresh patch:
|
||||
* disable-stalling-test.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 08:23:38 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global libmicrohttpd libmicrohttpd12
|
||||
Name: libmicrohttpd
|
||||
Version: 0.9.50
|
||||
Version: 0.9.52
|
||||
Release: 0
|
||||
Summary: Small Embeddable HTTP Server Library
|
||||
License: LGPL-2.1+
|
||||
@ -114,10 +114,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%check
|
||||
# Paralel execution of tests fail
|
||||
make -j 1 check
|
||||
make -j1 check
|
||||
|
||||
%post -n %{libmicrohttpd} -p /sbin/ldconfig
|
||||
%postun -n %{libmicrohttpd} -p /sbin/ldconfig
|
||||
|
||||
%post devel
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info%{ext_info}
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd-tutorial.info%{ext_info}
|
||||
|
Loading…
Reference in New Issue
Block a user