auto-import changelog data from doxygen-1.3.6-2.src.rpm

1.3.6-2
- fix qt-mt linking problem
This commit is contained in:
cvsdist 2004-09-09 04:28:16 +00:00
parent db7a21daf2
commit eb987cfdd0
1 changed files with 6 additions and 1 deletions

View File

@ -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 <than@redhat.com> 1:1.3.6-2
- fix qt-mt linking problem
* Thu Feb 26 2004 Than Ngo <than@redhat.com> 1:1.3.6-1
- update to 1.3.6
- added more buildrequires, #110752