Accepting request 399929 from home:pluskalm:branches:devel:libraries:c_c++

- Update to version 0.9.50:
  * See provided Changelog for details

OBS-URL: https://build.opensuse.org/request/show/399929
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=66
This commit is contained in:
Ismail Dönmez 2016-06-03 08:37:38 +00:00 committed by Git OBS Bridge
parent 618e05eef6
commit 049ddd8fa1
7 changed files with 13 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9407d8252548ab97ace3276e0032f073820073c0599d43baff832902a8dab11c
size 1087716

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1b6385068abded29b6470e383287aa7705de05ae3c08ad0bf5747ac4dc6ebd7
size 1122992

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 3 08:23:38 UTC 2016 - mpluskal@suse.com
- Update to version 0.9.50:
* See provided Changelog for details
-------------------------------------------------------------------
Thu Apr 14 18:10:40 UTC 2016 - mpluskal@suse.com

View File

@ -19,7 +19,7 @@
%global libmicrohttpd libmicrohttpd12
Name: libmicrohttpd
Version: 0.9.49
Version: 0.9.50
Release: 0
Summary: Small Embeddable HTTP Server Library
License: LGPL-2.1+
@ -37,7 +37,7 @@ BuildRequires: libgcrypt-devel >= 1.2.4
BuildRequires: libtool
BuildRequires: makeinfo
BuildRequires: openssl-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: socat
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(libcurl)
@ -81,7 +81,7 @@ Shared library for %{name} (%{summary}).
Summary: Small Embeddable HTTP Server Library
Group: Development/Libraries/C and C++
Requires: %{libmicrohttpd} = %{version}
Requires: pkg-config
Requires: pkgconfig
Requires: pkgconfig(gnutls)
Requires(post): info
Requires(preun): info
@ -118,7 +118,6 @@ make -j 1 check
%post -n %{libmicrohttpd} -p /sbin/ldconfig
%postun -n %{libmicrohttpd} -p /sbin/ldconfig
%post devel
%install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info%{ext_info}
%install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd-tutorial.info%{ext_info}