diff --git a/doxygen-1.5.5-html.tar.bz2 b/doxygen-1.5.5-html.tar.bz2
deleted file mode 100644
index 9f43935..0000000
--- a/doxygen-1.5.5-html.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:de7a401b1c2b50172b294af935c74db564645d729b8cbb77f85ca74641bd57cc
-size 465004
diff --git a/doxygen-1.5.5.src.tar.bz2 b/doxygen-1.5.5.src.tar.bz2
deleted file mode 100644
index 08a8fc1..0000000
--- a/doxygen-1.5.5.src.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c4d6364b3145c84aa210449fb350fd03fe2ec8d14d4750da21505374f3664c1b
-size 3159174
diff --git a/doxygen-1.5.5-arm.patch b/doxygen-1.5.6-arm.patch
similarity index 100%
rename from doxygen-1.5.5-arm.patch
rename to doxygen-1.5.6-arm.patch
diff --git a/doxygen-1.5.6-html.tar.bz2 b/doxygen-1.5.6-html.tar.bz2
new file mode 100644
index 0000000..38611aa
--- /dev/null
+++ b/doxygen-1.5.6-html.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3e183a828b7da095504fafd2fa63e17f184ef5ca9efa2ac08b69505485de8c25
+size 465888
diff --git a/doxygen-1.5.5-libpng.diff b/doxygen-1.5.6-libpng.diff
similarity index 100%
rename from doxygen-1.5.5-libpng.diff
rename to doxygen-1.5.6-libpng.diff
diff --git a/doxygen-1.5.5-man.patch b/doxygen-1.5.6-man.patch
similarity index 100%
rename from doxygen-1.5.5-man.patch
rename to doxygen-1.5.6-man.patch
diff --git a/doxygen-1.5.6.src.tar.bz2 b/doxygen-1.5.6.src.tar.bz2
new file mode 100644
index 0000000..c4e1112
--- /dev/null
+++ b/doxygen-1.5.6.src.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d2fdb31332d54f7744f275fcbf1dd859755090843cea1edc92e2e6f54b54e5b7
+size 3186077
diff --git a/doxygen.changes b/doxygen.changes
index cf49529..bcf8054 100644
--- a/doxygen.changes
+++ b/doxygen.changes
@@ -1,3 +1,30 @@
+-------------------------------------------------------------------
+Tue Jul 15 13:31:58 CEST 2008 - anosek@suse.cz
+
+- updated to version 1.5.6
+ Changes
+ * The GENERATE_TREEVIEW option is not longer a boolean, but can
+ now have 4 values, NONE (was NO), FRAME (was YES), HIERARCHIES,
+ and ALL.
+ * a page marked as a sub page (\subpage) is now shown in the LaTeX
+ and RTF output as a section of its parent page. So the top level
+ pages are shown a chapters, subpages as sections, subpages
+ of a subpage as subsections, etc.
+ New features
+ * Added DOT_FONTNAME and DOT_FONTPATH options
+ * Added option CHM_INDEX_ENCODING to specify the encoding to be
+ used for the CHM index files.
+ * Included patch to make the font-size button visible in the CHM output.
+ * Added new options SHOW_NAMESPACES and SHOW_FILES to Suppress
+ Namepace and Files Pages.
+ * Included a patch that makes it easy to modify the root
+ of the html treeview with an image using style sheets.
+ * Added option IDL_PROPERTY_SUPPORT to enable/disable special
+ propget/propput handling in IDL files.
+ * Added option FORMULA_FONTSIZE which can be used to change
+ the font size of the formulas included in the HTML documentation.
+ And lots of bugfixes
+
-------------------------------------------------------------------
Wed Feb 27 08:59:59 CET 2008 - anosek@suse.cz
diff --git a/doxygen.spec b/doxygen.spec
index c1d02c5..78a1aa8 100644
--- a/doxygen.spec
+++ b/doxygen.spec
@@ -1,5 +1,5 @@
#
-# spec file for package doxygen (Version 1.5.5)
+# spec file for package doxygen (Version 1.5.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,7 +13,7 @@
Name: doxygen
BuildRequires: bison flex gcc-c++ libpng-devel
-Version: 1.5.5
+Version: 1.5.6
Release: 1
AutoReqProv: on
License: GPL v2 or later
@@ -71,7 +71,6 @@ make install INSTALL=$RPM_BUILD_ROOT/usr DOCDIR=$RPM_BUILD_ROOT%{_docdir}/doxyge
install -m 644 LICENSE LANGUAGE.HOWTO PLATFORMS README VERSION $RPM_BUILD_ROOT%{_docdir}/doxygen
cp -a html $RPM_BUILD_ROOT%{_docdir}/doxygen
cp doxygen_manual-%{version}.pdf $RPM_BUILD_ROOT%{_docdir}/doxygen
-rm $RPM_BUILD_ROOT%{_mandir}/man1/doxywizard.1
%clean
rm -rf %{buildroot}
@@ -84,6 +83,30 @@ rm -rf %{buildroot}
%attr(755,root,root) /usr/bin/*
%changelog
+* Tue Jul 15 2008 anosek@suse.cz
+- updated to version 1.5.6
+ Changes
+ * The GENERATE_TREEVIEW option is not longer a boolean, but can
+ now have 4 values, NONE (was NO), FRAME (was YES), HIERARCHIES,
+ and ALL.
+ * a page marked as a sub page (\subpage) is now shown in the LaTeX
+ and RTF output as a section of its parent page. So the top level
+ pages are shown a chapters, subpages as sections, subpages
+ of a subpage as subsections, etc.
+ New features
+ * Added DOT_FONTNAME and DOT_FONTPATH options
+ * Added option CHM_INDEX_ENCODING to specify the encoding to be
+ used for the CHM index files.
+ * Included patch to make the font-size button visible in the CHM output.
+ * Added new options SHOW_NAMESPACES and SHOW_FILES to Suppress
+ Namepace and Files Pages.
+ * Included a patch that makes it easy to modify the root
+ of the html treeview with an image using style sheets.
+ * Added option IDL_PROPERTY_SUPPORT to enable/disable special
+ propget/propput handling in IDL files.
+ * Added option FORMULA_FONTSIZE which can be used to change
+ the font size of the formulas included in the HTML documentation.
+ And lots of bugfixes
* Wed Feb 27 2008 anosek@suse.cz
- updated to version 1.5.5
Changes:
@@ -295,7 +318,7 @@ rm -rf %{buildroot}
- added ghostscript-x11-packages to neededforbuild (for gs)
* Sun Jul 28 2002 meissner@suse.de
- use RPM_OPT_FLAGS so it builds on ppc64.
-* Thu Jul 18 2002 coolo@suse.de
+* Fri Jul 19 2002 coolo@suse.de
- updating to 1.2.17 (needed for new kdelibs3)
* Sun Jun 09 2002 olh@suse.de
- build with -mminimal-toc on ppc64, workaround
@@ -310,7 +333,7 @@ rm -rf %{buildroot}
- patch tmake config file as well to use qt-mt
* Tue Mar 12 2002 ro@suse.de
- build against qt3
-* Thu Jan 31 2002 ro@suse.de
+* Fri Feb 01 2002 ro@suse.de
- added libgimpprint to neededforbuild
* Tue Jan 29 2002 cihlar@suse.cz
- use %%{suse_update_libdir}
@@ -388,7 +411,7 @@ rm -rf %{buildroot}
- Use %%{_docdir}
* Wed Jan 05 2000 garloff@suse.de
- Upgrade to doxygen-1.0.0
-* Sun Oct 31 1999 ro@suse.de
+* Mon Nov 01 1999 ro@suse.de
- re-added -g to CFLAGS (workaround for a segfault without)
* Sat Oct 30 1999 garloff@suse.de
- Update to 0.49-991003.
diff --git a/doxygen_manual-1.5.5.pdf.bz2 b/doxygen_manual-1.5.5.pdf.bz2
deleted file mode 100644
index 26023e4..0000000
--- a/doxygen_manual-1.5.5.pdf.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:cad7985278a532d13c9d165d0583348cfcfc9e33b302a17f7dd92ff5b76bc089
-size 587045
diff --git a/doxygen_manual-1.5.6.pdf.bz2 b/doxygen_manual-1.5.6.pdf.bz2
new file mode 100644
index 0000000..41488e2
--- /dev/null
+++ b/doxygen_manual-1.5.6.pdf.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:06515e0c9bc564f075e3171b5d833f7df9636f901800de62b6dc02138e9872e7
+size 599279
diff --git a/doxywizard-1.5.5-flex.diff b/doxywizard-1.5.6-flex.diff
similarity index 100%
rename from doxywizard-1.5.5-flex.diff
rename to doxywizard-1.5.6-flex.diff
diff --git a/doxywizard-1.5.5-makefile.patch b/doxywizard-1.5.6-makefile.patch
similarity index 100%
rename from doxywizard-1.5.5-makefile.patch
rename to doxywizard-1.5.6-makefile.patch
diff --git a/doxywizard.changes b/doxywizard.changes
index 8b7a67f..5354d36 100644
--- a/doxywizard.changes
+++ b/doxywizard.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Jul 15 13:39:08 CEST 2008 - anosek@suse.cz
+
+- updated to version 1.5.6
+
-------------------------------------------------------------------
Tue Oct 30 11:58:52 CET 2007 - anosek@suse.cz
diff --git a/doxywizard.spec b/doxywizard.spec
index 357fe94..2c1cfc0 100644
--- a/doxywizard.spec
+++ b/doxywizard.spec
@@ -1,5 +1,5 @@
#
-# spec file for package doxywizard (Version 1.5.5)
+# spec file for package doxywizard (Version 1.5.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,7 +13,7 @@
Name: doxywizard
BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files
-Version: 1.5.5
+Version: 1.5.6
Release: 1
AutoReqProv: on
Requires: doxygen = %{version}
@@ -70,6 +70,7 @@ make install INSTALL=$RPM_BUILD_ROOT/usr
rm -f $RPM_BUILD_ROOT/usr/bin/{doxygen,doxytag}
%suse_update_desktop_file -i doxywizard Development Documentation
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{doxygen,doxytag}.1
+mv $RPM_BUILD_ROOT/usr/man/man1/doxywizard.1 $RPM_BUILD_ROOT%{_mandir}/man1/doxywizard.1
%clean
rm -rf %{buildroot}
@@ -81,6 +82,8 @@ rm -rf %{buildroot}
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
%changelog
+* Tue Jul 15 2008 anosek@suse.cz
+- updated to version 1.5.6
* Tue Oct 30 2007 anosek@suse.cz
- updated to version 1.5.4
* Fri Jul 27 2007 anosek@suse.cz