Hello community,

here is the log from the commit of package doxygen for openSUSE:Factory checked 
in at 2013-06-28 16:02:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/doxygen (Old)
 and      /work/SRC/openSUSE:Factory/.doxygen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "doxygen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes  2013-03-26 
15:30:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes     2013-06-28 
16:02:44.000000000 +0200
@@ -1,0 +2,41 @@
+Mon May 20 16:41:54 UTC 2013 - [email protected]
+
+- updated to 1.8.4:
+  * id 686384: When INLINE_SIMPLE_STRUCTS is enabled, also structs
+    with simple typedefs will be inlined.
+  * Doxywizard: scrolling with mouse wheel no longer affects the
+    values in the expert view.
+  * id 681733: More consistent warnings and errors.
+  * Added support for "clang assisted parsing", which allows the
+    code to also be parsed via libclang (C/C++ frontend of LLVM)
+    and can improve the quality of the syntax highting,
+    cross-references, and call graphs, especially for template
+    heavy C++ code. To enable this feature you have to configure
+    doxygen with the --with-libclang option. Then you get two new
+    configuration options: CLANG_ASSISTED_PARSING to enable or
+    disable parsing via clang and CLANG_OPTIONS to pass additional
+    compiler options needed to compile the files. Note that
+    enabling this feature has a significant performance penality.
+  * Included patch donated by Intel which adds Docbook support.
+    This can be enabled via GENERATE_DOCBOOK and the output
+    location can be controlled using DOCBOOK_OUTPUT. Docbook
+    specific sections can be added using
+    \docbookonly ... \enddocbookonly
+  * Added support for UNO IDL (interace language used in
+    Open/Libre Office), thanks to Michael Stahl for the patch.
+  * Included patch by Adrian Negreanu which stores data gathered
+    by doxygen in a sqlite3 database. Currently still work in
+    progress and can only be enabled using --with-sqlite3 during
+    ./configure.
+  * For interactive SVG graphs, edges are now highlighted when
+    hovered by the mouse.
+  * Include patch by Adrian Negreanu to show duration statistics
+    after a run. You can enable this by running doxygen with the
+    "-d Time" option.
+  * Included patch by Markus Geimer which adds a new option
+    LATEX_EXTRA_FILES which works similarily to HTML_EXTRA_FILES
+    in that it copied specified files to the LaTeX output
+    directory.
+  * etc., see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/doxygen/doxywizard.changes       2013-03-26 
15:30:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxywizard.changes  2013-06-28 
16:02:45.000000000 +0200
@@ -1,0 +2,41 @@
+Mon May 20 16:37:04 UTC 2013 - [email protected]
+
+- updated to 1.8.4:
+  * id 686384: When INLINE_SIMPLE_STRUCTS is enabled, also structs 
+    with simple typedefs will be inlined.
+  * Doxywizard: scrolling with mouse wheel no longer affects the 
+    values in the expert view.
+  * id 681733: More consistent warnings and errors. 
+  * Added support for "clang assisted parsing", which allows the 
+    code to also be parsed via libclang (C/C++ frontend of LLVM) 
+    and can improve the quality of the syntax highting, 
+    cross-references, and call graphs, especially for template 
+    heavy C++ code. To enable this feature you have to configure 
+    doxygen with the --with-libclang option. Then you get two new 
+    configuration options: CLANG_ASSISTED_PARSING to enable or 
+    disable parsing via clang and CLANG_OPTIONS to pass additional 
+    compiler options needed to compile the files. Note that 
+    enabling this feature has a significant performance penality.
+  * Included patch donated by Intel which adds Docbook support. 
+    This can be enabled via GENERATE_DOCBOOK and the output 
+    location can be controlled using DOCBOOK_OUTPUT. Docbook 
+    specific sections can be added using 
+    \docbookonly ... \enddocbookonly
+  * Added support for UNO IDL (interace language used in 
+    Open/Libre Office), thanks to Michael Stahl for the patch.
+  * Included patch by Adrian Negreanu which stores data gathered 
+    by doxygen in a sqlite3 database. Currently still work in 
+    progress and can only be enabled using --with-sqlite3 during 
+    ./configure.
+  * For interactive SVG graphs, edges are now highlighted when 
+    hovered by the mouse.
+  * Include patch by Adrian Negreanu to show duration statistics 
+    after a run. You can enable this by running doxygen with the 
+    "-d Time" option.
+  * Included patch by Markus Geimer which adds a new option 
+    LATEX_EXTRA_FILES which works similarily to HTML_EXTRA_FILES 
+    in that it copied specified files to the LaTeX output 
+    directory.
+  * etc., see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
+
+-------------------------------------------------------------------
@@ -386,0 +428 @@
+- dropped qtdir.patch as it seems it is not needed anymore

Old:
----
  doxygen-1.7.1-qtdir.patch
  doxygen-1.8.3.1-html.tar.bz2
  doxygen-1.8.3.1.src.tar.gz
  doxygen_manual-1.8.3.1.pdf.zip

New:
----
  doxygen-1.8.4-html.tar.bz2
  doxygen-1.8.4.src.tar.gz
  doxygen_manual-1.8.4.pdf.zip

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

Other differences:
------------------
++++++ doxygen.spec ++++++
--- /var/tmp/diff_new_pack.UwVY0x/_old  2013-06-28 16:02:46.000000000 +0200
+++ /var/tmp/diff_new_pack.UwVY0x/_new  2013-06-28 16:02:46.000000000 +0200
@@ -22,7 +22,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
 BuildRequires:  unzip
-Version:        1.8.3.1
+Version:        1.8.4
 Release:        0
 Summary:        Automated C, C++, and Java Documentation Generator
 License:        GPL-2.0+

++++++ doxywizard.spec ++++++
--- /var/tmp/diff_new_pack.UwVY0x/_old  2013-06-28 16:02:46.000000000 +0200
+++ /var/tmp/diff_new_pack.UwVY0x/_new  2013-06-28 16:02:46.000000000 +0200
@@ -21,7 +21,7 @@
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
-Version:        1.8.3.1
+Version:        1.8.4
 Release:        0
 Requires:       doxygen = %{version}
 Summary:        Graphical User Interface for Doxygen
@@ -33,7 +33,6 @@
 Patch:          doxygen-1.5.9-64archs.patch
 Patch2:         %{name}-1.5.9-flex.patch
 Patch5:         doxygen-1.5.9-man.patch
-Patch6:         doxygen-1.7.1-qtdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
#########################################################################################
 # SuSE, openSUSE
@@ -70,9 +69,6 @@
 %patch
 %patch2
 %patch5
-%if 0%{?suse_version}
-%patch6
-%endif
 
 %build
 %if 0%{?suse_version}

++++++ doxygen-1.8.3.1-html.tar.bz2 -> doxygen-1.8.4-html.tar.bz2 ++++++
++++ 7994 lines of diff (skipped)

++++++ doxygen-1.8.3.1.src.tar.gz -> doxygen-1.8.4.src.tar.gz ++++++
/work/SRC/openSUSE:Factory/doxygen/doxygen-1.8.3.1.src.tar.gz 
/work/SRC/openSUSE:Factory/.doxygen.new/doxygen-1.8.4.src.tar.gz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to