diff --git a/doxygen.spec b/doxygen.spec index 14cb313..616c369 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -4,13 +4,14 @@ Summary: A documentation system for C/C++. Name: doxygen Version: 1.3.6 -Release: 1 +Release: 2 Epoch: 1 Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz Patch0: doxygen-1.2.7-redhat.patch Patch1: doxygen-1.2.12-qt2.patch Patch2: doxygen-1.2.18-libdir.patch +Patch3: doxygen-1.3.6-qt.patch Group: Development/Tools License: GPL @@ -50,6 +51,7 @@ are used by doxygen. %if "%{_lib}" != "lib" %patch2 -p1 -b .libdir %endif +%patch3 -p1 -b .qt-mt %build %if %{with_qt} @@ -96,6 +98,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Sun Apr 04 2004 Than Ngo 1:1.3.6-2 +- fix qt-mt linking problem + * Thu Feb 26 2004 Than Ngo 1:1.3.6-1 - update to 1.3.6 - added more buildrequires, #110752