diff --git a/.gitignore b/.gitignore index 934ce57..f9731f9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /x86_64 /libmicrohttpd-0.9.34* /libmicrohttpd-0.9.39.tar.gz +/libmicrohttpd-0.9.42.tar.gz diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 67a3440..0f6641a 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,7 +1,7 @@ Summary: Lightweight library for embedding a webserver in applications Name: libmicrohttpd -Version: 0.9.39 -Release: 3%{?dist} +Version: 0.9.42 +Release: 1%{?dist} Group: Development/Libraries License: LGPLv2+ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -168,6 +168,9 @@ fi %{_bindir}/microspdy2http %changelog +* Wed Sep 16 2015 Lukáš Nykrýn - 0.9.42-1 +- Update to 0.9.42 (#1209288) + * Wed Jun 17 2015 Fedora Release Engineering - 0.9.39-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index f150314..02d742a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86c9cb728b4bd4fcb8aeca18ba6c0548 libmicrohttpd-0.9.39.tar.gz +3b9cf0b67fc8ebc9e69f53c6bc84a88d libmicrohttpd-0.9.42.tar.gz