From 5087b743e62c5f7b21981dcc9cd0fc6ab2483174 Mon Sep 17 00:00:00 2001 From: jkudrnac Date: Feb 09 2006 17:48:28 +0000 Subject: - fixed building in rawhide (#176894) --- diff --git a/htdig-3.2.0b6-compile-fix.patch b/htdig-3.2.0b6-compile-fix.patch new file mode 100644 index 0000000..868fa0e --- /dev/null +++ b/htdig-3.2.0b6-compile-fix.patch @@ -0,0 +1,14 @@ +--- htdig-3.2.0b6/htsearch/Collection.h.compile-fix 2006-02-09 18:36:26.000000000 +0100 ++++ htdig-3.2.0b6/htsearch/Collection.h 2006-02-09 18:24:21.000000000 +0100 +@@ -36,9 +36,9 @@ + const char *docExcerpt); + ~Collection(); + +- void Collection::Open(); ++ void Open(); + +- void Collection::Close(); ++ void Close(); + + char *getWordFile() { return wordFile.get(); } + DocumentRef *getDocumentRef(int id); diff --git a/htdig.spec b/htdig.spec index 4086dea..a140078 100644 --- a/htdig.spec +++ b/htdig.spec @@ -5,7 +5,7 @@ Summary: ht://Dig - Web search engine Name: htdig Version: 3.2.0b6 -Release: 6.4.1 +Release: 6.4.2 Epoch: 3 License: GPL Group: Applications/Internet @@ -21,6 +21,7 @@ Patch4: htdig-3.2.0b5-overflow.patch Patch5: htdig-3.2.0b6-robots.patch Patch6: htdig-3.2.0b6-unescaped_output.patch Patch7: htdig-3.2.0b-versioncheck.patch +Patch8: htdig-3.2.0b6-compile-fix.patch BuildRequires: flex >= 2.5.4a-13 BuildRequires: zlib-devel httpd BuildRoot: %{_tmppath}/%{name}-root @@ -71,6 +72,7 @@ various web servers on the campus network. %patch5 -p1 -b .robots %patch6 -p1 -b .unescaped_output %patch7 -p1 -b .versioncheck +%patch8 -p1 -b .compile-fix %build %configure \ @@ -140,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Feb 09 2006 Jitka Kudrnacova - 3:3.2.0b6-6.4.2 +- fixed building in rawhide (#176894) + * Tue Feb 07 2006 Jesse Keating - 3:3.2.0b6-6.4.1 - rebuilt for new gcc4.1 snapshot and glibc changes