diff --git a/doxygen-1.5.3-html.tar.bz2 b/doxygen-1.5.3-html.tar.bz2
deleted file mode 100644
index bf02fd1..0000000
--- a/doxygen-1.5.3-html.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:98226519c6a2eff0881d83d8c97206963ee9e9db9ea18eb160644baf0a34735f
-size 463084
diff --git a/doxygen-1.5.3.src.tar.bz2 b/doxygen-1.5.3.src.tar.bz2
deleted file mode 100644
index af5b9f8..0000000
--- a/doxygen-1.5.3.src.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:631152b68bdff9fa730ae1e88edce991ed0ee1a8dc67cdf0497ed8f5d6e348f6
-size 2961839
diff --git a/doxygen-1.5.3-arm.patch b/doxygen-1.5.4-arm.patch
similarity index 100%
rename from doxygen-1.5.3-arm.patch
rename to doxygen-1.5.4-arm.patch
diff --git a/doxygen-1.5.4-html.tar.bz2 b/doxygen-1.5.4-html.tar.bz2
new file mode 100644
index 0000000..97634e0
--- /dev/null
+++ b/doxygen-1.5.4-html.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1ea417d44f58eac25bdabab58faecaa73680f70206665e70b01484f6eef71fa9
+size 463339
diff --git a/doxygen-1.5.3-libpng.diff b/doxygen-1.5.4-libpng.diff
similarity index 100%
rename from doxygen-1.5.3-libpng.diff
rename to doxygen-1.5.4-libpng.diff
diff --git a/doxygen-1.5.3-man.patch b/doxygen-1.5.4-man.patch
similarity index 100%
rename from doxygen-1.5.3-man.patch
rename to doxygen-1.5.4-man.patch
diff --git a/doxygen-1.5.4.src.tar.bz2 b/doxygen-1.5.4.src.tar.bz2
new file mode 100644
index 0000000..2faf836
--- /dev/null
+++ b/doxygen-1.5.4.src.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:58d9fd133bd9fd999194fa72a4b0e0a9375a98f29c55053153ce6346968779ff
+size 3053630
diff --git a/doxygen.changes b/doxygen.changes
index b153c0f..824170e 100644
--- a/doxygen.changes
+++ b/doxygen.changes
@@ -1,3 +1,23 @@
+-------------------------------------------------------------------
+Tue Oct 30 11:56:25 CET 2007 - anosek@suse.cz
+
+- updated to version 1.5.4
+ Changes:
+ * When setting SOURCE_BROWSER to YES, all undocumented classes
+ also ended up in the documentation. Now this will only happen
+ if EXTRACT_ALL is also enabled.
+ * Upgraded included third party libs libpng and zlib to version
+ 1.2.21 and 1.2.3 respectively.
+ New features:
+ * Included support for parsing Fortran 90
+ * Added config option SIP_SUPPORT to support handling SIP sources
+ (used for Python to C++ bindings).
+ * Added support for CLI/C++ style indexed properties.
+ * Added config option TYPEDEF_HIDES_STRUCT which when enabled
+ 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 12:53:46 CEST 2007 - anosek@suse.cz
diff --git a/doxygen.spec b/doxygen.spec
index 0a0a079..497aca5 100644
--- a/doxygen.spec
+++ b/doxygen.spec
@@ -1,5 +1,5 @@
#
-# spec file for package doxygen (Version 1.5.3)
+# spec file for package doxygen (Version 1.5.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -12,13 +12,13 @@
Name: doxygen
BuildRequires: bison flex gcc-c++ libpng-devel
-Version: 1.5.3
+Version: 1.5.4
Release: 1
-Autoreqprov: on
+AutoReqProv: on
License: GPL v2 or later
Group: Development/Tools/Doc Generators
Summary: Automated C, C++, and Java Documentation Generator
-URL: http://www.stack.nl/~dimitri/doxygen/
+Url: http://www.stack.nl/~dimitri/doxygen/
Source: %{name}-%{version}.src.tar.bz2
# script to get %%source2
Source1: doxygen-html.sh
@@ -81,8 +81,24 @@ rm -rf %{buildroot}
%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@suse.cz
+- updated to version 1.5.4
+ Changes:
+ * When setting SOURCE_BROWSER to YES, all undocumented classes
+ also ended up in the documentation. Now this will only happen
+ if EXTRACT_ALL is also enabled.
+ * Upgraded included third party libs libpng and zlib to version
+ 1.2.21 and 1.2.3 respectively.
+ New features:
+ * Included support for parsing Fortran 90
+ * Added config option SIP_SUPPORT to support handling SIP sources
+ (used for Python to C++ bindings).
+ * Added support for CLI/C++ style indexed properties.
+ * Added config option TYPEDEF_HIDES_STRUCT which when enabled
+ 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@suse.cz
- updated to version 1.5.3
Changes:
diff --git a/doxygen_manual-1.5.3.pdf.bz2 b/doxygen_manual-1.5.3.pdf.bz2
deleted file mode 100644
index df28928..0000000
--- a/doxygen_manual-1.5.3.pdf.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d4c49c39054556558fac36475eba535809a95e1379b5bf16056fed39618731e1
-size 560192
diff --git a/doxygen_manual-1.5.4.pdf.bz2 b/doxygen_manual-1.5.4.pdf.bz2
new file mode 100644
index 0000000..da2cf4b
--- /dev/null
+++ b/doxygen_manual-1.5.4.pdf.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f052b3387322c1e5c3344dbb67ce39021f2affe2249ad943f0a1767518c39999
+size 563873
diff --git a/doxywizard-1.5.3-flex.diff b/doxywizard-1.5.4-flex.diff
similarity index 100%
rename from doxywizard-1.5.3-flex.diff
rename to doxywizard-1.5.4-flex.diff
diff --git a/doxywizard-1.5.3-makefile.patch b/doxywizard-1.5.4-makefile.patch
similarity index 74%
rename from doxywizard-1.5.3-makefile.patch
rename to doxywizard-1.5.4-makefile.patch
index 5b56bb3..b8ea51d 100644
--- a/doxywizard-1.5.3-makefile.patch
+++ b/doxywizard-1.5.4-makefile.patch
@@ -3,9 +3,9 @@
@@ -20,11 +20,11 @@
CC = cc
CXX = c++
- CFLAGS = -pipe -Wall -W -g
--CXXFLAGS= -pipe -D__FreeBSD__=6 -Wall -W -g
-+CXXFLAGS= -pipe -Wall -W -g
+ CFLAGS = -pipe -Wall -W -g -DNODEBUG
+-CXXFLAGS= -pipe -D__FreeBSD__=6 -Wall -W -g -DNODEBUG
++CXXFLAGS= -pipe -Wall -W -g -DNODEBUG
INCPATH = -I../../src -I$(QTDIR)/include
LINK = c++
-LFLAGS = -Wl,-search_paths_first
diff --git a/doxywizard.changes b/doxywizard.changes
index 634cece..8b7a67f 100644
--- a/doxywizard.changes
+++ b/doxywizard.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Oct 30 11:58:52 CET 2007 - anosek@suse.cz
+
+- updated to version 1.5.4
+
-------------------------------------------------------------------
Fri Jul 27 12:58:08 CEST 2007 - anosek@suse.cz
diff --git a/doxywizard.spec b/doxywizard.spec
index 408bbe5..a5676c6 100644
--- a/doxywizard.spec
+++ b/doxywizard.spec
@@ -1,5 +1,5 @@
#
-# spec file for package doxywizard (Version 1.5.3)
+# spec file for package doxywizard (Version 1.5.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -12,14 +12,14 @@
Name: doxywizard
BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files
-Version: 1.5.3
+Version: 1.5.4
Release: 1
-Autoreqprov: on
+AutoReqProv: on
Requires: doxygen = %{version}
License: GPL v2 or later
Group: Development/Tools/Doc Generators
Summary: Graphical User Interface for Doxygen
-URL: http://www.stack.nl/~dimitri/doxygen/
+Url: http://www.stack.nl/~dimitri/doxygen/
Source: doxygen-%{version}.src.tar.bz2
Source1: doxywizard.desktop
Patch: doxygen-64archs.diff
@@ -78,8 +78,9 @@ rm -rf %{buildroot}
%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@suse.cz
+- updated to version 1.5.4
* Fri Jul 27 2007 - anosek@suse.cz
- updated to version 1.5.3
* Tue Apr 10 2007 - anosek@suse.cz