Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2016-03-21 12:45:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kapidox (Old)
 and      /work/SRC/openSUSE:Factory/.kapidox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kapidox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes  2016-02-23 
16:59:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes     2016-03-21 
12:45:06.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Mar  6 09:54:32 UTC 2016 - [email protected]
+
+- Update to 5.20.0 (boo#970856)
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+-------------------------------------------------------------------

Old:
----
  kapidox-5.19.0.tar.xz

New:
----
  kapidox-5.20.0.tar.xz

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

Other differences:
------------------
++++++ kapidox.spec ++++++
--- /var/tmp/diff_new_pack.7B2Ubs/_old  2016-03-21 12:45:07.000000000 +0100
+++ /var/tmp/diff_new_pack.7B2Ubs/_new  2016-03-21 12:45:07.000000000 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:           kapidox
-Version:        5.19.0
+Version:        5.20.0
 Release:        0
 Requires:       doxygen
 BuildRequires:  fdupes

++++++ kapidox-5.19.0.tar.xz -> kapidox-5.20.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.19.0/setup.py new/kapidox-5.20.0/setup.py
--- old/kapidox-5.19.0/setup.py 2016-01-09 13:49:43.000000000 +0100
+++ new/kapidox-5.20.0/setup.py 2016-02-13 13:27:56.000000000 +0100
@@ -6,7 +6,7 @@
 
 setup(
         name='kapidox',
-        version='5.19.0',
+        version='5.20.0',
         description='KDE API documentation generation tools',
         maintainer = 'Alex Merry',
         maintainer_email = '[email protected]',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapidox-5.19.0/src/kapidox/data/htmlresource/frameworks.css 
new/kapidox-5.20.0/src/kapidox/data/htmlresource/frameworks.css
--- old/kapidox-5.19.0/src/kapidox/data/htmlresource/frameworks.css     
2016-01-09 13:49:43.000000000 +0100
+++ new/kapidox-5.20.0/src/kapidox/data/htmlresource/frameworks.css     
2016-02-13 13:27:56.000000000 +0100
@@ -1,5 +1,9 @@
 table.frameworks {
     width: 100%;
+    border-collapse: collapse;
+}
+table.frameworks td, table.frameworks th{
+    border: solid 1px #0057ae;
 }
 
 table.frameworks h3 {
@@ -11,6 +15,13 @@
     padding: 0.5em;
 }
 
+table.frameworks th {
+    background: #0057ae;
+    color:white;
+    font-size: 1.1em;
+    line-height: 1.7em;
+}
+
 .framework-main-column {
     vertical-align: top;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.19.0/src/kapidox/data/htmlresource/kde.css 
new/kapidox-5.20.0/src/kapidox/data/htmlresource/kde.css
--- old/kapidox-5.19.0/src/kapidox/data/htmlresource/kde.css    2016-01-09 
13:49:43.000000000 +0100
+++ new/kapidox-5.20.0/src/kapidox/data/htmlresource/kde.css    2016-02-13 
13:27:56.000000000 +0100
@@ -1,6 +1,11 @@
 /*
 ** HTML elements
 */
+body {
+    background:  url("http://cdn.kde.org/img/bg.png";) repeat;
+    margin: 0px;
+}
+
 body, table, div, p, dl {
     font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
     font-size: 13px;
@@ -34,6 +39,12 @@
 
 a:link {
     color: #0057ae;
+    text-decoration: none;
+
+}
+
+a:hover {
+    text-decoration: underline;
 }
 
 a:visited {
@@ -72,23 +83,20 @@
 #header {
     width: 100%;
     color: #535353;
-    background: #eeeeee;
 }
 
 #header_top {
     margin: 0 auto;
     padding: 0;
-    width: 95%;
+    width: 100%;
     vertical-align: middle;
     color: #ffffff;
-    background: url(top.jpg) repeat-x bottom;
     background-color: #0057ae;
 }
 
 #header_top div {
     margin: 0 auto;
     padding: 0;
-    background: url(top-left.jpg) no-repeat bottom left;
 }
 
 #header_top div div {
@@ -97,7 +105,6 @@
     vertical-align: middle;
     font-size: 1.7em;
     font-weight: bold;
-    background: url(top-right.jpg) no-repeat bottom right;
 }
 
 #header_top div div img {
@@ -111,14 +118,12 @@
     width: 95%;
     vertical-align: middle;
     text-align: right;
-    background: #eeeeee;
 }
 
 #location {
     padding: 0 0 0 1.5em;
     line-height: normal;
     font-size: 1.1em;
