From 29e8774b49e9ac3980307f6d875fa58913944e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pavl=C3=ADn?= Date: Fri, 23 Aug 2013 17:15:36 +0200 Subject: [PATCH] Update to latest uptsream release 0.9.30 --- .gitignore | 2 ++ libmicrohttpd.spec | 15 ++++++--------- sources | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 91e55a6..0e7f2ec 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ /libmicrohttpd-0.9.24.tar.gz /libmicrohttpd-0.9.27.tar.gz /libmicrohttpd-0.9.28.tar.gz +/libmicrohttpd-0.9.29.tar.gz +/libmicrohttpd-0.9.30.tar.gz diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 8cf0e07..ea86783 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,7 +1,7 @@ Summary: Lightweight library for embedding a webserver in applications Name: libmicrohttpd -Version: 0.9.28 -Release: 3%{?dist} +Version: 0.9.30 +Release: 1%{?dist} Group: Development/Libraries License: LGPLv2+ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -59,17 +59,12 @@ Doxygen documentation for libmicrohttpd and some example source code %prep %setup -q -# The doxygen file contains references to /home/grothoff/svn/libmicrohttpd/... replace these with . -sed s/\\/home\\/grothoff\\/svn\\/libmicrohttpd/./ doc/Doxyfile > tmp -unlink doc/Doxyfile -mv tmp doc/Doxyfile - %build # Required because patches modify .am files # autoreconf --force %configure --disable-static --with-gnutls make %{?_smp_mflags} -doxygen doc/Doxyfile +cd doc/doxygen && make full && cd - # Disabled for now due to problems reported at # https://gnunet.org/bugs/view.php?id=1619 @@ -87,7 +82,6 @@ rm -f %{buildroot}%{_infodir}/dir mkdir examples install -m 644 src/examples/*.c examples -# Install the doxygen documentation in /usr/share/doc/libmicrohttpd-doc/html cp -R doc/doxygen/html html %clean @@ -127,6 +121,9 @@ fi %doc html %changelog +* Tue Sep 10 2013 Václav Pavlín - 0.9.30-1 +- Update to latest upstream release 0.9.30 + * Tue Aug 06 2013 Václav Pavlín - 0.9.28-3 - Correct comments about the doc location (#993819) diff --git a/sources b/sources index 7168617..1b453aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -16c3cb66c839c6f929677471401a5b53 libmicrohttpd-0.9.28.tar.gz +ddd583165a80121adc9f3072e67297d0 libmicrohttpd-0.9.30.tar.gz