Hello community, here is the log from the commit of package nghttp2 for openSUSE:Factory checked in at 2015-11-24 22:33:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nghttp2 (Old) and /work/SRC/openSUSE:Factory/.nghttp2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nghttp2" Changes: -------- --- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes 2015-11-05 11:35:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2015-11-24 22:33:11.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Nov 16 17:21:15 UTC 2015 - [email protected] + +- Enable spdy and more example applications + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nghttp2.spec ++++++ --- /var/tmp/diff_new_pack.4QV0wc/_old 2015-11-24 22:33:12.000000000 +0100 +++ /var/tmp/diff_new_pack.4QV0wc/_new 2015-11-24 22:33:12.000000000 +0100 @@ -37,6 +37,7 @@ BuildRequires: automake BuildRequires: boost-devel BuildRequires: gcc-c++ +BuildRequires: jemalloc-devel BuildRequires: libtool BuildRequires: pkg-config BuildRequires: python-Cython @@ -44,7 +45,8 @@ BuildRequires: python-setuptools BuildRequires: pkgconfig(cunit) BuildRequires: pkgconfig(jansson) -BuildRequires: pkgconfig(libevent) +BuildRequires: pkgconfig(libev) +BuildRequires: pkgconfig(libspdylay) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(python) @@ -117,11 +119,12 @@ %patch1 -p1 %build -autoreconf -fi +autoreconf -fiv %configure \ --disable-static \ --disable-silent-rules \ --enable-asio-lib \ + --enable-app \ --enable-python-bindings make all html %{?_smp_mflags} @@ -163,6 +166,10 @@ %defattr(-,root,root) %{_bindir}/deflatehd %{_bindir}/inflatehd +%{_bindir}/h2load +%{_bindir}/nghttp +%{_bindir}/nghttpd +%{_bindir}/nghttpx %{_datadir}/%{name}/ %files -n %{soname}-%{sover}
