From 33ea4a400e16fe58f390e8d6e6871c7074beaf70db6c0e480bc0f0f60e300e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 12 Dec 2016 11:09:27 +0000 Subject: [PATCH] - 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 --- disable-stalling-test.patch | 4 ++-- libmicrohttpd-0.9.50.tar.gz | 3 --- libmicrohttpd-0.9.50.tar.gz.sig | Bin 543 -> 0 bytes libmicrohttpd-0.9.52.tar.gz | 3 +++ libmicrohttpd-0.9.52.tar.gz.sig | Bin 0 -> 543 bytes libmicrohttpd.changes | 8 ++++++++ libmicrohttpd.spec | 5 +++-- 7 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 libmicrohttpd-0.9.50.tar.gz delete mode 100644 libmicrohttpd-0.9.50.tar.gz.sig create mode 100644 libmicrohttpd-0.9.52.tar.gz create mode 100644 libmicrohttpd-0.9.52.tar.gz.sig 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 daa9831879ae870644df100b1470ade3d1743e39341c838c2d318d51b6264ed6..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0RjL91p-%3{s;gH2@sQ>YvJOb!^~Wn5CGHWaqepeNE=7^kY*C^ zJ0g{2WMDqsio?UwIZh$RirAfvTV>$3#*2YFIFx%*Q`qCOxv0(zPU&{JG?(>i zbO`(7&rM&f%oiw8^;jS_uAE3eE4WwDJJ<<>XX!g73vx>&K|Vw7nw9}fZ327<-(O)t zP(Yml8l(6o_oy4{i`f6qQP@1-@Gd%-ZB$@v?4>daw;J)pvuDdo1r)NoGRcM#4TJ-O z4%Ce8_6cn zWS#>gGhPwt#UKw5-ANhVsHuNKPabvMM0RKm$rf%HTN}BAhVCXXUg>F4=U3(DsmBI7 ziclqTLV7B;(PY7`UuBx22D9|LRj1OD16DCS9!sM08xi99vIcl|P+0e@?tmG0xuAZS zCc9gcMk141PYvJOb!^|BP5B@(t`^$}NyrWQj0()qp z*`BJ#?{d%Zda}@|<=}v|l`(5OBL~AH^o^oJ6_+e^7RwR+h{W2d!>UYM53d4JGj?d? ziBwp`uduL*;twbQ@+PT#v8NB<<#$F@AzTKdVifYf{&!6HRdhz#Pm~zwVAdHi%vVa; z@MrJuS0xK~ymA=2=m3{jI0WE;6`**4QeR)`EsmK$pQeebUifS|18s(4cP;{u zN8EjNpY;t;@-Jy4;)G<|!D_@%#}JCwV?YW2DYRFSTVN6!mq4sCPMGY?6}SfOYi$$#=S4hSKUlZ)``1)Wx4c|Z=QR^-)mg&>KHp-lW*g-O(D_RJkA~PjAy8)vZchC z>Y~n8tc#VhNQ?uyRs!ntT?8T6ITOT8uQvSziz7?6v_MXH7@GmdpYHh2rYqERbL4A@ z%!iD$Foj(lmgWUTW(4-%umG01w=wsf|9a4bk6kUjOn4sU8Dm}h!d25oy|dx>=9N!E z0MrJGelXM1}8*=~y;+zRKHe(1$6B8d88X h;+o%?)enMB4uSmg;%bJP47ZGA;Oz5N3P|T{1@`C$2R8r! literal 0 HcmV?d00001 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}