Update to latest upstream release 0.9.39

This commit is contained in:
Lukas Nykryn 2015-01-05 10:49:32 +01:00 committed by Vaclav Pavlin
parent d5e6ecc277
commit b77c7553c4
4 changed files with 7 additions and 26 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/noarch /noarch
/x86_64 /x86_64
/libmicrohttpd-0.9.34* /libmicrohttpd-0.9.34*
/libmicrohttpd-0.9.39.tar.gz

View File

@ -1,21 +0,0 @@
diff -urN libmicrohttpd-0.9.34/configure.ac libmicrohttpd-0.9.34-spdy-pc/configure.ac
--- libmicrohttpd-0.9.34/configure.ac 2014-02-24 23:13:03.000000000 +0100
+++ libmicrohttpd-0.9.34-spdy-pc/configure.ac 2014-03-13 16:47:58.733989222 +0100
@@ -640,6 +640,7 @@
AC_CONFIG_FILES([
libmicrohttpd.pc
+libmicrospdy.pc
Makefile
contrib/Makefile
doc/Makefile
diff -urN libmicrohttpd-0.9.34/Makefile.am libmicrohttpd-0.9.34-spdy-pc/Makefile.am
--- libmicrohttpd-0.9.34/Makefile.am 2013-05-05 20:48:18.000000000 +0200
+++ libmicrohttpd-0.9.34-spdy-pc/Makefile.am 2014-03-13 16:35:04.883473986 +0100
@@ -3,5 +3,5 @@
EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in libmicrospdy.pc.in
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libmicrohttpd.pc
+pkgconfig_DATA = libmicrohttpd.pc libmicrospdy.pc

View File

@ -1,13 +1,12 @@
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.34 Version: 0.9.39
Release: 4%{?dist} Release: 1%{?dist}
Group: Development/Libraries Group: Development/Libraries
License: LGPLv2+ License: LGPLv2+
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
URL: http://www.gnu.org/software/libmicrohttpd/ URL: http://www.gnu.org/software/libmicrohttpd/
Source0: ftp://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz Source0: ftp://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
Patch0: libmicrohttpd-0.9.34-spdy-pc.patch
BuildRequires: autoconf, automake, libtool BuildRequires: autoconf, automake, libtool
%if 0%{?rhel} == 5 %if 0%{?rhel} == 5
@ -89,7 +88,6 @@ Translates incoming SPDY requests to HTTP server on localhost.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .spdy-pc
%build %build
# Required because patches modify .am files # Required because patches modify .am files
@ -169,6 +167,9 @@ fi
%{_bindir}/microspdy2http %{_bindir}/microspdy2http
%changelog %changelog
* Mon Jan 05 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 0.9.39-1
- Update to latest upstream release 0.9.39
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.34-4 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.34-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
2947eee13c2c8affb95023a0cb6fda0c libmicrohttpd-0.9.34.tar.gz 86c9cb728b4bd4fcb8aeca18ba6c0548 libmicrohttpd-0.9.39.tar.gz