commit kglobalaccel for openSUSE:Factory
Hello community, here is the log from the commit of package kglobalaccel for openSUSE:Factory checked in at 2014-04-02 17:22:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kglobalaccel (Old) and /work/SRC/openSUSE:Factory/.kglobalaccel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kglobalaccel" Changes: -------- --- /work/SRC/openSUSE:Factory/kglobalaccel/kglobalaccel.changes 2014-03-10 12:17:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kglobalaccel.new/kglobalaccel.changes 2014-04-02 17:22:11.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Mar 29 19:47:37 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.98.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta1.php + +------------------------------------------------------------------- Old: ---- kglobalaccel-4.97.0.tar.xz New: ---- kglobalaccel-4.98.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kglobalaccel.spec ++++++ --- /var/tmp/diff_new_pack.sJdP5h/_old 2014-04-02 17:22:12.000000000 +0200 +++ /var/tmp/diff_new_pack.sJdP5h/_new 2014-04-02 17:22:12.000000000 +0200 @@ -18,10 +18,10 @@ %define lname libKF5GlobalAccel5 Name: kglobalaccel -Version: 4.97.0 +Version: 4.98.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.11 +BuildRequires: extra-cmake-modules >= 0.0.12 BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 ++++++ kglobalaccel-4.97.0.tar.xz -> kglobalaccel-4.98.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kglobalaccel-4.97.0/CMakeLists.txt new/kglobalaccel-4.98.0/CMakeLists.txt --- old/kglobalaccel-4.97.0/CMakeLists.txt 2014-03-01 12:50:49.000000000 +0100 +++ new/kglobalaccel-4.98.0/CMakeLists.txt 2014-03-28 19:16:50.000000000 +0100 @@ -3,7 +3,7 @@ project(KGlobalAccel) # ECM setup -find_package(ECM 0.0.11 REQUIRED NO_MODULE) +find_package(ECM 0.0.12 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) include(FeatureSummary) @@ -12,7 +12,7 @@ include(ECMSetupVersion) include(ECMGenerateHeaders) -set(KF5_VERSION "4.97.0") +set(KF5_VERSION "4.98.0") ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KGLOBALACCEL VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kglobalaccel_version.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kglobalaccel-4.97.0/src/Messages.sh new/kglobalaccel-4.98.0/src/Messages.sh --- old/kglobalaccel-4.97.0/src/Messages.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/kglobalaccel-4.98.0/src/Messages.sh 2014-03-28 19:16:50.000000000 +0100 @@ -0,0 +1,18 @@ +#!/bin/sh + +# Invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources. +# The results are stored in a pseudo .cpp file to be picked up by xgettext. +lst=`find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` +if [ -n "$lst" ] ; then + $EXTRACTRC $lst >> rc.cpp +fi + +# If your framework contains tips-of-the-day, call preparetips as well. +if [ -f "data/tips" ] ; then + ( cd data && $PREPARETIPS > ../tips.cpp ) +fi + +# Extract strings from all source files. +# If your framework depends on KI18n, use $XGETTEXT. If it uses Qt translation +# system, use $EXTRACT_TR_STRINGS. +$EXTRACT_TR_STRINGS `find . -name \*.cpp -o -name \*.h -name \*.qml` -o $podir/kglobalaccel5.pot diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kglobalaccel-4.97.0/src/org.kde.KGlobalAccel.xml new/kglobalaccel-4.98.0/src/org.kde.KGlobalAccel.xml --- old/kglobalaccel-4.97.0/src/org.kde.KGlobalAccel.xml 2014-03-01 12:50:49.000000000 +0100 +++ new/kglobalaccel-4.98.0/src/org.kde.KGlobalAccel.xml 2014-03-28 19:16:50.000000000 +0100 @@ -5,18 +5,18 @@ <signal name="yourShortcutGotChanged"> <arg name="actionId" type="as" direction="out"/> <arg name="newKeys" type="ai" direction="out"/> - <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList<int>"/> + <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QList<int>"/> </signal> <method name="allComponents"> <arg type="ao" direction="out"/> </method> <method name="allMainComponents"> <arg type="aas" direction="out"/> - <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<QStringList>"/> + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList<QStringList>"/> </method> <method name="allActionsForComponent"> <arg type="aas" direction="out"/> - <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<QStringList>"/> + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList<QStringList>"/> <arg name="actionId" type="as" direction="in"/> </method> <method name="action"> @@ -29,26 +29,26 @@ </method> <method name="shortcut"> <arg type="ai" direction="out"/> - <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<int>"/> + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList<int>"/> <arg name="actionId" type="as" direction="in"/> </method> <method name="defaultShortcut"> <arg type="ai" direction="out"/> - <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<int>"/> + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList<int>"/> <arg name="actionId" type="as" direction="in"/> </method> <method name="setShortcut"> <arg type="ai" direction="out"/> - <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<int>"/> + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList<int>"/> <arg name="actionId" type="as" direction="in"/> <arg name="keys" type="ai" direction="in"/> - <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList<int>"/> + <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QList<int>"/> <arg name="flags" type="u" direction="in"/> </method> <method name="setForeignShortcut"> <arg name="actionId" type="as" direction="in"/> <arg name="keys" type="ai" direction="in"/> - <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QList<int>"/> + <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QList<int>"/> </method> <method name="setInactive"> <arg name="actionId" type="as" direction="in"/> @@ -65,7 +65,7 @@ </method> <method name="getGlobalShortcutsByKey"> <arg type="a(ssssssaiai)" direction="out"/> - <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<KGlobalShortcutInfo>"/> + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList<KGlobalShortcutInfo>"/> <arg name="key" type="i" direction="in"/> </method> <method name="isGlobalShortcutAvailable"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kglobalaccel-4.97.0/src/org.kde.kglobalaccel.Component.xml new/kglobalaccel-4.98.0/src/org.kde.kglobalaccel.Component.xml --- old/kglobalaccel-4.97.0/src/org.kde.kglobalaccel.Component.xml 2014-03-01 12:50:49.000000000 +0100 +++ new/kglobalaccel-4.98.0/src/org.kde.kglobalaccel.Component.xml 2014-03-28 19:16:50.000000000 +0100 @@ -24,12 +24,12 @@ </method> <method name="allShortcutInfos"> <arg type="a(ssssssaiai)" direction="out"/> - <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<KGlobalShortcutInfo>"/> + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList<KGlobalShortcutInfo>"/> <arg name="context" type="s" direction="in"/> </method> <method name="allShortcutInfos"> <arg type="a(ssssssaiai)" direction="out"/> - <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<KGlobalShortcutInfo>"/> + <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList<KGlobalShortcutInfo>"/> </method> <method name="getShortcutContexts"> <arg type="as" direction="out"/> -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de