-    font-weight:bold;
     float: left;
 }
 
@@ -194,8 +199,6 @@
 #body_wrapper {
     margin: 0 auto;
     width: 95%;
-    border: #dddddd solid;
-    border-width: 0 0 0 1px;
 }
 
 #right {
@@ -247,8 +250,9 @@
 
 /* Use div.fragment, not pre.fragment. pre.fragment is used for @verbatim 
blocks, which must keep their border */
 div.fragment {
-    background-color: transparent;
+    background-color: #fefefe;
     border: none;
+    border-radius: 5px;
 }
 
 /*
@@ -273,7 +277,7 @@
 
 .menu_box li {
     list-style-type: none;
-    margin-left: 0.1em;
+    margin-left: /*0.1em*/ -1.5em;
 }
 
 .menu_box ul ul {
@@ -288,14 +292,9 @@
     margin: 0.6em 0 1.2em 0;
     padding:0;
     color: #ffffff;
-    background: url(block_title_mid.png) repeat-y right;
     background-color: #0057ae;
 }
 
-.menutitle div {
-    background: url(block_title_top.png) no-repeat top right;
-}
-
 .menutitle div h2 {
     margin: 0;
     padding: 0.2em 0 0.3em 1.3em;
@@ -303,7 +302,6 @@
     font-size: 120%;
     font-weight: normal;
     color: #ffffff;
-    background: url(block_title_bottom.png) no-repeat bottom right;
 }
 
 .clearer {
@@ -324,7 +322,11 @@
 }
 
 #footer {
-    background: #eeeeee;
+    color: #eeeeee;
+    background: #0057ae;
+    width: 100%;
+    margin:auto;
+    margin-top: 20px;
 }
 
 #footer_text {
@@ -334,5 +336,46 @@
 }
 
 #footer a:link, #footer a:visited {
-    color: #4d88c3;
+    color: #fff;
+    font-weight: bold;
+}
+
+
+/**
+ * Fragments
+ */
+.fragment .line {
+    line-height: 1.4;
+}
+
+/**
+ * classes
+ */
+.memproto, dl.reflist dt {
+    background: #0057ae;
+    border-radius: 0;
+    border: 1px solid #0057ae;
+}
+
+.memname {
+    color: #eeeeee;
+    text-shadow: none;
+}
+
+.memproto a.elRef{
+    color: #aaaabb;
+    font-weight: bold;
+}
+.memproto a.el {
+    color: #ccccee;
+    font-weight: bold;
+}
+
+.memproto .paramname {
+    color: #f7800a;
+}
+
+.memproto span.mlabel {
+    background: #bbbbff;
+    color: #005766;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.19.0/src/kgenframeworksapidox 
new/kapidox-5.20.0/src/kgenframeworksapidox
--- old/kapidox-5.19.0/src/kgenframeworksapidox 2016-01-09 13:49:43.000000000 
+0100
+++ new/kapidox-5.20.0/src/kgenframeworksapidox 2016-02-13 13:27:56.000000000 
+0100
@@ -248,7 +248,7 @@
         fw_maintainers = [maintainers.get(metainfo['maintainer'], None)]
 
     metainfo.update({
-        'maintainers': filter(lambda x: x is not None, fw_maintainers),
+        'maintainers': list(filter(lambda x: x is not None, fw_maintainers)),
         'modulename': modulename,
         'fancyname': fancyname,
         'srcdir': fwdir,


Reply via email to