diff --git a/.gitignore b/.gitignore index a74d965..abc5a66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/libmicrohttpd-0.9.7* +/libmicrohttpd-0.9.22* .build* /noarch /x86_64 diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index e6b5ee4..a36820a 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.7 -Release: 3%{?dist} +Version: 0.9.22 +Release: 1%{?dist} Group: Development/Libraries License: LGPLv2+ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -127,6 +127,9 @@ fi %doc html %changelog +* Thu Sep 27 2012 Tim Niemueller - 0.9.22-1 +- Update to latest uptsream release 0.9.22 + * Thu Jul 19 2012 Fedora Release Engineering - 0.9.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 66abda9..caa64f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a16b50a7167fd4e64b67e182a3d9a7c2 libmicrohttpd-0.9.7.tar.gz +a90cb23e3087146fabc49a370c192de2 libmicrohttpd-0.9.22.tar.gz