Update to 0.4.6
This commit is contained in:
parent
bf66d6fba0
commit
94e7688c55
@ -1 +1 @@
|
|||||||
libmicrohttpd-0.4.2.tar.gz
|
libmicrohttpd-0.4.6.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Lightweight library for embedding a webserver in applications
|
Summary: Lightweight library for embedding a webserver in applications
|
||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.4.2
|
Version: 0.4.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
@ -96,7 +96,7 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/libmicrohttpd.so.5
|
%{_libdir}/libmicrohttpd.so.5
|
||||||
%{_libdir}/libmicrohttpd.so.5.1.0
|
%{_libdir}/libmicrohttpd.so.5.2.1
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -113,6 +113,9 @@ fi
|
|||||||
%doc html
|
%doc html
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -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 ();
|
|
Loading…
Reference in New Issue
Block a user