diff --git a/doxygen-1.8.1-html.tar.bz2 b/doxygen-1.8.1-html.tar.bz2
deleted file mode 100644
index a3e3d52..0000000
--- a/doxygen-1.8.1-html.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:dff2b8539ed5dfa17f7ad5c35c457e4f196aed46fae3e157334fd64f45fc28da
-size 634169
diff --git a/doxygen-1.8.1.2-html.tar.bz2 b/doxygen-1.8.1.2-html.tar.bz2
new file mode 100644
index 0000000..089067b
--- /dev/null
+++ b/doxygen-1.8.1.2-html.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:09acbf1ad119006fab9ae5eb2b3ad6eefba88d3b803f4ac4315c08dd35f5e6d9
+size 642460
diff --git a/doxygen-1.8.1.2.src.tar.bz2 b/doxygen-1.8.1.2.src.tar.bz2
new file mode 100644
index 0000000..3458333
--- /dev/null
+++ b/doxygen-1.8.1.2.src.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bff5139f5cac8b23d591c11842e72ad02ce511c1a6bd2bd5b6a650a75840cd5d
+size 5294805
diff --git a/doxygen-1.8.1.src.tar.bz2 b/doxygen-1.8.1.src.tar.bz2
deleted file mode 100644
index 7c3361a..0000000
--- a/doxygen-1.8.1.src.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f588e8fa761965d750d10571ba15209bcfb530c0d3e154b4f15ae419fff49f53
-size 5287230
diff --git a/doxygen.changes b/doxygen.changes
index eef02bf..4e41dd9 100644
--- a/doxygen.changes
+++ b/doxygen.changes
@@ -1,3 +1,31 @@
+-------------------------------------------------------------------
+Fri Jul 13 08:22:15 UTC 2012 - pgajdos@suse.com
+
+- updated to 1.8.1.2:
+ changes
+ * doxygen now strips the leading indentation shared by the lines
+ in a @code..@endcode block.
+ * id 678218: Changed title of the SVG graphs from 'G' to the root
+ node of the graph.
+ * Integrated the root navigation tree in navtree.js for faster
+ loading
+ * When the navigation tree is enabled, clicking jump to a line
+ in the source code view will now highlight the line.
+ features
+ * Added button in the navigation tree to allow enabling/disabling
+ syncing the navigation tree with the content.
+ * Extended the number of HTML entities with Greek letters and
+ other symbols (thanks to Charles Karney for the patch).
+ * id 663645: Added support for C++11 strongly typed enums (enum
+ class E { ... }).
+ * VHDL code now has a new Design Overview page (thanks for
+ Martin Kreis for the patch). Requires HAVE_DOT=YES, and
+ DOT_IMAGE_FORMAT=svg.
+ * id 677678: Added support for strong and weak attributes in
+ Objective-C properties.
+ * bugfixes
+- for details see http://www.stack.nl/~dimitri/doxygen/changelog.html
+
-------------------------------------------------------------------
Mon Jun 4 10:15:13 UTC 2012 - pgajdos@suse.com
diff --git a/doxygen.spec b/doxygen.spec
index d8e7026..71c6f08 100644
--- a/doxygen.spec
+++ b/doxygen.spec
@@ -16,14 +16,16 @@
#
-
Name: doxygen
-BuildRequires: bison flex gcc-c++ libpng-devel
-Version: 1.8.1
-Release: 1
+BuildRequires: bison
+BuildRequires: flex
+BuildRequires: gcc-c++
+BuildRequires: libpng-devel
+Version: 1.8.1.2
+Release: 0
+Summary: Automated C, C++, and Java Documentation Generator
License: GPL-2.0+
Group: Development/Tools/Doc Generators
-Summary: Automated C, C++, and Java Documentation Generator
Url: http://www.stack.nl/~dimitri/doxygen/
# http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
Source: %{name}-%{version}.src.tar.bz2
diff --git a/doxygen_manual-1.8.1.2.pdf.bz2 b/doxygen_manual-1.8.1.2.pdf.bz2
new file mode 100644
index 0000000..b4b7ca0
--- /dev/null
+++ b/doxygen_manual-1.8.1.2.pdf.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e7e797cd2d171f5407186380413ebb2a973185a353bcf6483ee60cc40797cab5
+size 703096
diff --git a/doxygen_manual-1.8.1.pdf.bz2 b/doxygen_manual-1.8.1.pdf.bz2
deleted file mode 100644
index 6ecc900..0000000
--- a/doxygen_manual-1.8.1.pdf.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ccfd3bfb36d03f9688de9eb17efd64d0ff9feea215ff0af5b1e1d9e75b2a91dd
-size 685915
diff --git a/doxywizard.changes b/doxywizard.changes
index f150050..78333fb 100644
--- a/doxywizard.changes
+++ b/doxywizard.changes
@@ -1,3 +1,31 @@
+-------------------------------------------------------------------
+Fri Jul 13 08:27:44 UTC 2012 - pgajdos@suse.com
+
+- updated to 1.8.1.2:
+ changes
+ * doxygen now strips the leading indentation shared by the lines
+ in a @code..@endcode block.
+ * id 678218: Changed title of the SVG graphs from 'G' to the root
+ node of the graph.
+ * Integrated the root navigation tree in navtree.js for faster
+ loading
+ * When the navigation tree is enabled, clicking jump to a line
+ in the source code view will now highlight the line.
+ features
+ * Added button in the navigation tree to allow enabling/disabling
+ syncing the navigation tree with the content.
+ * Extended the number of HTML entities with Greek letters and
+ other symbols (thanks to Charles Karney for the patch).
+ * id 663645: Added support for C++11 strongly typed enums (enum
+ class E { ... }).
+ * VHDL code now has a new Design Overview page (thanks for
+ Martin Kreis for the patch). Requires HAVE_DOT=YES, and
+ DOT_IMAGE_FORMAT=svg.
+ * id 677678: Added support for strong and weak attributes in
+ Objective-C properties.
+ * bugfixes
+- for details see http://www.stack.nl/~dimitri/doxygen/changelog.html
+
-------------------------------------------------------------------
Mon Apr 16 09:06:54 UTC 2012 - pgajdos@suse.com
diff --git a/doxywizard.spec b/doxywizard.spec
index a4b21ab..7bd9ee1 100644
--- a/doxywizard.spec
+++ b/doxywizard.spec
@@ -16,15 +16,17 @@
#
-
Name: doxywizard
-BuildRequires: bison flex gcc-c++ libjpeg-devel
-Version: 1.8.1
-Release: 1
+BuildRequires: bison
+BuildRequires: flex
+BuildRequires: gcc-c++
+BuildRequires: libjpeg-devel
+Version: 1.8.1.2
+Release: 0
Requires: doxygen = %{version}
+Summary: Graphical User Interface for Doxygen
License: GPL-2.0+
Group: Development/Tools/Doc Generators
-Summary: Graphical User Interface for Doxygen
Url: http://www.stack.nl/~dimitri/doxygen/
Source: doxygen-%{version}.src.tar.bz2
Source1: doxywizard.desktop
@@ -45,8 +47,8 @@ BuildRequires: update-desktop-files
# Fedora, RHEL or CentOS
#########################################################################################
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-BuildRequires: qt4-devel >= 4.3.0
BuildRequires: desktop-file-utils
+BuildRequires: qt4-devel >= 4.3.0
%define man_ext gz
%endif
#########################################################################################