Compare commits

...

263 Commits

Author SHA1 Message Date
Than Ngo cc385e03b0 replace obsolescent egrep with grep -E 2023-03-10 16:59:51 +01:00
Than Ngo 4c2570a288 migrated to SPDX license 2023-02-17 09:31:53 +01:00
Than Ngo 6f8058dfe7 rebuilt against ghostscript-10 2023-01-25 10:17:17 +01:00
Than Ngo c3bee77416 fixed bz#2162170, add Require on texlive-wasy 2023-01-20 09:30:29 +01:00
Fedora Release Engineering 3f85f0ae60 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 01:44:56 +00:00
Than Ngo f977bc6479 fixed bz#2161515 - doxygen FTBFS if _module_build is 1 2023-01-18 09:51:23 +01:00
Than Ngo 3f948a6a3b added doxywizard-icons.tar.xz back 2023-01-03 15:05:18 +01:00
Than Ngo f1d9aad3d5 fixed bz#2156564, update to 1.9.6 2023-01-03 14:54:41 +01:00
Pete Walter 9067a3fa84 Rebuild for llvm 15 2022-09-18 15:47:34 +01:00
Than Ngo 8868712c8f update to 1.9.5 2022-09-09 11:01:32 +02:00
Than Ngo eaf38ac359 Fixed #2113876, Failed to build LaTex output 2022-08-04 11:41:14 +02:00
Fedora Release Engineering cd11c2f98d Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 00:52:32 +00:00
Than Ngo 225d187031 1.9.4 release 2022-05-06 12:07:09 +02:00
Than Ngo da0ebbca9f dropped obsoletes patches 2022-02-17 17:28:40 +01:00
Than Ngo afb87de38e update to 1.9.4 snapshot 2022-02-17 14:56:28 +01:00
Fedora Release Engineering fef22c40ea - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 00:59:37 +00:00
Than Ngo 195466f02e revert 1.9.1, noarch package built differently on different architectures 2021-10-27 12:28:12 +02:00
Than Ngo 4095f4066e update 2021-10-27 10:36:59 +02:00
Tom Stellard 31148b2047 Rebuild for llvm-13.0.0 2021-10-07 23:28:03 +00:00
Mattias Ellert 5671b82de3 Use predictable and reproducible filenames (rhbz#2000138) 2021-09-13 16:43:50 +02:00
Than Ngo 79be305ff0 rebase to 1.9.2 2021-08-19 13:06:43 +02:00
Björn Esser 5f8d9f7800
Rebuild for clang-13.0.0 2021-08-17 19:33:09 +02:00
Fedora Release Engineering 73aaa730f4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 21:05:29 +00:00
Jonathan Wakely 0890706d79 Rebuilt for removed libstdc++ symbol (#1937698) 2021-03-30 19:35:57 +01:00
Than Ngo b339bebe68 update source 2021-03-21 16:38:35 +01:00
Than Ngo c465c5db9c drop test-suite 2021-02-22 17:36:03 +01:00
Than Ngo 97ec8457c6 fix typo 2021-02-10 11:31:02 +01:00
Than Ngo a5c95acd27 - fixed Coverity issues
- fixed crash in docparser
2021-02-10 11:10:11 +01:00
Fedora Release Engineering 72520841ea - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 03:43:14 +00:00
Tom Stellard 1d10ce6df4 Rebuild for clang-11.1.0 2021-01-22 21:42:28 +00:00
Than Ngo 4ff8429b2c add doxgen-1.9.1-crash-when-parsing-config-file-part2.patch 2021-01-19 20:59:07 +01:00
Than Ngo f1e6af5793 fixed doxygen crashes when parsing config file part2 2021-01-19 20:58:42 +01:00
Than Ngo 16e4f9c840 fixed bz#1916161, crashes when parsing config file 2021-01-19 09:36:30 +01:00
Than Ngo b2647be5a1 rebase to 1.9.1 2021-01-11 17:48:59 +01:00
Than Ngo 4be37ca6b9 remove convert 2021-01-11 14:58:03 +01:00
Than Ngo f96d63d27c drop BR on ImageMagick in RHEL 2021-01-11 14:55:48 +01:00
Than Ngo 6b0c5db74b attribute target redefined in SVG 2020-09-29 12:29:13 +02:00
Than Ngo 6f6455a533 backport upstream patches 2020-09-29 12:27:12 +02:00
Than Ngo b77803a10c Fix doxygen crash 2020-09-17 21:13:17 +02:00
Mattias Ellert f9a41fa6e4 Fix doxygen producing different results on 32 and 64 bit architectures
This is a fix for a regression introduced in version 1.8.17 that causes
doxygen to create different results on 32 and 64 bit achitectures.
This is a problem in Fedora because koji rejects builds where noarch
subpackages built on different architectures contain different sets
of files. See:
https://bugzilla.redhat.com/show_bug.cgi?id=1814356
https://github.com/doxygen/doxygen/issues/8022
2020-09-15 16:05:42 +02:00
Scott Talbert 2f055ba6e3 Fix issue with enums being defined in multiple files
This is a regression in 1.8.20 that causes python-wxpython4 to FTBFS.  More
information about the issue is available here:
https://github.com/doxygen/doxygen/issues/7979
2020-08-28 15:08:13 -04:00
Than Ngo 5d96c55069 fixed typo ctest 2020-08-25 15:00:37 +02:00
Than Ngo 34ef017706 update to 1.8.2 2020-08-25 14:26:47 +02:00
Fedora Release Engineering ef5673b15d - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 00:40:38 +00:00
Fedora Release Engineering 01e34d6bf8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-27 15:42:13 +00:00
Than Ngo 551b0a2a0e fixed link issue against new clang 2020-07-08 14:25:56 +02:00
Than Ngo 4374fcf0de fixed bz#1834591, enable clang support in fedora 2020-06-18 17:21:22 +02:00
Tom Callaway 8aeb518c06 update tex dependencies 2020-05-27 10:26:19 -04:00
Than Ngo 39bce88529 update to 1.8.18
backport fixes: buffer-overflow, memory leeks and md5 hash does not match for2 diffferent runs
2020-05-25 16:41:13 +02:00
Björn Esser e43b9abe4a
Another string quoting fix 2020-04-04 16:42:18 +02:00
Björn Esser 95b97f2a9e
Bump release 2020-04-02 13:27:46 +02:00
Björn Esser 68d9099e5d
Fix string quoting for rpm >= 4.16 2020-04-02 12:47:13 +02:00
Fedora Release Engineering 47ae7fd9b2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 16:12:51 +00:00
Than Ngo d1c4879feb - update to 1.8.17
- fixes test suite is failing
- fixes broken urls in the xml output
2020-01-14 11:50:27 +01:00
Than Ngo 7d44dfcd92 more coverity fixes 2019-12-10 14:20:47 +01:00
Than Ngo 31d4fa495a fixed covscan issues 2019-12-10 14:17:50 +01:00
Than Ngo 054d45a402 backpored upstream patch to fix #7248 2019-09-16 20:57:17 +02:00
Than Ngo b8e030a12d add BR on git 2019-09-11 12:23:55 +02:00
Than Ngo a8fac62078 resolves #1742614, update to 1.8.16 2019-09-11 11:55:10 +02:00
Fedora Release Engineering b3059010fd - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-24 22:19:51 +00:00
Than Ngo e0716db071 add xml fix for c++11 2019-03-20 11:03:58 +01:00
Christoph Junghans 6cce15d35b Incl. xml fix for c++11 2019-03-19 11:32:36 -06:00
Than Ngo f47fc930b4 added license file 2019-03-16 19:57:52 +01:00
Than Ngo 433be75c81 added Requirement on dot 2019-03-13 11:06:26 +01:00
Than Ngo b7bcaa3708 Add gating on tests 2019-03-06 18:39:53 +01:00
Jeroen van Meeuwen (Kolab Systems) 32d440d4b1 When %{_bindir}/python3 is required for the build, BuildRequire %{_bindir}/python3 2019-02-18 19:46:14 +01:00
Than Ngo 16df64000e fixed bz#1677000, fixed multilib issue 2019-02-14 23:15:00 +01:00
Than Ngo 32e3f8ab66 fixed doxygen 1.8.15 segfault 2019-02-12 14:10:11 +01:00
Than Ngo 135737fac1 fixed bz#1673230 - BR on tex(newunicodechar.sty) in doxygen-latex 2019-02-08 14:09:09 +01:00
Than Ngo 3453b33b8f fix bz#673228 - doxgen 1.8.15 operator whitespace changes cause wxpython FTBFS 2019-02-08 13:37:32 +01:00
Than Ngo 73e6d66a71 fixed bz#1671999, backported from upstream
added test for XML output with an empty TOC
2019-02-05 15:52:59 +01:00
Fedora Release Engineering 7448e7ae78 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 17:32:40 +00:00
Than Ngo 70024853b1 update to 1.8.15 2019-01-28 16:24:02 +01:00
Than Ngo c63dd6e3d7 enable testing 2018-12-06 16:11:55 +01:00
Than Ngo 69dc56e4e2 add BR: gcc-c++ gcc 2018-07-23 13:35:01 +02:00
Fedora Release Engineering eadb2df343 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-12 23:06:19 +00:00
Than Ngo e06306446f - add BR on zlib-devel
- build with python3
2018-06-27 13:43:40 +02:00
Than Ngo 0dbbc6466d support Qt5 2018-06-27 12:30:49 +02:00
Than Ngo 4cffc7e873 enble search addon on fedora 2018-06-20 16:19:58 +02:00
Than Ngo 43c245dc6c added missing adjustbox.sty for refman 2018-04-30 22:49:39 +02:00
Fedora Release Engineering a2541207e7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 07:14:49 +00:00
Than Ngo 42ab4a4b1e update to 1.8.14 2017-12-29 17:13:22 +01:00
Fedora Release Engineering 1114a5c118 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 19:44:55 +00:00
Fedora Release Engineering 26a05e8a1a - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 06:30:57 +00:00
Petr Písař 7fed52f609 perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-13 11:42:59 +02:00
Than Ngo 248e03dca3 - backport to fix C# property initializer parsing
- backport to fix non reachable links and redirected links in documentation
2017-07-04 14:29:08 +02:00
Than Ngo 6307b377a6 - backport to fix problem where automatic line breaking caused
missing vertical bars in the parameter table for Latex output
2017-05-30 18:14:44 +02:00
Than Ngo b2f503aa85 Fixed problem where automatic line breaking caused missing vertical bars in the parameter table for Latex output 2017-05-30 18:12:49 +02:00
Karsten Hopp dc9ca70b1d fix _module_build macro 2017-04-22 22:45:06 +02:00
Karsten Hopp 07444683fe use new _module_build macro to limit dependencies for Modularity 2017-04-21 12:58:19 +02:00
Karsten Hopp 4ccf308fc3 bootstrap version without docs and texlive dependencies for Modularity 2017-04-20 13:55:30 +02:00
Than Ngo 127e038077 backport to fix behavior of @ref const matching (#776988) 2017-03-13 16:45:30 +01:00
Fedora Release Engineering a772aabeb5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 08:34:43 +00:00
Than Ngo 1fdd96ddf3 Bug 775493 - Usage of underscore's in parameter names 2017-01-19 11:09:55 +01:00
Björn Esser 2920bf432f Add upstream patch to fix regression (rhbz#1413296) 2017-01-17 17:40:07 +01:00
Than Ngo 86b5211513 Merge branch 'master' into f25 2017-01-13 16:34:08 +01:00
Orion Poplawski 979ed8e03d Update to 1.8.13
Drop upstream patches
2016-12-29 13:33:41 -07:00
Orion Poplawski ebbd643652 Add upstream bug link; update patch 2016-12-21 23:00:20 -07:00
Orion Poplawski f810f3c034 Add patch to build with python rc 2016-12-21 22:46:00 -07:00
Orion Poplawski 24070d0073 Rebuild for xapian soname bump 2016-12-21 22:01:06 -07:00
Than Ngo 44085665ca - backport upstream patch to fix
Bug 707266 - C++/CLI indexed property not documented
    Bug 774949 - Unknown reference in manual
    Bug 775245 - referencing Python files via tagfile broken
2016-12-12 14:25:52 +01:00
Than Ngo 0c63ab8fe2 Merge branch 'master' into f25 2016-12-08 17:33:10 +01:00
Than Ngo dfc5f33cc2 - fixed bz#1402043 - runtime dependency on perl 2016-12-08 17:32:01 +01:00
Than Ngo e5435d47ff Bug 774138 . add HTML classes to "Definition at..." & "Referenced by..." for CSS 2016-12-08 16:56:32 +01:00
Than Ngo 0aeec2da5d Bug 774273 - INLINE_SIMPLE_STRUCTS with enums in classes does not work 2016-11-25 13:29:31 +01:00
Than Ngo 4563ad1003 Merge branch 'master' into f25 2016-11-15 13:23:52 +01:00
Than Ngo 810d0d616b add Requires: tex(import.sty), Requires: tex(tabu.sty), Requires: tex(appendix.sty) for latex 2016-11-15 13:12:32 +01:00
Than Ngo 9691646b80 Merge branch 'master' into f25 2016-11-15 13:07:45 +01:00
Than Ngo 60e3e105cb add BR on appendix.sty 2016-11-15 12:52:04 +01:00
Than Ngo 3189626ce0 - bz#1394456, add missing docs
- fix build issue when build_doc=ON
2016-11-15 11:39:54 +01:00
Than Ngo 51a1d8e570 backport upstream fixes:
Bug 771310 - French description for "Namespace Members" is wrong and causes fatal javascript error
   Bug 771344 - Class name 'internal' breaks class hierarchy in C++
2016-10-20 11:57:02 +02:00
Than Ngo 84805892b8 drop doxygen-percent_sign patch which is included in upstream 2016-09-06 13:32:39 +02:00
Than Ngo c1234f26e3 drop doxygen-percent_sign patch which is included in upstream 2016-09-06 13:31:37 +02:00
Than Ngo 437232a035 add BR on xapian-core-devel 2016-09-06 11:42:29 +02:00
Than Ngo 7a422be2e2 fixed bz#1373167 - doxygen ships bogus man pages 2016-09-06 11:36:01 +02:00
Than Ngo a4ca9ac35e update to 1.8.12 2016-09-06 11:07:56 +02:00
Than Ngo 63a865378d fix typo 2016-03-06 11:54:35 +01:00
Than Ngo ef93c1ed7e bz#1305739, Unescaped percent sign in doxygen 2016-03-06 11:17:24 +01:00
Than Ngo 505fc881f4 - fix bz#1305739, Unescaped percent sign in doxygen 2016-02-22 13:36:22 +01:00
Dennis Gilmore 0d88c043f6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 18:57:53 +00:00
Than Ngo 25ceed3b3f clean up 2016-01-29 17:53:49 +01:00
Than Ngo bdf7426494 1.8.11 2016-01-15 18:14:32 +01:00
Than Ngo 5bec85c208 update 1.8.11 2016-01-15 18:13:27 +01:00
Than Ngo 3b835434d3 backport to fix a couple of small memory leaks 2015-12-04 16:30:12 +01:00
Than Ngo 5e50ad484c - backport patches to fix follow issues:
angle brackets (< and >) not escaped in HTML formula alt text
   don't support longer key in bibtex
   math does not work in LaTeX with custom header and footer
   writeMemberNavIndex template calls static fixSpaces
   XML empty <argsstring/> in python
   XML not documenting a class in python
   add option to build latex without timestamps
2015-11-10 21:38:15 +01:00
Than Ngo a1a1b5f607 - fix install issue 2015-11-09 17:54:42 +01:00
Marcin Juszkiewicz a1350961ab fix patch to apply (sorry) 2015-10-08 11:15:47 +02:00
Marcin Juszkiewicz 63a1e09bad drop QT_ARCH_X86_64 hardcoded definition
Change was needed to get doxygen built on aarch64.
(it built by pure luck on other architectures)
2015-10-08 10:33:35 +02:00
Than Ngo 7593fe1a8c fix broken deps 2015-09-23 10:08:59 +02:00
Than Ngo 93ba94c65f add missing docs files 2015-08-28 12:35:27 +02:00
Than Ngo 1f329d5e7d update to 1.8.10 2015-08-28 12:07:21 +02:00
Dennis Gilmore e8c18092cd - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 04:21:36 +00:00
Than Ngo 84774fa7bb rebuild 2015-05-28 12:47:47 +02:00
Than Ngo fa6f4ff6fa Resolves: bz#1198355, doxygen generates \backmatter in article class 2015-04-29 13:41:37 +02:00
Than Ngo f293e096b2 update to 1.8.9.1
drop multilib patch. uppstream has a fix, it's not needed anymore
2015-01-21 16:49:06 +01:00
Than Ngo 78ad620e0e 1.8.8 2014-08-25 18:46:54 +02:00
Peter Robinson 634429f671 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-16 09:40:23 +00:00
Dennis Gilmore e784eb1c8c - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 02:59:56 -05:00
Than Ngo cb30bb7fff 1.8.7 2014-05-12 14:01:15 +02:00
Orion Poplawski f4a9c566b3 1.8.6 2013-12-26 16:46:38 -07:00
Than Ngo d416892d2e add exlive-epstopdf-bin in requirement 2013-10-08 09:44:55 +02:00
Than Ngo e9ead38896 drop old patch 2013-08-28 14:12:59 +02:00
Than Ngo cc48c15078 1.8.5 2013-08-28 14:09:18 +02:00
Than Ngo 7d841d424d drop, it's included in 1.8.5 2013-08-26 18:38:18 +02:00
Than Ngo 4e0318bd04 adapt für 1.8.5 2013-08-26 18:32:28 +02:00
Than Ngo 770d18d41e 1.8.5 2013-08-26 16:05:34 +02:00
Robert Scheck 24175f67a1 Work around strange dependencies in epstopdf packages (#991699) 2013-08-03 21:49:10 +02:00
Dennis Gilmore b24755094a - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 02:43:31 -05:00
Than Ngo b0278a0449 backport upstream patch to fix endless loop 2013-06-24 17:32:27 +02:00
Than Ngo 7a60b03a15 1.8.4 2013-05-21 12:31:22 +02:00
Dennis Gilmore b3ca81baa3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 13:59:07 -06:00
Than Ngo ee91c7595a - 1.8.3.1
- fedora/rhel condition
2013-01-22 20:20:17 +01:00
Rex Dieter a209e3a75b 1:1.8.3-3
- -latex subpkg (#892288)
- .spec cleanup
2013-01-08 09:42:56 -06:00
Rex Dieter 2199f55444 1:1.8.3-2
- doxygen is missing dependencies for texlive update (#891452)
- doxywizard: tighten dep on main pkg
2013-01-03 14:08:20 -06:00
Rex Dieter 3da7c750d9 epstopdf too 2013-01-03 13:47:15 -06:00
Rex Dieter 35368b005f fixup tex-based deps 2013-01-03 13:16:25 -06:00
Than Ngo 4706d44498 1.8.3 2013-01-02 17:13:30 +01:00
Than Ngo 00da06b977 1.8.2 2012-08-13 13:04:01 +02:00
Than Ngo a0e37efcaf add missing png 2012-07-30 14:24:49 +02:00
Than Ngo e43407528a 1.8.1.2 2012-07-30 14:11:56 +02:00
Dennis Gilmore a7a53bb68e - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 16:16:28 -05:00
Than Ngo a478249dbb bz#832525, fix multilib issue 2012-06-20 16:12:23 +02:00
Rex Dieter df8727041b make HTML_TIMESTAMP default FALSE 2012-06-13 13:34:25 -05:00
Than Ngo 8effc62403 1.8.1.1 2012-06-11 16:31:19 +02:00
Than Ngo 869510229e add correct patch 2012-06-06 12:51:26 +02:00
Than Ngo ad5f99b78b update patch 2012-06-06 12:47:27 +02:00
Than Ngo e196f0eb34 1.8.1 2012-06-06 11:40:33 +02:00
Than Ngo 70f6c1e8ac 1.8.0 2012-02-27 12:24:20 +01:00
Than Ngo 52a4647f1c add BR on desktop-file-install 2012-01-18 16:41:02 +01:00
Than Ngo 25b53a7747 bz#772523, add desktop file 2012-01-18 16:30:05 +01:00
Dennis Gilmore 4de9edc558 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 18:59:14 -06:00
Than Ngo 396a350631 1.7.6.1 2011-12-16 14:11:34 +01:00
Than Ngo 2b0f1b4210 1.7.6 2011-12-06 13:07:09 +01:00
Than Ngo 28a8bd28ee 1.7.5.1 2011-11-08 18:26:42 +01:00
Than Ngo 6f5ba2eb8d upload source 2011-08-23 13:57:08 +02:00
Than Ngo 21d3676d99 adapt patch for 1.7.5 2011-08-23 13:06:42 +02:00
Than Ngo 4542525c21 1.7.5 2011-08-23 13:05:55 +02:00
Than Ngo ac3c905653 bz#688684, apply patch to fix crash when not generating man format 2011-06-27 11:42:06 +02:00
Than Ngo e8c7cd0099 1.7.4 2011-03-29 14:41:09 +02:00
Dennis Gilmore 3895a4c033 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 08:57:55 -06:00
Than Ngo fb13cda801 update to 1.7.3 2011-01-17 12:21:13 +01:00
Rex Dieter a491e50864 - Wrong Buildrequire to qt-devel (#651064) 2010-11-12 09:34:46 -06:00
Than Ngo 73fb3fe0fb bz#641558, update to 1.7.2 2010-10-11 16:23:53 +02:00
Than Ngo de90710285 typo 2010-09-08 15:09:55 +02:00
Than Ngo 633de66316 - bz#629286, apply patch to fix broken thread handling
- bz#627553, #define in included file in different directory not handled properly
- Inherited documentation doesn't work in case of multiple inheritance
2010-09-08 15:00:43 +02:00
Fedora Release Engineering 4250c0c914 dist-git conversion 2010-07-28 13:13:52 +00:00
Than Ngo e24bd7fd2f 1.7.1 2010-07-19 11:35:06 +00:00
Than Ngo 14bb3ab1bf fix #555526, snapshot 1.6.2-20100208 2010-02-12 13:52:52 +00:00
Than Ngo 648c9e7be1 1.6.2 2010-01-04 11:00:05 +00:00
Than Ngo 8526d5800e 1.6.2 2010-01-04 10:43:52 +00:00
Than Ngo 8c9a819857 - drop _default_patch_fuzz 2009-12-18 16:08:54 +00:00
Than Ngo 7f07aede30 bz#225709, merged review 2009-12-18 14:21:29 +00:00
Bill Nottingham 7e3c1ac7ed Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:12:04 +00:00
Than Ngo 58ff379d81 1.6.1 2009-08-25 12:57:26 +00:00
Than Ngo ceaa53bddc - fix #516339, allow to enable/disable timstamp to avoid the multilib issue
HTMP_TIMESTAMP is disable by default
2009-08-24 10:25:04 +00:00
Than Ngo f680966a2b 1.6.0 2009-08-21 14:46:13 +00:00
Ville Skyttä c14f04d358 - Convert specfile to UTF-8. 2009-08-10 08:30:40 +00:00
Jesse Keating 810fa84d22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 20:29:51 +00:00
Than Ngo 1d1685a98c 1.5.9 2009-07-03 10:41:35 +00:00
Jesse Keating 443f4730f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 12:35:31 +00:00
Than Ngo 35bda175f3 workaround for "Error: operand out of range", language.cpp needs to be
splitted
2009-02-09 14:01:39 +00:00
Than Ngo 0f832098f9 workaround for "Error: operand out of range", language.cpp needs to be
splitted
2009-02-09 13:24:23 +00:00
Than Ngo 26b7892402 workaround for "Error: operand out of range", language.cpp needs to be
splitted
2009-02-09 13:14:48 +00:00
Than Ngo e9d0678d04 # workaround for "Error: operand out of range", language.cpp needs to be
splitted
2009-02-09 13:06:29 +00:00
Than Ngo b2fa99a0fb use DESTDIR 2009-02-09 10:27:52 +00:00
Than Ngo e15ff8d4ea use RPM_OPT_FLAG 2009-02-09 10:20:14 +00:00
Than Ngo 77ab493683 1.5.8 2009-02-06 14:12:01 +00:00
Than Ngo 4c8dadd80b 1.5.7.1 2008-10-06 12:17:33 +00:00
Than Ngo 390048f96b 1.5.7.1 2008-10-06 10:23:33 +00:00
Tom Callaway fd8af41d9a fix license tag 2008-07-16 21:34:55 +00:00
Than Ngo f262359466 rebuild 2008-05-21 14:31:35 +00:00
Than Ngo 617a39cb3c 1.5.6 2008-05-19 09:33:59 +00:00
Than Ngo 6279fecdfd remove epoch that isn't needed in qt3 2008-03-17 14:56:24 +00:00
Than Ngo ae62d5b835 BR qt3-devel 2008-03-14 18:19:40 +00:00
Than Ngo e725b76908 apply patch to not break partial include paths, thanks to Tim Niemueller 2008-03-14 17:59:55 +00:00
Than Ngo 87c2563426 apply patch to make doxygen using system libpng/zlib 2008-02-20 13:59:11 +00:00
Than Ngo bf77d4cf71 1.5.5 2008-02-15 14:00:32 +00:00
Than Ngo ff1c5b94dd 1.5.4 2007-11-28 14:05:07 +00:00
Bill Nottingham 19cb871f5e makefile update to properly grab makefile.common 2007-10-15 18:42:49 +00:00
Than Ngo 67b477b755 1.5.3 2007-08-10 15:35:35 +00:00
Than Ngo beadc9ab9b 1.5.2 2007-04-12 09:56:38 +00:00
Than Ngo 3fe03855d2 1.5.1 2006-11-06 11:27:40 +00:00
Jesse Keating b6c3e03d01 bumped for rebuild 2006-07-12 05:42:26 +00:00
Than Ngo ae83bc3ef3 update to 1.4.7 2006-06-12 20:42:44 +00:00
Than Ngo c92578e0ba fix build problem in mock #193358 2006-06-08 20:38:47 +00:00
Than Ngo 6866286717 cleanup specfile 2006-05-12 12:24:38 +00:00
Than Ngo 2c634d2e93 - apply patch to fix Doxygen crash on empty file #191392
- html docs #187177
2006-05-12 10:42:55 +00:00
Than Ngo d13c3a6dde fix typo bug #184400 2006-03-08 17:33:27 +00:00
Than Ngo 0a437ad273 fix build problem #184042 2006-03-06 11:25:59 +00:00
Jesse Keating fb7bb5c2f6 bump for bug in double-long on ppc(64) 2006-02-11 02:27:32 +00:00
Jesse Keating 4410dfa5ad bump for new gcc/glibc 2006-02-07 11:25:34 +00:00
Than Ngo 77fa0dd691 1.4.6 2006-01-31 18:10:47 +00:00
Than Ngo 6e842d1423 apply patch to fix build problem with gcc-4.1 2005-12-19 14:00:33 +00:00
Jesse Keating 03173eb007 gcc update bump 2005-12-09 22:40:16 +00:00
Bill Nottingham e84c303cc1 Fix it so X11R6 is properly removed 2005-11-19 03:35:52 +00:00
Bill Nottingham 833fb5bf5a Remove references to obsolete /usr/X11R6 path 2005-11-19 03:30:21 +00:00
Florian La Roche 00266dace8 - 1.4.5 2005-10-15 15:45:43 +00:00
Than Ngo 1a0ff8cb48 move doxywizard man page to subpackge doxywizard 2005-09-19 08:45:24 +00:00
Than Ngo 76b1b210e5 update to 1.4.4 2005-07-21 10:26:02 +00:00
Than Ngo 4388e251d0 fix buildroot problem 2005-06-14 12:51:58 +00:00
Than Ngo 98c8a497e8 1.4.3 2005-06-14 12:48:45 +00:00
Than Ngo 3b0992f3da fix rpm file list 2005-03-31 10:46:26 +00:00
Than Ngo 43cccfd1c8 cleanup patch files 2005-03-31 10:37:19 +00:00
Than Ngo be4acf36a0 1.4.2 2005-03-31 09:54:42 +00:00
Than Ngo 63859b0dae rebuilt against gcc-4 2005-03-04 22:17:37 +00:00
Than Ngo f4bec7f38c update to 1.4.1 2005-01-19 11:42:30 +00:00
Than Ngo 4bf6f5e6ef update to 1.3.9.1 2004-10-10 21:31:23 +00:00
Than Ngo 119dd9adc7 update to 1.3.9 2004-10-06 14:34:07 +00:00
cvsdist bd0900febd auto-import changelog data from doxygen-1.3.8-1.src.rpm
1.3.8-1
- update to 1.3.8
2004-09-09 04:28:33 +00:00
cvsdist 4e8173be04 auto-import changelog data from doxygen-1.3.7-2.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 04:28:30 +00:00
cvsdist cc3fe9601a auto-import changelog data from doxygen-1.3.7-1.src.rpm
Tue May 11 2004 Than Ngo <than@redhat.com> 1.3.7-1
- update to 1.3.7, bug #119340
2004-09-09 04:28:20 +00:00
cvsdist eb987cfdd0 auto-import changelog data from doxygen-1.3.6-2.src.rpm
1.3.6-2
- fix qt-mt linking problem
2004-09-09 04:28:16 +00:00
cvsdist db7a21daf2 auto-import changelog data from doxygen-1.3.6-1.src.rpm
1.3.6-1
- update to 1.3.6
- added more buildrequires, #110752
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 04:26:36 +00:00
cvsdist 7cdb2bbe47 auto-import changelog data from doxygen-1.3.5-1.src.rpm
1.3.5-1
- 1.3.5 release
2004-09-09 04:25:32 +00:00
cvsdist db912594ea auto-import changelog data from doxygen-1.3.4-1.src.rpm
1.3.4-1
- update to 1.3.4
- doxsearch was removed
Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- allow compiling without qt/doxywizard
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Tue Jun 03 2003 Jeff Johnson <jbj@redhat.com>
- add explicit epoch's where needed.
Tue May 06 2003 Than Ngo <than@redhat.com> 1.3-1
- 1.3
2004-09-09 04:24:45 +00:00
cvsdist b69ada218f auto-import changelog data from doxygen-1.2.18-3.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Fri Dec 27 2002 Than Ngo <than@redhat.com> 1.2.18-2
- use gnu install
Sat Nov 09 2002 Than Ngo <than@redhat.com> 1.2.18-1.2
- fix some build problem
Tue Oct 15 2002 Than Ngo <than@redhat.com> 1.2.18-1
- 1.2.18
Wed Aug 28 2002 Than Ngo <than@redhat.com> 1.2.17-1
- 1.2.17 fixes many major bugs
2004-09-09 04:24:15 +00:00
cvsdist d23edb386d auto-import changelog data from doxygen-1.2.14-8.src.rpm
Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
- rebuilt with gcc-3.2 (we hope)
2004-09-09 04:23:41 +00:00
cvsdist 6a53242d3e auto-import changelog data from doxygen-1.2.14-7.src.rpm
Mon Jul 22 2002 Tim Powers <timp@redhat.com>
- rebuild using gcc-3.2-0.1
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
2004-09-09 04:23:37 +00:00
cvsdist f1f4066f64 auto-import changelog data from doxygen-1.2.14-4.src.rpm
Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-5
- rebuild against qt 3.0.3-10
2004-09-09 04:23:32 +00:00
cvsdist b9746da263 auto-import changelog data from doxygen-1.2.14-3.src.rpm
Fri Mar 08 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-4
- rebuild against qt 3.0.2
Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.2.14-2
- rebuild against qt 2.3.2
Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.14-1
- 1.2.14
Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Sun Jan 06 2002 Than Ngo <than@redhat.com> 1.2.13.1-1
- update to 1.2.13.1
- fixed build doxywizard with qt3
Sun Dec 30 2001 Jeff Johnson <jbj@redhat.com> 1.2.13-1
- update to 1.2.13
Sun Nov 18 2001 Than Ngo <than@redhat.com> 1.2.12-1
- update to 1.2.12
- s/Copyright/License
2004-09-09 04:23:27 +00:00
cvsdist 0a88b1abee auto-import changelog data from doxygen-1.2.8.1-2.src.rpm
Wed Sep 12 2001 Tim Powers <timp@redhat.com>
- rebuild with new gcc and binutils
2004-09-09 04:22:59 +00:00
cvsdist 26345c857d auto-import changelog data from doxygen-1.2.8.1-1.src.rpm
Wed Jun 13 2001 Than Ngo <than@redhat.com>
- update tp 1.2.8.1
- make doxywizard as separat package
- fix to use install as default
2004-09-09 04:22:00 +00:00
cvsdist db968964ab auto-import changelog data from doxygen-1.2.8-1.src.rpm
Tue Jun 05 2001 Than Ngo <than@redhat.com>
- update to 1.2.8
Tue May 01 2001 Than Ngo <than@redhat.com>
- update to 1.2.7
- clean up specfile
- patch to use RPM_OPT_FLAG
2004-09-09 04:21:51 +00:00
7 changed files with 1105 additions and 55 deletions

View File

@ -1 +0,0 @@
doxygen-1.2.6.src.tar.gz

61
.gitignore vendored Normal file
View File

@ -0,0 +1,61 @@
doxygen-1.3.8.src.tar.gz
doxygen-1.3.9.src.tar.gz
doxygen-1.3.9.1.src.tar.gz
doxygen-1.4.1.src.tar.gz
doxygen-1.4.2.src.tar.gz
doxygen-1.4.3.src.tar.gz
doxygen-1.4.4.src.tar.gz
doxygen-1.4.5.src.tar.gz
doxygen-1.4.6.src.tar.gz
doxygen-1.4.7.src.tar.gz
doxygen-1.5.2.src.tar.gz
doxygen-1.5.3.src.tar.gz
doxygen-1.5.4.src.tar.gz
doxygen-1.5.5.src.tar.gz
doxygen-1.5.6.src.tar.gz
doxygen-1.5.7.1.src.tar.gz
doxygen-1.5.8.src.tar.gz
doxygen-1.5.9.src.tar.gz
doxygen-1.6.0.src.tar.gz
doxygen-1.6.1.src.tar.gz
doxygen-1.6.2.src.tar.gz
doxygen-1.6.2-20100208.tar.gz
doxygen-1.7.1.src.tar.gz
/doxygen-1.7.2.src.tar.gz
/doxygen-1.7.3.src.tar.gz
/doxygen-1.7.4.src.tar.gz
/doxygen-1.7.5.src.tar.gz
/doxygen-1.7.5.1.src.tar.gz
/doxygen-1.7.6.src.tar.gz
/doxygen-1.7.6.1.src.tar.gz
/doxywizard.png
/doxygen-1.8.0.src.tar.gz
/doxygen-1.8.1.src.tar.gz
/doxygen-1.8.1.1.src.tar.gz
/doxygen-1.8.1.2.src.tar.gz
/doxygen-1.8.2.src.tar.gz
/doxygen-1.8.3.src.tar.gz
/doxygen-1.8.3.1.src.tar.gz
/doxygen-1.8.4.src.tar.gz
/doxygen-1.8.5.src.tar.gz
/doxygen-1.8.6.src.tar.gz
/doxygen-1.8.7.src.tar.gz
/doxygen-1.8.8.src.tar.gz
/doxygen-1.8.9.1.src.tar.gz
/doxygen-1.8.10.src.tar.gz
/doxygen-1.8.11.src.tar.gz
/doxygen-1.8.12.src.tar.gz
/doxygen-1.8.13.src.tar.gz
/doxygen-1.8.14.src.tar.gz
/doxygen-1.8.15.src.tar.gz
/doxygen-1.8.16.src.tar.gz
/doxygen-1.8.17.src.tar.gz
/doxygen-1.8.18.src.tar.gz
/doxywizard-icons.tar.xz
/doxygen-1.9.1.src.tar.gz
/doxygen-1.9.2.src.tar.gz
/doxygen-1.9.2-d882240f-git.src.tar.gz
/doxygen-e18f715eb55121a4219d00bc4d824cebf1fb504b.tar.gz
/doxygen-1.9.4.src.tar.gz
/doxygen-1.9.5.src.tar.gz
/doxygen-1.9.6.src.tar.gz

View File

@ -1,6 +0,0 @@
# Makefile for source rpm: doxygen
# $Id$
NAME := doxygen
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

View File

@ -0,0 +1,40 @@
--- doxygen-1.9.6.orig/templates/latex/latexmakefile.tpl 2023-03-09 10:29:08.772377871 +0100
+++ doxygen-1.9.6/templates/latex/latexmakefile.tpl 2023-03-09 10:29:23.754555476 +0100
@@ -9,7 +9,7 @@
{# TODO: generateBib #}
pdflatex refman
latex_count=8 ; \
- while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
+ while grep -E -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
do \
echo "Rerunning latex...." ;\
pdflatex refman ;\
@@ -43,7 +43,7 @@
echo "Rerunning latex...."
{{ config.LATEX_CMD_NAME }} refman.tex
latex_count=8 ; \
- while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
+ while grep -E -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
do \
echo "Rerunning latex...." ;\
{{ config.LATEX_CMD_NAME }} refman.tex ;\
--- doxygen-1.9.6.orig/src/latexgen.cpp 2023-03-09 11:10:52.092688592 +0100
+++ doxygen-1.9.6/src/latexgen.cpp 2023-03-09 11:11:07.666867516 +0100
@@ -346,7 +346,7 @@
t << "\techo \"Rerunning latex....\"\n"
<< "\t$(LATEX_CMD) $(MANUAL_FILE).tex\n"
<< "\tlatex_count=$(LATEX_COUNT) ; \\\n"
- << "\twhile egrep -s 'Rerun (LaTeX|to get cross-references right|to get bibliographical references right)' $(MANUAL_FILE).log && [ $$latex_count -gt 0 ] ;\\\n"
+ << "\twhile grep -E -s 'Rerun (LaTeX|to get cross-references right|to get bibliographical references right)' $(MANUAL_FILE).log && [ $$latex_count -gt 0 ] ;\\\n"
<< "\t do \\\n"
<< "\t echo \"Rerunning latex....\" ;\\\n"
<< "\t $(LATEX_CMD) $(MANUAL_FILE).tex ; \\\n"
@@ -374,7 +374,7 @@
}
t << "\t$(LATEX_CMD) $(MANUAL_FILE)\n"
<< "\tlatex_count=$(LATEX_COUNT) ; \\\n"
- << "\twhile egrep -s 'Rerun (LaTeX|to get cross-references right|to get bibliographical references right)' $(MANUAL_FILE).log && [ $$latex_count -gt 0 ] ;\\\n"
+ << "\twhile grep -E -s 'Rerun (LaTeX|to get cross-references right|to get bibliographical references right)' $(MANUAL_FILE).log && [ $$latex_count -gt 0 ] ;\\\n"
<< "\t do \\\n"
<< "\t echo \"Rerunning latex....\" ;\\\n"
<< "\t $(LATEX_CMD) $(MANUAL_FILE) ;\\\n"

File diff suppressed because it is too large Load Diff

6
doxywizard.desktop Normal file
View File

@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Exec=doxywizard
Name=Doxygen Wizard
Icon=doxywizard
Categories=Qt;Development;

View File

@ -1 +1,2 @@
3acf1bdb6477d62d4bc62d19f8876114 doxygen-1.2.6.src.tar.gz
SHA512 (doxywizard-icons.tar.xz) = 865a86d7535e64ad92e36ba1f901d51cd6b603e762e5c68761a45bc1f965a36e6a6c8d29468ecb2ec799f0add2347537723832aff6660c76af453f80a0a370ad
SHA512 (doxygen-1.9.6.src.tar.gz) = f8b0d19d33fa8a5bb92b38f1c775bd3cde7f024566cf93ed61ab0cafe86643971c04b7f2492364767b3e6ce5b518bad5e0321c82f0a72875ccf936ea7d3595b2