Hello community, here is the log from the commit of package kapidox for openSUSE:Factory checked in at 2015-01-29 12:51:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-12-21 11:58:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes 2015-01-29 12:51:55.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Jan 3 18:03:23 UTC 2015 - [email protected] + +- Update to 5.6.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.6.0.php + +------------------------------------------------------------------- Old: ---- kapidox-5.5.0.tar.xz New: ---- kapidox-5.6.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kapidox.spec ++++++ --- /var/tmp/diff_new_pack.HJ0R1U/_old 2015-01-29 12:51:55.000000000 +0100 +++ /var/tmp/diff_new_pack.HJ0R1U/_new 2015-01-29 12:51:56.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kapidox # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: kapidox -Version: 5.5.0 +Version: 5.6.0 Release: 0 Requires: doxygen BuildRequires: fdupes ++++++ kapidox-5.5.0.tar.xz -> kapidox-5.6.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.5.0/setup.py new/kapidox-5.6.0/setup.py --- old/kapidox-5.5.0/setup.py 2014-11-05 20:59:28.000000000 +0100 +++ new/kapidox-5.6.0/setup.py 2014-12-29 11:10:39.000000000 +0100 @@ -5,7 +5,7 @@ setup( name='kapidox', - version='5.5.0', + version='5.6.0', description='KDE API documentation generation tools', maintainer = 'Aurélien Gâteau', maintainer_email = '[email protected]', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.5.0/src/kgenframeworksapidox new/kapidox-5.6.0/src/kgenframeworksapidox --- old/kapidox-5.5.0/src/kgenframeworksapidox 2014-11-05 20:59:28.000000000 +0100 +++ new/kapidox-5.6.0/src/kgenframeworksapidox 2014-12-29 11:10:39.000000000 +0100 @@ -107,6 +107,9 @@ 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: [email protected] For additional commands, e-mail: [email protected]
