Mailinglist Archive: opensuse-commit (1092 mails)

< Previous Next >
commit doxygen
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 28 Feb 2008 01:54:12 +0100
  • Message-id: <20080228005412.B706D678168@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package doxygen
checked in at Thu Feb 28 01:54:12 CET 2008.

--------
--- doxygen/doxygen.changes 2007-10-30 11:58:47.000000000 +0100
+++ /mounts/work_src_done/STABLE/doxygen/doxygen.changes 2008-02-27
09:05:14.000000000 +0100
@@ -1,0 +2,33 @@
+Wed Feb 27 08:59:59 CET 2008 - anosek@xxxxxxx
+
+- updated to version 1.5.5
+ Changes:
+ * Pages created with @page are now chapters in the LaTeX and RTF
+ output and treeviews, and directly follow the mainpage.
+ Also the project name is not longer repeated for each chapter.
+ * For dot graphs with an edge with more than ten labels, only
+ the first ten are shown followed by an ellipsis; done
+ to prevent very long dot runs resulting in unreadable graphs.
+ * Use of pdflatex with hyperlinks is now the default.
+ * C++ preprocessor macro names are now replaced in the comments
+ * The options SOURCE_BROWSER, CALL_GRAPH, CALLER_GRAPH,
+ REFERENCES_RELATION, and REFERENCED_BY_RELATION can now be
+ indepently enabled and disabled. By default the relations are
+ now disabled.
+ New features:
+ * Added support for VHDL (.vhd or .vhdl extension).
+ Use OPTIMIZE_OUTPUT_VHDL when parsing VHDL code.
+ * Added support for Objective-C 2.0 properties.
+ * Added support for docsets, which allow integration of doxygen
+ generated API documentation in Xcode 3. new options:
+ o GENERATE_DOCSET: enables/disables the feature
+ o DOCSET_FEEDNAME: sets the provider/suite name
+ under which the set is listed.
+ o DOCSET_BUNDLE_ID: A unique name for the docset.
+ * Added support for the \tparam command, which works similar to
+ \param but is meant for documenting template parameters.
+ * Added \headerfile command which can be used to specify
+ the second and third argument of a \class command, when
+ the documentation is already in front of a class definition.
+
+-------------------------------------------------------------------

Old:
----
doxygen-1.5.4-arm.patch
doxygen-1.5.4-html.tar.bz2
doxygen-1.5.4-libpng.diff
doxygen-1.5.4-man.patch
doxygen-1.5.4.src.tar.bz2
doxygen_manual-1.5.4.pdf.bz2
doxywizard-1.5.4-flex.diff
doxywizard-1.5.4-makefile.patch

New:
----
doxygen-1.5.5-arm.patch
doxygen-1.5.5-html.tar.bz2
doxygen-1.5.5-libpng.diff
doxygen-1.5.5-man.patch
doxygen-1.5.5.src.tar.bz2
doxygen_manual-1.5.5.pdf.bz2
doxywizard-1.5.5-flex.diff
doxywizard-1.5.5-makefile.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ doxygen.spec ++++++
--- /var/tmp/diff_new_pack.O24230/_old 2008-02-28 01:53:38.000000000 +0100
+++ /var/tmp/diff_new_pack.O24230/_new 2008-02-28 01:53:38.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package doxygen (Version 1.5.4)
+# spec file for package doxygen (Version 1.5.5)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -10,9 +10,10 @@

# norootforbuild

