Hello community,

here is the log from the commit of package kdesdk4-scripts for openSUSE:Factory 
checked in at 2016-05-29 03:10:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesdk4-scripts (Old)
 and      /work/SRC/openSUSE:Factory/.kdesdk4-scripts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesdk4-scripts"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesdk4-scripts/kdesdk4-scripts.changes  
2016-03-29 09:58:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk4-scripts.new/kdesdk4-scripts.changes     
2016-05-29 03:10:02.000000000 +0200
@@ -1,0 +2,24 @@
+Sat May  7 10:24:52 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.1
+   * KDE Applications 16.04.1
+   * https://www.kde.org/announcements/announce-applications-16.04.1.php
+
+
+-------------------------------------------------------------------
+Sun Apr 17 06:02:28 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.0
+   * KDE Applications 16.04.0
+   * https://www.kde.org/announcements/announce-applications-16.04.0.php
+
+
+-------------------------------------------------------------------
+Mon Apr 11 06:38:56 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.03.90
+   * KDE Applications 16.04.0 RC
+   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
+
+
+-------------------------------------------------------------------

Old:
----
  kde-dev-scripts-15.12.3.tar.xz

New:
----
  kde-dev-scripts-16.04.1.tar.xz

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

Other differences:
------------------
++++++ kdesdk4-scripts.spec ++++++
--- /var/tmp/diff_new_pack.jPLiDy/_old  2016-05-29 03:10:03.000000000 +0200
+++ /var/tmp/diff_new_pack.jPLiDy/_new  2016-05-29 03:10:03.000000000 +0200
@@ -24,7 +24,7 @@
 License:        GPL-2.0 and GFDL-1.2
 Group:          System/GUI/KDE
 Url:            http://www.kde.org/
-Version:        15.12.3
+Version:        16.04.1
 Release:        0
 Source0:        %{rname}-%{version}.tar.xz
 Patch0:         %{rname}-4.14.3-fix-bashisms.patch

++++++ kde-dev-scripts-15.12.3.tar.xz -> kde-dev-scripts-16.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-scripts-15.12.3/CMakeLists.txt 
new/kde-dev-scripts-16.04.1/CMakeLists.txt
--- old/kde-dev-scripts-15.12.3/CMakeLists.txt  2015-10-26 23:52:03.000000000 
+0100
+++ new/kde-dev-scripts-16.04.1/CMakeLists.txt  2016-03-08 18:50:00.000000000 
+0100
@@ -1,5 +1,6 @@
 cmake_minimum_required(VERSION 2.8.9)
 project(kde-dev-scripts)
+include(FeatureSummary)
 
 find_package(KF5DocTools)
 if(KF5DocTools_FOUND)
@@ -96,3 +97,5 @@
   kde-systemsettings-tree.py
   reviewboard-am
   DESTINATION ${BIN_INSTALL_DIR})
+
+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kde-dev-scripts-15.12.3/frameworks/split_out_frameworks.sh 
new/kde-dev-scripts-16.04.1/frameworks/split_out_frameworks.sh
--- old/kde-dev-scripts-15.12.3/frameworks/split_out_frameworks.sh      
2015-10-26 23:52:03.000000000 +0100
+++ new/kde-dev-scripts-16.04.1/frameworks/split_out_frameworks.sh      
2016-03-08 18:50:00.000000000 +0100
@@ -18,7 +18,7 @@
 origsha1=`git rev-parse HEAD`
 
 if [ ! -d tier1 ]; then
-  "echo Run this script from the toplevel of the monolithic repository, there 
must be a tier1 subdirectory"
+  echo "Run this script from the toplevel of the monolithic repository, there 
must be a tier1 subdirectory"
   exit 1
 fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kde-dev-scripts-15.12.3/frameworks/split_out_kdepim.sh 
