Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2015-02-16 15:05:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-01-29 
12:51:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes     2015-02-16 
17:30:03.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:22 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+- Add Source URL
+
+-------------------------------------------------------------------

Old:
----
  kapidox-5.6.0.tar.xz

New:
----
  kapidox-5.7.0.tar.xz

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

Other differences:
------------------
++++++ kapidox.spec ++++++
--- /var/tmp/diff_new_pack.EelnT7/_old  2015-02-16 17:30:04.000000000 +0100
+++ /var/tmp/diff_new_pack.EelnT7/_new  2015-02-16 17:30:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kapidox
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,9 @@
 #
 
 
+%define _tar_path 5.7
 Name:           kapidox
-Version:        5.6.0
+Version:        %{_tar_path}.0
 Release:        0
 Requires:       doxygen
 BuildRequires:  fdupes
@@ -33,7 +34,7 @@
 License:        BSD-2-Clause
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source0:        kapidox-%{version}.tar.xz
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ kapidox-5.6.0.tar.xz -> kapidox-5.7.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.6.0/setup.py new/kapidox-5.7.0/setup.py
--- old/kapidox-5.6.0/setup.py  2014-12-29 11:10:39.000000000 +0100
+++ new/kapidox-5.7.0/setup.py  2015-01-08 23:39:42.000000000 +0100
@@ -5,7 +5,7 @@
 
 setup(
         name='kapidox',
-        version='5.6.0',
+        version='5.7.0',
         description='KDE API documentation generation tools',
         maintainer = 'Aurélien Gâteau',
         maintainer_email = 'agat...@kde.org',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.6.0/src/kgenframeworksapidox 
new/kapidox-5.7.0/src/kgenframeworksapidox
--- old/kapidox-5.6.0/src/kgenframeworksapidox  2014-12-29 11:10:39.000000000 
+0100
+++ new/kapidox-5.7.0/src/kgenframeworksapidox  2015-01-08 23:39:42.000000000 
+0100
@@ -107,9 +107,6 @@
                 logging.warning('{} framework lacks platform 
definitions'.format(fw['fancyname']))
                 fw['platforms'] = [dict(name=PLATFORM_UNKNOWN)]
 
-            # In case the metadata is bad, we don't want to die so clean it up 
first
-            fw['platforms'] = [x for x in fw['platforms'] if 'name' in x]
-
             platform_lst = [x['name'] for x in fw['platforms'] if x['name'] 
not in (PLATFORM_ALL, PLATFORM_UNKNOWN)]
             available_platforms.update(set(platform_lst))
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to