diff --git a/.gitignore b/.gitignore index 82cbb73..91e55a6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /x86_64 /libmicrohttpd-0.9.24.tar.gz /libmicrohttpd-0.9.27.tar.gz +/libmicrohttpd-0.9.28.tar.gz diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 435d8ed..fee1ba6 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,6 +1,6 @@ Summary: Lightweight library for embedding a webserver in applications Name: libmicrohttpd -Version: 0.9.27 +Version: 0.9.28 Release: 1%{?dist} Group: Development/Libraries License: LGPLv2+ @@ -127,6 +127,9 @@ fi %doc html %changelog +* Tue Jul 23 2013 Václav Pavlín - 0.9.28-1 +- Update to latest uptsream release 0.9.28 + * Mon May 6 2013 Václav Pavlín - 0.9.27-1 - Update to latest uptsream release 0.9.27 diff --git a/sources b/sources index aee0fbf..7168617 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a10496b7f1b495aaf6897584da52f51b libmicrohttpd-0.9.27.tar.gz +16c3cb66c839c6f929677471401a5b53 libmicrohttpd-0.9.28.tar.gz