+
Name: doxygen
BuildRequires: bison flex gcc-c++ libpng-devel
-Version: 1.5.4
+Version: 1.5.5
Release: 1
AutoReqProv: on
License: GPL v2 or later
@@ -81,8 +82,39 @@
%attr(444,root,root) %doc %{_mandir}/man1/doxygen.1.gz
%attr(444,root,root) %doc %{_mandir}/man1/doxytag.1.gz
%attr(755,root,root) /usr/bin/*
+
%changelog
-* Tue Oct 30 2007 - anosek@xxxxxxx
+* Wed Feb 27 2008 anosek@xxxxxxx
+- updated to version 1.5.5
+ Changes:
+ * Pages created with @page are now chapters in the LaTeX and RTF
+ output and treeviews, and directly follow the mainpage.
+ Also the project name is not longer repeated for each chapter.
+ * For dot graphs with an edge with more than ten labels, only
+ the first ten are shown followed by an ellipsis; done
+ to prevent very long dot runs resulting in unreadable graphs.
+ * Use of pdflatex with hyperlinks is now the default.
+ * C++ preprocessor macro names are now replaced in the comments
+ * The options SOURCE_BROWSER, CALL_GRAPH, CALLER_GRAPH,
+ REFERENCES_RELATION, and REFERENCED_BY_RELATION can now be
+ indepently enabled and disabled. By default the relations are
+ now disabled.
+ New features:
+ * Added support for VHDL (.vhd or .vhdl extension).
+ Use OPTIMIZE_OUTPUT_VHDL when parsing VHDL code.
+ * Added support for Objective-C 2.0 properties.
+ * Added support for docsets, which allow integration of doxygen
+ generated API documentation in Xcode 3. new options:
+ o GENERATE_DOCSET: enables/disables the feature
+ o DOCSET_FEEDNAME: sets the provider/suite name
+ under which the set is listed.
+ o DOCSET_BUNDLE_ID: A unique name for the docset.
+ * Added support for the \tparam command, which works similar to
+ \param but is meant for documenting template parameters.
+ * Added \headerfile command which can be used to specify
+ the second and third argument of a \class command, when
+ the documentation is already in front of a class definition.
+* Tue Oct 30 2007 anosek@xxxxxxx
- updated to version 1.5.4
Changes:
* When setting SOURCE_BROWSER to YES, all undocumented classes
@@ -99,7 +131,7 @@
treats a typedef of a struct as a struct with the name of the
typedef. This behavious was coupled to OPTIMIZE_OUTPUT_FOR_C
in the previous version and is now an independent option.
-* Fri Jul 27 2007 - anosek@xxxxxxx
+* Fri Jul 27 2007 anosek@xxxxxxx
- updated to version 1.5.3
Changes:
* When OPTIMIZE_OUTPUT_FOR_C is enabled then a struct definition
@@ -132,9 +164,9 @@
as JAVADOC_AUTOBRIEF only now for /*! .. */ style comment blocks.
* id 435108: Reintroduced the MAX_DOT_GRAPH_DEPTH option as a means
to further reduce the size of a graph.
-* Tue Apr 10 2007 - anosek@xxxxxxx
+* Tue Apr 10 2007 anosek@xxxxxxx
- fixed build of Doxywizard
-* Thu Apr 05 2007 - anosek@xxxxxxx
+* Thu Apr 05 2007 anosek@xxxxxxx
- updated to version 1.5.2:
* Doxygen now uses UTF-8 internally for all strings
A new config option INPUT_ENCODING has been added which can be
@@ -149,9 +181,9 @@
* Added two LaTeX layout enhancements
* Lots of bugfixes
- dropped obsolete disable-rtf-debug.patch
-* Thu Mar 29 2007 - mmarek@xxxxxxx
+* Thu Mar 29 2007 mmarek@xxxxxxx
- added flex and bison to buildrequires
-* Mon Feb 05 2007 - anosek@xxxxxxx
+* Mon Feb 05 2007 anosek@xxxxxxx
-updated to version 1.5.1, bugfixes:
* id 148567: @todo at the end of a comment block caused problem
when copied by @copydoc
@@ -166,10 +198,10 @@
(both in difference scopes) where merged.
* Running 2 instances of doxygen on the same output directory
caused corruption of the temporary files generated by doxygen.
-* Thu Nov 16 2006 - mmarek@xxxxxxx
+* Thu Nov 16 2006 mmarek@xxxxxxx
- don't abort just because of a warning (fixes yast2-core build)
(dont-exit-on-warning.patch)
-* Wed Oct 18 2006 - anosek@xxxxxxx
+* Wed Oct 18 2006 anosek@xxxxxxx
- updated to version 1.5.0
* Cleaned up the internal structures to make them smaller,
and made doxygen use a temporary file to store the parse
@@ -180,7 +212,7 @@
them a distinct style using a non-default stylesheet
(i.e. using HTML_STYLESHEET).
* Lots of bugfixes
-* Mon Jun 26 2006 - mmarek@xxxxxxx
+* Mon Jun 26 2006 mmarek@xxxxxxx
- updated to 1.4.7
* changes in the CSS stylesheet and HTML class names => possible
incompatibility with custom stylesheets
@@ -193,64 +225,64 @@
* lost of bugfixes
- dropped patches: qtools.patch, segfault.patch
- added script to update the html docu tarball to source rpm
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Thu Jan 05 2006 - mmarek@xxxxxxx
+* Thu Jan 05 2006 mmarek@xxxxxxx
- fix segfault in doxygen.cpp
[#141384] (segfault.patch)
- use make -j
- add -fno-strict-aliasing
-* Mon Jan 02 2006 - mmarek@xxxxxxx
+* Mon Jan 02 2006 mmarek@xxxxxxx
- update to 1.4.6
-* Mon Oct 10 2005 - mmarek@xxxxxxx
+* Mon Oct 10 2005 mmarek@xxxxxxx
- update to 1.4.5
-* Tue Sep 20 2005 - mmarek@xxxxxxx
+* Tue Sep 20 2005 mmarek@xxxxxxx
- fix qtools to build with gcc-4.1.0
-* Wed Aug 24 2005 - mmarek@xxxxxxx
+* Wed Aug 24 2005 mmarek@xxxxxxx
- disable RTF debug comments in src/rtfdocvisitor.cpp (those
comments are displayed by default in ooffice and abiword). See
gnome bugzilla #149797
-* Thu Jul 28 2005 - postadal@xxxxxxx
+* Thu Jul 28 2005 postadal@xxxxxxx
- updated to version 1.4.4
* added man pages
- removed obsoleted qt-mt patch
-* Wed Apr 06 2005 - uli@xxxxxxx
+* Wed Apr 06 2005 uli@xxxxxxx
- un-packing QChar seems to break doxygen; removed the
incriminated methods instead as they are unused anyway
-* Thu Mar 31 2005 - uli@xxxxxxx
+* Thu Mar 31 2005 uli@xxxxxxx
- GCC does not allow references to members of packed structs on
ARM
-* Wed Jan 12 2005 - postadal@xxxxxxx
+* Wed Jan 12 2005 postadal@xxxxxxx
- updated to version 1.4.1
-* Wed Aug 11 2004 - postadal@xxxxxxx
+* Wed Aug 11 2004 postadal@xxxxxxx
- linked dynamically against libpng
-* Tue Aug 03 2004 - postadal@xxxxxxx
+* Tue Aug 03 2004 postadal@xxxxxxx
- updated to version 1.3.8
-* Tue Apr 27 2004 - postadal@xxxxxxx
+* Tue Apr 27 2004 postadal@xxxxxxx
- doxywizard split off (removed qt3 dependency)
-* Tue Mar 23 2004 - postadal@xxxxxxx
+* Tue Mar 23 2004 postadal@xxxxxxx
- applied patches from cvs to fix bug #36397 (doxygen ate all memory building
the libstdc++)
-* Fri Feb 13 2004 - postadal@xxxxxxx
+* Fri Feb 13 2004 postadal@xxxxxxx
- updated to version 1.3.6
-* Sat Jan 10 2004 - adrian@xxxxxxx
+* Sat Jan 10 2004 adrian@xxxxxxx
- build as user
-* Mon Oct 06 2003 - kukuk@xxxxxxx
+* Mon Oct 06 2003 kukuk@xxxxxxx
- Use prebuild documentation from website
-* Thu Oct 02 2003 - adrian@xxxxxxx
+* Thu Oct 02 2003 adrian@xxxxxxx
- update to version 1.3.4
-* Sat Aug 16 2003 - adrian@xxxxxxx
+* Sat Aug 16 2003 adrian@xxxxxxx
- add desktop file for doxywizard
-* Thu Jul 24 2003 - postadal@xxxxxxx
+* Thu Jul 24 2003 postadal@xxxxxxx
- updated to version 1.3.2
-* Sun Jun 15 2003 - mmj@xxxxxxx
+* Sun Jun 15 2003 mmj@xxxxxxx
- Update to 1.3.1
-* Mon Feb 10 2003 - ro@xxxxxxx
+* Mon Feb 10 2003 ro@xxxxxxx
- fix build with tetex-2.0
-* Thu Feb 06 2003 - ro@xxxxxxx
+* Thu Feb 06 2003 ro@xxxxxxx
- force install tool
-* Wed Nov 20 2002 - ro@xxxxxxx
+* Wed Nov 20 2002 ro@xxxxxxx
- use ghostscript-mini-packages in neededforbuild
-* Tue Oct 08 2002 - postadal@xxxxxxx
+* Tue Oct 08 2002 postadal@xxxxxxx
- updated to version 1.2.18
* @deprecated is now treated as @todo, @test, and @bug
* enum value documentation was added to the XML output.
@@ -259,112 +291,112 @@
* included language updates
* added new configuration options XML_DTD and XML_SCHEMA to set the DTD or
Schema used in the XML output.
- patch for 64bit archs
-* Sun Aug 18 2002 - ro@xxxxxxx
+* Sun Aug 18 2002 ro@xxxxxxx
- added ghostscript-x11-packages to neededforbuild (for gs)
-* Sun Jul 28 2002 - meissner@xxxxxxx
+* Sun Jul 28 2002 meissner@xxxxxxx
- use RPM_OPT_FLAGS so it builds on ppc64.
-* Thu Jul 18 2002 - coolo@xxxxxxx
+* Thu Jul 18 2002 coolo@xxxxxxx
- updating to 1.2.17 (needed for new kdelibs3)
-* Sun Jun 09 2002 - olh@xxxxxxx
+* Sun Jun 09 2002 olh@xxxxxxx
- build with -mminimal-toc on ppc64, workaround
-* Fri May 03 2002 - meissner@xxxxxxx
+* Fri May 03 2002 meissner@xxxxxxx
- really write %%_lib instead of just lib64
-* Thu May 02 2002 - meissner@xxxxxxx
+* Thu May 02 2002 meissner@xxxxxxx
- %%_lib fixes
-* Sun Apr 07 2002 - adrian@xxxxxxx
+* Sun Apr 07 2002 adrian@xxxxxxx
- export compiler flags via RPM_OPTL_FLAGS to get an effect
(fix compile for mips)
-* Thu Mar 14 2002 - ro@xxxxxxx
+* Thu Mar 14 2002 ro@xxxxxxx
- patch tmake config file as well to use qt-mt
-* Tue Mar 12 2002 - ro@xxxxxxx
+* Tue Mar 12 2002 ro@xxxxxxx
- build against qt3
-* Thu Jan 31 2002 - ro@xxxxxxx
+* Thu Jan 31 2002 ro@xxxxxxx
- added libgimpprint to neededforbuild
-* Tue Jan 29 2002 - cihlar@xxxxxxx
+* Tue Jan 29 2002 cihlar@xxxxxxx
- use %%{suse_update_libdir}
-* Mon Jan 07 2002 - cihlar@xxxxxxx
+* Mon Jan 07 2002 cihlar@xxxxxxx
- updated to version 1.2.13.1
-* Wed Jan 02 2002 - cihlar@xxxxxxx
+* Wed Jan 02 2002 cihlar@xxxxxxx
- updated to version 1.2.13
-* Mon Nov 19 2001 - cihlar@xxxxxxx
+* Mon Nov 19 2001 cihlar@xxxxxxx
- updated to version 1.2.12
-* Fri Nov 09 2001 - ro@xxxxxxx
+* Fri Nov 09 2001 ro@xxxxxxx
- use qt-devel-packages
-* Mon Oct 08 2001 - cihlar@xxxxxxx
+* Mon Oct 08 2001 cihlar@xxxxxxx
- updated to version 1.2.11.1
-* Mon Oct 01 2001 - tiwai@xxxxxxx
+* Mon Oct 01 2001 tiwai@xxxxxxx
- updated to version 1.2.11
-* Thu Sep 27 2001 - tiwai@xxxxxxx
+* Thu Sep 27 2001 tiwai@xxxxxxx
- updated to version 1.2.10
-* Wed Aug 08 2001 - cihlar@xxxxxxx
+* Wed Aug 08 2001 cihlar@xxxxxxx
- update to version 1.2.9.1
-* Fri Aug 03 2001 - cihlar@xxxxxxx
+* Fri Aug 03 2001 cihlar@xxxxxxx
- update to version 1.2.9
- gzipped doxygen_manual.ps
-* Thu Jul 26 2001 - cihlar@xxxxxxx
+* Thu Jul 26 2001 cihlar@xxxxxxx
- update to version 1.2.8.1
-* Mon Jul 23 2001 - cihlar@xxxxxxx
+* Mon Jul 23 2001 cihlar@xxxxxxx
- added glib to neededforbuild
-* Fri Jul 20 2001 - kukuk@xxxxxxx
+* Fri Jul 20 2001 kukuk@xxxxxxx
- changed neededforbuild <gs_fonts> to <ghostscript-fonts-std>
- changed neededforbuild <gs_lib> to <ghostscript-library>
- changed neededforbuild <gs_x11> to <ghostscript-x11>
-* Wed May 16 2001 - cihlar@xxxxxxx
+* Wed May 16 2001 cihlar@xxxxxxx
- update to version 1.2.7
- fixed warnings on ia64
-* Sun Mar 18 2001 - ro@xxxxxxx
+* Mon Mar 19 2001 ro@xxxxxxx
- fixed neededforbuild
-* Mon Mar 12 2001 - cihlar@xxxxxxx
+* Mon Mar 12 2001 cihlar@xxxxxxx
- update to version 1.2.6
-* Tue Mar 06 2001 - cihlar@xxxxxxx
+* Tue Mar 06 2001 cihlar@xxxxxxx
- update to version 1.2.5
-* Mon Jan 22 2001 - cihlar@xxxxxxx
+* Mon Jan 22 2001 cihlar@xxxxxxx
- update to version 1.2.4
-* Thu Nov 30 2000 - cihlar@xxxxxxx
+* Thu Nov 30 2000 cihlar@xxxxxxx
- fixed neededforbuild: += liblcms
-* Fri Nov 17 2000 - ro@xxxxxxx
+* Fri Nov 17 2000 ro@xxxxxxx
- fixed neededforbuild: += libmng-devel
-* Mon Nov 13 2000 - cihlar@xxxxxxx
+* Mon Nov 13 2000 cihlar@xxxxxxx
- fixed to compile
-* Fri Nov 03 2000 - cihlar@xxxxxxx
+* Fri Nov 03 2000 cihlar@xxxxxxx
- fixed neededforbuild
-* Tue Oct 31 2000 - cihlar@xxxxxxx
+* Tue Oct 31 2000 cihlar@xxxxxxx
- update to version 1.2.3
-* Mon Oct 09 2000 - cihlar@xxxxxxx
+* Mon Oct 09 2000 cihlar@xxxxxxx
- update to version 1.2.2
- added libmng to neededforbuild
-* Fri Aug 25 2000 - cihlar@xxxxxxx
+* Fri Aug 25 2000 cihlar@xxxxxxx
- added BuildRoot
- fixed neededforbuild
-* Tue Aug 15 2000 - garloff@xxxxxxx
+* Tue Aug 15 2000 garloff@xxxxxxx
- Update to stable version 1.2.1.
- No need for using -g for release version any longer.
-* Wed Jul 05 2000 - garloff@xxxxxxx
+* Wed Jul 05 2000 garloff@xxxxxxx
- 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@xxxxxxx
+* Tue Jun 27 2000 garloff@xxxxxxx
- Detect qtlib2 version and pass it to the dynamic linker with
LD_RUN_PATH (equivalent to -rpath).
-* Wed Jun 21 2000 - garloff@xxxxxxx
+* Wed Jun 21 2000 garloff@xxxxxxx
- Change QTDIR to /usr/lib/qt2 (instead of qt-2.1.1) to avoid
breakage in case of qtlib2 upgrade.
-* Tue Jun 06 2000 - garloff@xxxxxxx
+* Tue Jun 06 2000 garloff@xxxxxxx
- Upgrade to doxygen-1.1.4.
- Use qt2 to build.
- The Makefile for the doc subdir is now correctly created.
-* Wed May 24 2000 - garloff@xxxxxxx
+* Wed May 24 2000 garloff@xxxxxxx
- Use %%{_docdir}
-* Wed Jan 05 2000 - garloff@xxxxxxx
+* Wed Jan 05 2000 garloff@xxxxxxx
- Upgrade to doxygen-1.0.0
-* Sun Oct 31 1999 - ro@xxxxxxx
+* Sun Oct 31 1999 ro@xxxxxxx
- re-added -g to CFLAGS (workaround for a segfault without)
-* Sat Oct 30 1999 - garloff@xxxxxxx
+* Sat Oct 30 1999 garloff@xxxxxxx
- Update to 0.49-991003.
- Added pdf docu.
-* Wed Aug 04 1999 - garloff@xxxxxxx
+* Wed Aug 04 1999 garloff@xxxxxxx
- Update to 0.49-990728.
-* Wed Jul 28 1999 - garloff@xxxxxxx
+* Thu Jul 29 1999 garloff@xxxxxxx
- Added missing neededforbuild packages.
- Add -g to compile flags: Workaround for egcs on AXP (!)
-* Sat Jul 24 1999 - garloff@xxxxxxx
+* Sat Jul 24 1999 garloff@xxxxxxx
- Check in der 0.49-990522 Version. linux-egcs Target.

