diff --git a/.gitignore b/.gitignore index 8b3ee80..934ce57 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /noarch /x86_64 /libmicrohttpd-0.9.34* +/libmicrohttpd-0.9.39.tar.gz diff --git a/libmicrohttpd-0.9.34-spdy-pc.patch b/libmicrohttpd-0.9.34-spdy-pc.patch deleted file mode 100644 index c24a263..0000000 --- a/libmicrohttpd-0.9.34-spdy-pc.patch +++ /dev/null @@ -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 - diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 48e39ed..b30aee3 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,13 +1,12 @@ Summary: Lightweight library for embedding a webserver in applications Name: libmicrohttpd -Version: 0.9.34 -Release: 4%{?dist} +Version: 0.9.39 +Release: 1%{?dist} Group: Development/Libraries License: LGPLv2+ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) URL: http://www.gnu.org/software/libmicrohttpd/ Source0: ftp://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz -Patch0: libmicrohttpd-0.9.34-spdy-pc.patch BuildRequires: autoconf, automake, libtool %if 0%{?rhel} == 5 @@ -89,7 +88,6 @@ Translates incoming SPDY requests to HTTP server on localhost. %prep %setup -q -%patch0 -p1 -b .spdy-pc %build # Required because patches modify .am files @@ -169,6 +167,9 @@ fi %{_bindir}/microspdy2http %changelog +* Mon Jan 05 2015 Lukáš Nykrýn - 0.9.39-1 +- Update to latest upstream release 0.9.39 + * Sun Aug 17 2014 Fedora Release Engineering - 0.9.34-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index cf30184..f150314 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2947eee13c2c8affb95023a0cb6fda0c libmicrohttpd-0.9.34.tar.gz +86c9cb728b4bd4fcb8aeca18ba6c0548 libmicrohttpd-0.9.39.tar.gz