- Update to version 0.4.2

- Drop upstreamed patch
This commit is contained in:
epienbro 2009-07-21 21:11:38 +00:00
parent b31d40f26b
commit 855b00cc34
3 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
libmicrohttpd-0.4.0a.tar.gz
libmicrohttpd-0.4.2.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Lightweight library for embedding a webserver in applications
Name: libmicrohttpd
Version: 0.4.0a
Version: 0.4.2
Release: 1%{?dist}
Group: Development/Libraries
License: LGPLv2+
@ -8,9 +8,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
URL: http://www.gnu.org/software/libmicrohttpd/
Source0: ftp://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
# https://gnunet.org/mantis/view.php?id=1459
Patch0: libmicrohttpd_64bit_fix.patch
BuildRequires: libcurl-devel
BuildRequires: graphviz
BuildRequires: doxygen
@ -53,7 +50,6 @@ Doxygen documentation for libmicrohttpd and some example source code
%prep
%setup -q
%patch0 -p0
# The doxygen file contains references to /home/grothoff/svn/libmicrohttpd/... replace these with .
sed s/\\/home\\/grothoff\\/svn\\/libmicrohttpd/./ doc/Doxyfile > tmp
@ -100,7 +96,7 @@ fi
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/libmicrohttpd.so.5
%{_libdir}/libmicrohttpd.so.5.0.0
%{_libdir}/libmicrohttpd.so.5.1.0
%files devel
%defattr(-,root,root,-)
@ -117,6 +113,10 @@ fi
%doc html
%changelog
* Tue Jul 21 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.4.2-1
- Update to version 0.4.2
- Drop upstreamed patch
* Fri Feb 27 2009 Erik van Pienbroek <info@nntpgrab.nl> - 0.4.0a-1
- Update to version 0.4.0a
- Drop upstreamed patch

View File

@ -1 +1 @@
e6f316064d674be55addcb2e4bf22fcd libmicrohttpd-0.4.0a.tar.gz
2853d8f32417e3c5f3b18fda38f96e52 libmicrohttpd-0.4.2.tar.gz