diff --git a/disable-stalling-test.patch b/disable-stalling-test.patch index 34a59f2..f419621 100644 --- a/disable-stalling-test.patch +++ b/disable-stalling-test.patch @@ -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); diff --git a/libmicrohttpd-0.9.50.tar.gz b/libmicrohttpd-0.9.50.tar.gz deleted file mode 100644 index 8b5ba29..0000000 --- a/libmicrohttpd-0.9.50.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1b6385068abded29b6470e383287aa7705de05ae3c08ad0bf5747ac4dc6ebd7 -size 1122992 diff --git a/libmicrohttpd-0.9.50.tar.gz.sig b/libmicrohttpd-0.9.50.tar.gz.sig deleted file mode 100644 index daa9831..0000000 Binary files a/libmicrohttpd-0.9.50.tar.gz.sig and /dev/null differ diff --git a/libmicrohttpd-0.9.52.tar.gz b/libmicrohttpd-0.9.52.tar.gz new file mode 100644 index 0000000..81ef345 --- /dev/null +++ b/libmicrohttpd-0.9.52.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54797f6e763d417627f89f60e4ae0a431dab0523f92f83def23ea02d0defafea +size 1244489 diff --git a/libmicrohttpd-0.9.52.tar.gz.sig b/libmicrohttpd-0.9.52.tar.gz.sig new file mode 100644 index 0000000..77e5651 Binary files /dev/null and b/libmicrohttpd-0.9.52.tar.gz.sig differ diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index 35154cf..b2c0c4c 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -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 diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index f30c153..d2eebe5 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -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}