new/kde-dev-scripts-16.04.1/frameworks/split_out_kdepim.sh
--- old/kde-dev-scripts-15.12.3/frameworks/split_out_kdepim.sh  1970-01-01 
01:00:00.000000000 +0100
+++ new/kde-dev-scripts-16.04.1/frameworks/split_out_kdepim.sh  2016-03-08 
18:50:00.000000000 +0100
@@ -0,0 +1,73 @@
+#!/bin/sh
+
+# This script splits out the kdepim components into separate repositories
+# and puts them into ../kdepim-split/.
+#
+# For each component, first it creates an empty repository and it imports the
+# current code, into the original subdirectory. For example, libksieve will be 
a
+# repository containing a libksieve/ directory. Then, in a second commit,
+# the code is moved to the root directory of the repository.
+#
+# Doing the move in two steps like this lets git follow the history better.
+# When the old kdepim history is grafted on the new repositories, the history
+# will contain a commit that deletes everything except that directory, and then
+# another commit moving the code to the root.
+#
+origproject=kdepim
+origbranch=master
+origsha1=`git rev-parse HEAD`
+
+if [ ! -d libksieve ]; then
+  echo "Run this script from the root of the kdepim repository"
+  exit 1
+fi
+
+dest=../kdepim-split
+mkdir -p $dest
+here=$PWD
+
+for dir in calendarsupport eventviews incidenceeditor kdepim-apps-lib kdgantt2 
libgravatar libkdepim libkleo libksieve mailcommon mailimporter messagelib 
pimcommon grantleetheme; do
+    cd $here
+    if [ -f $dir ]; then
+      continue;
+    fi
+    componentdest=$dest/$dir
+    # eg. create empty ../kdepim-split/libksieve
+    rm -rf $componentdest
+    mkdir -p $componentdest
+
+    # eg. copy libksieve to ../kdepim-split/libksieve/libksieve
+    cp -a $dir $componentdest/$dir/
+    cd $componentdest
+
+git init
+git add .
+
+git commit -q -F - <<EOF
+
+Initial import from the monolithic $origproject.
+
+This is the beginning of revision history for this module. If you
+want to look at revision history older than this, please refer to the
+techbase wiki for how to use Git history grafting. At the time of
+writing, this wiki is located here:
+
+http://community.kde.org/Frameworks/GitOldHistory
+
+If you have already performed the grafting and you don't see any
+history beyond this commit, try running "git log" with the "--follow"
+argument.
+
+Branched from the monolithic repo, $origproject $origbranch branch, at commit
+$origsha1
+
+EOF
+
+# eg. moves libksieve/* to .
+git mv $dir/* .
+git commit -q -m "Move $dir code to the root directory."
+
+echo "$componentdest done."
+
+done
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kde-dev-scripts-15.12.3/kf5/convert-kdebug-with-argument.sh 
new/kde-dev-scripts-16.04.1/kf5/convert-kdebug-with-argument.sh
--- old/kde-dev-scripts-15.12.3/kf5/convert-kdebug-with-argument.sh     
2015-10-26 23:52:03.000000000 +0100
+++ new/kde-dev-scripts-16.04.1/kf5/convert-kdebug-with-argument.sh     
2016-03-08 18:50:00.000000000 +0100
@@ -41,8 +41,7 @@
 #include <QLoggingCategory>
 Q_DECLARE_LOGGING_CATEGORY($newcategoryname)
 
-#endif 
-
+#endif
 EOF
 
 
@@ -69,23 +68,21 @@
 
 #include "$debugnamefile.h"
 Q_LOGGING_CATEGORY($newcategoryname, "$newlogname")
-
-
 EOF
 
 #convert debug to new qCDebug/qCWarning/qCCritical
 
-find -iname "*.cpp" -o -iname "*.h" | xargs perl -pi -e 
"s,kDebug\s*\(\s*$oldcategorynumber\s*\),qCDebug\($newcategoryname\),"
-find -iname "*.cpp" -o -iname "*.h" | xargs perl -pi -e 
"s,kWarning\s*\(\s*$oldcategorynumber\s*\),qCWarning\($newcategoryname\),"
-find -iname "*.cpp" -o -iname "*.h" | xargs perl -pi -e 
"s,kFatal\s*\(\s*$oldcategorynumber\s*\),qCCritical\($newcategoryname\),"
-find -iname "*.cpp" -o -iname "*.h" | xargs perl -pi -e 
"s,kError\s*\(\s*$oldcategorynumber\s*\),qCCritical\($newcategoryname\),"
+find -iname "*.cpp" -o -iname "*.h" | xargs sed -ri \
+               -e 
"s|^(\s*#include\s+)<KDebug>|\1<QDebug>\n\1\"${debugnamefile}.h\"|" \
+               -e 
"s,k(Debug|Warning)\s*\(\s*$oldcategorynumber\s*\),qC\1\($newcategoryname\)," \
+               -e 
"s,k(Fatal|Error)\s*\(\s*$oldcategorynumber\s*\),qCCritical\($newcategoryname\),"
 
 git add $debugnamefile.cpp $debugnamefile.h
 
 
 # end
 echo "1) Add $debugnamefile.cpp to CMakeLists.txt"
-echo "2) Add #include <QDebug> + #include \"$debugnamefile.h\" to each file 
which was changed"
+echo "2) Add #include <QDebug> + #include \"${debugnamefile}.h\" to each file 
which was changed and where it is missing"
 echo "3) Verify that it compiles :)"
 echo "4) If you find bugs fix them please"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-scripts-15.12.3/kf5/convert-kicon.pl 
new/kde-dev-scripts-16.04.1/kf5/convert-kicon.pl
--- old/kde-dev-scripts-15.12.3/kf5/convert-kicon.pl    2015-10-26 
23:52:03.000000000 +0100
+++ new/kde-dev-scripts-16.04.1/kf5/convert-kicon.pl    2016-03-08 
18:50:00.000000000 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 # Laurent Montel <mon...@kde.org> (2014)
-# KIcon("...") => QIcon::fromTheme("...")
+# KIcon("...") => QIcon::fromTheme(QStringLiteral("..."))
 # find -iname "*.cpp" -o -iname "*.h"|xargs 
kde-dev-scripts/kf5/convert-kicon.pl
 
 use strict;
@@ -18,6 +18,9 @@
         if (/KIcon\(\s*\)/ ) {
            s/KIcon\(\s*\)/QIcon()/;
         }
+        
s/\bKIcon\b\s*\(\s*(\"[^\"]*\")\s*\)/QIcon::fromTheme(QStringLiteral($1))/g;
+        
s/\bQIcon::fromTheme\b\s*\(\s*(\"[^\"]*\")\s*\)/QIcon::fromTheme(QStringLiteral($1))/g;
+
         s/\bKIcon\b\s*\(/QIcon::fromTheme(/g;
         s/\<KIcon\b\>/\<QIcon>/ =~ /#include/ ;
         s/\<kicon.h\b\>/\<QIcon>/ =~ /#include/ ;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-scripts-15.12.3/relicensecheck.pl 
new/kde-dev-scripts-16.04.1/relicensecheck.pl
--- old/kde-dev-scripts-15.12.3/relicensecheck.pl       2015-10-26 
23:52:03.000000000 +0100
+++ new/kde-dev-scripts-16.04.1/relicensecheck.pl       2016-03-08 
18:50:00.000000000 +0100
@@ -48,9 +48,11 @@
     'bensi'         => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'beschow'       => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'bgupta'        => [                     'gplv2+', 'lgplv2+', '+eV' ],
+    'bhards'        => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'bieker'        => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'bischoff'      => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'bks'           => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
+    'blackie'       => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'bport'         => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'bram'          => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'broulik'       => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
@@ -104,6 +106,7 @@
     'gateau'        => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'geralds'       => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+'        ],
     'giannaros'     => ['gplv23', 'lgplv23'                             ],
+    'gioele'        => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'graesslin'     => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'granroth'      => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'gregormi'      => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
@@ -121,6 +124,7 @@
     'huerlimann'    => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'huftis'        => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'ilic'          => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
+    'ikomissarov'   => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'ivan'          => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'jbrouault'     => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'jehrichs'      => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
@@ -184,6 +188,7 @@
     'rahn'          => ['gplv23', 'lgplv23'                     , '+eV' ],
     'ralfjung'      => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'ralsina'       => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
+    'rdale'         => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'reiher'        => ['gplv23', 'lgplv23',                      '+eV' ],
     'rich'          => ['gplv23', 'lgplv23'                     , '+eV' ],
     'richih'        => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+'        ],
@@ -214,6 +219,7 @@
     'teske'         => ['gplv23', 'lgplv23',                            ],
     'tfry'          => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+'        ],
     'thiago'        => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
+    'tjansen'       => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'tmcguire'      => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'tnyblom'       => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'treat'         => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
@@ -222,6 +228,7 @@
     'uwolfer'       => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'vandenoever'   => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'vhanda'        => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
+    'vitters'       => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'vkrause'       => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'vonreth'       => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
     'vrusu'         => ['gplv23', 'lgplv23', 'gplv2+', 'lgplv2+', '+eV' ],
@@ -356,12 +363,17 @@
     'lamar...@gmail.com' => 'lvsouza',
     'faure+bluesyst...@kde.org' => 'dfaure',
     'ervin+bluesyst...@kde.org' => 'ervin',
+    '13thgua...@gmail.com' => 'isemenov',
     'j...@layt.net' => 'jlayt',
+    'rich...@goteborg.utfors.se' => 'larkang',
     'neoclust....@free.fr' => 'nlecureuil',
     'kub...@gmail.com' => 'rkcosta',
     'b...@arklinux.org' => 'bero',
     'k...@rusu.info' => 'valir',
-    'devri...@kde.org' => 'domi'
+    'o...@vitters.nl' => 'vitters',
+    'devri...@kde.org' => 'domi',
+    'ca...@gentoo.org' => 'ctennis',
+    'ma...@kde.org' => 'malte'
 );
 
 my %ruletable;


Reply via email to