Accepting request 445403 from devel:libraries:c_c++

- Version update to 0.9.52:
  * See provided Changelog for details
- Refresh patch:
  * disable-stalling-test.patch

OBS-URL: https://build.opensuse.org/request/show/445403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2016-12-17 08:45:14 +00:00 committed by Git OBS Bridge
commit b03e471ad5
7 changed files with 16 additions and 7 deletions

View File

@ -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);

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1b6385068abded29b6470e383287aa7705de05ae3c08ad0bf5747ac4dc6ebd7
size 1122992

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54797f6e763d417627f89f60e4ae0a431dab0523f92f83def23ea02d0defafea
size 1244489

Binary file not shown.

View File

@ -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

View File

@ -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}