Hello community, here is the log from the commit of package kdesdk4-scripts for openSUSE:Factory checked in at 2017-06-15 11:21:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesdk4-scripts (Old) and /work/SRC/openSUSE:Factory/.kdesdk4-scripts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesdk4-scripts" Thu Jun 15 11:21:08 2017 rev:52 rq:501998 version:17.04.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kdesdk4-scripts/kdesdk4-scripts.changes 2017-05-24 16:47:30.266744264 +0200 +++ /work/SRC/openSUSE:Factory/.kdesdk4-scripts.new/kdesdk4-scripts.changes 2017-06-15 11:21:11.518049320 +0200 @@ -1,0 +2,11 @@ +Wed Jun 07 17:42:47 CEST 2017 - [email protected] + +- Update to 17.04.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.2.php +- Changes since 17.04.1: + * Fix regex in convert-kurl.pl + * Use absolute imports in GDB scripts + +------------------------------------------------------------------- Old: ---- kde-dev-scripts-17.04.1.tar.xz New: ---- kde-dev-scripts-17.04.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesdk4-scripts.spec ++++++ --- /var/tmp/diff_new_pack.blv3rE/_old 2017-06-15 11:21:12.205952138 +0200 +++ /var/tmp/diff_new_pack.blv3rE/_new 2017-06-15 11:21:12.205952138 +0200 @@ -19,7 +19,7 @@ %define rname kde-dev-scripts Name: kdesdk4-scripts -Version: 17.04.1 +Version: 17.04.2 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) ++++++ kde-dev-scripts-17.04.1.tar.xz -> kde-dev-scripts-17.04.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-dev-scripts-17.04.1/gdb/qt5printers/__init__.py new/kde-dev-scripts-17.04.2/gdb/qt5printers/__init__.py --- old/kde-dev-scripts-17.04.1/gdb/qt5printers/__init__.py 2017-04-14 13:42:04.000000000 +0200 +++ new/kde-dev-scripts-17.04.2/gdb/qt5printers/__init__.py 2017-05-25 19:42:05.000000000 +0200 @@ -19,7 +19,7 @@ # this software. import gdb.printing -import core +from qt5printers import core """Qt5 Pretty Printers for GDB. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-dev-scripts-17.04.1/gdb/qt5printers/core.py new/kde-dev-scripts-17.04.2/gdb/qt5printers/core.py --- old/kde-dev-scripts-17.04.1/gdb/qt5printers/core.py 2017-04-14 13:42:04.000000000 +0200 +++ new/kde-dev-scripts-17.04.2/gdb/qt5printers/core.py 2017-05-25 19:42:05.000000000 +0200 @@ -20,7 +20,7 @@ import gdb.printing import itertools -import typeinfo +from qt5printers import typeinfo try: import urlparse except ImportError: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-dev-scripts-17.04.1/kf5/convert-kurl.pl new/kde-dev-scripts-17.04.2/kf5/convert-kurl.pl --- old/kde-dev-scripts-17.04.1/kf5/convert-kurl.pl 2017-04-14 13:42:04.000000000 +0200 +++ new/kde-dev-scripts-17.04.2/kf5/convert-kurl.pl 2017-05-25 19:42:05.000000000 +0200 @@ -132,7 +132,7 @@ # url.adjustPath(KUrl::RemoveTrailingSlash) => url = url.adjusted(QUrl::StripTrailingSlash); if (/(\w*).adjustPath\(\s*KUrl::RemoveTrailingSlash\s*\)/) { my $urlvar = $1; - s/adjustPath\(\s*KUrl::RemoveTrailingSlash\s*/$urlvar = $urlvar\.adjusted(QUrl::StripTrailingSlash)/; + s/$urlvar\.adjustPath\(\s*KUrl::RemoveTrailingSlash\s*\)/$urlvar = $urlvar\.adjusted(QUrl::StripTrailingSlash)/; } # url.directory() if (/(\w+)\.directory\(\)/ && defined $urls{$1}) {
