SHA256
1
0
forked from pool/doxygen
OBS User unknown 2009-05-06 16:37:44 +00:00 committed by Git OBS Bridge
parent 5eea6b4e5e
commit b85473dd24
16 changed files with 201 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d888a6911c89768e6c93d35e46339b57be1cfe4f4a8ded29193223893f527416
size 460442

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bce002df5764dc7d790ffecde7c867f01c739bfdb64ebc5fb028a19ce7a6a54b
size 3331519

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e10d2d3603d7e35e84da1c629f9e1ed30a761f333180f499e0c27c91f03bb24
size 460830

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f225919ab54e898c265c9ac21f006787291eb8a8cde68c5a53f9f59e0d250187
size 3362621

View File

@ -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 Mon Feb 9 10:00:00 CET 2009 - olh@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -20,8 +20,8 @@
Name: doxygen Name: doxygen
BuildRequires: bison flex gcc-c++ libpng-devel BuildRequires: bison flex gcc-c++ libpng-devel
Version: 1.5.8 Version: 1.5.9
Release: 2 Release: 1
AutoReqProv: on AutoReqProv: on
License: GPL v2 or later License: GPL v2 or later
Group: Development/Tools/Doc Generators Group: Development/Tools/Doc Generators
@ -90,6 +90,50 @@ rm -rf %{buildroot}
%attr(755,root,root) /usr/bin/* %attr(755,root,root) /usr/bin/*
%changelog %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 * Mon Feb 09 2009 olh@suse.de
- compile with RPM_OPT_FLAGS again - compile with RPM_OPT_FLAGS again
- apply 64bit patch unconditionally - apply 64bit patch unconditionally
@ -396,7 +440,7 @@ rm -rf %{buildroot}
* Wed May 16 2001 cihlar@suse.cz * Wed May 16 2001 cihlar@suse.cz
- update to version 1.2.7 - update to version 1.2.7
- fixed warnings on ia64 - fixed warnings on ia64
* Sun Mar 18 2001 ro@suse.de * Mon Mar 19 2001 ro@suse.de
- fixed neededforbuild - fixed neededforbuild
* Mon Mar 12 2001 cihlar@suse.cz * Mon Mar 12 2001 cihlar@suse.cz
- update to version 1.2.6 - update to version 1.2.6
@ -423,7 +467,7 @@ rm -rf %{buildroot}
* Tue Aug 15 2000 garloff@suse.de * Tue Aug 15 2000 garloff@suse.de
- Update to stable version 1.2.1. - Update to stable version 1.2.1.
- No need for using -g for release version any longer. - 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) - Update to doxygen-1.1.5: Many bugfixes (last pre-1.2)
- Documentation (.ps,.pdf) is now being build from the sources - Documentation (.ps,.pdf) is now being build from the sources
* Tue Jun 27 2000 garloff@suse.de * Tue Jun 27 2000 garloff@suse.de

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e60b95559e89da269ea062ae431242830a3714d7347c170bc105dfb99abd659
size 638005

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9eceaad3dc5e604170fe92b69a3696c3d4320ee29b963cb866c97c2efafdd483
size 638842

View File

@ -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 Mon Feb 9 10:00:00 CET 2009 - olh@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -20,8 +20,8 @@
Name: doxywizard Name: doxywizard
BuildRequires: bison flex libdrm-devel libjpeg-devel libqt4-devel update-desktop-files BuildRequires: bison flex libdrm-devel libjpeg-devel libqt4-devel update-desktop-files
Version: 1.5.8 Version: 1.5.9
Release: 2 Release: 1
AutoReqProv: on AutoReqProv: on
Requires: doxygen = %{version} Requires: doxygen = %{version}
License: GPL v2 or later License: GPL v2 or later
@ -84,6 +84,50 @@ rm -rf %{buildroot}
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz %attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
%changelog %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 * Mon Feb 09 2009 olh@suse.de
- compile with RPM_OPT_FLAGS again - compile with RPM_OPT_FLAGS again
- apply 64bit patch unconditionally - apply 64bit patch unconditionally