Update to latest uptsream release 0.9.27

This commit is contained in:
Václav Pavlín 2013-05-06 12:54:42 +02:00
parent 309cde16ef
commit 149e61d8ed
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/noarch /noarch
/x86_64 /x86_64
/libmicrohttpd-0.9.24.tar.gz /libmicrohttpd-0.9.24.tar.gz
/libmicrohttpd-0.9.27.tar.gz

View File

@ -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.9.24 Version: 0.9.27
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)
@ -127,6 +127,9 @@ fi
%doc html %doc html
%changelog %changelog
* Mon May 6 2013 Václav Pavlín <vpavlin@redhat.com> - 0.9.27-1
- Update to latest uptsream release 0.9.27
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.24-2 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
2891c82cc85a92e6944cacf9ae413f7c libmicrohttpd-0.9.24.tar.gz a10496b7f1b495aaf6897584da52f51b libmicrohttpd-0.9.27.tar.gz