Hello community, here is the log from the commit of package kdesdk-scripts for openSUSE:Factory checked in at 2019-12-14 12:09:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesdk-scripts (Old) and /work/SRC/openSUSE:Factory/.kdesdk-scripts.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesdk-scripts" Sat Dec 14 12:09:16 2019 rev:25 rq:756211 version:19.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdesdk-scripts/kdesdk-scripts.changes 2019-11-13 13:19:31.251147542 +0100 +++ /work/SRC/openSUSE:Factory/.kdesdk-scripts.new.4691/kdesdk-scripts.changes 2019-12-14 12:12:44.211306575 +0100 @@ -1,0 +2,26 @@ +Tue Dec 10 06:38:24 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.0 +- Too many changes to list here. + +------------------------------------------------------------------- +Sat Nov 30 09:11:45 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/19.12-rc +- Changes since 19.11.80: + * Marco: you're mart, not notmart :-) + +------------------------------------------------------------------- +Sun Nov 24 13:29:17 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.80 + * New feature release +- Too many changes to list here. + +------------------------------------------------------------------- Old: ---- kde-dev-scripts-19.08.3.tar.xz kde-dev-scripts-19.08.3.tar.xz.sig New: ---- kde-dev-scripts-19.12.0.tar.xz kde-dev-scripts-19.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesdk-scripts.spec ++++++ --- /var/tmp/diff_new_pack.YAyqOa/_old 2019-12-14 12:12:45.815306296 +0100 +++ /var/tmp/diff_new_pack.YAyqOa/_new 2019-12-14 12:12:45.823306295 +0100 @@ -1,7 +1,7 @@ # # spec file for package kdesdk-scripts # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,20 @@ %define rname kde-dev-scripts -%define kf5_version 5.26.0 +%define kf5_version 5.60.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kdesdk-scripts -Version: 19.08.3 +Version: 19.12.0 Release: 0 Summary: Scripts for KDE software development License: GPL-2.0-only AND GFDL-1.2-only Group: System/GUI/KDE URL: http://www.kde.org/ -Source: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz +Source: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig Source2: applications.keyring %endif Patch0: kde-dev-scripts-4.14.3-fix-bashisms.patch ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.YAyqOa/_old and /var/tmp/diff_new_pack.YAyqOa/_new differ ++++++ kde-dev-scripts-19.08.3.tar.xz -> kde-dev-scripts-19.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-dev-scripts-19.08.3/createtarball/config.ini new/kde-dev-scripts-19.12.0/createtarball/config.ini --- old/kde-dev-scripts-19.08.3/createtarball/config.ini 2019-09-28 13:53:52.000000000 +0200 +++ new/kde-dev-scripts-19.12.0/createtarball/config.ini 2019-12-04 01:00:19.000000000 +0100 @@ -185,8 +185,8 @@ [krusader] gitModule = yes -gitTag = v2.7.1 -version = 2.7.1 +gitTag = v2.7.2 +version = 2.7.2 kde_release = no mainmodule = branches l10npath = branches/stable diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-dev-scripts-19.08.3/kf5/clean-includes.sh new/kde-dev-scripts-19.12.0/kf5/clean-includes.sh --- old/kde-dev-scripts-19.08.3/kf5/clean-includes.sh 2019-09-28 13:53:52.000000000 +0200 +++ new/kde-dev-scripts-19.12.0/kf5/clean-includes.sh 2019-12-04 01:00:19.000000000 +0100 @@ -118,6 +118,13 @@ new=`echo "$new" |perl -pi -e 's!KIOWidgets/!!g'`; new=`echo "$new" |perl -pi -e 's!KActivities/Stats/!!g'`; new=`echo "$new" |perl -pi -e 's!KI18n/!!g'`; + new=`echo "$new" |perl -pi -e 's!KTextEditor/!!g'`; + new=`echo "$new" |perl -pi -e 's!KPackage/!!g'`; + new=`echo "$new" |perl -pi -e 's!KPeople/!!g'`; + new=`echo "$new" |perl -pi -e 's!KActivities/!!g'`; + new=`echo "$new" |perl -pi -e 's!KFileMetaData/!!g'`; + new=`echo "$new" |perl -pi -e 's!KCalendarCore/!!g'`; + new=`echo "$new" |perl -pi -e 's!KDeclarative/!!g'`; newname=`echo "$new" |perl -pi -e 's!.h!!'`; #echo "before go : $new"; @@ -167,6 +174,26 @@ fi fi ;; + QDBusArgument) + number=`grep "qdbus_cast" $file|wc -l`; + if test $number = 0 ; then + remove_include; + fi + ;; + QDBusPendingCall) + number=`grep "QDBusConnection::sessionBus().asyncCall" $file|wc -l`; + if test $number = 0 ; then + remove_include; + fi + ;; + + QDBusMetaType) + number=`grep "qDBusRegisterMetaType" $file|wc -l`; + if test $number = 0 ; then + remove_include; + fi + ;; + QScrollBar) number=`grep "verticalScrollBar()" $file|wc -l`; if test $number = 0 ; then @@ -373,6 +400,20 @@ # fi #fi ;; + QtDebug) + number=`egrep "qDebug|qWarning|qCritical" $file|wc -l`; + if test $number = 0 ; then + remove_include; + fi + #number=`grep "qDebug" $file|wc -l`; + #if test $number = 0 ; then + # number=`grep "qWarning" $file|wc -l`; + # if test $number = 0 ; then + # remove_include; + # fi + #fi + ;; + QLoggingCategory) number=`egrep "Q_DECLARE_LOGGING_CATEGORY|Q_LOGGING_CATEGORY" $file|wc -l`; if test $number = 0 ; then @@ -418,6 +459,18 @@ number=`egrep "QCOMPARE|QVERIFY|QTEST_GUILESS_MAIN|QTEST" $file|wc -l`; if test $number = 0 ; then remove_include; + fi + ;; + QtTestGui) + number=`egrep "QCOMPARE|QVERIFY|QTEST_GUILESS_MAIN|QTEST" $file|wc -l`; + if test $number = 0 ; then + remove_include; + fi + ;; + QtTestWidgets) + number=`egrep "QCOMPARE|QVERIFY|QTEST_GUILESS_MAIN|QTEST" $file|wc -l`; + if test $number = 0 ; then + remove_include; fi ;; QtTest) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-dev-scripts-19.08.3/kf5/convert-kdialog.pl new/kde-dev-scripts-19.12.0/kf5/convert-kdialog.pl --- old/kde-dev-scripts-19.08.3/kf5/convert-kdialog.pl 2019-09-28 13:53:52.000000000 +0200 +++ new/kde-dev-scripts-19.12.0/kf5/convert-kdialog.pl 2019-12-04 01:00:19.000000000 +0100 @@ -579,15 +579,13 @@ warn "found setButtonGuiItem $args\n"; my $extract_args_regexp = qr/ ^\(([^,]*) # button - ,\s*([^,]*) # state - (.*)$ # after + ,\s*(.*) # KGuiItem argument + \)$ /x; my $localLeft = removePrivateVariable($left); if ( my ($button, $menuName) = $args =~ $extract_args_regexp ) { $button =~ s, ,,g; - #$menuName =~ s, ,,g; - $menuName =~ s,\),,g; $button =~ s,^KDialog::,,; $needKGuiItem = 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-dev-scripts-19.08.3/kf5/convert-kstandarddirs.pl new/kde-dev-scripts-19.12.0/kf5/convert-kstandarddirs.pl --- old/kde-dev-scripts-19.08.3/kf5/convert-kstandarddirs.pl 2019-09-28 13:53:52.000000000 +0200 +++ new/kde-dev-scripts-19.12.0/kf5/convert-kstandarddirs.pl 2019-12-04 01:00:19.000000000 +0100 @@ -2,6 +2,8 @@ # David Faure <[email protected]> # KStandardDirs -> QStandardPaths +# +# https://community.kde.org/Frameworks/Porting_Notes/KStandardDirs use strict; use File::Basename; @@ -17,8 +19,10 @@ "socket" => "QStandardPaths::RuntimeLocation" ); +# subdirs of QStandardPaths::GenericDataLocation my %otherResource = ( "services" => "kde5/services", + "xdgdata-dirs" => "desktop-directories", "xdgdata-icon" => "icons", "icon" => "icons", "locale" => "locale", @@ -27,6 +31,7 @@ "sound" => "sounds" ); +# subdirs of QStandardPaths::ConfigLocation my %xdgconfResource = ( "xdgconf-menu" => "menus", "xdgconf-autostart" => "autostart", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-dev-scripts-19.08.3/kf5/convert-qt5.pl new/kde-dev-scripts-19.12.0/kf5/convert-qt5.pl --- old/kde-dev-scripts-19.08.3/kf5/convert-qt5.pl 2019-09-28 13:53:52.000000000 +0200 +++ new/kde-dev-scripts-19.12.0/kf5/convert-qt5.pl 2019-12-04 01:00:19.000000000 +0100 @@ -22,9 +22,9 @@ my $regexpqFindChild = qr/ ^(\s*) # (1) Indentation (.*?)\s*=\s* # (2) before - qFindChild<([^>]*)> # (3) class name + qFindChild<([^>]*)> # (3) class name \(\s*([&\w]+)\s*,\s* # (4) variable - (.*)$ # (5) end + (.*)$ # (5) end /x; # /x Enables extended whitespace mode if (my ($indent, $before, $classname, $variable, $end) = $_ =~ $regexpqFindChild) { warn "found qFindChild \n"; @@ -36,20 +36,20 @@ } } - my $regexpqFindChilden = qr/ + my $regexpqFindChildren = qr/ ^(\s*) # (1) Indentation - (.*?)\s*=\s* # (2) before - qFindChilden<([^>]*)> # (3) class name - \(\s*([&\w]+)\s*,\s* # (4) variable - (.*)$ # (5) end + (.*?) # (2) before + qFindChildren<([^>]*)> # (3) class name + \(\s*([&\w]+)\s*\) # (4) variable + (.*)$ # (5) end /x; # /x Enables extended whitespace mode - if (my ($indent, $before, $classname, $variable, $end) = $_ =~ $regexpqFindChild) { - warn "found qFindChilden \n"; + if (my ($indent, $before, $classname, $variable, $end) = $_ =~ $regexpqFindChildren) { + warn "found qFindChildren \n"; if ($variable =~ /^&/ ) { $variable =~ s/^&//; - $_ = $indent . $before . " = " . $variable . ".findChilden<$classname>(" . $end . "\n"; + $_ = $indent . $before . $variable . ".findChildren<$classname>()" . $end . "\n"; } else { - $_ = $indent . $before . " = " . $variable . "->findChilden<$classname>(" . $end . "\n"; + $_ = $indent . $before . $variable . "->findChildren<$classname>()" . $end . "\n"; } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-dev-scripts-19.08.3/relicensecheck.pl new/kde-dev-scripts-19.12.0/relicensecheck.pl --- old/kde-dev-scripts-19.08.3/relicensecheck.pl 2019-09-28 13:53:52.000000000 +0200 +++ new/kde-dev-scripts-19.12.0/relicensecheck.pl 2019-12-04 01:00:19.000000000 +0100 @@ -32,6 +32,7 @@ my %license_table = ( 'acrouthamel' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'aheinecke' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], + 'arichardson' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'athurhfree' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'cgerloff' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'davidre' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], @@ -45,19 +46,21 @@ 'lnj' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'ltoscano' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'lueck' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], + 'mart' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'meven' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], + 'michaeleden' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'michelh' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'muhlenpfordt' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'ngraham' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'nicolasfella' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], - 'notmart' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'ostroffjh' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'rkflx' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'safaalfulaij' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'sitter' => ['CCBYSA4'], 'sredman' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], 'sstjames' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], - 'thomassc' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ] + 'thomassc' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ], + 'vladz' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV', 'CCBYSA4' ] ); my %old_license_table_2 = ( @@ -72,6 +75,7 @@ 'alund' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'amantia' => ['gplv23', 'lgplv23' , '+eV' ], 'amth' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], + 'andreyc' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'antlarr' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'apol' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'arnolddumas' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], @@ -155,6 +159,7 @@ 'harris' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'hausmann' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'heikobecker' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', ], + 'hein' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'hdhoang' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'hindenburg' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'hoelzer' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], @@ -187,6 +192,7 @@ 'leonhard' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'lilachaze' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'lliehu' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], + 'lukas' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'lvsouza' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'lypanov' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'majewsky' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], @@ -253,6 +259,7 @@ 'staniek' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'sune' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'taj' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+' ], + 'tanton' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+' ], 'tenharmsel' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'teske' => ['gplv23', 'lgplv23', ], 'tfry' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+' ], @@ -276,6 +283,7 @@ 'willy' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'woebbe' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'wstephens' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], + 'yurchor' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'zack' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ], 'zecke' => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ] # Do not add anything here. Use license_table instead. @@ -392,6 +400,8 @@ '[email protected]' => 'ikomissarov', '[email protected]' => 'peifengyu', '[email protected]' => 'apol', + '[email protected]' => 'alexmerry', + '[email protected]' => 'arichardson', '[email protected]' => 'asensi', '[email protected]' => 'athurhfree', '[email protected]' => 'bero', @@ -409,11 +419,13 @@ '[email protected]' => 'kezik', '[email protected]' => 'rkcosta', '[email protected]' => 'lvsouza', + '[email protected]' => 'majewsky', '[email protected]' => 'malte', '[email protected]' => 'kaning', '[email protected]' => 'nlecureuil', '[email protected]' => 'vitters', '[email protected]' => 'larkang', + '[email protected]' => 'schwarzer', '[email protected]' => 'sune', '[email protected]' => 'tbaumgart', '[email protected]' => 'palant',
