Update to latest uptsream release 0.9.32
This commit is contained in:
parent
02d1c26318
commit
5023ed47d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/libmicrohttpd-0.9.29.tar.gz
|
/libmicrohttpd-0.9.29.tar.gz
|
||||||
/libmicrohttpd-0.9.30.tar.gz
|
/libmicrohttpd-0.9.30.tar.gz
|
||||||
/libmicrohttpd-0.9.31.tar.gz
|
/libmicrohttpd-0.9.31.tar.gz
|
||||||
|
/libmicrohttpd-0.9.32.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
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.31
|
Version: 0.9.32
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -121,6 +121,9 @@ fi
|
|||||||
%doc html
|
%doc html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 04 2013 Václav Pavlín <vpavlin@redhat.com> - 0.9.32-1
|
||||||
|
- Update to latest upstream release 0.9.32
|
||||||
|
|
||||||
* Mon Oct 21 2013 Václav Pavlín <vpavlin@redhat.com> - 0.9.31-1
|
* Mon Oct 21 2013 Václav Pavlín <vpavlin@redhat.com> - 0.9.31-1
|
||||||
- Update to latest upstream release 0.9.31
|
- Update to latest upstream release 0.9.31
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user