|
Than Ngo |
34ef01 |
# doxygen is known not to work properly with LTO at this point. Some of the issues
|
|
Than Ngo |
34ef01 |
# are being worked on upstream and disabling LTO should be re-evaluated as
|
|
Than Ngo |
34ef01 |
# we update this change. Until such time...
|
|
Than Ngo |
34ef01 |
# Disable LTO
|
|
Than Ngo |
34ef01 |
%global _lto_cflags %{nil}
|
|
Than Ngo |
34ef01 |
|
|
Than Ngo |
4cffc7 |
%if 0%{?fedora}
|
|
Than Ngo |
0dbbc6 |
%global xapian_core_support ON
|
|
Than Ngo |
4374fc |
%global clang_support ON
|
|
Than Ngo |
4cffc7 |
%else
|
|
Than Ngo |
4cffc7 |
%global xapian_core_support OFF
|
|
Than Ngo |
4374fc |
%global clang_support OFF
|
|
Than Ngo |
4cffc7 |
%endif
|
|
Than Ngo |
0dbbc6 |
|
|
Than Ngo |
7f07ae |
Summary: A documentation system for C/C++
|
|
Rex Dieter |
a209e3 |
Name: doxygen
|
|
Rex Dieter |
a209e3 |
Epoch: 1
|
|
Than Ngo |
b2647b |
Version: 1.9.1
|
|
Than Ngo |
f1e6af |
Release: 3%{?dist}
|
|
Karsten Hopp |
4ccf30 |
|
|
Tom Callaway |
fd8af4 |
# No version is specified.
|
|
Tom Callaway |
fd8af4 |
License: GPL+
|
|
Than Ngo |
700248 |
Url: http://www.doxygen.nl
|
|
Than Ngo |
700248 |
Source0: http://doxygen.nl/files/%{name}-%{version}.src.tar.gz
|
|
Than Ngo |
25b53a |
# this icon is part of kdesdk
|
|
Than Ngo |
d1c487 |
Source1: doxywizard.desktop
|
|
Than Ngo |
f96d63 |
# these icons are part of doxygen and converted from doxywizard.ico
|
|
Than Ngo |
f96d63 |
Source2: doxywizard-icons.tar.xz
|
|
Than Ngo |
1fdd96 |
# upstream patches
|
|
Than Ngo |
16e4f9 |
Patch1: doxgen-1.9.1-crash-when-parsing-config-file.patch
|
|
Than Ngo |
f1e6af |
Patch2: doxgen-1.9.1-crash-when-parsing-config-file-part2.patch
|
|
Björn Esser |
2920bf |
|
|
Jeroen van Meeuwen (Kolab Systems) |
32d440 |
BuildRequires: %{_bindir}/python3
|
|
Than Ngo |
69dc56 |
BuildRequires: gcc-c++ gcc
|
|
Petr Písař |
7fed52 |
BuildRequires: perl-interpreter
|
|
Karsten Hopp |
074446 |
%if ! 0%{?_module_build}
|
|
Rex Dieter |
35368b |
BuildRequires: tex(dvips)
|
|
Rex Dieter |
35368b |
BuildRequires: tex(latex)
|
|
Tom Callaway |
8aeb51 |
# From doc/manual.sty
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(helvet.sty)
|
|
Than Ngo |
1f329d |
BuildRequires: tex(sectsty.sty)
|
|
Than Ngo |
1f329d |
BuildRequires: tex(tocloft.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(fontenc.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(fancyhdr.sty)
|
|
Tom Callaway |
8aeb51 |
# From templates/latex/doxygen.sty
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(alltt.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(calc.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(float.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(verbatim.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(xcolor.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(fancyvrb.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(tabularx.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(multirow.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(hanging.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(ifpdf.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(adjustbox.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(amssymb.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(stackengine.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(ulem.sty)
|
|
Tom Callaway |
8aeb51 |
# From doc/doxygen_manual.tex
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(ifthen.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(array.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(geometry.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(makeidx.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(natbib.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(graphicx.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(multicol.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(float.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(geometry.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(listings.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(color.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(xcolor.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(textcomp.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(wasysym.sty)
|
|
Than Ngo |
318962 |
BuildRequires: tex(import.sty)
|
|
Than Ngo |
60e3e1 |
BuildRequires: tex(appendix.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(hyperref.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(pspicture.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(inputenc.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(mathptmx.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(courier.sty)
|
|
Tom Callaway |
8aeb51 |
# From src/latexgen.cpp
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(fixltx2e.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(ifxetex.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(caption.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(etoc.sty)
|
|
Tom Callaway |
8aeb51 |
# From src/util.cpp
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(newunicodechar.sty)
|
|
Tom Callaway |
8aeb51 |
# From templates/latex/tabu_doxygen.sty
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(varwidth.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(xtab.sty)
|
|
Tom Callaway |
8aeb51 |
BuildRequires: tex(tabu.sty)
|
|
Rex Dieter |
3da7c7 |
BuildRequires: /usr/bin/epstopdf
|
|
Robert Scheck |
24175f |
BuildRequires: texlive-epstopdf
|
|
Than Ngo |
beadc9 |
BuildRequires: ghostscript
|
|
Than Ngo |
beadc9 |
BuildRequires: gettext
|
|
Karsten Hopp |
4ccf30 |
BuildRequires: desktop-file-utils
|
|
Karsten Hopp |
4ccf30 |
BuildRequires: graphviz
|
|
Karsten Hopp |
4ccf30 |
%else
|
|
Karsten Hopp |
4ccf30 |
BuildRequires: zlib-devel
|
|
Karsten Hopp |
4ccf30 |
%endif
|
|
Than Ngo |
beadc9 |
BuildRequires: flex
|
|
Than Ngo |
beadc9 |
BuildRequires: bison
|
|
Than Ngo |
1f329d |
BuildRequires: cmake
|
|
Than Ngo |
b8e030 |
BuildRequires: git
|
|
Björn Esser |
68d909 |
%if "x%{?xapian_core_support}" == "xON"
|
|
Than Ngo |
437232 |
BuildRequires: xapian-core-devel
|
|
Than Ngo |
e06306 |
BuildRequires: zlib-devel
|
|
Than Ngo |
4cffc7 |
%endif
|
|
Than Ngo |
4374fc |
%if "x%{?clang_support}" == "xON"
|
|
Than Ngo |
4374fc |
BuildRequires: llvm-devel
|
|
Than Ngo |
551b0a |
BuildRequires: clang-devel
|
|
Than Ngo |
4374fc |
%endif
|
|
Petr Písař |
7fed52 |
Requires: perl-interpreter
|
|
Than Ngo |
433be7 |
Requires: graphviz
|
|
Than Ngo |
dfc5f3 |
|
|
cvsdist |
00e8de |
%description
|
|
cvsdist |
0a88b1 |
Doxygen can generate an online class browser (in HTML) and/or a
|
|
cvsdist |
0a88b1 |
reference manual (in LaTeX) from a set of documented source files. The
|
|
cvsdist |
0a88b1 |
documentation is extracted directly from the sources. Doxygen can
|
|
cvsdist |
0a88b1 |
also be configured to extract the code structure from undocumented
|
|
cvsdist |
0a88b1 |
source files.
|
|
cvsdist |
00e8de |
|
|
Karsten Hopp |
074446 |
%if ! 0%{?_module_build}
|
|
cvsdist |
26345c |
%package doxywizard
|
|
Than Ngo |
7f07ae |
Summary: A GUI for creating and editing configuration files
|
|
Rex Dieter |
2199f5 |
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
Than Ngo |
0dbbc6 |
BuildRequires: qt5-qtbase-devel
|
|
Than Ngo |
0dbbc6 |
|
|
cvsdist |
26345c |
%description doxywizard
|
|
cvsdist |
0a88b1 |
Doxywizard is a GUI for creating and editing configuration files that
|
|
cvsdist |
0a88b1 |
are used by doxygen.
|
|
cvsdist |
26345c |
|
|
Rex Dieter |
a209e3 |
%package latex
|
|
Rex Dieter |
a209e3 |
Summary: Support for producing latex/pdf output from doxygen
|
|
Rex Dieter |
a209e3 |
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
Rex Dieter |
a209e3 |
Requires: tex(latex)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(dvips)
|
|
Than Ngo |
ee91c7 |
%if 0%{?fedora} > 17 || 0%{?rhel} > 6
|
|
Tom Callaway |
8aeb51 |
# From doc/manual.sty
|
|
Tom Callaway |
8aeb51 |
Requires: tex(helvet.sty)
|
|
Rex Dieter |
a209e3 |
Requires: tex(sectsty.sty)
|
|
Rex Dieter |
a209e3 |
Requires: tex(tocloft.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(fontenc.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(fancyhdr.sty)
|
|
Tom Callaway |
8aeb51 |
# From templates/latex/doxygen.sty
|
|
Tom Callaway |
8aeb51 |
Requires: tex(alltt.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(calc.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(float.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(verbatim.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(xcolor.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(fancyvrb.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(tabularx.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(multirow.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(hanging.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(ifpdf.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(adjustbox.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(amssymb.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(stackengine.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(ulem.sty)
|
|
Tom Callaway |
8aeb51 |
# From doc/doxygen_manual.tex
|
|
Tom Callaway |
8aeb51 |
Requires: tex(ifthen.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(array.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(geometry.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(makeidx.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(natbib.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(graphicx.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(multicol.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(float.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(geometry.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(listings.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(color.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(xcolor.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(textcomp.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(wasysym.sty)
|
|
Than Ngo |
810d0d |
Requires: tex(import.sty)
|
|
Than Ngo |
810d0d |
Requires: tex(appendix.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(hyperref.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(pspicture.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(inputenc.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(mathptmx.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(courier.sty)
|
|
Tom Callaway |
8aeb51 |
# From src/latexgen.cpp
|
|
Tom Callaway |
8aeb51 |
Requires: tex(fixltx2e.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(ifxetex.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(caption.sty)
|
|
Tom Callaway |
8aeb51 |
Requires: tex(etoc.sty)
|
|
Tom Callaway |
8aeb51 |
# From src/util.cpp
|
|
Than Ngo |
135737 |
Requires: tex(newunicodechar.sty)
|
|
Tom Callaway |
8aeb51 |
# From templates/latex/tabu_doxygen.sty
|
|
Tom Callaway |
8aeb51 |
Requires: tex(varwidth.sty)
|
|
Tom Callaway |
8aeb51 |
# I'm 99% sure this isn't needed anymore since
|
|
Tom Callaway |
8aeb51 |
# doxygen has a local fork of tabu... but it doesn't seem to be hurting anything.
|
|
Tom Callaway |
8aeb51 |
Requires: tex(tabu.sty)
|
|
Tom Callaway |
8aeb51 |
# There also does not seem to be any references to xtab in the code... but eh.
|
|
Tom Callaway |
8aeb51 |
Requires: tex(xtab.sty)
|
|
Tom Callaway |
8aeb51 |
# Explicitly called binaries
|
|
Tom Callaway |
8aeb51 |
Requires: texlive-bibtex
|
|
Tom Callaway |
8aeb51 |
Requires: texlive-makeindex
|
|
Tom Callaway |
8aeb51 |
Requires: texlive-epstopdf
|
|
Rex Dieter |
a209e3 |
%endif
|
|
Than Ngo |
0dbbc6 |
|
|
Rex Dieter |
a209e3 |
%description latex
|
|
Rex Dieter |
a209e3 |
%{summary}.
|
|
Karsten Hopp |
4ccf30 |
%endif
|
|
Rex Dieter |
a209e3 |
|
|
Rex Dieter |
a209e3 |
|
|
cvsdist |
00e8de |
%prep
|
|
Than Ngo |
f96d63 |
%autosetup -p1 -a2
|
|
Than Ngo |
7d841d |
|
|
Rex Dieter |
a209e3 |
# convert into utf-8
|
|
Rex Dieter |
a209e3 |
iconv --from=ISO-8859-1 --to=UTF-8 LANGUAGE.HOWTO > LANGUAGE.HOWTO.new
|
|
Rex Dieter |
a209e3 |
touch -r LANGUAGE.HOWTO LANGUAGE.HOWTO.new
|
|
Than Ngo |
1f329d |
mv LANGUAGE.HOWTO.new LANGUAGE.HOWTO
|
|
Rex Dieter |
a209e3 |
|
|
Rex Dieter |
a209e3 |
|
|
cvsdist |
00e8de |
%build
|
|
Karsten Hopp |
074446 |
%if ! 0%{?_module_build}
|
|
Than Ngo |
1f329d |
%cmake \
|
|
Than Ngo |
e06306 |
-DPYTHON_EXECUTABLE=%{_bindir}/python3 \
|
|
Than Ngo |
4374fc |
-Duse_libclang=%{clang_support} \
|
|
Than Ngo |
700248 |
-Dbuild_doc=OFF \
|
|
Than Ngo |
7a422b |
-Dbuild_wizard=ON \
|
|
Than Ngo |
7a422b |
-Dbuild_xmlparser=ON \
|
|
Than Ngo |
4cffc7 |
-Dbuild_search=%{xapian_core_support} \
|
|
Than Ngo |
7a422b |
-DMAN_INSTALL_DIR=%{_mandir}/man1 \
|
|
Than Ngo |
7a422b |
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
|
Than Ngo |
7a422b |
-DBUILD_SHARED_LIBS=OFF \
|
|
Karsten Hopp |
4ccf30 |
%else
|
|
Karsten Hopp |
4ccf30 |
%cmake \
|
|
Than Ngo |
e06306 |
-DPYTHON_EXECUTABLE=%{_bindir}/python3 \
|
|
Than Ngo |
4374fc |
-Duse_libclang=%{clang_support} \
|
|
Karsten Hopp |
4ccf30 |
-Dbuild_doc=OFF \
|
|
Karsten Hopp |
4ccf30 |
-Dbuild_wizard=OFF \
|
|
Karsten Hopp |
4ccf30 |
-Dbuild_xmlparser=ON \
|
|
Karsten Hopp |
4ccf30 |
-Dbuild_search=OFF \
|
|
Karsten Hopp |
4ccf30 |
-DMAN_INSTALL_DIR=%{_mandir}/man1 \
|
|
Karsten Hopp |
4ccf30 |
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
|
Karsten Hopp |
4ccf30 |
-DBUILD_SHARED_LIBS=OFF \
|
|
Karsten Hopp |
4ccf30 |
%endif
|
|
Than Ngo |
1f329d |
|
|
Than Ngo |
34ef01 |
%cmake_build %{?_smp_mflags}
|
|
Than Ngo |
686628 |
|
|
Rex Dieter |
a209e3 |
%install
|
|
Than Ngo |
34ef01 |
%cmake_install
|
|
cvsdist |
26345c |
|
|
Than Ngo |
d1c487 |
# install icons
|
|
Than Ngo |
d1c487 |
icondir=%{buildroot}%{_datadir}/icons/hicolor
|
|
Than Ngo |
d1c487 |
mkdir -m755 -p $icondir/{16x16,32x32,48x48,128x128}/apps
|
|
Than Ngo |
d1c487 |
install -m644 -p -D doxywizard-6.png $icondir/16x16/apps/doxywizard.png
|
|
Than Ngo |
d1c487 |
install -m644 -p -D doxywizard-5.png $icondir/32x32/apps/doxywizard.png
|
|
Than Ngo |
d1c487 |
install -m644 -p -D doxywizard-4.png $icondir/48x48/apps/doxywizard.png
|
|
Than Ngo |
d1c487 |
install -m644 -p -D doxywizard-3.png $icondir/128x128/apps/doxywizard.png
|
|
Than Ngo |
25b53a |
|
|
Than Ngo |
25ceed |
# install man pages
|
|
Than Ngo |
25ceed |
mkdir -p %{buildroot}/%{_mandir}/man1
|
|
Than Ngo |
25ceed |
cp doc/*.1 %{buildroot}/%{_mandir}/man1/
|
|
Karsten Hopp |
074446 |
%if 0%{?_module_build}
|
|
Karsten Hopp |
4ccf30 |
rm -f %{buildroot}/%{_mandir}/man1/doxywizard.1*
|
|
Karsten Hopp |
4ccf30 |
%endif
|
|
Than Ngo |
0dbbc6 |
|
|
Björn Esser |
68d909 |
%if "x%{?xapian_core_support}" == "xOFF"
|
|
Than Ngo |
4cffc7 |
rm -f %{buildroot}/%{_mandir}/man1/doxyindexer.1* %{buildroot}/%{_mandir}/man1/doxysearch.1*
|
|
Than Ngo |
4cffc7 |
%endif
|
|
Than Ngo |
25ceed |
|
|
Than Ngo |
318962 |
# remove duplicate
|
|
Than Ngo |
318962 |
rm -rf %{buildroot}/%{_docdir}/packages
|
|
Than Ngo |
318962 |
|
|
Karsten Hopp |
074446 |
%if ! 0%{?_module_build}
|
|
Than Ngo |
d1c487 |
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
|
Karsten Hopp |
4ccf30 |
%endif
|
|
Than Ngo |
25b53a |
|
|
Than Ngo |
c63dd6 |
%check
|
|
Than Ngo |
5d96c5 |
%ctest
|
|
Than Ngo |
c63dd6 |
|
|
cvsdist |
00e8de |
%files
|
|
Than Ngo |
25ceed |
%doc LANGUAGE.HOWTO README.md
|
|
Than Ngo |
f47fc9 |
%license LICENSE
|
|
Karsten Hopp |
074446 |
%if ! 0%{?_module_build}
|
|
Björn Esser |
e43b9a |
%if "x%{?xapian_core_support}" == "xON"
|
|
Than Ngo |
7a422b |
%{_bindir}/doxyindexer
|
|
Than Ngo |
7a422b |
%{_bindir}/doxysearch*
|
|
Karsten Hopp |
4ccf30 |
%endif
|
|
Than Ngo |
4cffc7 |
%endif
|
|
Karsten Hopp |
4ccf30 |
%{_bindir}/doxygen
|
|
Than Ngo |
686628 |
%{_mandir}/man1/doxygen.1*
|
|
Björn Esser |
68d909 |
%if "x%{?xapian_core_support}" == "xON"
|
|
Than Ngo |
25ceed |
%{_mandir}/man1/doxyindexer.1*
|
|
Than Ngo |
25ceed |
%{_mandir}/man1/doxysearch.1*
|
|
Than Ngo |
4cffc7 |
%endif
|
|
Karsten Hopp |
074446 |
%if ! 0%{?_module_build}
|
|
cvsdist |
26345c |
%files doxywizard
|
|
cvsdist |
26345c |
%{_bindir}/doxywizard
|
|
Than Ngo |
1a0ff8 |
%{_mandir}/man1/doxywizard*
|
|
Than Ngo |
25b53a |
%{_datadir}/applications/doxywizard.desktop
|
|
Karsten Hopp |
4ccf30 |
%endif
|
|
Than Ngo |
d1c487 |
%{_datadir}/icons/hicolor/*/apps/doxywizard.png
|
|
Rex Dieter |
a209e3 |
|
|
Karsten Hopp |
dc9ca7 |
%if ! 0%{?_module_build}
|
|
Rex Dieter |
a209e3 |
%files latex
|
|
Rex Dieter |
a209e3 |
# intentionally left blank
|
|
Karsten Hopp |
4ccf30 |
%endif
|
|
Rex Dieter |
a209e3 |
|
|
cvsdist |
00e8de |
%changelog
|
|
Than Ngo |
f1e6af |
* Tue Jan 19 2021 Than Ngo <than@redhat.com> - 1.9.1-3
|
|
Than Ngo |
f1e6af |
- fixed doxygen crashes when parsing config file part2
|
|
Than Ngo |
f1e6af |
|
|
Than Ngo |
f1e6af |
|
|
Than Ngo |
16e4f9 |
* Tue Jan 19 2021 Than Ngo <than@redhat.com> - 1.9.1-2
|
|
Than Ngo |
16e4f9 |
- fixed bz#1916161, crashes when parsing config file
|
|
Than Ngo |
16e4f9 |
|
|
Than Ngo |
b2647b |
* Mon Jan 11 2021 Than Ngo <than@redhat.com> - 1.9.1-1
|
|
Than Ngo |
b2647b |
- update to 1.9.1
|
|
Than Ngo |
b2647b |
|
|
Than Ngo |
f96d63 |
* Mon Jan 11 2021 Than Ngo <than@redhat.com> - 1.8.20-6
|
|
Than Ngo |
f96d63 |
- drop BR on ImageMagick in RHEL
|
|
Than Ngo |
f96d63 |
|
|
Than Ngo |
6f6455 |
* Tue Sep 29 2020 Than Ngo <than@redhat.com> - 1.8.20-5
|
|
Than Ngo |
6f6455 |
- backport upstream patches
|
|
Than Ngo |
6f6455 |
|
|
Than Ngo |
b77803 |
* Thu Sep 17 2020 Than Ngo <than@redhat.com> - 1.8.20-4
|
|
Than Ngo |
b77803 |
- Fix doxygen crash
|
|
Than Ngo |
b77803 |
|
|
|
f9a41f |
* Tue Sep 15 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 1:1.8.20-3
|
|
|
f9a41f |
- Fix doxygen producing different results on 32 and 64 bit architectures
|
|
|
f9a41f |
|
|
Scott Talbert |
2f055b |
* Fri Aug 28 2020 Scott Talbert <swt@techie.net> - 1:1.8.20-2
|
|
Scott Talbert |
2f055b |
- Fix issue with enums being defined in multiple files
|
|
Scott Talbert |
2f055b |
|
|
Than Ngo |
34ef01 |
* Tue Aug 25 2020 Than Ngo <than@redhat.com> - 1.8.20-1
|
|
Than Ngo |
34ef01 |
- update to 1.8.20
|
|
Than Ngo |
34ef01 |
|
|
Fedora Release Engineering |
ef5673 |
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.18-6
|
|
Fedora Release Engineering |
ef5673 |
- Second attempt - Rebuilt for
|
|
Fedora Release Engineering |
ef5673 |
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
Fedora Release Engineering |
ef5673 |
|
|
Fedora Release Engineering |
01e34d |
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.18-5
|
|
Fedora Release Engineering |
01e34d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
Fedora Release Engineering |
01e34d |
|
|
Than Ngo |
551b0a |
* Wed Jul 08 2020 Than Ngo <than@redhat.com> - 1.8.18-4
|
|
Than Ngo |
551b0a |
- fixed link issue against new clang
|
|
Than Ngo |
551b0a |
|
|
Than Ngo |
4374fc |
* Thu Jun 18 2020 Than Ngo <than@redhat.com> - 1.8.18-3
|
|
Than Ngo |
4374fc |
- fixed bz#1834591, enable clang support in fedora
|
|
Than Ngo |
4374fc |
|
|
Tom Callaway |
8aeb51 |
* Wed May 27 2020 Tom Callaway <spot@fedoraproject.org> - 1.8.18-2
|
|
Tom Callaway |
8aeb51 |
- update tex dependencies
|
|
Tom Callaway |
8aeb51 |
|
|
Than Ngo |
39bce8 |
* Mon May 25 2020 Than Ngo <than@redhat.com> - 1.8.18-1
|
|
Than Ngo |
39bce8 |
- update to 1.8.18
|
|
Than Ngo |
39bce8 |
- backport fixes: buffer-overflow, memory leeks and md5 hash does not match for
|
|
Than Ngo |
39bce8 |
2 diffferent runs
|
|
Than Ngo |
39bce8 |
|
|
Björn Esser |
95b97f |
* Thu Apr 02 2020 Björn Esser <besser82@fedoraproject.org> - 1:1.8.17-3
|
|
Björn Esser |
95b97f |
- Fix string quoting for rpm >= 4.16
|
|
Björn Esser |
95b97f |
|
|
Fedora Release Engineering |
47ae7f |
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.17-2
|
|
Fedora Release Engineering |
47ae7f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
Fedora Release Engineering |
47ae7f |
|
|
Than Ngo |
d1c487 |
* Tue Jan 14 2020 Than Ngo <than@redhat.com> - 1:1.8.17-1
|
|
Than Ngo |
d1c487 |
- resolves #1786799, update to 1.8.17
|
|
Than Ngo |
d1c487 |
|
|
Than Ngo |
31d4fa |
* Tue Dec 10 2019 Than Ngo <than@redhat.com> - 1:1.8.16-3
|
|
Than Ngo |
31d4fa |
- fixed covscan issues
|
|
Than Ngo |
31d4fa |
|
|
Than Ngo |
054d45 |
* Mon Sep 16 2019 Than Ngo <than@redhat.com> - 1:1.8.16-2
|
|
Than Ngo |
054d45 |
- backpored upstream patch to fix #7248
|
|
Than Ngo |
054d45 |
|
|
Than Ngo |
054d45 |
* Wed Sep 11 2019 Than Ngo <than@redhat.com> - 1:1.8.16-1
|
|
Than Ngo |
a8fac6 |
- resolves #1742614, update to 1.8.16
|
|
Than Ngo |
a8fac6 |
|
|
Fedora Release Engineering |
b30590 |
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.15-10
|
|
Fedora Release Engineering |
b30590 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
Fedora Release Engineering |
b30590 |
|
|
Christoph Junghans |
6cce15 |
* Tue Mar 19 2019 Christoph Junghans <junghans@votca.org> - 1:1.8.15-9
|
|
Christoph Junghans |
6cce15 |
- Incl. xml fix for c++11
|
|
Christoph Junghans |
6cce15 |
|
|
Than Ngo |
f47fc9 |
* Sat Mar 16 2019 Than Ngo <than@redhat.com> - 1:1.8.15-8
|
|
Than Ngo |
f47fc9 |
- added license file
|
|
Than Ngo |
f47fc9 |
|
|
Than Ngo |
433be7 |
* Wed Mar 13 2019 Than Ngo <than@redhat.com> - 1:1.8.15-7
|
|
Than Ngo |
433be7 |
- added Requirement on dot
|
|
Than Ngo |
433be7 |
|
|
Than Ngo |
16df64 |
* Thu Feb 14 2019 Than Ngo <than@redhat.com> - 1:1.8.15-6
|
|
Than Ngo |
16df64 |
- fixed bz#1677000, fixed multilib issue
|
|
Than Ngo |
16df64 |
|
|
Than Ngo |
32e3f8 |
* Tue Feb 12 2019 Than Ngo <than@redhat.com> - 1:1.8.15-5
|
|
Than Ngo |
32e3f8 |
- fixed bz#1675288, doxygen 1.8.15 segfault
|
|
Than Ngo |
32e3f8 |
|
|
Than Ngo |
3453b3 |
* Fri Feb 08 2019 Than Ngo <than@redhat.com> - 1:1.8.15-4
|
|
Than Ngo |
135737 |
- fixed bz#673228 - operator whitespace changes cause wxpython FTBFS
|
|
Than Ngo |
135737 |
- fixed bz#1673230 - BR on tex(newunicodechar.sty) in doxygen-latex
|
|
Than Ngo |
3453b3 |
|
|
Than Ngo |
73e6d6 |
* Tue Feb 05 2019 Than Ngo <than@redhat.com> - 1:1.8.15-3
|
|
Than Ngo |
73e6d6 |
- fixed bz#1671999, backported from upstream
|
|
Than Ngo |
73e6d6 |
- added test for XML output with an empty TOC
|
|
Than Ngo |
73e6d6 |
|
|
Fedora Release Engineering |
7448e7 |
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.15-2
|
|
Fedora Release Engineering |
7448e7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
Fedora Release Engineering |
7448e7 |
|
|
Than Ngo |
700248 |
* Mon Jan 28 2019 Than Ngo <than@redhat.com> - 1:1.8.15-1
|
|
Than Ngo |
700248 |
- update to 1.8.15
|
|
Than Ngo |
700248 |
|
|
Than Ngo |
c63dd6 |
* Thu Dec 06 2018 Than Ngo <than@redhat.com> - 1:1.8.14-8
|
|
Than Ngo |
c63dd6 |
- enable testing
|
|
Than Ngo |
c63dd6 |
|
|
Than Ngo |
69dc56 |
* Mon Jul 23 2018 Than Ngo <than@redhat.com> - 1:1.8.14-7
|
|
Than Ngo |
69dc56 |
- add BR: gcc-c++ gcc
|
|
Than Ngo |
69dc56 |
|
|
Fedora Release Engineering |
eadb2d |
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.14-6
|
|
Fedora Release Engineering |
eadb2d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
Fedora Release Engineering |
eadb2d |
|
|
Than Ngo |
0dbbc6 |
* Wed Jun 27 2018 Than Ngo <than@redhat.com> - 1:1.8.14-5
|
|
Than Ngo |
0dbbc6 |
- support Qt5
|
|
Than Ngo |
0dbbc6 |
|
|
Than Ngo |
4cffc7 |
* Wed Jun 20 2018 Than Ngo <than@redhat.com> - 1.8.14-4
|
|
Than Ngo |
4cffc7 |
- enble search addon on fedora
|
|
Than Ngo |
4cffc7 |
|
|
Than Ngo |
43c245 |
* Mon Apr 30 2018 Than Ngo <than@redhat.com> - 1.8.14-3
|
|
Than Ngo |
43c245 |
- added missing BR on adjustbox.sty for refman
|
|
Than Ngo |
43c245 |
|
|
Fedora Release Engineering |
a25412 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.14-2
|
|
Fedora Release Engineering |
a25412 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
Fedora Release Engineering |
a25412 |
|
|
Than Ngo |
42ab4a |
* Fri Dec 29 2017 Than Ngo <than@redhat.com> - 1:1.8.14-1
|
|
Than Ngo |
42ab4a |
- update to 1.8.14
|
|
Than Ngo |
42ab4a |
|
|
Fedora Release Engineering |
1114a5 |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.13-12
|
|
Fedora Release Engineering |
1114a5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
Fedora Release Engineering |
1114a5 |
|
|
Fedora Release Engineering |
26a05e |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.13-11
|
|
Fedora Release Engineering |
26a05e |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
Fedora Release Engineering |
26a05e |
|
|
Petr Písař |
7fed52 |
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 1:1.8.13-10
|
|
Petr Písař |
7fed52 |
- perl dependency renamed to perl-interpreter
|
|
Petr Písař |
7fed52 |
<https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
|
|
Petr Písař |
7fed52 |
|
|
Than Ngo |
248e03 |
* Tue Jul 04 2017 Than Ngo <than@redhat.com> - 1:1.8.13-9
|
|
Than Ngo |
248e03 |
- backport to fix C# property initializer parsing
|
|
Than Ngo |
248e03 |
- backport to fix non reachable links and redirected links in documentation
|
|
Than Ngo |
248e03 |
|
|
Than Ngo |
6307b3 |
* Tue May 30 2017 Than Ngo <than@redhat.com> - 1:1.8.13-8
|
|
Than Ngo |
6307b3 |
- backport to fix problem where automatic line breaking caused
|
|
Than Ngo |
6307b3 |
missing vertical bars in the parameter table for Latex output
|
|
Than Ngo |
6307b3 |
|
|
Karsten Hopp |
dc9ca7 |
* Sat Apr 22 2017 Karsten Hopp <karsten@redhat.com> - 1.8.13-7
|
|
Karsten Hopp |
dc9ca7 |
- fix _module_build macro
|
|
Karsten Hopp |
dc9ca7 |
|
|
Karsten Hopp |
074446 |
* Fri Apr 21 2017 Karsten Hopp <karsten@redhat.com> - 1.8.13-6
|
|
Karsten Hopp |
074446 |
- use new _module_build macro to limit dependencies for Modularity
|
|
Karsten Hopp |
074446 |
|
|
Than Ngo |
127e03 |
* Mon Mar 13 2017 Than Ngo <than@redhat.com> - 1:1.8.13-5
|
|
Than Ngo |
127e03 |
- backport to fix behavior of @ref const matching (#776988)
|
|
Than Ngo |
127e03 |
|
|
Fedora Release Engineering |
a772aa |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.13-4
|
|
Fedora Release Engineering |
a772aa |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
Fedora Release Engineering |
a772aa |
|
|
Than Ngo |
1fdd96 |
* Thu Jan 19 2017 Than Ngo <than@redhat.com> - 1:1.8.13-3
|
|
Than Ngo |
1fdd96 |
- Bug 775493 - Usage of underscore's in parameter names
|
|
Than Ngo |
1fdd96 |
|
|
Björn Esser |
2920bf |
* Tue Jan 17 2017 Björn Esser <besser82@fedoraproject.org> - 1:1.8.13-2
|
|
Björn Esser |
2920bf |
- Add upstream patch to fix regression (rhbz#1413296)
|
|
Björn Esser |
2920bf |
|
|
Orion Poplawski |
979ed8 |
* Thu Dec 29 2016 Orion Poplawski <orion@cora.nwra.com> - 1:1.8.13-1
|
|
Orion Poplawski |
979ed8 |
- Update to 1.8.13
|
|
Orion Poplawski |
979ed8 |
- Drop upstream patches
|
|
Orion Poplawski |
979ed8 |
|
|
Orion Poplawski |
24070d |
* Thu Dec 22 2016 Orion Poplawski <orion@cora.nwra.com> - 1:1.8.12-7
|
|
Orion Poplawski |
24070d |
- Rebuild for xapian soname bump
|
|
Orion Poplawski |
f810f3 |
- Add patch to build with python rc
|
|
Orion Poplawski |
24070d |
|
|
Than Ngo |
440856 |
* Mon Dec 12 2016 Than Ngo <than@redhat.com> - 1:1.8.12-6
|
|
Than Ngo |
440856 |
- backport upstream patch to fix
|
|
Than Ngo |
440856 |
Bug 707266 - C++/CLI indexed property not documented
|
|
Than Ngo |
440856 |
Bug 774949 - Unknown reference in manual
|
|
Than Ngo |
440856 |
Bug 775245 - referencing Python files via tagfile broken
|
|
Than Ngo |
440856 |
|
|
Than Ngo |
e5435d |
* Thu Dec 08 2016 Than Ngo <than@redhat.com> - 1:1.8.12-5
|
|
Than Ngo |
dfc5f3 |
- fixed bz#1402043 - runtime dependency on perl
|
|
Than Ngo |
dfc5f3 |
- backport upstream patch to fix Bug 774138 . add HTML classes to "Definition at..." & "Referenced by..." for CSS
|
|
Than Ngo |
e5435d |
|
|
Than Ngo |
0aeec2 |
* Fri Nov 25 2016 Than Ngo <than@redhat.com> - - 1:1.8.12-4
|
|
Than Ngo |
0aeec2 |
- Bug 774273 - INLINE_SIMPLE_STRUCTS with enums in classes does not work
|
|
Than Ngo |
0aeec2 |
|
|
Than Ngo |
318962 |
* Tue Nov 15 2016 Than Ngo <than@redhat.com> - 1:1.8.12-3
|
|
Than Ngo |
318962 |
- bz#1394456, add missing docs
|
|
Than Ngo |
318962 |
- fix build issue when build_doc=ON
|
|
Than Ngo |
318962 |
|
|
Than Ngo |
51a1d8 |
* Thu Oct 20 2016 Than Ngo <than@redhat.com> - 1:1.8.12-2
|
|
Than Ngo |
51a1d8 |
- backport upstream fixes
|
|
Than Ngo |
51a1d8 |
Bug 771310 - French description for "Namespace Members" is wrong and causes fatal javascript error
|
|
Than Ngo |
51a1d8 |
Bug 771344 - Class name 'internal' breaks class hierarchy in C++
|
|
Than Ngo |
51a1d8 |
|
|
Than Ngo |
a4ca9a |
* Tue Sep 06 2016 Than Ngo <than@redhat.com> - 1:1.8.12-1
|
|
Than Ngo |
a4ca9a |
- 1.8.12
|
|
Than Ngo |
7a422b |
- fixed bz#1373167 - doxygen ships bogus man pages
|
|
Than Ngo |
a4ca9a |
|
|
Than Ngo |
ef93c1 |
* Sun Mar 06 2016 Than Ngo <than@redhat.com> - 1:1.8.11-4
|
|
Than Ngo |
ef93c1 |
- bz#1305739, Unescaped percent sign in doxygen
|
|
Than Ngo |
ef93c1 |
|
|
Than Ngo |
505fc8 |
* Mon Feb 22 2016 Than Ngo <than@redhat.com> - 1:1.8.11-3
|
|
Than Ngo |
505fc8 |
- fix bz#1305739, Unescaped percent sign in doxygen
|
|
Than Ngo |
505fc8 |
|
|
|
0d88c0 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.11-2
|
|
|
0d88c0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
0d88c0 |
|
|
Than Ngo |
bdf742 |
* Wed Jan 13 2016 Than Ngo <than@redhat.com> - 1:1.8.11-1
|
|
Than Ngo |
bdf742 |
- 1.8.11
|
|
Than Ngo |
bdf742 |
|
|
Than Ngo |
3b8354 |
* Fri Dec 04 2015 Than Ngo <than@redhat.com> - 1:1.8.10-7
|
|
Than Ngo |
3b8354 |
- backport to fix a couple of small memory leaks
|
|
Than Ngo |
3b8354 |
|
|
Than Ngo |
5e50ad |
* Tue Nov 10 2015 Than Ngo <than@redhat.com> - 1:1.8.10-6
|
|
Than Ngo |
5e50ad |
- backport patches to fix follow issues:
|
|
Than Ngo |
5e50ad |
angle brackets (< and >) not escaped in HTML formula alt text
|
|
Than Ngo |
5e50ad |
don't support longer key in bibtex
|
|
Than Ngo |
5e50ad |
math does not work in LaTeX with custom header and footer
|
|
Than Ngo |
5e50ad |
writeMemberNavIndex template calls static fixSpaces
|
|
Than Ngo |
5e50ad |
XML empty <argsstring/> in python
|
|
Than Ngo |
5e50ad |
XML not documenting a class in python
|
|
Than Ngo |
5e50ad |
add option to build latex without timestamps
|
|
Than Ngo |
5e50ad |
|
|
Than Ngo |
a1a1b5 |
* Mon Nov 09 2015 Than Ngo <than@redhat.com> - 1:1.8.10-5
|
|
Than Ngo |
a1a1b5 |
- fix install issue
|
|
Than Ngo |
a1a1b5 |
|
|
|
a13509 |
* Thu Oct 08 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1:1.8.10-4
|
|
|
a13509 |
- Fix patch to apply
|
|
|
a13509 |
|
|
|
63a1e0 |
* Thu Oct 08 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1:1.8.10-3
|
|
|
63a1e0 |
- drop QT_ARCH_X86_64 hardcoded definition to get doxygen built on aarch64
|
|
|
63a1e0 |
(it built by pure luck on other architectures)
|
|
|
63a1e0 |
|
|
Than Ngo |
7593fe |
* Wed Sep 23 2015 Than Ngo <than@redhat.com> - 1.8.10-2
|
|
Than Ngo |
7593fe |
- fix broken deps
|
|
Than Ngo |
7593fe |
|
|
Than Ngo |
1f329d |
* Fri Aug 28 2015 Than Ngo <than@redhat.com> - 1.8.10-1
|
|
Than Ngo |
1f329d |
- update to 1.8.10
|
|
Than Ngo |
1f329d |
|
|
|
e8c180 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.9.1-4
|
|
|
e8c180 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
e8c180 |
|
|
Than Ngo |
84774f |
* Thu May 28 2015 Than Ngo <than@redhat.com> - 1:1.8.9.1-3
|
|
Than Ngo |
84774f |
- rebuild
|
|
Than Ngo |
84774f |
|
|
Than Ngo |
fa6f4f |
* Wed Apr 29 2015 Than Ngo <than@redhat.com> - 1:1.8.9.1-2
|
|
Than Ngo |
fa6f4f |
- Resolves: bz#1198355, doxygen generates \backmatter in article class
|
|
Than Ngo |
fa6f4f |
|
|
Than Ngo |
fa6f4f |
* Wed Jan 21 2015 Than Ngo <than@redhat.com> 1:1.8.9.1-1
|
|
Than Ngo |
f293e0 |
- update to 1.8.9.1
|
|
Than Ngo |
f293e0 |
|
|
Than Ngo |
78ad62 |
* Mon Aug 25 2014 Than Ngo <than@redhat.com> - 1:1.8.8-1
|
|
Than Ngo |
78ad62 |
- 1.8.8
|
|
Than Ngo |
78ad62 |
|
|
Peter Robinson |
634429 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.7-3
|
|
Peter Robinson |
634429 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
Peter Robinson |
634429 |
|
|
|
e784eb |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.7-2
|
|
|
e784eb |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
e784eb |
|
|
Than Ngo |
cb30bb |
* Mon May 12 2014 Than Ngo <than@redhat.com> - 1:1.8.7-1
|
|
Than Ngo |
cb30bb |
- 1.8.7
|
|
Than Ngo |
cb30bb |
|
|
|
f4a9c5 |
* Thu Dec 26 2013 Orion Poplawski <orion@cora.nwra.com> - 1:1.8.6-1
|
|
|
f4a9c5 |
- 1.8.6
|
|
|
f4a9c5 |
|
|
Than Ngo |
d41689 |
* Tue Oct 08 2013 Than Ngo <than@redhat.com> - 1:1.8.5-2
|
|
Than Ngo |
d41689 |
- add exlive-epstopdf-bin in requirement
|
|
Than Ngo |
d41689 |
|
|
Than Ngo |
770d18 |
* Mon Aug 26 2013 Than Ngo <than@redhat.com> - 1:1.8.5-1
|
|
Than Ngo |
770d18 |
- 1.8.5
|
|
Than Ngo |
770d18 |
|
|
Robert Scheck |
24175f |
* Sat Aug 03 2013 Robert Scheck <robert@fedoraproject.org> - 1:1.8.4-4
|
|
Robert Scheck |
24175f |
- Work around strange dependencies in epstopdf packages (#991699)
|
|
Robert Scheck |
24175f |
|
|
|
b24755 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.4-3
|
|
|
b24755 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
b24755 |
|
|
Than Ngo |
b0278a |
* Mon Jun 24 2013 Than Ngo <than@redhat.com> - 1:1.8.4-2
|
|
Than Ngo |
b0278a |
- backport upstream patch to fix endless loop
|
|
Than Ngo |
b0278a |
|
|
Than Ngo |
7a60b0 |
* Tue May 21 2013 Than Ngo <than@redhat.com> - 1:1.8.4-1
|
|
Than Ngo |
7a60b0 |
- 1.8.4
|
|
Than Ngo |
7a60b0 |
|
|
|
b3ca81 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.3.1-2
|
|
|
b3ca81 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
b3ca81 |
|
|
Than Ngo |
ee91c7 |
* Tue Jan 22 2013 Than Ngo <than@redhat.com> - 1.8.3.1-1
|
|
Than Ngo |
ee91c7 |
- 1.8.3.1
|
|
Than Ngo |
ee91c7 |
- fedora/rhel condition
|
|
Than Ngo |
ee91c7 |
|
|
Rex Dieter |
a209e3 |
* Tue Jan 08 2013 Rex Dieter <rdieter@fedoraproject.org> - 1:1.8.3-3
|
|
Rex Dieter |
a209e3 |
- -latex subpkg (#892288)
|
|
Rex Dieter |
a209e3 |
- .spec cleanup
|
|
Rex Dieter |
a209e3 |
|
|
Rex Dieter |
2199f5 |
* Thu Jan 03 2013 Rex Dieter <rdieter@fedoraproject.org> - 1:1.8.3-2
|
|
Rex Dieter |
2199f5 |
- doxygen is missing dependencies for texlive update (#891452)
|
|
Rex Dieter |
2199f5 |
- doxywizard: tighten dep on main pkg
|
|
Rex Dieter |
2199f5 |
|
|
Than Ngo |
4706d4 |
* Wed Jan 02 2013 Than Ngo <than@redhat.com> - 1:1.8.3-1
|
|
Than Ngo |
4706d4 |
- 1.8.3
|
|
Than Ngo |
4706d4 |
|
|
Than Ngo |
00da06 |
* Mon Aug 13 2012 Than Ngo <than@redhat.com> - 1:1.8.2-1
|
|
Than Ngo |
00da06 |
- 1.8.2
|
|
Than Ngo |
00da06 |
|
|
Than Ngo |
e43407 |
* Mon Jul 30 2012 Than Ngo <than@redhat.com> - 1:1.8.1.2-1
|
|
Than Ngo |
e43407 |
- 1.8.1.2
|
|
Than Ngo |
e43407 |
|
|
|
a7a53b |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.1.1-4
|
|
|
a7a53b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
a7a53b |
|
|
Than Ngo |
a47824 |
* Wed Jun 20 2012 Than Ngo <than@redhat.com> - 1:1.8.1.1-3
|
|
Than Ngo |
a47824 |
- bz#832525, fix multilib issue
|
|
Than Ngo |
a47824 |
|
|
Rex Dieter |
df8727 |
* Wed Jun 13 2012 Rex Dieter <rdieter@fedoraproject.org> 1:1.8.1.1-2
|
|
Rex Dieter |
df8727 |
- make HTML_TIMESTAMP default FALSE
|
|
Rex Dieter |
df8727 |
|
|
Than Ngo |
8effc6 |
* Mon Jun 11 2012 Than Ngo <than@redhat.com> - 1:1.8.1.1-1
|
|
Than Ngo |
8effc6 |
- 1.8.1.1
|
|
Than Ngo |
8effc6 |
|
|
Than Ngo |
e196f0 |
* Wed Jun 06 2012 Than Ngo <than@redhat.com> - 1:1.8.1-1
|
|
Than Ngo |
e196f0 |
- 1.8.1
|
|
Than Ngo |
e196f0 |
|
|
Than Ngo |
70f6c1 |
* Mon Feb 27 2012 Than Ngo <than@redhat.com> - 1:1.8.0-1
|
|
Than Ngo |
70f6c1 |
- 1.8.0
|
|
Than Ngo |
25b53a |
|
|
Than Ngo |
70f6c1 |
* Wed Jan 18 2012 Than Ngo <than@redhat.com> - 1:1.7.6.1-2
|
|
Than Ngo |
70f6c1 |
- bz#772523, add desktop file
|
|
|
4de9ed |
|
|
Than Ngo |
396a35 |
* Fri Dec 16 2011 Than Ngo <than@redhat.com> - 1:1.7.6.1-1
|
|
Than Ngo |
396a35 |
- 1.7.6.1
|
|
Than Ngo |
396a35 |
|
|
Than Ngo |
2b0f1b |
* Tue Dec 06 2011 Than Ngo <than@redhat.com> - 1:1.7.6-1
|
|
Than Ngo |
2b0f1b |
- 1.7.6
|
|
Than Ngo |
2b0f1b |
|
|
Than Ngo |
28a8bd |
* Tue Nov 08 2011 Than Ngo <than@redhat.com> - 1:1.7.5.1-1
|
|
Than Ngo |
28a8bd |
- 1.7.5.1
|
|
Than Ngo |
28a8bd |
|
|
Than Ngo |
454252 |
* Tue Aug 23 2011 Than Ngo <than@redhat.com> - 1:1.7.5-1
|
|
Than Ngo |
454252 |
- 1.7.5
|
|
Than Ngo |
454252 |
|
|
Than Ngo |
ac3c90 |
* Mon Jun 27 2011 Than Ngo <than@redhat.com> - 1:1.7.4-2
|
|
Than Ngo |
ac3c90 |
- bz#688684, apply patch to fix crash when not generating man format
|
|
Than Ngo |
ac3c90 |
|
|
Than Ngo |
e8c7cd |
* Tue Mar 29 2011 Than Ngo <than@redhat.com> - 1.7.4-1
|
|
Than Ngo |
e8c7cd |
- 1.7.4
|
|
Than Ngo |
e8c7cd |
|
|
|
3895a4 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.7.3-2
|
|
|
3895a4 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
3895a4 |
|
|
Than Ngo |
fb13cd |
* Mon Jan 17 2011 Than Ngo <than@redhat.com> - 1.7.3-1
|
|
Than Ngo |
fb13cd |
- 1.7.3
|
|
Than Ngo |
fb13cd |
- bz#661107
|
|
Than Ngo |
fb13cd |
|
|
Rex Dieter |
a491e5 |
* Fri Nov 12 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.7.2-2
|
|
Rex Dieter |
a491e5 |
- Wrong Buildrequire to qt-devel (#651064)
|
|
Rex Dieter |
a491e5 |
|
|
Than Ngo |
73fb3f |
* Mon Oct 11 2010 Than Ngo <than@redhat.com> - 1.7.2-1
|
|
Than Ngo |
73fb3f |
- 1.7.2
|
|
Than Ngo |
73fb3f |
|
|
Than Ngo |
633de6 |
* Wed Sep 08 2010 Than Ngo <than@redhat.com> - 1:1.7.1-2
|
|
Than Ngo |
633de6 |
- bz#629286, apply patch to fix broken thread handling
|
|
Than Ngo |
633de6 |
- bz#627553, #define in included file in different directory not handled properly
|
|
Than Ngo |
633de6 |
- Inherited documentation doesn't work in case of multiple inheritance
|
|
Than Ngo |
633de6 |
|
|
Than Ngo |
e24bd7 |
* Mon Jul 19 2010 Than Ngo <than@redhat.com> - 1.7.1-1
|
|
Than Ngo |
e24bd7 |
- 1.7.1
|
|
Than Ngo |
e24bd7 |
|
|
Than Ngo |
14bb3a |
* Fri Feb 12 2010 Than Ngo <than@redhat.com> - 1.6.2-1.svn20100208
|
|
Than Ngo |
14bb3a |
- fix #555526, snapshot 1.6.2-20100208
|
|
Than Ngo |
14bb3a |
|
|
Than Ngo |
8526d5 |
* Mon Jan 04 2010 Than Ngo <than@redhat.com> - 1:1.6.2-1
|
|
Than Ngo |
8526d5 |
- 1.6.2
|
|
Than Ngo |
8526d5 |
|
|
Than Ngo |
8c9a81 |
* Fri Dec 18 2009 Than Ngo <than@redhat.com> - 1:1.6.1-4
|
|
Than Ngo |
8c9a81 |
- drop _default_patch_fuzz
|
|
Than Ngo |
8c9a81 |
|
|
Than Ngo |
7f07ae |
* Fri Dec 18 2009 Than Ngo <than@redhat.com> - 1:1.6.1-3
|
|
Than Ngo |
7f07ae |
- bz#225709, merged review
|
|
Than Ngo |
7f07ae |
|
|
Than Ngo |
7f07ae |
* Fri Dec 11 2009 Than Ngo <than@redhat.com> - 1:1.6.1-2
|
|
Than Ngo |
7f07ae |
- bz#225709, merged review
|
|
Than Ngo |
7f07ae |
|
|
Than Ngo |
58ff37 |
* Tue Aug 25 2009 Than Ngo <than@redhat.com> - 1.6.1-1
|
|
Than Ngo |
58ff37 |
- 1.6.1
|
|
Than Ngo |
58ff37 |
|
|
Than Ngo |
ceaa53 |
* Mon Aug 24 2009 Than Ngo <than@redhat.com> - 1.6.0-2
|
|
Than Ngo |
ceaa53 |
- fix #516339, allow to enable/disable timstamp to avoid the multilib issue
|
|
Than Ngo |
ceaa53 |
HTMP_TIMESTAMP is disable by default
|
|
Than Ngo |
ceaa53 |
|
|
Than Ngo |
f68096 |
* Fri Aug 21 2009 Than Ngo <than@redhat.com> - 1.6.0-1
|
|
Than Ngo |
f68096 |
- 1.6.0
|
|
Than Ngo |
f68096 |
|
|
Ville Skyttä |
c14f04 |
* Mon Aug 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 1:1.5.9-3
|
|
Ville Skyttä |
c14f04 |
- Convert specfile to UTF-8.
|
|
Ville Skyttä |
c14f04 |
|
|
Jesse Keating |
810fa8 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.9-2
|
|
Jesse Keating |
810fa8 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
Jesse Keating |
810fa8 |
|
|
Than Ngo |
1d1685 |
* Fri Jul 03 2009 Than Ngo <than@redhat.com> - 1.5.9-1
|
|
Than Ngo |
1d1685 |
- 1.5.9
|
|
Than Ngo |
1d1685 |
|
|
Jesse Keating |
443f47 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.8-2
|
|
Jesse Keating |
443f47 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
Jesse Keating |
443f47 |
|
|
Than Ngo |
77ab49 |
* Thu Feb 05 2009 Than Ngo <than@redhat.com> 1.5.8-1
|
|
Than Ngo |
77ab49 |
- 1.5.8
|
|
Than Ngo |
77ab49 |
|
|
Than Ngo |
390048 |
* Mon Oct 06 2008 Than Ngo <than@redhat.com> 1.5.7.1-1
|
|
Than Ngo |
390048 |
- 1.5.7.1
|
|
Than Ngo |
390048 |
|
|
Tom Callaway |
fd8af4 |
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.6-3
|
|
Tom Callaway |
fd8af4 |
- fix license tag
|
|
Tom Callaway |
fd8af4 |
|
|
Than Ngo |
f26235 |
* Wed May 21 2008 Than Ngo <than@redhat.com> 1.5.6-2
|
|
Than Ngo |
f26235 |
- rebuild
|
|
Than Ngo |
f26235 |
|
|
Than Ngo |
617a39 |
* Mon May 19 2008 Than Ngo <than@redhat.com> 1.5.6-1
|
|
Than Ngo |
617a39 |
- 1.5.6
|
|
Than Ngo |
617a39 |
|
|
Than Ngo |
e725b7 |
* Fri Mar 14 2008 Than Ngo <than@redhat.com> 1.5.5-3
|
|
Than Ngo |
e725b7 |
- apply patch to not break partial include paths, thanks to Tim Niemueller
|
|
Than Ngo |
e725b7 |
|
|
Than Ngo |
87c256 |
* Wed Feb 20 2008 Than Ngo <than@redhat.com> 1.5.5-2
|
|
Than Ngo |
87c256 |
- apply patch to make doxygen using system libpng/zlib
|
|
Than Ngo |
87c256 |
|
|
Than Ngo |
bf77d4 |
* Fri Feb 15 2008 Than Ngo <than@redhat.com> 1.5.5-1
|
|
Than Ngo |
bf77d4 |
- 1.5.5
|
|
Than Ngo |
bf77d4 |
|
|
Than Ngo |
ff1c5b |
* Wed Nov 28 2007 Than Ngo <than@redhat.com> 1.5.4-1
|
|
Than Ngo |
ff1c5b |
- 1.5.4
|
|
Than Ngo |
ff1c5b |
|
|
Than Ngo |
67b477 |
* Fri Aug 10 2007 Than Ngo <than@redhat.com> - 1:1.5.3-1
|
|
Than Ngo |
67b477 |
- 1.5.3
|
|
Than Ngo |
67b477 |
|
|
Than Ngo |
beadc9 |
* Thu Apr 12 2007 Than Ngo <than@redhat.com> - 1:1.5.2-1
|
|
Than Ngo |
beadc9 |
- 1.5.2
|
|
Than Ngo |
beadc9 |
|
|
Than Ngo |
3fe038 |
* Fri Nov 03 2006 Than Ngo <than@redhat.com> 1:1.5.1-2
|
|
Than Ngo |
3fe038 |
- 1.5.1
|
|
Than Ngo |
3fe038 |
|
|
Jesse Keating |
b6c3e0 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.4.7-1.1
|
|
Jesse Keating |
b6c3e0 |
- rebuild
|
|
Jesse Keating |
b6c3e0 |
|
|
Than Ngo |
ae83bc |
* Mon Jun 12 2006 Than Ngo <than@redhat.com> 1:1.4.7-1
|
|
Than Ngo |
ae83bc |
- update to 1.4.7
|
|
Than Ngo |
ae83bc |
|
|
Than Ngo |
c92578 |
* Thu Jun 08 2006 Than Ngo <than@redhat.com> 1:1.4.6-5
|
|
Than Ngo |
c92578 |
- fix build problem in mock #193358
|
|
Than Ngo |
c92578 |
|
|
Than Ngo |
2c634d |
* Fri May 12 2006 Than Ngo <than@redhat.com> 1:1.4.6-4
|
|
Than Ngo |
2c634d |
- apply patch to fix Doxygen crash on empty file #191392
|
|
Than Ngo |
2c634d |
- html docs #187177
|
|
Than Ngo |
2c634d |
|
|
Than Ngo |
d13c3a |
* Wed Mar 08 2006 Than Ngo <than@redhat.com> 1:1.4.6-3
|
|
Than Ngo |
d13c3a |
- fix typo bug #184400
|
|
Than Ngo |
d13c3a |
|
|
Than Ngo |
0a437a |
* Mon Mar 06 2006 Than Ngo <than@redhat.com> 1:1.4.6-2
|
|
Than Ngo |
0a437a |
- fix build problem #184042
|
|
Than Ngo |
0a437a |
|
|
Jesse Keating |
fb7bb5 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:1.4.6-1.2
|
|
Jesse Keating |
fb7bb5 |
- bump again for double-long bug on ppc(64)
|
|
Jesse Keating |
fb7bb5 |
|
|
Jesse Keating |
4410df |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:1.4.6-1.1
|
|
Jesse Keating |
4410df |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
Jesse Keating |
4410df |
|
|
Than Ngo |
77fa0d |
* Tue Jan 31 2006 Than Ngo <than@redhat.com> 1.4.6-1
|
|
Than Ngo |
77fa0d |
- 1.4.6
|
|
Than Ngo |
77fa0d |
|
|
Than Ngo |
6e842d |
* Mon Dec 19 2005 Than Ngo <than@redhat.com> 1.4.5-3
|
|
Than Ngo |
6e842d |
- apply patch to fix build problem with gcc-4.1
|
|
Than Ngo |
6e842d |
|
|
Jesse Keating |
03173e |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
Jesse Keating |
03173e |
- rebuilt
|
|
Jesse Keating |
03173e |
|
|
Bill Nottingham |
833fb5 |
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com>
|
|
Bill Nottingham |
833fb5 |
- fix references to /usr/X11R6
|
|
Bill Nottingham |
833fb5 |
|
|
Florian La Roche |
00266d |
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
|
|
Florian La Roche |
00266d |
- 1.4.5
|
|
Florian La Roche |
00266d |
|
|
Than Ngo |
1a0ff8 |
* Mon Sep 19 2005 Than Ngo <than@redhat.com> 1:1.4.4-2
|
|
Than Ngo |
1a0ff8 |
- move doxywizard man page to subpackge doxywizard
|
|
Than Ngo |
1a0ff8 |
|
|
Than Ngo |
76b1b2 |
* Thu Jul 21 2005 Than Ngo <than@redhat.com> 1:1.4.4-1
|
|
Than Ngo |
76b1b2 |
- update to 1.4.4
|
|
Than Ngo |
76b1b2 |
|
|
Than Ngo |
98c8a4 |
* Tue Jun 14 2005 Than Ngo <than@redhat.com> 1.4.3-1
|
|
Than Ngo |
98c8a4 |
- 1.4.3
|
|
Than Ngo |
98c8a4 |
|
|
Than Ngo |
be4acf |
* Thu Mar 31 2005 Than Ngo <than@redhat.com> 1:1.4.2-1
|
|
Than Ngo |
be4acf |
- 1.4.2
|
|
Than Ngo |
be4acf |
|
|
Than Ngo |
63859b |
* Fri Mar 04 2005 Than Ngo <than@redhat.com> 1:1.4.1-2
|
|
Than Ngo |
63859b |
- rebuilt against gcc-4
|
|
Than Ngo |
63859b |
|
|
Than Ngo |
f4bec7 |
* Wed Jan 19 2005 Than Ngo <than@redhat.com> 1:1.4.1-1
|
|
Than Ngo |
f4bec7 |
- update to 1.4.1
|
|
Than Ngo |
f4bec7 |
|
|
Than Ngo |
4bf6f5 |
* Sun Oct 10 2004 Than Ngo <than@redhat.com> 1:1.3.9.1-1
|
|
Than Ngo |
4bf6f5 |
- update to 1.3.9.1
|
|
Than Ngo |
4bf6f5 |
|
|
Than Ngo |
119dd9 |
* Wed Oct 06 2004 Than Ngo <than@redhat.com> 1:1.3.9-1
|
|
Than Ngo |
119dd9 |
- update to 1.3.9
|
|
Than Ngo |
119dd9 |
|
|
cvsdist |
bd0900 |
* Sun Jul 25 2004 Than Ngo <than@redhat.com> 1:1.3.8-1
|
|
cvsdist |
bd0900 |
- update to 1.3.8
|
|
cvsdist |
bd0900 |
|
|
cvsdist |
4e8173 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
cvsdist |
4e8173 |
- rebuilt
|
|
cvsdist |
4e8173 |
|
|
cvsdist |
cc3fe9 |
* Tue May 11 2004 Than Ngo <than@redhat.com> 1.3.7-1
|
|
cvsdist |
cc3fe9 |
- update to 1.3.7, bug #119340
|
|
cvsdist |
cc3fe9 |
|
|
cvsdist |
eb987c |
* Sun Apr 04 2004 Than Ngo <than@redhat.com> 1:1.3.6-2
|
|
cvsdist |
eb987c |
- fix qt-mt linking problem
|
|
cvsdist |
eb987c |
|
|
cvsdist |
db7a21 |
* Thu Feb 26 2004 Than Ngo <than@redhat.com> 1:1.3.6-1
|
|
cvsdist |
db7a21 |
- update to 1.3.6
|
|
cvsdist |
db7a21 |
- added more buildrequires, #110752
|
|
cvsdist |
db7a21 |
|
|
cvsdist |
db7a21 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
cvsdist |
db7a21 |
- rebuilt
|
|
cvsdist |
db7a21 |
|
|
cvsdist |
7cdb2b |
* Wed Dec 17 2003 Than Ngo <than@redhat.com> 1:1.3.5-1
|
|
cvsdist |
7cdb2b |
- 1.3.5 release
|
|
cvsdist |
7cdb2b |
|
|
cvsdist |
db9125 |
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 1:1.3.4-1
|
|
cvsdist |
db9125 |
- update to 1.3.4
|
|
cvsdist |
db9125 |
- doxsearch was removed
|
|
cvsdist |
db9125 |
|
|
cvsdist |
db9125 |
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
cvsdist |
db9125 |
- allow compiling without qt/doxywizard
|
|
cvsdist |
db9125 |
|
|
cvsdist |
db9125 |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
cvsdist |
db9125 |
- rebuilt
|
|
cvsdist |
db9125 |
|
|
cvsdist |
db9125 |
* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
|
|
cvsdist |
db9125 |
- add explicit epoch's where needed.
|
|
cvsdist |
db9125 |
|
|
cvsdist |
db9125 |
* Tue May 6 2003 Than Ngo <than@redhat.com> 1.3-1
|
|
cvsdist |
db9125 |
- 1.3
|
|
cvsdist |
db9125 |
|
|
cvsdist |
b69ada |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
cvsdist |
b69ada |
- rebuilt
|
|
cvsdist |
b69ada |
|
|
cvsdist |
b69ada |
* Fri Dec 27 2002 Than Ngo <than@redhat.com> 1.2.18-2
|
|
cvsdist |
b69ada |
- use gnu install
|
|
cvsdist |
b69ada |
|
|
cvsdist |
b69ada |
* Sat Nov 9 2002 Than Ngo <than@redhat.com> 1.2.18-1.2
|
|
cvsdist |
b69ada |
- fix some build problem
|
|
cvsdist |
b69ada |
|
|
cvsdist |
b69ada |
* Tue Oct 15 2002 Than Ngo <than@redhat.com> 1.2.18-1
|
|
cvsdist |
b69ada |
- 1.2.18
|
|
cvsdist |
b69ada |
|
|
cvsdist |
b69ada |
* Wed Aug 28 2002 Than Ngo <than@redhat.com> 1.2.17-1
|
|
cvsdist |
b69ada |
- 1.2.17 fixes many major bugs
|
|
cvsdist |
b69ada |
|
|
cvsdist |
d23edb |
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
|
|
cvsdist |
d23edb |
- rebuilt with gcc-3.2 (we hope)
|
|
cvsdist |
d23edb |
|
|
cvsdist |
6a5324 |
* Mon Jul 22 2002 Tim Powers <timp@redhat.com>
|
|
cvsdist |
6a5324 |
- rebuild using gcc-3.2-0.1
|
|
cvsdist |
6a5324 |
|
|
cvsdist |
6a5324 |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
cvsdist |
6a5324 |
- automated rebuild
|
|
cvsdist |
6a5324 |
|
|
cvsdist |
6a5324 |
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
cvsdist |
6a5324 |
- automated rebuild
|
|
cvsdist |
6a5324 |
|
|
cvsdist |
f1f406 |
* Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-5
|
|
cvsdist |
f1f406 |
- rebuild against qt 3.0.3-10
|
|
cvsdist |
f1f406 |
|
|
cvsdist |
b9746d |
* Fri Mar 8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-4
|
|
cvsdist |
b9746d |
- rebuild against qt 3.0.2
|
|
cvsdist |
b9746d |
|
|
cvsdist |
b9746d |
* Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.2.14-2
|
|
cvsdist |
b9746d |
- rebuild against qt 2.3.2
|
|
cvsdist |
b9746d |
|
|
cvsdist |
b9746d |
* Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.14-1
|
|
cvsdist |
b9746d |
- 1.2.14
|
|
cvsdist |
b9746d |
|
|
cvsdist |
b9746d |
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
cvsdist |
b9746d |
- automated rebuild
|
|
cvsdist |
b9746d |
|
|
cvsdist |
b9746d |
* Sun Jan 06 2002 Than Ngo <than@redhat.com> 1.2.13.1-1
|
|
cvsdist |
b9746d |
- update to 1.2.13.1
|
|
cvsdist |
b9746d |
- fixed build doxywizard with qt3
|
|
cvsdist |
b9746d |
|
|
cvsdist |
b9746d |
* Sun Dec 30 2001 Jeff Johnson <jbj@redhat.com> 1.2.13-1
|
|
cvsdist |
b9746d |
- update to 1.2.13
|
|
cvsdist |
b9746d |
|
|
cvsdist |
b9746d |
* Sun Nov 18 2001 Than Ngo <than@redhat.com> 1.2.12-1
|
|
cvsdist |
b9746d |
- update to 1.2.12
|
|
cvsdist |
b9746d |
- s/Copyright/License
|
|
cvsdist |
b9746d |
|
|
cvsdist |
0a88b1 |
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
|
cvsdist |
0a88b1 |
- rebuild with new gcc and binutils
|
|
cvsdist |
0a88b1 |
|
|
cvsdist |
26345c |
* Wed Jun 13 2001 Than Ngo <than@redhat.com>
|
|
cvsdist |
26345c |
- update tp 1.2.8.1
|
|
cvsdist |
26345c |
- make doxywizard as separat package
|
|
cvsdist |
26345c |
- fix to use install as default
|
|
cvsdist |
26345c |
|
|
cvsdist |
db9689 |
* Tue Jun 05 2001 Than Ngo <than@redhat.com>
|
|
cvsdist |
db9689 |
- update to 1.2.8
|
|
cvsdist |
db9689 |
|
|
cvsdist |
db9689 |
* Tue May 01 2001 Than Ngo <than@redhat.com>
|
|
cvsdist |
db9689 |
- update to 1.2.7
|
|
cvsdist |
db9689 |
- clean up specfile
|
|
cvsdist |
db9689 |
- patch to use RPM_OPT_FLAG
|
|
cvsdist |
f32272 |
|
|
cvsdist |
75517e |
* Wed Mar 14 2001 Jeff Johnson <jbj@redhat.com>
|
|
cvsdist |
75517e |
- update to 1.2.6
|
|
cvsdist |
75517e |
|
|
Ville Skyttä |
c14f04 |
* Wed Feb 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
|
cvsdist |
75517e |
- rebuild
|
|
cvsdist |
75517e |
|
|
cvsdist |
75517e |
* Tue Dec 26 2000 Than Ngo <than@redhat.com>
|
|
cvsdist |
75517e |
- update to 1.2.4
|
|
cvsdist |
75517e |
- remove excludearch ia64
|
|
cvsdist |
75517e |
- bzip2 sources
|
|
cvsdist |
75517e |
|
|
cvsdist |
75517e |
* Mon Dec 11 2000 Than Ngo <than@redhat.com>
|
|
cvsdist |
75517e |
- rebuild with the fixed fileutils
|
|
cvsdist |
75517e |
|
|
cvsdist |
75517e |
* Mon Oct 30 2000 Jeff Johnson <jbj@redhat.com>
|
|
cvsdist |
75517e |
- update to 1.2.3.
|
|
cvsdist |
75517e |
|
|
cvsdist |
75517e |
* Sun Oct 8 2000 Jeff Johnson <jbj@redhat.com>
|
|
cvsdist |
75517e |
- update to 1.2.2.
|
|
cvsdist |
75517e |
- enable doxywizard.
|
|
cvsdist |
75517e |
|
|
cvsdist |
00e8de |
* Sat Aug 19 2000 Preston Brown <pbrown@redhat.com>
|
|
cvsdist |
00e8de |
- 1.2.1 is latest stable, so we upgrade before Winston is released.
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
cvsdist |
00e8de |
- automatic rebuild
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Tue Jul 4 2000 Jakub Jelinek <jakub@redhat.com>
|
|
cvsdist |
00e8de |
- Rebuild with new C++
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Fri Jun 30 2000 Florian La Roche <laroche@redhat.de>
|
|
cvsdist |
00e8de |
- fix QTDIR detection
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Fri Jun 09 2000 Preston Brown <pbrown@redhat.com>
|
|
cvsdist |
00e8de |
- compile on x86 w/o optimization, revert when compiler fixed!!
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Wed Jun 07 2000 Preston Brown <pbrown@redhat.com>
|
|
cvsdist |
00e8de |
- use newer RPM macros
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Tue Jun 6 2000 Jeff Johnson <jbj@redhat.com>
|
|
cvsdist |
00e8de |
- add to distro.
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Tue May 9 2000 Tim Powers <timp@redhat.com>
|
|
cvsdist |
00e8de |
- rebuilt for 7.0
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Wed Feb 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
cvsdist |
00e8de |
- recompile with current Qt (2.1.0/1.45)
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Wed Jan 5 2000 Jeff Johnson <jbj@redhat.com>
|
|
cvsdist |
00e8de |
- update to 1.0.0.
|
|
cvsdist |
00e8de |
- recompile with qt-2.0.1 if available.
|
|
cvsdist |
00e8de |
- relocatable package.
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Mon Nov 8 1999 Tim Powers <timp@redhat.com>
|
|
cvsdist |
00e8de |
-updated to 0.49-991106
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Tue Jul 13 1999 Tim Powers <timp@redhat.com>
|
|
cvsdist |
00e8de |
- updated source
|
|
cvsdist |
00e8de |
- cleaned up some stuff in the spec file
|
|
cvsdist |
00e8de |
|
|
cvsdist |
00e8de |
* Thu Apr 22 1999 Jeff Johnson <jbj@redhat.com>
|
|
cvsdist |
00e8de |
- Create Power Tools 6.0 package.
|