Hello community,

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

Package is "doxygen", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes  2011-12-14 
14:33:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes     2012-02-28 
14:12:30.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Feb 27 09:47:59 UTC 2012 - [email protected]
+
+- updated to 1.8.0:
+  * Auto list items can now consist of multiple paragraphs.
+  * When UML_LOOK is enabled, relations shown on the edge of a 
+    graph are not shown as attributes.
+  * Updated the manual and improved the look.
+  * Latex: made the margins of latex page layout smaller using the 
+    geometry package.
+  * etc., see http://www.stack.nl/~dimitri/doxygen/changelog.html
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/doxygen/doxywizard.changes       2011-12-14 
14:33:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxywizard.changes  2012-02-28 
14:12:30.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Feb 27 09:51:17 UTC 2012 - [email protected]
+
+- updated to 1.8.0:
+  * Auto list items can now consist of multiple paragraphs.
+  * When UML_LOOK is enabled, relations shown on the edge of a 
+    graph are not shown as attributes.
+  * Updated the manual and improved the look.
+  * Latex: made the margins of latex page layout smaller using the 
+    geometry package.
+  * etc., see http://www.stack.nl/~dimitri/doxygen/changelog.html
+
+-------------------------------------------------------------------

Old:
----
  doxygen-1.7.6.1-html.tar.bz2
  doxygen-1.7.6.1.src.tar.bz2
  doxygen_manual-1.7.6.1.pdf.bz2

New:
----
  doxygen-1.8.0-html.tar.bz2
  doxygen-1.8.0.src.tar.bz2
  doxygen_manual-1.8.0.pdf.bz2

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

Other differences:
------------------
++++++ doxygen.spec ++++++
--- /var/tmp/diff_new_pack.F2WZYc/_old  2012-02-28 14:12:32.000000000 +0100
+++ /var/tmp/diff_new_pack.F2WZYc/_new  2012-02-28 14:12:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package doxygen
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 Name:           doxygen
 BuildRequires:  bison flex gcc-c++ libpng-devel
-Version:        1.7.6.1
+Version:        1.8.0
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools/Doc Generators
@@ -92,7 +92,6 @@
 %defattr(-,root,root)
 %doc %{_docdir}/doxygen
 %attr(444,root,root) %doc %{_mandir}/man1/doxygen.1.%{man_ext}
-%attr(444,root,root) %doc %{_mandir}/man1/doxytag.1.%{man_ext}
 %attr(755,root,root) /usr/bin/*
 
 %changelog

++++++ doxywizard.spec ++++++
--- /var/tmp/diff_new_pack.F2WZYc/_old  2012-02-28 14:12:32.000000000 +0100
+++ /var/tmp/diff_new_pack.F2WZYc/_new  2012-02-28 14:12:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package doxywizard
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 Name:           doxywizard
 BuildRequires:  bison flex gcc-c++ libjpeg-devel
-Version:        1.7.6.1
+Version:        1.8.0
 Release:        1
 Requires:       doxygen = %{version}
 License:        GPL-2.0+

++++++ doxygen-1.7.0-warnings.patch ++++++
--- /var/tmp/diff_new_pack.F2WZYc/_old  2012-02-28 14:12:32.000000000 +0100
+++ /var/tmp/diff_new_pack.F2WZYc/_new  2012-02-28 14:12:32.000000000 +0100
@@ -2,29 +2,12 @@
 ===================================================================
 --- src/util.cpp.orig
 +++ src/util.cpp
-@@ -4807,9 +4807,9 @@ QCString escapeCharsInString(const char
-   static bool caseSenseNames = Config_getBool("CASE_SENSE_NAMES");
-   static StrBuf strBuf;
-   strBuf.clear();
--  char c;
-+  unsigned char c;
-   const char *p=name;
--  while ((c=*p++)!=0)
-+  while ((c=(unsigned char)*p++)!=0)
-   {
-     switch(c)
-     {
-@@ -4837,11 +4837,11 @@ QCString escapeCharsInString(const char
-       case '=': strBuf.addStr("_0A"); break;
-       case '$': strBuf.addStr("_0B"); break;
+@@ -4834,7 +4834,7 @@ QCString escapeCharsInString(const char
+       case '=': growBuf.addStr("_0A"); break;
+       case '$': growBuf.addStr("_0B"); break;
        default: 
 -                if (c<0)
-+                if (c>0x7f)
++                if ((unsigned char)c>0x7f)
                  {
                    static char map[] = "0123456789ABCDEF";
                    char ids[5];
--                  unsigned char id = (unsigned char)c;
-+                  unsigned char id = c;
-                   ids[0]='_';
-                   ids[1]='x';
-                   ids[2]=map[id>>4];

++++++ doxygen-1.7.6.1-html.tar.bz2 -> doxygen-1.8.0-html.tar.bz2 ++++++
++++ 10719 lines of diff (skipped)

++++++ doxygen-1.7.6.1.src.tar.bz2 -> doxygen-1.8.0.src.tar.bz2 ++++++
++++ 201399 lines of diff (skipped)

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

Reply via email to