Update to 0.4.6

This commit is contained in:
epienbro 2010-07-04 14:20:20 +00:00
parent bf66d6fba0
commit 94e7688c55
4 changed files with 8 additions and 16 deletions

View File

@ -1 +1 @@
libmicrohttpd-0.4.2.tar.gz
libmicrohttpd-0.4.6.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Lightweight library for embedding a webserver in applications
Name: libmicrohttpd
Version: 0.4.2
Release: 2%{?dist}
Version: 0.4.6
Release: 1%{?dist}
Group: Development/Libraries
License: LGPLv2+
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@ -96,7 +96,7 @@ fi
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/libmicrohttpd.so.5
%{_libdir}/libmicrohttpd.so.5.1.0
%{_libdir}/libmicrohttpd.so.5.2.1
%files devel
%defattr(-,root,root,-)
@ -113,6 +113,9 @@ fi
%doc html
%changelog
* Sun Jun 4 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.4.6-1
- Update to 0.4.6
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1,11 +0,0 @@
--- src/testcurl/daemontest_large_put.c.orig 2009-02-27 22:58:16.926062599 +0100
+++ src/testcurl/daemontest_large_put.c 2009-02-27 22:58:20.776312622 +0100
@@ -274,7 +274,7 @@
1082,
NULL, NULL, &ahc_echo, &done_flag,
MHD_OPTION_CONNECTION_MEMORY_LIMIT,
- PUT_SIZE * 4, MHD_OPTION_END);
+ (size_t) PUT_SIZE * 4, MHD_OPTION_END);
if (d == NULL)
return 256;
c = curl_easy_init ();

View File

@ -1 +1 @@
2853d8f32417e3c5f3b18fda38f96e52 libmicrohttpd-0.4.2.tar.gz
61698da6aa04744ea076c327f66fc05a libmicrohttpd-0.4.6.tar.gz