Hello community,

here is the log from the commit of package doxygen for openSUSE:Factory checked 
in at 2013-08-30 11:36:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-04 
10:08:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes     2013-08-30 
11:36:21.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Aug 26 08:50:57 UTC 2013 - [email protected]
+
+- updated to 1.8.5:
+  * Added SOURCE_TOOLTIPS option for advanced tooltip support while 
+    source browsing. 
+  * bugfixes
+- removed upstreamed endless-loop.patch
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/doxygen/doxywizard.changes       2013-06-28 
16:02:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxywizard.changes  2013-08-30 
11:36:21.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Aug 26 08:51:31 UTC 2013 - [email protected]
+
+- updated to 1.8.5:
+  * Added SOURCE_TOOLTIPS option for advanced tooltip support while
+    source browsing.
+  * bugfixes
+
+-------------------------------------------------------------------

Old:
----
  doxygen-1.4.8-endless-loop.patch
  doxygen-1.8.4-html.tar.bz2
  doxygen-1.8.4.src.tar.gz
  doxygen_manual-1.8.4.pdf.zip

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

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

Other differences:
------------------
++++++ doxygen.spec ++++++
--- /var/tmp/diff_new_pack.H2r6Uj/_old  2013-08-30 11:36:23.000000000 +0200
+++ /var/tmp/diff_new_pack.H2r6Uj/_new  2013-08-30 11:36:23.000000000 +0200
@@ -22,7 +22,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
 BuildRequires:  unzip
-Version:        1.8.4
+Version:        1.8.5
 Release:        0
 Summary:        Automated C, C++, and Java Documentation Generator
 License:        GPL-2.0+
@@ -37,7 +37,6 @@
 Patch3:         %{name}-1.5.9-man.patch
 Patch4:         %{name}-1.7.0-modify_footer.patch
 Patch5:         %{name}-no-lowercase-man-names.patch
-Patch6:         %{name}-1.4.8-endless-loop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
#########################################################################################
 # SuSE, openSUSE
@@ -72,7 +71,6 @@
 %patch3
 %patch4
 %patch5 -p1
-%patch6 -p1
 cp -v %{S:3} .
 /usr/bin/unzip %{S:3}
 
@@ -89,7 +87,7 @@
 %install
 install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/doxygen
 make install INSTALL=$RPM_BUILD_ROOT/usr 
DOCDIR=$RPM_BUILD_ROOT%{_docdir}/doxygen
-install -m 644 LICENSE LANGUAGE.HOWTO PLATFORMS README VERSION 
$RPM_BUILD_ROOT%{_docdir}/doxygen
+install -m 644 LICENSE LANGUAGE.HOWTO PLATFORMS README.md VERSION 
$RPM_BUILD_ROOT%{_docdir}/doxygen
 cp -a html $RPM_BUILD_ROOT%{_docdir}/doxygen
 cp doxygen_manual-%{version}.pdf $RPM_BUILD_ROOT%{_docdir}/doxygen
 

++++++ doxywizard.spec ++++++
--- /var/tmp/diff_new_pack.H2r6Uj/_old  2013-08-30 11:36:23.000000000 +0200
+++ /var/tmp/diff_new_pack.H2r6Uj/_new  2013-08-30 11:36:23.000000000 +0200
@@ -21,7 +21,7 @@
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
-Version:        1.8.4
+Version:        1.8.5
 Release:        0
 Requires:       doxygen = %{version}
 Summary:        Graphical User Interface for Doxygen

++++++ doxygen-1.7.0-modify_footer.patch ++++++
--- /var/tmp/diff_new_pack.H2r6Uj/_old  2013-08-30 11:36:23.000000000 +0200
+++ /var/tmp/diff_new_pack.H2r6Uj/_new  2013-08-30 11:36:23.000000000 +0200
@@ -2,12 +2,15 @@
 ===================================================================
 --- src/configoptions.cpp.orig
 +++ src/configoptions.cpp
-@@ -1146,7 +1155,7 @@ void addConfigOptions(Config *cfg)
-                  "If the HTML_TIMESTAMP tag is set to YES then the footer of 
each generated HTML\n"
-                  "page will contain the date and time when the page was 
generated. Setting\n"
-                  "this to NO can help when comparing the output of multiple 
runs.",
--                 TRUE
-+                 FALSE
-                 );
+@@ -1497,9 +1497,9 @@ void addConfigOptions(Config *cfg)
+               "If the HTML_TIMESTAMP tag is set to YES then the footer of 
each generated HTML\n"
+               "page will contain the date and time when the page was 
generated. Setting this\n"
+               "to NO can help when comparing the output of multiple runs.\n"
+-              "The default value is: YES.\n"
++              "The default value is: NO.\n"
+               "This tag requires that the tag GENERATE_HTML is set to YES.",
+-              TRUE
++              FALSE
+              );
    cb->addDependency("GENERATE_HTML");
    //----

++++++ doxygen-1.8.4-html.tar.bz2 -> doxygen-1.8.5-html.tar.bz2 ++++++
++++ 4058 lines of diff (skipped)

++++++ doxygen-1.8.4.src.tar.gz -> doxygen-1.8.5.src.tar.gz ++++++
/work/SRC/openSUSE:Factory/doxygen/doxygen-1.8.4.src.tar.gz 
/work/SRC/openSUSE:Factory/.doxygen.new/doxygen-1.8.5.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