forked from pool/doxygen
This commit is contained in:
parent
5eea6b4e5e
commit
b85473dd24
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d888a6911c89768e6c93d35e46339b57be1cfe4f4a8ded29193223893f527416
|
||||
size 460442
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bce002df5764dc7d790ffecde7c867f01c739bfdb64ebc5fb028a19ce7a6a54b
|
||||
size 3331519
|
3
doxygen-1.5.9-html.tar.bz2
Normal file
3
doxygen-1.5.9-html.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e10d2d3603d7e35e84da1c629f9e1ed30a761f333180f499e0c27c91f03bb24
|
||||
size 460830
|
3
doxygen-1.5.9.src.tar.bz2
Normal file
3
doxygen-1.5.9.src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f225919ab54e898c265c9ac21f006787291eb8a8cde68c5a53f9f59e0d250187
|
||||
size 3362621
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 13:17:40 CEST 2009 - mseben@suse.cz
|
||||
|
||||
- updated to version 1.5.9
|
||||
- New features
|
||||
* Added new option LATEX_SOURCE_CODE, which when enabled adds
|
||||
source code also to the latex output
|
||||
* Included updates for the Finnish, Romanian, Korean, German,
|
||||
Japanese, and Hongarian translation.
|
||||
* Added translation support for Esperanto.
|
||||
* Added class attribute to the \todo and \bug HTML
|
||||
code so they can be customized via CSS.
|
||||
* Added support for Æ and æ characters.
|
||||
|
||||
- Bug fixes (ids refer to the gnome bugzilla database)
|
||||
* id 395169: Some links via tagfiles were not correct in
|
||||
combination with CREATE_SUBDIRS=YES
|
||||
* id 539080: Having the same comment for the declaration and
|
||||
definition of a function could result in duplicate documentation
|
||||
in case the indentation level was different.
|
||||
* id 566713: Dot font was not removed even though DOT_CLEANUP was YES.
|
||||
* id 566925: Fixed problem resolving symbolic links.
|
||||
* id 567044: Fully qualified name was not shown correctly for
|
||||
nested classes.
|
||||
* id 567375: Fixed parse problem for typedefs with redundant braces.
|
||||
* id 567535: Fixed problem when parsing operator%= for CLI/C++ code.
|
||||
* id 567777: Fixed problem with latex output when using enums.
|
||||
* id 567990: Doxygen could crash when there was a symlink in project.
|
||||
* id 568237: Non-ascii values entered where not saved according
|
||||
to the INPUT_ENCODING.
|
||||
* id 568505: Fixed build problem for old Linux distributions.
|
||||
* id 569478: Fixed line continuation issue with the Fortran parser.
|
||||
* id 570960: C++ class defined in a .mm file was sometimes parsed
|
||||
as Objective-C code.
|
||||
* id 571013: In the wizard, editing a text field in the middle of
|
||||
the text in the expert tab caused the cursor to jump to the end
|
||||
of the line.
|
||||
* id 571096: Fixed Objective-C parsing problem when multiple
|
||||
protocol forward declarations are put on one line.
|
||||
* id 571990: Fixed compiler issue with portable_iconv by moving
|
||||
the function to a C file.
|
||||
* id 572560: Fixed parse issue when a #define is inside an enum.
|
||||
* id 572740: Fixed problem parsing C++ comments using line continuation.
|
||||
* id 573057: Included update for Swedish translator and changed
|
||||
the language code from SE to SV to comply with ISO 639.
|
||||
* id 578382: When referring to a static variable or function
|
||||
doxygen will now look at the file context in case of ambiguity.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 10:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
|
54
doxygen.spec
54
doxygen.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package doxygen (Version 1.5.8)
|
||||
# spec file for package doxygen (Version 1.5.9)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,8 +20,8 @@
|
||||
|
||||
Name: doxygen
|
||||
BuildRequires: bison flex gcc-c++ libpng-devel
|
||||
Version: 1.5.8
|
||||
Release: 2
|
||||
Version: 1.5.9
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
License: GPL v2 or later
|
||||
Group: Development/Tools/Doc Generators
|
||||
@ -90,6 +90,50 @@ rm -rf %{buildroot}
|
||||
%attr(755,root,root) /usr/bin/*
|
||||
|
||||
%changelog
|
||||
* Mon May 04 2009 mseben@suse.cz
|
||||
- updated to version 1.5.9
|
||||
- New features
|
||||
* Added new option LATEX_SOURCE_CODE, which when enabled adds
|
||||
source code also to the latex output
|
||||
* Included updates for the Finnish, Romanian, Korean, German,
|
||||
Japanese, and Hongarian translation.
|
||||
* Added translation support for Esperanto.
|
||||
* Added class attribute to the \todo and \bug HTML
|
||||
code so they can be customized via CSS.
|
||||
* Added support for Æ and æ characters.
|
||||
- Bug fixes (ids refer to the gnome bugzilla database)
|
||||
* id 395169: Some links via tagfiles were not correct in
|
||||
combination with CREATE_SUBDIRS=YES
|
||||
* id 539080: Having the same comment for the declaration and
|
||||
definition of a function could result in duplicate documentation
|
||||
in case the indentation level was different.
|
||||
* id 566713: Dot font was not removed even though DOT_CLEANUP was YES.
|
||||
* id 566925: Fixed problem resolving symbolic links.
|
||||
* id 567044: Fully qualified name was not shown correctly for
|
||||
nested classes.
|
||||
* id 567375: Fixed parse problem for typedefs with redundant braces.
|
||||
* id 567535: Fixed problem when parsing operator%%= for CLI/C++ code.
|
||||
* id 567777: Fixed problem with latex output when using enums.
|
||||
* id 567990: Doxygen could crash when there was a symlink in project.
|
||||
* id 568237: Non-ascii values entered where not saved according
|
||||
to the INPUT_ENCODING.
|
||||
* id 568505: Fixed build problem for old Linux distributions.
|
||||
* id 569478: Fixed line continuation issue with the Fortran parser.
|
||||
* id 570960: C++ class defined in a .mm file was sometimes parsed
|
||||
as Objective-C code.
|
||||
* id 571013: In the wizard, editing a text field in the middle of
|
||||
the text in the expert tab caused the cursor to jump to the end
|
||||
of the line.
|
||||
* id 571096: Fixed Objective-C parsing problem when multiple
|
||||
protocol forward declarations are put on one line.
|
||||
* id 571990: Fixed compiler issue with portable_iconv by moving
|
||||
the function to a C file.
|
||||
* id 572560: Fixed parse issue when a #define is inside an enum.
|
||||
* id 572740: Fixed problem parsing C++ comments using line continuation.
|
||||
* id 573057: Included update for Swedish translator and changed
|
||||
the language code from SE to SV to comply with ISO 639.
|
||||
* id 578382: When referring to a static variable or function
|
||||
doxygen will now look at the file context in case of ambiguity.
|
||||
* Mon Feb 09 2009 olh@suse.de
|
||||
- compile with RPM_OPT_FLAGS again
|
||||
- apply 64bit patch unconditionally
|
||||
@ -396,7 +440,7 @@ rm -rf %{buildroot}
|
||||
* Wed May 16 2001 cihlar@suse.cz
|
||||
- update to version 1.2.7
|
||||
- fixed warnings on ia64
|
||||
* Sun Mar 18 2001 ro@suse.de
|
||||
* Mon Mar 19 2001 ro@suse.de
|
||||
- fixed neededforbuild
|
||||
* Mon Mar 12 2001 cihlar@suse.cz
|
||||
- update to version 1.2.6
|
||||
@ -423,7 +467,7 @@ rm -rf %{buildroot}
|
||||
* Tue Aug 15 2000 garloff@suse.de
|
||||
- Update to stable version 1.2.1.
|
||||
- No need for using -g for release version any longer.
|
||||
* Tue Jul 04 2000 garloff@suse.de
|
||||
* Wed Jul 05 2000 garloff@suse.de
|
||||
- Update to doxygen-1.1.5: Many bugfixes (last pre-1.2)
|
||||
- Documentation (.ps,.pdf) is now being build from the sources
|
||||
* Tue Jun 27 2000 garloff@suse.de
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e60b95559e89da269ea062ae431242830a3714d7347c170bc105dfb99abd659
|
||||
size 638005
|
3
doxygen_manual-1.5.9.pdf.bz2
Normal file
3
doxygen_manual-1.5.9.pdf.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9eceaad3dc5e604170fe92b69a3696c3d4320ee29b963cb866c97c2efafdd483
|
||||
size 638842
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 13:17:40 CEST 2009 - mseben@suse.cz
|
||||
|
||||
- updated to version 1.5.9
|
||||
- New features
|
||||
* Added new option LATEX_SOURCE_CODE, which when enabled adds
|
||||
source code also to the latex output
|
||||
* Included updates for the Finnish, Romanian, Korean, German,
|
||||
Japanese, and Hongarian translation.
|
||||
* Added translation support for Esperanto.
|
||||
* Added class attribute to the \todo and \bug HTML
|
||||
code so they can be customized via CSS.
|
||||
* Added support for Æ and æ characters.
|
||||
|
||||
- Bug fixes (ids refer to the gnome bugzilla database)
|
||||
* id 395169: Some links via tagfiles were not correct in
|
||||
combination with CREATE_SUBDIRS=YES
|
||||
* id 539080: Having the same comment for the declaration and
|
||||
definition of a function could result in duplicate documentation
|
||||
in case the indentation level was different.
|
||||
* id 566713: Dot font was not removed even though DOT_CLEANUP was YES.
|
||||
* id 566925: Fixed problem resolving symbolic links.
|
||||
* id 567044: Fully qualified name was not shown correctly for
|
||||
nested classes.
|
||||
* id 567375: Fixed parse problem for typedefs with redundant braces.
|
||||
* id 567535: Fixed problem when parsing operator%= for CLI/C++ code.
|
||||
* id 567777: Fixed problem with latex output when using enums.
|
||||
* id 567990: Doxygen could crash when there was a symlink in project.
|
||||
* id 568237: Non-ascii values entered where not saved according
|
||||
to the INPUT_ENCODING.
|
||||
* id 568505: Fixed build problem for old Linux distributions.
|
||||
* id 569478: Fixed line continuation issue with the Fortran parser.
|
||||
* id 570960: C++ class defined in a .mm file was sometimes parsed
|
||||
as Objective-C code.
|
||||
* id 571013: In the wizard, editing a text field in the middle of
|
||||
the text in the expert tab caused the cursor to jump to the end
|
||||
of the line.
|
||||
* id 571096: Fixed Objective-C parsing problem when multiple
|
||||
protocol forward declarations are put on one line.
|
||||
* id 571990: Fixed compiler issue with portable_iconv by moving
|
||||
the function to a C file.
|
||||
* id 572560: Fixed parse issue when a #define is inside an enum.
|
||||
* id 572740: Fixed problem parsing C++ comments using line continuation.
|
||||
* id 573057: Included update for Swedish translator and changed
|
||||
the language code from SE to SV to comply with ISO 639.
|
||||
* id 578382: When referring to a static variable or function
|
||||
doxygen will now look at the file context in case of ambiguity.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 10:00:00 CET 2009 - olh@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package doxywizard (Version 1.5.8)
|
||||
# spec file for package doxywizard (Version 1.5.9)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,8 +20,8 @@
|
||||
|
||||
Name: doxywizard
|
||||
BuildRequires: bison flex libdrm-devel libjpeg-devel libqt4-devel update-desktop-files
|
||||
Version: 1.5.8
|
||||
Release: 2
|
||||
Version: 1.5.9
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Requires: doxygen = %{version}
|
||||
License: GPL v2 or later
|
||||
@ -84,6 +84,50 @@ rm -rf %{buildroot}
|
||||
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
|
||||
|
||||
%changelog
|
||||
* Mon May 04 2009 mseben@suse.cz
|
||||
- updated to version 1.5.9
|
||||
- New features
|
||||
* Added new option LATEX_SOURCE_CODE, which when enabled adds
|
||||
source code also to the latex output
|
||||
* Included updates for the Finnish, Romanian, Korean, German,
|
||||
Japanese, and Hongarian translation.
|
||||
* Added translation support for Esperanto.
|
||||
* Added class attribute to the \todo and \bug HTML
|
||||
code so they can be customized via CSS.
|
||||
* Added support for Æ and æ characters.
|
||||
- Bug fixes (ids refer to the gnome bugzilla database)
|
||||
* id 395169: Some links via tagfiles were not correct in
|
||||
combination with CREATE_SUBDIRS=YES
|
||||
* id 539080: Having the same comment for the declaration and
|
||||
definition of a function could result in duplicate documentation
|
||||
in case the indentation level was different.
|
||||
* id 566713: Dot font was not removed even though DOT_CLEANUP was YES.
|
||||
* id 566925: Fixed problem resolving symbolic links.
|
||||
* id 567044: Fully qualified name was not shown correctly for
|
||||
nested classes.
|
||||
* id 567375: Fixed parse problem for typedefs with redundant braces.
|
||||
* id 567535: Fixed problem when parsing operator%%= for CLI/C++ code.
|
||||
* id 567777: Fixed problem with latex output when using enums.
|
||||
* id 567990: Doxygen could crash when there was a symlink in project.
|
||||
* id 568237: Non-ascii values entered where not saved according
|
||||
to the INPUT_ENCODING.
|
||||
* id 568505: Fixed build problem for old Linux distributions.
|
||||
* id 569478: Fixed line continuation issue with the Fortran parser.
|
||||
* id 570960: C++ class defined in a .mm file was sometimes parsed
|
||||
as Objective-C code.
|
||||
* id 571013: In the wizard, editing a text field in the middle of
|
||||
the text in the expert tab caused the cursor to jump to the end
|
||||
of the line.
|
||||
* id 571096: Fixed Objective-C parsing problem when multiple
|
||||
protocol forward declarations are put on one line.
|
||||
* id 571990: Fixed compiler issue with portable_iconv by moving
|
||||
the function to a C file.
|
||||
* id 572560: Fixed parse issue when a #define is inside an enum.
|
||||
* id 572740: Fixed problem parsing C++ comments using line continuation.
|
||||
* id 573057: Included update for Swedish translator and changed
|
||||
the language code from SE to SV to comply with ISO 639.
|
||||
* id 578382: When referring to a static variable or function
|
||||
doxygen will now look at the file context in case of ambiguity.
|
||||
* Mon Feb 09 2009 olh@suse.de
|
||||
- compile with RPM_OPT_FLAGS again
|
||||
- apply 64bit patch unconditionally
|
||||
|
Loading…
Reference in New Issue
Block a user