++++++ doxywizard.spec ++++++
--- /var/tmp/diff_new_pack.O24230/_old 2008-02-28 01:53:38.000000000 +0100
+++ /var/tmp/diff_new_pack.O24230/_new 2008-02-28 01:53:38.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package doxywizard (Version 1.5.4)
+# spec file for package doxywizard (Version 1.5.5)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -10,9 +10,10 @@

# norootforbuild

+
Name: doxywizard
BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel
update-desktop-files
-Version: 1.5.4
+Version: 1.5.5
Release: 1
AutoReqProv: on
Requires: doxygen = %{version}
@@ -78,24 +79,25 @@
%attr(755,root,root) /usr/bin/doxywizard
/usr/share/applications/doxywizard.desktop
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
+
%changelog
-* Tue Oct 30 2007 - anosek@xxxxxxx
+* Tue Oct 30 2007 anosek@xxxxxxx
- updated to version 1.5.4
-* Fri Jul 27 2007 - anosek@xxxxxxx
+* Fri Jul 27 2007 anosek@xxxxxxx
- updated to version 1.5.3
-* Tue Apr 10 2007 - anosek@xxxxxxx
+* Tue Apr 10 2007 anosek@xxxxxxx
- fixed build of Doxywizard
-* Thu Apr 05 2007 - anosek@xxxxxxx
+* Thu Apr 05 2007 anosek@xxxxxxx
- updated to version 1.5.2
-* Thu Mar 29 2007 - mmarek@xxxxxxx
+* Thu Mar 29 2007 mmarek@xxxxxxx
- added flex and bison to buildrequires
-* Mon Feb 05 2007 - anosek@xxxxxxx
+* Mon Feb 05 2007 anosek@xxxxxxx
- updated to version 1.5.1
* fixed build (makefile.patch)
-* Wed Oct 18 2006 - anosek@xxxxxxx
+* Wed Oct 18 2006 anosek@xxxxxxx
- updated to version 1.5.0
* bugfixes
-* Mon Jun 26 2006 - mmarek@xxxxxxx
+* Mon Jun 26 2006 mmarek@xxxxxxx
- updated to 1.4.7
* new CALLER_GRAPH option to add called-by graph to functions
* new REFERENCES_LINK_SOURCE option to set whether function names
@@ -103,31 +105,31 @@
source or documentation
* doxywizard asks for confirmation before overwriting files in
the save dialog
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Tue Jan 17 2006 - mmarek@xxxxxxx
+* Tue Jan 17 2006 mmarek@xxxxxxx
- remove %%_lib fix, which isn't needed anymore and actually breaks
build on 64bit
-* Thu Jan 05 2006 - mmarek@xxxxxxx
+* Thu Jan 05 2006 mmarek@xxxxxxx
- use make -j
- add -fno-strict-aliasing
-* Mon Jan 02 2006 - mmarek@xxxxxxx
+* Mon Jan 02 2006 mmarek@xxxxxxx
- update to 1.4.6
-* Mon Oct 10 2005 - mmarek@xxxxxxx
+* Mon Oct 10 2005 mmarek@xxxxxxx
- update to 1.4.5
-* Tue Sep 20 2005 - mmarek@xxxxxxx
+* Tue Sep 20 2005 mmarek@xxxxxxx
- fix qtools to build with gcc-4.1.0
-* Thu Jul 28 2005 - postadal@xxxxxxx
+* Thu Jul 28 2005 postadal@xxxxxxx
- updated to version 1.4.4
* added man pages
- removed obsoleted qt-mt patch
-* Sat Jan 22 2005 - ro@xxxxxxx
+* Sat Jan 22 2005 ro@xxxxxxx
- fix build (qt-mt instead of qt)
-* Wed Jan 12 2005 - postadal@xxxxxxx
+* Wed Jan 12 2005 postadal@xxxxxxx
- updated to version 1.4.1
-* Tue Aug 31 2004 - postadal@xxxxxxx
+* Tue Aug 31 2004 postadal@xxxxxxx
- fixed for new flex
-* Tue Aug 03 2004 - postadal@xxxxxxx
+* Tue Aug 03 2004 postadal@xxxxxxx
- updated to version 1.3.8
-* Tue Apr 27 2004 - postadal@xxxxxxx
+* Tue Apr 27 2004 postadal@xxxxxxx
- doxywizard split off (qt3 dependency)

++++++ doxygen-1.5.4-arm.patch -> doxygen-1.5.5-arm.patch ++++++

++++++ doxygen-1.5.4-html.tar.bz2 -> doxygen-1.5.5-html.tar.bz2 ++++++
++++ 1633 lines of diff (skipped)

++++++ doxygen-1.5.4-libpng.diff -> doxygen-1.5.5-libpng.diff ++++++

++++++ doxygen-1.5.4-man.patch -> doxygen-1.5.5-man.patch ++++++

++++++ doxygen-1.5.4.src.tar.bz2 -> doxygen-1.5.5.src.tar.bz2 ++++++
++++ 146180 lines of diff (skipped)


++++++ doxywizard-1.5.4-flex.diff -> doxywizard-1.5.5-flex.diff ++++++

++++++ doxywizard-1.5.4-makefile.patch -> doxywizard-1.5.5-makefile.patch ++++++



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages