diff --git a/doxygen-1.8.1.2-html.tar.bz2 b/doxygen-1.8.1.2-html.tar.bz2 deleted file mode 100644 index 089067b..0000000 --- a/doxygen-1.8.1.2-html.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09acbf1ad119006fab9ae5eb2b3ad6eefba88d3b803f4ac4315c08dd35f5e6d9 -size 642460 diff --git a/doxygen-1.8.1.2.src.tar.bz2 b/doxygen-1.8.1.2.src.tar.bz2 deleted file mode 100644 index 3458333..0000000 --- a/doxygen-1.8.1.2.src.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bff5139f5cac8b23d591c11842e72ad02ce511c1a6bd2bd5b6a650a75840cd5d -size 5294805 diff --git a/doxygen-1.8.2-html.tar.bz2 b/doxygen-1.8.2-html.tar.bz2 new file mode 100644 index 0000000..f6c8048 --- /dev/null +++ b/doxygen-1.8.2-html.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8728bdf9f7a2050d1f84346af1017ff6de2893ac519f6ea42427526c300671 +size 643092 diff --git a/doxygen-1.8.2.src.tar.bz2 b/doxygen-1.8.2.src.tar.bz2 new file mode 100644 index 0000000..29b5c89 --- /dev/null +++ b/doxygen-1.8.2.src.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f058f39425fe51e513ba929b6bddd9836f2bf4624a723d0cf07db7ec9f81f252 +size 5318488 diff --git a/doxygen.changes b/doxygen.changes index 4e41dd9..e09e501 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Aug 20 07:12:42 UTC 2012 - pgajdos@suse.com + +- updated to 1.8.2: + changes + * Using a fenched block (~~~~) in Markdown without explicit + extension will now be interpreted as a @code..@endcode block + instead of @verbatim..@endverbatim. + * Classes inheriting from an class that is outside the scope + of doxygen are still shown in diagrams. This does not hold + for usage relations. + new features + * Added support for C++11. + * Made several improvements to the way Objective-C categories + and protocols are handled: + * Added option HTML_EXTRA_STYLESHEET which allows adding an + additional stylesheet without completely replacing + doxygen.css. + * Added option AUTOLINK_SUPPORT which can be used to + enable/disable autolinking globally. + * Included language updates for Czech, Spanish, Greek, Slovak, + and Esparanto. + etc. see http://www.stack.nl/~dimitri/doxygen/changelog.html + ------------------------------------------------------------------- Fri Jul 13 08:22:15 UTC 2012 - pgajdos@suse.com diff --git a/doxygen.spec b/doxygen.spec index 71c6f08..000372a 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -21,7 +21,7 @@ BuildRequires: bison BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: libpng-devel -Version: 1.8.1.2 +Version: 1.8.2 Release: 0 Summary: Automated C, C++, and Java Documentation Generator License: GPL-2.0+ diff --git a/doxygen_manual-1.8.1.2.pdf.bz2 b/doxygen_manual-1.8.1.2.pdf.bz2 deleted file mode 100644 index b4b7ca0..0000000 --- a/doxygen_manual-1.8.1.2.pdf.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7e797cd2d171f5407186380413ebb2a973185a353bcf6483ee60cc40797cab5 -size 703096 diff --git a/doxygen_manual-1.8.2.pdf.bz2 b/doxygen_manual-1.8.2.pdf.bz2 new file mode 100644 index 0000000..cd71b5c --- /dev/null +++ b/doxygen_manual-1.8.2.pdf.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eda4e56a57a5654080b4c9f9b79b6d233b15bb1d1489e413fc94d02baf3871e +size 705249 diff --git a/doxywizard.changes b/doxywizard.changes index 78333fb..6f59bed 100644 --- a/doxywizard.changes +++ b/doxywizard.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Aug 20 07:17:15 UTC 2012 - pgajdos@suse.com + +- updated to 1.8.2: + changes + * Using a fenched block (~~~~) in Markdown without explicit + extension will now be interpreted as a @code..@endcode block + instead of @verbatim..@endverbatim. + * Classes inheriting from an class that is outside the scope + of doxygen are still shown in diagrams. This does not hold + for usage relations. + new features + * Added support for C++11. + * Made several improvements to the way Objective-C categories + and protocols are handled: + * Added option HTML_EXTRA_STYLESHEET which allows adding an + additional stylesheet without completely replacing + doxygen.css. + * Added option AUTOLINK_SUPPORT which can be used to + enable/disable autolinking globally. + * Included language updates for Czech, Spanish, Greek, Slovak, + and Esparanto. + etc. see http://www.stack.nl/~dimitri/doxygen/changelog.html + ------------------------------------------------------------------- Fri Jul 13 08:27:44 UTC 2012 - pgajdos@suse.com diff --git a/doxywizard.spec b/doxywizard.spec index 7bd9ee1..954b5ad 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -21,7 +21,7 @@ BuildRequires: bison BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: libjpeg-devel -Version: 1.8.1.2 +Version: 1.8.2 Release: 0 Requires: doxygen = %{version} Summary: Graphical User Interface for Doxygen