diff --git a/.cvsignore b/.cvsignore index d42f1ee..33ef3d7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -devhelp-0.16.1.tar.bz2 +devhelp-0.17.tar.bz2 diff --git a/devhelp-0.16.1-xulrunner.patch b/devhelp-0.16.1-xulrunner.patch deleted file mode 100644 index 8ea59e7..0000000 --- a/devhelp-0.16.1-xulrunner.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -up devhelp-0.16.1/src/Yelper.cpp.xl devhelp-0.16.1/src/Yelper.cpp ---- devhelp-0.16.1/src/Yelper.cpp.xl 2007-05-28 09:42:20.000000000 +0200 -+++ devhelp-0.16.1/src/Yelper.cpp 2007-11-22 13:00:28.000000000 +0100 -@@ -41,7 +41,9 @@ - #include - #include - #include -+#ifndef HAVE_GECKO_1_9 - #include -+#endif - #include - #include - #include -@@ -169,16 +171,9 @@ Yelper::Find (const char *aSearchString) - - nsresult rv; - PRUint16 found = nsITypeAheadFind::FIND_NOTFOUND; --#ifdef HAVE_GECKO_1_9 -- rv = mFinder->Find (NS_ConvertUTF8toUTF16 (aSearchString), -- PR_FALSE /* links only? */, -- mHasFocus, -- &found); --#else - rv = mFinder->Find (NS_ConvertUTF8toUTF16 (aSearchString), - PR_FALSE /* links only? */, - &found); --#endif - - return NS_SUCCEEDED (rv) && (found == nsITypeAheadFind::FIND_FOUND || found == nsITypeAheadFind::FIND_WRAPPED); - } diff --git a/devhelp.spec b/devhelp.spec index 65c38cf..26ed922 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -5,15 +5,13 @@ ### Abstract ### Name: devhelp -Version: 0.16.1 -Release: 5%{?dist} +Version: 0.17 +Release: 1%{?dist} License: GPLv2+ Group: Development/Tools Summary: API document browser URL: http://developer.imendio.com/projects/devhelp Source: http://download.gnome.org/sources/devhelp/0.16/devhelp-%{version}.tar.bz2 -# http://bugzilla.gnome.org/show_bug.cgi?id=499050 -Patch: devhelp-0.16.1-xulrunner.patch BuildRoot: %{_tmppath}/devhelp-%{version}-%{release}-root ### Dependencies ### @@ -51,7 +49,6 @@ Library of Devhelp for embedding into other applications %prep %setup -q -n devhelp-%{version} -%patch -p1 -b .xl %build %configure --disable-static --with-gecko=xulrunner @@ -131,6 +128,10 @@ fi %{_libdir}/pkgconfig/* %changelog +* Mon Jan 07 2008 Matthew Barnes - 0.17.fc9 +- Update to 0.17 +- Remove patch for GNOME bug #499050 (fixed upstream). + * Mon Dec 31 2007 Jeremy Katz - 0.16.1-5 - Rebuild against newer xulrunner diff --git a/sources b/sources index c430788..f786857 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e464a7305dddeec224ae08e30bf38e58 devhelp-0.16.1.tar.bz2 +5a4d09bebc29ae4a1ab2dcfd7eb3e233 devhelp-0.17.tar.bz2