openSUSE Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
September 2015
- 1 participants
- 1128 discussions
Hello community,
here is the log from the commit of package kactivities5 for openSUSE:Factory checked in at 2015-09-02 07:43:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kactivities5 (Old)
and /work/SRC/openSUSE:Factory/.kactivities5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kactivities5"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes 2015-07-14 17:21:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes 2015-09-02 07:43:31.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 4 19:20:11 UTC 2015 - hrvoje.senjan(a)gmail.com
+
+- Update to 5.13.0
+ * The Qt version requirement has been bumped from 5.2 to 5.3
+ * Debug output has been ported to categorized output, for less
+ noise by default
+ * Docbook documentation has been reviewed and updated
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------
Old:
----
kactivities-5.12.0.tar.xz
New:
----
kactivities-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kactivities5.spec ++++++
--- /var/tmp/diff_new_pack.lwLZpT/_old 2015-09-02 07:43:32.000000000 +0200
+++ /var/tmp/diff_new_pack.lwLZpT/_new 2015-09-02 07:43:32.000000000 +0200
@@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5Activities5
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: kactivities5
-Version: 5.12.0
+Version: 5.13.0
Release: 0
%define kf5_version %{version}
Summary: KDE Plasma Activities support
@@ -46,14 +46,14 @@
BuildRequires: kwindowsystem-devel >= %{_tar_path}
BuildRequires: kxmlgui-devel >= %{_tar_path}
BuildRequires: xz
-BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires: cmake(Qt5Core) >= 5.3.0
+BuildRequires: cmake(Qt5DBus) >= 5.3.0
+BuildRequires: cmake(Qt5Gui) >= 5.3.0
+BuildRequires: cmake(Qt5Qml) >= 5.3.0
+BuildRequires: cmake(Qt5Quick) >= 5.3.0
+BuildRequires: cmake(Qt5Sql) >= 5.3.0
+BuildRequires: cmake(Qt5Test) >= 5.3.0
+BuildRequires: cmake(Qt5Widgets) >= 5.3.0
Recommends: %{name}-imports = %{version}
# for kactivitymanagerd_plugin_sqlite.so
Recommends: libQt5Sql5-sqlite
@@ -87,7 +87,7 @@
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: extra-cmake-modules >= 1.7.0
-Requires: pkgconfig(Qt5Core) >= 5.2.0
+Requires: cmake(Qt5Core) >= 5.3.0
%description devel
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
++++++ kactivities-5.12.0.tar.xz -> kactivities-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivities-5.12.0/CMakeLists.txt new/kactivities-5.13.0/CMakeLists.txt
--- old/kactivities-5.12.0/CMakeLists.txt 2015-07-05 10:51:41.000000000 +0200
+++ new/kactivities-5.13.0/CMakeLists.txt 2015-08-04 12:43:37.000000000 +0200
@@ -20,7 +20,7 @@
"**********************************************************")
endif()
-set (REQUIRED_QT_VERSION 5.2.0)
+set (REQUIRED_QT_VERSION 5.3.0)
# We don't build in-source
if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
@@ -34,7 +34,7 @@
# Extra CMake stuff
include(FeatureSummary)
-find_package(ECM 5.12.0 NO_MODULE)
+find_package(ECM 5.13.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)
@@ -51,8 +51,8 @@
find_package (Qt5 REQUIRED NO_MODULE COMPONENTS Core DBus)
# KDE Frameworks
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
find_package (KF5DBusAddons ${KF5_DEP_VERSION} CONFIG REQUIRED)
find_package (KF5I18n ${KF5_DEP_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivities-5.12.0/README.md new/kactivities-5.13.0/README.md
--- old/kactivities-5.12.0/README.md 2015-07-05 10:51:41.000000000 +0200
+++ new/kactivities-5.13.0/README.md 2015-08-04 12:43:37.000000000 +0200
@@ -1,5 +1,7 @@
# KActivities
+Core components for the KDE Activity concept
+
## Introduction
When a user is interacting with a computer, there are three main areas of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivities-5.12.0/po/da/kactivities5.po new/kactivities-5.13.0/po/da/kactivities5.po
--- old/kactivities-5.12.0/po/da/kactivities5.po 2015-07-05 10:51:41.000000000 +0200
+++ new/kactivities-5.13.0/po/da/kactivities5.po 2015-08-04 12:43:37.000000000 +0200
@@ -1,13 +1,13 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
#
-# Martin Schlander <mschlander(a)opensuse.org>, 2012, 2013, 2014.
+# Martin Schlander <mschlander(a)opensuse.org>, 2012, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2015-06-29 08:52+0000\n"
-"PO-Revision-Date: 2014-12-29 20:01+0100\n"
+"PO-Revision-Date: 2015-07-08 20:41+0200\n"
"Last-Translator: Martin Schlander <mschlander(a)opensuse.org>\n"
"Language-Team: Danish <kde-i18n-doc(a)kde.org>\n"
"Language: da\n"
@@ -85,20 +85,18 @@
msgstr "Aktuel aktivitet"
#: workspace/settings/MainConfigurationWidget.cpp:115
-#, fuzzy
-#| msgid "Activity"
msgid "Activity switching"
-msgstr "Aktivitet"
+msgstr "Skift af aktivitet"
#: workspace/settings/MainConfigurationWidget.cpp:118
msgctxt "@action"
msgid "Walk through activities"
-msgstr ""
+msgstr "Gå igennem aktiviteter"
#: workspace/settings/MainConfigurationWidget.cpp:120
msgctxt "@action"
msgid "Walk through activities (Reverse)"
-msgstr ""
+msgstr "Gå igennem aktiviteter (baglæns)"
#: workspace/settings/MainConfigurationWidget.cpp:134
msgctxt "unlimited number of months"
@@ -136,22 +134,23 @@
#. i18n: ectx: attribute (title), widget (QWidget, tabGeneral)
#: workspace/settings/ui/MainConfigurationWidgetBase.ui:21
msgid "Switching"
-msgstr ""
+msgstr "Skift"
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#: workspace/settings/ui/MainConfigurationWidgetBase.ui:27
msgid "General"
-msgstr ""
+msgstr "Generelt"
#. i18n: ectx: property (text), widget (QCheckBox, checkRememberVirtualDesktop)
#: workspace/settings/ui/MainConfigurationWidgetBase.ui:33
msgid "Remember the current virtual desktop for each activity (needs restart)"
msgstr ""
+"Husk det aktuelle virtuelle skrivebord for hver aktivitet (kræver genstart)"
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#: workspace/settings/ui/MainConfigurationWidgetBase.ui:43
msgid "Shortcuts"
-msgstr ""
+msgstr "Genveje"
#. i18n: ectx: attribute (title), widget (QWidget, tabPrivacy)
#: workspace/settings/ui/MainConfigurationWidgetBase.ui:69
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivities-5.12.0/po/nb/kactivities5.po new/kactivities-5.13.0/po/nb/kactivities5.po
--- old/kactivities-5.12.0/po/nb/kactivities5.po 2015-07-05 10:51:41.000000000 +0200
+++ new/kactivities-5.13.0/po/nb/kactivities5.po 2015-08-04 12:43:37.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-06-03 08:37+0000\n"
+"POT-Creation-Date: 2015-06-29 08:52+0000\n"
"PO-Revision-Date: 2014-09-09 12:52+0200\n"
"Last-Translator: Bjørn Steensrud <bjornst(a)skogkatt.homelinux.org>\n"
"Language-Team: Norwegian Bokmål <i18n-nb(a)lister.ping.uio.no>\n"
@@ -38,7 +38,7 @@
#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:86
#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:121
-#: workspace/settings/MainConfigurationWidget.cpp:93
+#: workspace/settings/MainConfigurationWidget.cpp:94
#, kde-format
msgctxt "@action"
msgid "Switch to activity \"%1\""
@@ -46,7 +46,7 @@
#: workspace/fileitemplugin/FileItemLinkingPlugin.cpp:110
#: workspace/kio/KioActivities.cpp:306
-#: workspace/settings/MainConfigurationWidget.cpp:84
+#: workspace/settings/MainConfigurationWidget.cpp:85
msgid "Activities"
msgstr "Aktiviteter"
@@ -86,49 +86,49 @@
msgid "Current activity"
msgstr "Gjeldende aktivitet"
-#: workspace/settings/MainConfigurationWidget.cpp:114
+#: workspace/settings/MainConfigurationWidget.cpp:115
msgid "Activity switching"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:117
+#: workspace/settings/MainConfigurationWidget.cpp:118
msgctxt "@action"
msgid "Walk through activities"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:119
+#: workspace/settings/MainConfigurationWidget.cpp:120
msgctxt "@action"
msgid "Walk through activities (Reverse)"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:133
+#: workspace/settings/MainConfigurationWidget.cpp:134
msgctxt "unlimited number of months"
msgid "forever"
msgstr "alltid"
-#: workspace/settings/MainConfigurationWidget.cpp:143
+#: workspace/settings/MainConfigurationWidget.cpp:144
msgid "Forget the last hour"
msgstr "Glem den siste timen"
-#: workspace/settings/MainConfigurationWidget.cpp:145
+#: workspace/settings/MainConfigurationWidget.cpp:146
msgid "Forget the last two hours"
msgstr "Glem de to siste timene"
-#: workspace/settings/MainConfigurationWidget.cpp:147
+#: workspace/settings/MainConfigurationWidget.cpp:148
msgid "Forget a day"
msgstr "Glem en dag"
-#: workspace/settings/MainConfigurationWidget.cpp:149
+#: workspace/settings/MainConfigurationWidget.cpp:150
msgid "Forget everything"
msgstr "Glem alt"
-#: workspace/settings/MainConfigurationWidget.cpp:312
+#: workspace/settings/MainConfigurationWidget.cpp:311
msgctxt "unit of time. months to keep the history"
msgid " month"
msgid_plural " months"
msgstr[0] " måned"
msgstr[1] " måneder"
-#: workspace/settings/MainConfigurationWidget.cpp:315
+#: workspace/settings/MainConfigurationWidget.cpp:314
msgctxt "for in 'keep history for 5 months'"
msgid "for "
msgstr "i "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivities-5.12.0/po/nn/kactivities5.po new/kactivities-5.13.0/po/nn/kactivities5.po
--- old/kactivities-5.12.0/po/nn/kactivities5.po 2015-07-05 10:51:41.000000000 +0200
+++ new/kactivities-5.13.0/po/nn/kactivities5.po 2015-08-04 12:43:37.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-06-03 08:37+0000\n"
+"POT-Creation-Date: 2015-06-29 08:52+0000\n"
"PO-Revision-Date: 2015-06-01 20:20+0100\n"
"Last-Translator: Karl Ove Hufthammer <karl(a)huftis.org>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn(a)lister.ping.uio.no>\n"
@@ -38,7 +38,7 @@
#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:86
#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:121
-#: workspace/settings/MainConfigurationWidget.cpp:93
+#: workspace/settings/MainConfigurationWidget.cpp:94
#, kde-format
msgctxt "@action"
msgid "Switch to activity \"%1\""
@@ -46,7 +46,7 @@
#: workspace/fileitemplugin/FileItemLinkingPlugin.cpp:110
#: workspace/kio/KioActivities.cpp:306
-#: workspace/settings/MainConfigurationWidget.cpp:84
+#: workspace/settings/MainConfigurationWidget.cpp:85
msgid "Activities"
msgstr "Aktivitetar"
@@ -86,49 +86,49 @@
msgid "Current activity"
msgstr "Gjeldande aktivitet"
-#: workspace/settings/MainConfigurationWidget.cpp:114
+#: workspace/settings/MainConfigurationWidget.cpp:115
msgid "Activity switching"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:117
+#: workspace/settings/MainConfigurationWidget.cpp:118
msgctxt "@action"
msgid "Walk through activities"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:119
+#: workspace/settings/MainConfigurationWidget.cpp:120
msgctxt "@action"
msgid "Walk through activities (Reverse)"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:133
+#: workspace/settings/MainConfigurationWidget.cpp:134
msgctxt "unlimited number of months"
msgid "forever"
msgstr "for alltid"
-#: workspace/settings/MainConfigurationWidget.cpp:143
+#: workspace/settings/MainConfigurationWidget.cpp:144
msgid "Forget the last hour"
msgstr "Gløym siste time"
-#: workspace/settings/MainConfigurationWidget.cpp:145
+#: workspace/settings/MainConfigurationWidget.cpp:146
msgid "Forget the last two hours"
msgstr "Gløym siste to timar"
-#: workspace/settings/MainConfigurationWidget.cpp:147
+#: workspace/settings/MainConfigurationWidget.cpp:148
msgid "Forget a day"
msgstr "Gløym eit døgn"
-#: workspace/settings/MainConfigurationWidget.cpp:149
+#: workspace/settings/MainConfigurationWidget.cpp:150
msgid "Forget everything"
msgstr "Gløym alt"
-#: workspace/settings/MainConfigurationWidget.cpp:312
+#: workspace/settings/MainConfigurationWidget.cpp:311
msgctxt "unit of time. months to keep the history"
msgid " month"
msgid_plural " months"
msgstr[0] " månad"
msgstr[1] " månadar"
-#: workspace/settings/MainConfigurationWidget.cpp:315
+#: workspace/settings/MainConfigurationWidget.cpp:314
msgctxt "for in 'keep history for 5 months'"
msgid "for "
msgstr "for "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivities-5.12.0/po/se/kactivities5.po new/kactivities-5.13.0/po/se/kactivities5.po
--- old/kactivities-5.12.0/po/se/kactivities5.po 2015-07-05 10:51:41.000000000 +0200
+++ new/kactivities-5.13.0/po/se/kactivities5.po 2015-08-04 12:43:37.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-06-03 08:37+0000\n"
+"POT-Creation-Date: 2015-06-29 08:52+0000\n"
"PO-Revision-Date: 2011-10-26 01:37+0200\n"
"Last-Translator: Børre Gaup <boerre(a)skolelinux.no>\n"
"Language-Team: Northern Sami <i18n-sme(a)lister.ping.uio.no>\n"
@@ -38,7 +38,7 @@
#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:86
#: service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp:121
-#: workspace/settings/MainConfigurationWidget.cpp:93
+#: workspace/settings/MainConfigurationWidget.cpp:94
#, kde-format
msgctxt "@action"
msgid "Switch to activity \"%1\""
@@ -46,7 +46,7 @@
#: workspace/fileitemplugin/FileItemLinkingPlugin.cpp:110
#: workspace/kio/KioActivities.cpp:306
-#: workspace/settings/MainConfigurationWidget.cpp:84
+#: workspace/settings/MainConfigurationWidget.cpp:85
msgid "Activities"
msgstr ""
@@ -86,49 +86,49 @@
msgid "Current activity"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:114
+#: workspace/settings/MainConfigurationWidget.cpp:115
msgid "Activity switching"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:117
+#: workspace/settings/MainConfigurationWidget.cpp:118
msgctxt "@action"
msgid "Walk through activities"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:119
+#: workspace/settings/MainConfigurationWidget.cpp:120
msgctxt "@action"
msgid "Walk through activities (Reverse)"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:133
+#: workspace/settings/MainConfigurationWidget.cpp:134
msgctxt "unlimited number of months"
msgid "forever"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:143
+#: workspace/settings/MainConfigurationWidget.cpp:144
msgid "Forget the last hour"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:145
+#: workspace/settings/MainConfigurationWidget.cpp:146
msgid "Forget the last two hours"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:147
+#: workspace/settings/MainConfigurationWidget.cpp:148
msgid "Forget a day"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:149
+#: workspace/settings/MainConfigurationWidget.cpp:150
msgid "Forget everything"
msgstr ""
-#: workspace/settings/MainConfigurationWidget.cpp:312
+#: workspace/settings/MainConfigurationWidget.cpp:311
msgctxt "unit of time. months to keep the history"
msgid " month"
msgid_plural " months"
msgstr[0] ""
msgstr[1] ""
-#: workspace/settings/MainConfigurationWidget.cpp:315
+#: workspace/settings/MainConfigurationWidget.cpp:314
msgctxt "for in 'keep history for 5 months'"
msgid "for "
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivities-5.12.0/src/common/database/Database.h new/kactivities-5.13.0/src/common/database/Database.h
--- old/kactivities-5.12.0/src/common/database/Database.h 2015-07-05 10:51:41.000000000 +0200
+++ new/kactivities-5.13.0/src/common/database/Database.h 2015-08-04 12:43:37.000000000 +0200
@@ -67,7 +67,7 @@
};
#define DATABASE_TRANSACTION(A) \
- qDebug() << "Location:" << __FILE__ << __LINE__; \
+ /* enable this for debugging only: qDebug() << "Location:" << __FILE__ << __LINE__; */ \
Common::Database::Locker lock(A)
private:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivities-5.12.0/src/lib/core/debug_p.cpp new/kactivities-5.13.0/src/lib/core/debug_p.cpp
--- old/kactivities-5.12.0/src/lib/core/debug_p.cpp 2015-07-05 10:51:41.000000000 +0200
+++ new/kactivities-5.13.0/src/lib/core/debug_p.cpp 2015-08-04 12:43:37.000000000 +0200
@@ -19,5 +19,9 @@
#include "debug_p.h"
+#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
+// logging category for this framework, default: log stuff >= warning
+Q_LOGGING_CATEGORY(KAMD_CORELIB, "org.kde.kactivities.lib.core", QtWarningMsg)
+#else
Q_LOGGING_CATEGORY(KAMD_CORELIB, "org.kde.kactivities.lib.core")
-
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kactivities-5.12.0/src/service/Debug.cpp new/kactivities-5.13.0/src/service/Debug.cpp
--- old/kactivities-5.12.0/src/service/Debug.cpp 2015-07-05 10:51:41.000000000 +0200
+++ new/kactivities-5.13.0/src/service/Debug.cpp 2015-08-04 12:43:37.000000000 +0200
@@ -19,9 +19,13 @@
#include "Debug.h"
+#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
+// logging category for this framework, default: log stuff >= warning
+Q_LOGGING_CATEGORY(KAMD_LOG_ACTIVITIES, "org.kde.kactivities.activities", QtWarningMsg)
+Q_LOGGING_CATEGORY(KAMD_LOG_RESOURCES, "org.kde.kactivities.resources", QtWarningMsg)
+Q_LOGGING_CATEGORY(KAMD_LOG_APPLICATION, "org.kde.kactivities.application", QtWarningMsg)
+#else
Q_LOGGING_CATEGORY(KAMD_LOG_ACTIVITIES, "org.kde.kactivities.activities")
Q_LOGGING_CATEGORY(KAMD_LOG_RESOURCES, "org.kde.kactivities.resources")
Q_LOGGING_CATEGORY(KAMD_LOG_APPLICATION, "org.kde.kactivities.application")
-
-
-
+#endif
1
0
Hello community,
here is the log from the commit of package frameworkintegration for openSUSE:Factory checked in at 2015-09-02 07:43:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old)
and /work/SRC/openSUSE:Factory/.frameworkintegration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frameworkintegration"
Changes:
--------
--- /work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes 2015-07-14 17:21:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes 2015-09-02 07:43:23.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Aug 4 19:20:11 UTC 2015 - hrvoje.senjan(a)gmail.com
+
+- Update to 5.13.0
+ * The Qt version requirement has been bumped from 5.2 to 5.3
+ * Debug output has been ported to categorized output, for less
+ noise by default
+ * Docbook documentation has been reviewed and updated
+ * Fix crash in directories-only file dialog
+ * Don't rely on options()->initialDirectory() for Qt < 5.4
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------
Old:
----
frameworkintegration-5.12.0.tar.xz
New:
----
frameworkintegration-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.xAFxFN/_old 2015-09-02 07:43:24.000000000 +0200
+++ /var/tmp/diff_new_pack.xAFxFN/_new 2015-09-02 07:43:24.000000000 +0200
@@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5Style5
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: frameworkintegration
-Version: 5.12.0
+Version: 5.13.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@@ -34,10 +34,10 @@
BuildRequires: kio-devel >= %{_tar_path}
BuildRequires: knotifications-devel >= %{_tar_path}
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
-BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0
-BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
+BuildRequires: libQt5Gui-private-headers-devel >= 5.3.0
+BuildRequires: cmake(Qt5DBus) >= 5.3.0
+BuildRequires: cmake(Qt5Widgets) >= 5.3.0
+BuildRequires: cmake(Qt5X11Extras) >= 5.3.0
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcursor)
++++++ frameworkintegration-5.12.0.tar.xz -> frameworkintegration-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/CMakeLists.txt new/frameworkintegration-5.13.0/CMakeLists.txt
--- old/frameworkintegration-5.12.0/CMakeLists.txt 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/CMakeLists.txt 2015-08-04 12:43:10.000000000 +0200
@@ -3,7 +3,7 @@
project(FrameworkIntegration)
include(FeatureSummary)
-find_package(ECM 5.12.0 NO_MODULE)
+find_package(ECM 5.13.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)
@@ -20,11 +20,11 @@
include(KDEFrameworkCompilerSettings)
include(KDECMakeSettings)
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX FRAMEWORKINTEGRATION
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/frameworkintegration_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/README.md new/frameworkintegration-5.13.0/README.md
--- old/frameworkintegration-5.12.0/README.md 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/README.md 2015-08-04 12:43:10.000000000 +0200
@@ -1,5 +1,7 @@
# Framework Integration
+Integration of Qt application with KDE workspaces
+
## Introduction
Framework Integration is a set of plugins responsible for better integration of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/ar/frameworkintegration5.po new/frameworkintegration-5.13.0/po/ar/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/ar/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/ar/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-06-24 09:35+0300\n"
"Last-Translator: Safa Alfulaij <safa1996alfulaij(a)gmail.com>\n"
"Language-Team: Arabic <doc(a)arabeyes.org>\n"
@@ -17,11 +17,11 @@
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "يفتح..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "يحفظ..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/ast/frameworkintegration5.po new/frameworkintegration-5.13.0/po/ast/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/ast/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/ast/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,9 +6,9 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
-"PO-Revision-Date: 2015-06-30 14:15+0100\n"
-"Last-Translator: Enol P. <enolp(a)softastur.org>\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
+"PO-Revision-Date: 2015-07-11 16:23+0100\n"
+"Last-Translator: enolp <enolp(a)softastur.org>\n"
"Language-Team: Asturian <alminsitradores(a)softastur.org>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 2.0\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Abriendo..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Guardando..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/bs/frameworkintegration5.po new/frameworkintegration-5.13.0/po/bs/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/bs/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/bs/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kde5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2015-02-24 19:53+0100\n"
"Last-Translator: Samir Ribić <megaribi(a)epn.ba>\n"
"Language-Team: Bosnian\n"
@@ -19,11 +19,11 @@
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Otvaram..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Snimam..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/ca/frameworkintegration5.po new/frameworkintegration-5.13.0/po/ca/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/ca/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/ca/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2015-05-10 19:43+0100\n"
"Last-Translator: Antoni Bella Pérez <antonibella5(a)yahoo.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
@@ -22,12 +22,12 @@
"X-Generator: Lokalize 2.0\n"
# Nota: «title:window»
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Obre..."
# Nota: «title:window»
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Desa..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/cs/frameworkintegration5.po new/frameworkintegration-5.13.0/po/cs/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/cs/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/cs/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-12-05 13:22+0100\n"
"Last-Translator: Vít Pelčák <vit(a)pelcak.org>\n"
"Language-Team: Czech <kde-i18n-doc(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Otevírám..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Ukládám..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/da/frameworkintegration5.po new/frameworkintegration-5.13.0/po/da/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/da/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/da/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-12-29 20:00+0100\n"
"Last-Translator: Martin Schlander <mschlander(a)opensuse.org>\n"
"Language-Team: Danish <kde-i18n-doc(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Åbner..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Gemmer..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/de/frameworkintegration5.po new/frameworkintegration-5.13.0/po/de/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/de/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/de/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-15 18:42+0100\n"
"Last-Translator: Burkhard Lück <lueck(a)hube-lueck.de>\n"
"Language-Team: German <kde-i18n-de(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Öffnen ..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Speichern ..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/en_GB/frameworkintegration5.po new/frameworkintegration-5.13.0/po/en_GB/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/en_GB/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/en_GB/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-13 21:54+0000\n"
"Last-Translator: Steve Allewell <steve.allewell(a)gmail.com>\n"
"Language-Team: British English <kde-l10n-en_gb(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Opening..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Saving..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/es/frameworkintegration5.po new/frameworkintegration-5.13.0/po/es/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/es/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/es/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-13 20:18+0100\n"
"Last-Translator: Eloy Cuadra <ecuadra(a)eloihr.net>\n"
"Language-Team: Spanish <kde-l10n-es(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Abriendo..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Guardando..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/fi/frameworkintegration5.po new/frameworkintegration-5.13.0/po/fi/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/fi/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/fi/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-17 16:38+0200\n"
"Last-Translator: Lasse Liehu <lasse.liehu(a)gmail.com>\n"
"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Avataan…"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Tallennetaan…"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/gd/frameworkintegration5.po new/frameworkintegration-5.13.0/po/gd/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/gd/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/gd/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-12-07 14:59+0100\n"
"Last-Translator: GunChleoc <fios(a)foramnagaidhlig.net>\n"
"Language-Team: Fòram na Gàidhlig\n"
@@ -19,11 +19,11 @@
"X-Generator: Virtaal 0.7.1\n"
"X-Project-Style: kde\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "'Ga fhosgladh..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "'Ga shàbhaladh..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/gl/frameworkintegration5.po new/frameworkintegration-5.13.0/po/gl/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/gl/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/gl/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2015-03-13 08:39+0100\n"
"Last-Translator: Adrián Chaves Fernández <adriyetichaves(a)gmail.com>\n"
"Language-Team: Galician <kde-i18n-doc(a)kde.org>\n"
@@ -18,11 +18,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Estase a abrir..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Estase a gardar..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/hu/frameworkintegration5.po new/frameworkintegration-5.13.0/po/hu/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/hu/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/hu/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-04-22 14:51+0200\n"
"Last-Translator: Kristóf Kiszel <ulysses(a)kubuntu.org>\n"
"Language-Team: Hungarian <kde-l10n-hu(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Megnyitás…"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Mentés…"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/ia/frameworkintegration5.po new/frameworkintegration-5.13.0/po/ia/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/ia/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/ia/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-04-22 13:55+0200\n"
"Last-Translator: G.Sora <g.sora(a)tiscali.it>\n"
"Language-Team: Interlingua <kde-l10n-ia(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Aperiente ..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Salveguardante..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/it/frameworkintegration5.po new/frameworkintegration-5.13.0/po/it/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/it/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/it/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-19 20:43+0100\n"
"Last-Translator: Vincenzo Reale <smart2128(a)baslug.org>\n"
"Language-Team: Italian <kde-i18n-it(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Apertura in corso..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Salvataggio in corso..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/ja/frameworkintegration5.po new/frameworkintegration-5.13.0/po/ja/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/ja/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/ja/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-05-01 01:02-0700\n"
"Last-Translator: Japanese KDE translation team <kde-jp(a)kde.org>\n"
"Language-Team: Japanese <kde-jp(a)kde.org>\n"
@@ -14,11 +14,11 @@
"X-Accelerator-Marker: &\n"
"X-Text-Markup: kde4\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr ""
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/ko/frameworkintegration5.po new/frameworkintegration-5.13.0/po/ko/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/ko/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/ko/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2015-01-02 03:23+0900\n"
"Last-Translator: Shinjo Park <kde(a)peremen.name>\n"
"Language-Team: Korean <kde(a)peremen.name>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "여는 중..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "저장 중..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/lt/frameworkintegration5.po new/frameworkintegration-5.13.0/po/lt/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/lt/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/lt/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: trunk-kf 5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2015-01-26 13:24+0200\n"
"Last-Translator: Liudas Ališauskas <liudas(a)akmc.lt>\n"
"Language-Team: Lithuanian <kde-i18n-lt(a)kde.org>\n"
@@ -20,11 +20,11 @@
"%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Atveriama..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Įrašoma..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/nb/frameworkintegration5.po new/frameworkintegration-5.13.0/po/nb/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/nb/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/nb/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2015-02-24 20:41+0100\n"
"Last-Translator: Bjørn Steensrud <bjornst(a)skogkatt.homelinux.org>\n"
"Language-Team: Norwegian Bokmål <i18n-nb(a)lister.ping.uio.no>\n"
@@ -19,11 +19,11 @@
"X-Accelerator-Marker: &\n"
"X-Text-Markup: kde4\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Åpner …"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Lagrer …"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/nds/frameworkintegration5.po new/frameworkintegration-5.13.0/po/nds/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/nds/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/nds/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-04-22 22:24+0200\n"
"Last-Translator: Sönke Dibbern <s_dibbern(a)web.de>\n"
"Language-Team: Low Saxon <kde-i18n-nds(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Bi to opmaken..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Bi to sekern..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/nl/frameworkintegration5.po new/frameworkintegration-5.13.0/po/nl/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/nl/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/nl/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-13 12:36+0100\n"
"Last-Translator: Freek de Kruijf <freekdekruijf(a)kde.nl>\n"
"Language-Team: Dutch <kde-i18n-nl(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Bezig met openen..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Bezig met opslaan..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/nn/frameworkintegration5.po new/frameworkintegration-5.13.0/po/nn/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/nn/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/nn/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2015-06-01 20:12+0100\n"
"Last-Translator: Karl Ove Hufthammer <karl(a)huftis.org>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn(a)lister.ping.uio.no>\n"
@@ -19,11 +19,11 @@
"X-Accelerator-Marker: &\n"
"X-Text-Markup: kde4\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Opnar …"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Lagrar …"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/pa/frameworkintegration5.po new/frameworkintegration-5.13.0/po/pa/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/pa/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/pa/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-12-23 18:20-0600\n"
"Last-Translator: A S Alam <aalam(a)users.sf.net>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users(a)lists.sf.net>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "...ਖੋਲ੍ਹਿਆ ਜਾਂਦਾ ਹੈ"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "...ਸੰਭਾਲਿਆ ਜਾ ਰਿਹਾ ਹੈ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/pl/frameworkintegration5.po new/frameworkintegration-5.13.0/po/pl/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/pl/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/pl/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-15 17:31+0100\n"
"Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc(a)kde.org>\n"
@@ -18,11 +18,11 @@
"|| n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Otwieranie..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Zapisywanie..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/pt/frameworkintegration5.po new/frameworkintegration-5.13.0/po/pt/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/pt/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/pt/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-13 11:39+0000\n"
"Last-Translator: José Nuno Coelho Pires <zepires(a)gmail.com>\n"
"Language-Team: Portuguese <kde-i18n-pt(a)kde.org>\n"
@@ -12,11 +12,11 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "A abrir..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "A gravar..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/pt_BR/frameworkintegration5.po new/frameworkintegration-5.13.0/po/pt_BR/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/pt_BR/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/pt_BR/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-15 08:22-0200\n"
"Last-Translator: André Marcelo Alvarenga <alvarenga(a)kde.org>\n"
"Language-Team: Brazilian Portuguese <kde-i18n-pt_br(a)kde.org>\n"
@@ -18,11 +18,11 @@
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Abrindo..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Salvando..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/ro/frameworkintegration5.po new/frameworkintegration-5.13.0/po/ro/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/ro/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/ro/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-05-02 12:07+0300\n"
"Last-Translator: Sergiu Bivol <sergiu(a)ase.md>\n"
"Language-Team: Romanian <kde-i18n-ro(a)kde.org>\n"
@@ -18,11 +18,11 @@
"20)) ? 1 : 2;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Se deschide..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Se salvează..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/ru/frameworkintegration5.po new/frameworkintegration-5.13.0/po/ru/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/ru/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/ru/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-12-07 01:08+0400\n"
"Last-Translator: Alexander Potashev <aspotashev(a)gmail.com>\n"
"Language-Team: Russian <kde-russian(a)lists.kde.ru>\n"
@@ -19,12 +19,12 @@
"X-Generator: Lokalize 1.5\n"
# BUGME: "Выбор файла для открытия"? --aspotashev
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Открытие"
# BUGME: "Выбор файла для сохранения"? --aspotashev
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Сохранение"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/sk/frameworkintegration5.po new/frameworkintegration-5.13.0/po/sk/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/sk/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/sk/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-13 15:09+0100\n"
"Last-Translator: Roman Paholik <wizzardsk(a)gmail.com>\n"
"Language-Team: Slovak <kde-sk(a)linux.sk>\n"
@@ -15,11 +15,11 @@
"X-Generator: Lokalize 1.5\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Otvára sa..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Ukladám..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/sl/frameworkintegration5.po new/frameworkintegration-5.13.0/po/sl/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/sl/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/sl/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-30 12:12+0100\n"
"Last-Translator: Andrej Mernik <andrejm(a)ubuntu.si>\n"
"Language-Team: Slovenian <lugos-slo(a)lugos.si>\n"
@@ -18,11 +18,11 @@
"%100==4 ? 3 : 0);\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Odpiranje ..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Shranjevanje ..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/sr/frameworkintegration5.po new/frameworkintegration-5.13.0/po/sr/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/sr/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/sr/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-15 18:31+0100\n"
"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
@@ -18,11 +18,11 @@
"X-Text-Markup: kde4\n"
"X-Environment: kde\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Отварам..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Уписујем..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/sr(a)ijekavian/frameworkintegration5.po new/frameworkintegration-5.13.0/po/sr(a)ijekavian/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/sr(a)ijekavian/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/sr(a)ijekavian/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-15 18:31+0100\n"
"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
@@ -18,11 +18,11 @@
"X-Text-Markup: kde4\n"
"X-Environment: kde\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Отварам..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Уписујем..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/sr(a)ijekavianlatin/frameworkintegration5.po new/frameworkintegration-5.13.0/po/sr(a)ijekavianlatin/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/sr(a)ijekavianlatin/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/sr(a)ijekavianlatin/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-15 18:31+0100\n"
"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
@@ -18,11 +18,11 @@
"X-Text-Markup: kde4\n"
"X-Environment: kde\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Otvaram..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Upisujem..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/sr(a)latin/frameworkintegration5.po new/frameworkintegration-5.13.0/po/sr(a)latin/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/sr(a)latin/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/sr(a)latin/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-15 18:31+0100\n"
"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
@@ -18,11 +18,11 @@
"X-Text-Markup: kde4\n"
"X-Environment: kde\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Otvaram..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Upisujem..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/sv/frameworkintegration5.po new/frameworkintegration-5.13.0/po/sv/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/sv/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/sv/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-12-30 09:12+0100\n"
"Last-Translator: Stefan Asserhäll <stefan.asserhall(a)bredband.net>\n"
"Language-Team: Swedish <kde-i18n-doc(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Öppnar..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Sparar..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/tr/frameworkintegration5.po new/frameworkintegration-5.13.0/po/tr/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/tr/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/tr/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-14 00:25+0200\n"
"Last-Translator: Kaan Ozdincer <kaanozdincer(a)gmail.com>\n"
"Language-Team: Turkish <kde-l10n-tr(a)kde.org>\n"
@@ -18,11 +18,11 @@
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.4\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Açılıyor..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Kaydediliyor..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/uk/frameworkintegration5.po new/frameworkintegration-5.13.0/po/uk/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/uk/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/uk/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: frameworkintegration5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-11-13 17:35+0200\n"
"Last-Translator: Yuri Chornoivan <yurchor(a)ukr.net>\n"
"Language-Team: Ukrainian <kde-i18n-uk(a)kde.org>\n"
@@ -20,11 +20,11 @@
"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "Відкриття…"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "Збереження…"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/zh_CN/frameworkintegration5.po new/frameworkintegration-5.13.0/po/zh_CN/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/zh_CN/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/zh_CN/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2014-12-04 02:15-0500\n"
"Last-Translator: Weng Xuetian <wengxt(a)gmail.com>\n"
"Language-Team: Chinese Simplified <kde-i18n-doc(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "正在打开..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "正在保存..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/po/zh_TW/frameworkintegration5.po new/frameworkintegration-5.13.0/po/zh_TW/frameworkintegration5.po
--- old/frameworkintegration-5.12.0/po/zh_TW/frameworkintegration5.po 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/po/zh_TW/frameworkintegration5.po 2015-08-04 12:43:10.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2015-05-12 12:24+0000\n"
+"POT-Creation-Date: 2015-07-16 08:54+0000\n"
"PO-Revision-Date: 2015-02-15 20:36+0800\n"
"Last-Translator: Franklin Weng <franklin(a)goodhorse.idv.tw>\n"
"Language-Team: Chinese Traditional <kde-i18n-doc(a)kde.org>\n"
@@ -17,11 +17,11 @@
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 1.5\n"
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Opening..."
msgstr "開啟中..."
-#: platformtheme/kdeplatformfiledialoghelper.cpp:233
+#: platformtheme/kdeplatformfiledialoghelper.cpp:239
msgid "Saving..."
msgstr "儲存中..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frameworkintegration-5.12.0/src/platformtheme/kdeplatformfiledialoghelper.cpp new/frameworkintegration-5.13.0/src/platformtheme/kdeplatformfiledialoghelper.cpp
--- old/frameworkintegration-5.12.0/src/platformtheme/kdeplatformfiledialoghelper.cpp 2015-07-05 10:51:22.000000000 +0200
+++ new/frameworkintegration-5.13.0/src/platformtheme/kdeplatformfiledialoghelper.cpp 2015-08-04 12:43:10.000000000 +0200
@@ -221,8 +221,14 @@
void KDEPlatformFileDialogHelper::initializeDialog()
{
if (options()->testOption(QFileDialogOptions::ShowDirsOnly)) {
- delete m_dialog;
- m_dialog = new KDirSelectDialog(options()->initialDirectory());
+ m_dialog->deleteLater();
+ m_dialog = new KDirSelectDialog(
+#if QT_VERSION >= QT_VERSION_CHECK(5,5,0)
+ options()->initialDirectory()
+#else
+ m_dialog->directory()
+#endif
+ );
connect(m_dialog, SIGNAL(accepted()), SIGNAL(accept()));
connect(m_dialog, SIGNAL(rejected()), SIGNAL(reject()));
} else {
@@ -234,7 +240,9 @@
} else {
dialog->setWindowTitle(options()->windowTitle());
}
+#if QT_VERSION >= QT_VERSION_CHECK(5,5,0)
setDirectory(options()->initialDirectory());
+#endif
//dialog->setViewMode(options()->viewMode()); // don't override our options, fixes remembering the chosen view mode and sizes!
dialog->setFileMode(options()->fileMode());
1
0
Hello community,
here is the log from the commit of package extra-cmake-modules for openSUSE:Factory checked in at 2015-09-02 07:43:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
and /work/SRC/openSUSE:Factory/.extra-cmake-modules.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "extra-cmake-modules"
Changes:
--------
--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes 2015-07-14 17:21:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 2015-09-02 07:43:17.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 4 19:20:10 UTC 2015 - hrvoje.senjan(a)gmail.com
+
+- Update to 5.13.0
+ * The Qt version requirement has been bumped from 5.2 to 5.3
+ * Debug output has been ported to categorized output, for less
+ noise by default
+ * Docbook documentation has been reviewed and updated
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------
Old:
----
extra-cmake-modules-5.12.0.tar.xz
New:
----
extra-cmake-modules-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ extra-cmake-modules.spec ++++++
--- /var/tmp/diff_new_pack.au54ot/_old 2015-09-02 07:43:18.000000000 +0200
+++ /var/tmp/diff_new_pack.au54ot/_new 2015-09-02 07:43:18.000000000 +0200
@@ -16,13 +16,13 @@
#
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: extra-cmake-modules
Summary: CMake modules
License: BSD-3-Clause
Group: Development/Tools/Other
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version: 5.12.0
+Version: 5.13.0
Release: 0
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.t…
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ extra-cmake-modules-5.12.0.tar.xz -> extra-cmake-modules-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.12.0/CMakeLists.txt new/extra-cmake-modules-5.13.0/CMakeLists.txt
--- old/extra-cmake-modules-5.12.0/CMakeLists.txt 2015-06-23 22:54:11.000000000 +0200
+++ new/extra-cmake-modules-5.13.0/CMakeLists.txt 2015-07-10 12:07:44.000000000 +0200
@@ -3,7 +3,7 @@
project(extra-cmake-modules NONE)
set(ECM_MAJOR_VERSION 5)
-set(ECM_MINOR_VERSION 12)
+set(ECM_MINOR_VERSION 13)
set(ECM_PATCH_VERSION 0)
set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
1
0
Hello community,
here is the log from the commit of package bluez-qt for openSUSE:Factory checked in at 2015-09-02 07:43:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez-qt (Old)
and /work/SRC/openSUSE:Factory/.bluez-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluez-qt"
Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez-qt/bluez-qt.changes 2015-07-14 17:21:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bluez-qt.new/bluez-qt.changes 2015-09-02 07:43:12.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 4 19:20:09 UTC 2015 - hrvoje.senjan(a)gmail.com
+
+- Update to 5.13.0
+ * The Qt version requirement has been bumped from 5.2 to 5.3
+ * Debug output has been ported to categorized output, for less
+ noise by default
+ * Docbook documentation has been reviewed and updated
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------
Old:
----
bluez-qt-5.12.0.tar.xz
New:
----
bluez-qt-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bluez-qt.spec ++++++
--- /var/tmp/diff_new_pack.DuXlAw/_old 2015-09-02 07:43:12.000000000 +0200
+++ /var/tmp/diff_new_pack.DuXlAw/_new 2015-09-02 07:43:12.000000000 +0200
@@ -18,9 +18,9 @@
%define sonum 6
%define _libname KF5BluezQt
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: bluez-qt
-Version: 5.12.0
+Version: 5.13.0
Release: 0
Summary: Async Bluez wrapper library
License: LGPL-2.1+
@@ -31,10 +31,10 @@
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
-BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
-BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0
-BuildRequires: pkgconfig(Qt5Network) >= 5.4.0
-BuildRequires: pkgconfig(Qt5Qml) >= 5.4.0
+BuildRequires: cmake(Qt5Core) >= 5.4.0
+BuildRequires: cmake(Qt5DBus) >= 5.4.0
+BuildRequires: cmake(Qt5Network) >= 5.4.0
+BuildRequires: cmake(Qt5Qml) >= 5.4.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -71,7 +71,7 @@
Summary: Async Bluez wrapper library - development files
Group: Development/Libraries/C and C++
Requires: lib%{_libname}%{sonum} = %{version}
-Requires: pkgconfig(Qt5Core) >= 5.4.0
+Requires: cmake(Qt5Core) >= 5.4.0
%description devel
Development files for QBluez Async Bluez wrapper library.
++++++ bluez-qt-5.12.0.tar.xz -> bluez-qt-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.12.0/CMakeLists.txt new/bluez-qt-5.13.0/CMakeLists.txt
--- old/bluez-qt-5.12.0/CMakeLists.txt 2015-07-04 22:28:30.000000000 +0200
+++ new/bluez-qt-5.13.0/CMakeLists.txt 2015-08-02 12:33:28.000000000 +0200
@@ -3,7 +3,7 @@
project(BluezQt)
include(FeatureSummary)
-find_package(ECM 5.12.0 NO_MODULE)
+find_package(ECM 5.13.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)
@@ -18,7 +18,7 @@
include(KDEFrameworkCompilerSettings)
include(KDECMakeSettings)
-set(KF5_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
ecm_setup_version(${KF5_VERSION}
VARIABLE_PREFIX BLUEZQT
@@ -29,7 +29,7 @@
)
# Dependencies
-set(REQUIRED_QT_VERSION "5.2.0")
+set(REQUIRED_QT_VERSION "5.3.0")
# Required Qt5 components to build this framework
find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core DBus Network)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.12.0/src/debug.cpp new/bluez-qt-5.13.0/src/debug.cpp
--- old/bluez-qt-5.12.0/src/debug.cpp 2015-07-04 22:28:30.000000000 +0200
+++ new/bluez-qt-5.13.0/src/debug.cpp 2015-08-02 12:33:28.000000000 +0200
@@ -22,4 +22,9 @@
#include "debug.h"
+#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
+// logging category for this framework, default: log stuff >= warning
+Q_LOGGING_CATEGORY(BLUEZQT, "BluezQt", QtWarningMsg)
+#else
Q_LOGGING_CATEGORY(BLUEZQT, "BluezQt")
+#endif
1
0
Hello community,
here is the log from the commit of package attica-qt5 for openSUSE:Factory checked in at 2015-09-02 07:43:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/attica-qt5 (Old)
and /work/SRC/openSUSE:Factory/.attica-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "attica-qt5"
Changes:
--------
--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes 2015-07-14 17:21:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes 2015-09-02 07:43:05.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 4 19:20:09 UTC 2015 - hrvoje.senjan(a)gmail.com
+
+- Update to 5.13.0
+ * The Qt version requirement has been bumped from 5.2 to 5.3
+ * Debug output has been ported to categorized output, for less
+ noise by default
+ * Docbook documentation has been reviewed and updated
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------
Old:
----
attica-5.12.0.tar.xz
New:
----
attica-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ attica-qt5.spec ++++++
--- /var/tmp/diff_new_pack.nPvsRS/_old 2015-09-02 07:43:06.000000000 +0200
+++ /var/tmp/diff_new_pack.nPvsRS/_new 2015-09-02 07:43:06.000000000 +0200
@@ -19,9 +19,9 @@
%define sonum 5
%define rname attica
%define _libname KF5Attica
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: attica-qt5
-Version: 5.12.0
+Version: 5.13.0
Release: 0
Summary: Open Collaboration Service client library
License: LGPL-2.1+
@@ -33,8 +33,8 @@
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
-BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
+BuildRequires: cmake(Qt5Core) >= 5.3.0
+BuildRequires: cmake(Qt5Network) >= 5.3.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -53,7 +53,7 @@
Summary: Open Collaboration Service client library - development files
Group: Development/Libraries/C and C++
Requires: lib%{_libname}%{sonum} = %{version}
-Requires: pkgconfig(Qt5Core) >= 5.2.0
+Requires: cmake(Qt5Core) >= 5.3.0
%description -n attica-qt5-devel
Development files for attica, Attica a library to access Open Collaboration Service servers.
++++++ attica-5.12.0.tar.xz -> attica-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.12.0/CMakeLists.txt new/attica-5.13.0/CMakeLists.txt
--- old/attica-5.12.0/CMakeLists.txt 2015-07-04 22:28:10.000000000 +0200
+++ new/attica-5.13.0/CMakeLists.txt 2015-08-01 14:41:18.000000000 +0200
@@ -4,7 +4,7 @@
# ECM setup
include(FeatureSummary)
-find_package(ECM 5.12.0 NO_MODULE)
+find_package(ECM 5.13.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)
@@ -18,7 +18,7 @@
include(KDEFrameworkCompilerSettings)
include(KDECMakeSettings)
-set(KF5_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
ecm_setup_version(${KF5_VERSION}
VARIABLE_PREFIX ATTICA
@@ -27,7 +27,7 @@
SOVERSION 5)
# Dependencies
-set(REQUIRED_QT_VERSION "5.2.0")
+set(REQUIRED_QT_VERSION "5.3.0")
# Required Qt5 components to build this framework
find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Core Network)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.12.0/README.md new/attica-5.13.0/README.md
--- old/attica-5.12.0/README.md 2015-07-04 22:28:10.000000000 +0200
+++ new/attica-5.13.0/README.md 2015-08-01 14:41:18.000000000 +0200
@@ -1,5 +1,7 @@
# Attica
+Open Collaboration Service client library
+
## Introduction
Attica is a Qt library that implements the Open Collaboration Services API version 1.6.
1
0
Hello community,
here is the log from the commit of package presage for openSUSE:Factory checked in at 2015-09-02 00:36:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/presage (Old)
and /work/SRC/openSUSE:Factory/.presage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "presage"
Changes:
--------
--- /work/SRC/openSUSE:Factory/presage/presage.changes 2015-01-29 13:18:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.presage.new/presage.changes 2015-09-02 00:36:53.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Aug 23 13:15:28 UTC 2015 - i(a)marguerite.su
+
+- update version 0.9.1
+ * see NEWS
+- drop: presage-0.9-automake-1.14.patch
+- drop: presage-0.9.0-automake_1.12_abuild.patch
+- add: presage-0.9.1-automake-1.12.patch
+- add: presage-0.9.1-automake-1.14.patch
+- drop: presage-swig-3.0.patch,upstreamed
+
+-------------------------------------------------------------------
Old:
----
presage-0.9-automake-1.14.patch
presage-0.9.0-automake_1.12_abuild.patch
presage-0.9.beta20140216.tar.gz
presage-swig-3.0.patch
New:
----
presage-0.9.1-automake-1.12.patch
presage-0.9.1-automake-1.14.patch
presage-0.9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ presage.spec ++++++
--- /var/tmp/diff_new_pack.yC48fD/_old 2015-09-02 00:36:54.000000000 +0200
+++ /var/tmp/diff_new_pack.yC48fD/_new 2015-09-02 00:36:54.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package presage
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,23 +19,21 @@
%define py_ver %(python -c "import sys; v=sys.version_info[:2]; print '%%d.%%d'%%v" 2>/dev/null || echo PYTHON-NOT-FOUND)
Name: presage
-Version: 0.9.beta20140216
+Version: 0.9.1
Release: 0
Summary: Intelligent predictive text entry platform (tools and demos)
License: GPL-2.0
Group: Productivity/Text/Utilities
Url: http://presage.sourceforge.net
-Source: %{name}-%{version}.tar.gz
+Source: http://ncu.dl.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{…
# PATCH-FIX-UPSTREAM jzheng(a)suse.com - fix ncurese builds in openSUSE
Patch0: presage-0.8.9-ncurses_flag.patch
# PATCH-FIX-UPSTREAM i(a)marguerite.su - port to cmuclmtk
Patch1: presage-0.8.9-port_cmuclmtk.patch
# PATCH-FIX-UPSTREAM i(a)marguerite.su automake 1.12 abuild patch
-Patch2: presage-0.9.0-automake_1.12_abuild.patch
+Patch2: presage-0.9.1-automake-1.12.patch
# PATCH-FIX-UPSTREAM automake 1.14 starts to check subdir-objects
-Patch3: presage-0.9-automake-1.14.patch
-# PATCH-FIX-UPSTREAM presage-swig-3.0.patch -- Fix build with SWIG 3.0
-Patch4: presage-swig-3.0.patch
+Patch3: presage-0.9.1-automake-1.14.patch
%if 0%{?suse_version}
BuildRequires: dbus-1-glib-devel
BuildRequires: dbus-1-python-devel
@@ -211,7 +209,6 @@
%if 0%{?suse_version} > 1310
%patch3 -p1
%endif
-%patch4 -p1
echo "[D-BUS Service]" > apps/dbus/org.gnome.presage.service.in
echo "Name=org.gnome.presage.beta" >> apps/dbus/org.gnome.presage.service.in
echo "Exec={bindir}/presage_dbus_service --start" >> apps/dbus/org.gnome.presage.service.in
@@ -291,13 +288,11 @@
%config %{_sysconfdir}/presage.xml
%{_datadir}/presage
%exclude %{_datadir}/presage/html
-%exclude %{_datadir}/presage/latex
%exclude %{_datadir}/presage/getting_started.txt
%files -n libpresage-doc
%defattr(-,root,root)
%{_datadir}/presage/html/
-%{_datadir}/presage/latex/
%{_datadir}/presage/getting_started.txt
%files -n gpresagemate
@@ -326,13 +321,13 @@
%{python_sitearch}/presage.pyo
%endif
%{_mandir}/man1/presage_python_demo.1.gz
-%{python_sitearch}/python_presage-0.9_beta-py%{py_ver}.egg-info
+%{python_sitearch}/python_presage-0.9.1-py%{py_ver}.egg-info
%files -n pyprompter
%defattr(-,root,root)
%{_bindir}/pyprompter
%{python_sitelib}/prompter
-%{python_sitelib}/pyprompter-0.9_beta-py%{py_ver}.egg-info
+%{python_sitelib}/pyprompter-0.9.1-py%{py_ver}.egg-info
%{_datadir}/applications/pyprompter.desktop
%{_datadir}/icons/hicolor/scalable/apps/pyprompter.svg
%{_mandir}/man1/pyprompter.1.gz
++++++ presage-0.9-automake-1.14.patch -> presage-0.9.1-automake-1.12.patch ++++++
--- /work/SRC/openSUSE:Factory/presage/presage-0.9-automake-1.14.patch 2014-10-29 21:10:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.presage.new/presage-0.9.1-automake-1.12.patch 2015-09-02 00:36:53.000000000 +0200
@@ -1,13 +1,26 @@
-Index: presage-0.9.beta20140216/configure.ac
+Index: presage-0.9.1/Makefile.am
===================================================================
---- presage-0.9.beta20140216.orig/configure.ac
-+++ presage-0.9.beta20140216/configure.ac
+--- presage-0.9.1.orig/Makefile.am
++++ presage-0.9.1/Makefile.am
+@@ -65,7 +65,7 @@ EXTRA_DIST = FAQ
+
+ # Ensure local m4 macros are included during autoreconf and automatic
+ # aclocal.m4 remaking
+-ACLOCAL_AMFLAGS = -I m4
++#ACLOCAL_AMFLAGS = -I m4
+
+
+ # Build Debian package
+Index: presage-0.9.1/configure.ac
+===================================================================
+--- presage-0.9.1.orig/configure.ac
++++ presage-0.9.1/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to p
- AC_INIT([presage],[0.9~beta],[matteo.vescovi(a)yahoo.co.uk])
--AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability])
-+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability subdir-objects])
+ AC_INIT([presage],[0.9.1],[matteo.vescovi(a)yahoo.co.uk])
+-AM_INIT_AUTOMAKE([1.9 tar-ustar -Wall])
++AM_INIT_AUTOMAKE([1.9 tar-ustar -Wall -Wno-extra-portability])
AC_CONFIG_SRCDIR([src/lib/presage.cpp])
AC_CONFIG_HEADERS([config.h:config.hin])
++++++ presage-0.9-automake-1.14.patch -> presage-0.9.1-automake-1.14.patch ++++++
--- /work/SRC/openSUSE:Factory/presage/presage-0.9-automake-1.14.patch 2014-10-29 21:10:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.presage.new/presage-0.9.1-automake-1.14.patch 2015-09-02 00:36:53.000000000 +0200
@@ -1,13 +1,13 @@
-Index: presage-0.9.beta20140216/configure.ac
+Index: presage-0.9.1/configure.ac
===================================================================
---- presage-0.9.beta20140216.orig/configure.ac
-+++ presage-0.9.beta20140216/configure.ac
+--- presage-0.9.1.orig/configure.ac
++++ presage-0.9.1/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to p
- AC_INIT([presage],[0.9~beta],[matteo.vescovi(a)yahoo.co.uk])
--AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability])
-+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability subdir-objects])
+ AC_INIT([presage],[0.9.1],[matteo.vescovi(a)yahoo.co.uk])
+-AM_INIT_AUTOMAKE([1.9 tar-ustar -Wall -Wno-extra-portability])
++AM_INIT_AUTOMAKE([1.9 tar-ustar -Wall -Wno-extra-portability subdir-objects])
AC_CONFIG_SRCDIR([src/lib/presage.cpp])
AC_CONFIG_HEADERS([config.h:config.hin])
++++++ presage-0.9.beta20140216.tar.gz -> presage-0.9.1.tar.gz ++++++
++++ 279412 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package dateutils for openSUSE:Factory checked in at 2015-09-02 00:36:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dateutils (Old)
and /work/SRC/openSUSE:Factory/.dateutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dateutils"
Changes:
--------
--- /work/SRC/openSUSE:Factory/dateutils/dateutils.changes 2015-08-03 17:22:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dateutils.new/dateutils.changes 2015-09-02 00:36:50.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Aug 31 08:39:17 UTC 2015 - sweet_f_a(a)gmx.de
+
+- bump version 0.3.4, this is a bugfix release.
+ * Bugfixes:
+ - bug/39, MacOSX endianness detection
+ - bug/38, ddiff day-only durations on date/times
+ - dadd +2m bug is fixed, regression
+ * See info page examples and/or README.
+- remove patches (upstream applied):
+ * 0001-fix-build-for-compilers-without-anonymous-struct-ini.patch
+ * 0002-fix-dateadd-unix-timestamp-bug.patch
+
+
+-------------------------------------------------------------------
Old:
----
0001-fix-build-for-compilers-without-anonymous-struct-ini.patch
0002-fix-dateadd-unix-timestamp-bug.patch
dateutils-0.3.3.tar.xz
New:
----
dateutils-0.3.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dateutils.spec ++++++
--- /var/tmp/diff_new_pack.o1Vx41/_old 2015-09-02 00:36:51.000000000 +0200
+++ /var/tmp/diff_new_pack.o1Vx41/_new 2015-09-02 00:36:51.000000000 +0200
@@ -16,7 +16,7 @@
#
-%define xversion 0.3.3
+%define xversion 0.3.4
%define have_octave 0
@@ -39,15 +39,13 @@
%endif
Name: dateutils
-Version: 0.3.3
+Version: 0.3.4
Release: 0
Summary: Nifty command line date and time utilities
License: BSD-3-Clause
Group: Productivity/Text/Utilities
Url: https://github.com/hroptatyr/dateutils/
Source: https://bitbucket.org/hroptatyr/dateutils/downloads/%{name}-%{version}.tar.…
-Patch1: 0001-fix-build-for-compilers-without-anonymous-struct-ini.patch
-Patch2: 0002-fix-dateadd-unix-timestamp-bug.patch
BuildRequires: pkgconfig
BuildRequires: xz
%if 0%{?suse_version}
@@ -81,8 +79,6 @@
%prep
%setup -q -n %{name}-%{xversion}
-%patch1 -p1
-%patch2 -p1
%build
%configure \
++++++ dateutils-0.3.3.tar.xz -> dateutils-0.3.4.tar.xz ++++++
++++ 2574 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package perl-Math-BigInt for openSUSE:Factory checked in at 2015-09-02 00:36:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Math-BigInt (Old)
and /work/SRC/openSUSE:Factory/.perl-Math-BigInt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Math-BigInt"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Math-BigInt/perl-Math-BigInt.changes 2014-06-01 19:41:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Math-BigInt.new/perl-Math-BigInt.changes 2015-09-02 00:36:47.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Sep 1 09:08:11 UTC 2015 - coolo(a)suse.com
+
+- updated to 1.9997
+ see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
+
+ ##############################################################################
+ The changes are now grouped by distribution.
+
+-------------------------------------------------------------------
Old:
----
Math-BigInt-1.9993.tar.gz
New:
----
Math-BigInt-1.9997.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Math-BigInt.spec ++++++
--- /var/tmp/diff_new_pack.HfQmJw/_old 2015-09-02 00:36:48.000000000 +0200
+++ /var/tmp/diff_new_pack.HfQmJw/_new 2015-09-02 00:36:48.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Math-BigInt
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,24 +17,27 @@
Name: perl-Math-BigInt
-Version: 1.9993
+Version: 1.9997
Release: 0
%define cpan_name Math-BigInt
Summary: Arbitrary size integer/float math package
-License: GPL-1.0+ or Artistic-1.0
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Math-BigInt/
-Source: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz
+Source0: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+%{perl_requires}
+# MANUAL BEGIN
Recommends: perl(bignum) >= 0.22
Recommends: perl(Math::BigInt::FastCalc) >= 0.25
Recommends: perl(Math::BigInt::GMP) >= 1.35
Recommends: perl(Math::BigInt::Pari) >= 1.15
Recommends: perl(Math::BigRat) >= 0.2602
-%{perl_requires}
+# MANUAL END
%description
All operators (including basic math operations) are overloaded if you
@@ -45,55 +48,6 @@
Operations with overloaded operators preserve the arguments which is
exactly what you expect.
-* Input
-
- Input values to these routines may be any string, that looks like a
- number and results in an integer, including hexadecimal and binary
- numbers.
-
- Scalars holding numbers may also be passed, but note that non-integer
- numbers may already have lost precision due to the conversion to float.
- Quote your input if you want BigInt to see all the digits:
-
- $x = Math::BigInt->new(12345678890123456789); # bad
- $x = Math::BigInt->new('12345678901234567890'); # good
-
- You can include one underscore between any two digits.
-
- This means integer values like 1.01E2 or even 1000E-2 are also accepted.
- Non-integer values result in NaN.
-
- Hexadecimal (prefixed with "0x") and binary numbers (prefixed with "0b")
- are accepted, too. Please note that octal numbers are not recognized by
- new(), so the following will print "123":
-
- perl -MMath::BigInt -le 'print Math::BigInt->new("0123")'
-
- To convert an octal number, use from_oct();
-
- perl -MMath::BigInt -le 'print Math::BigInt->from_oct("0123")'
-
- Currently, Math::BigInt::new() defaults to 0, while Math::BigInt::new('')
- results in 'NaN'. This might change in the future, so use always the
- following explicit forms to get a zero or NaN:
-
- $zero = Math::BigInt->bzero();
- $nan = Math::BigInt->bnan();
-
- 'bnorm()' on a BigInt object is now effectively a no-op, since the
- numbers are always stored in normalized form. If passed a string, creates
- a BigInt object from the input.
-
-* Output
-
- Output values are BigInt objects (normalized), except for the methods
- which return a string (see the SYNOPSIS manpage).
-
- Some routines ('is_odd()', 'is_even()', 'is_zero()', 'is_one()',
- 'is_nan()', etc.) return true or false, while others ('bcmp()',
- 'bacmp()') return either undef (if NaN is involved), <0, 0 or >0 and are
- suited for sort.
-
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
++++++ Math-BigInt-1.9993.tar.gz -> Math-BigInt-1.9997.tar.gz ++++++
++++ 1746 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
preamble: |-
Recommends: perl(bignum) >= 0.22
Recommends: perl(Math::BigInt::FastCalc) >= 0.25
Recommends: perl(Math::BigInt::GMP) >= 1.35
Recommends: perl(Math::BigInt::Pari) >= 1.15
Recommends: perl(Math::BigRat) >= 0.2602
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
1
0
Hello community,
here is the log from the commit of package fcitx-qt5 for openSUSE:Factory checked in at 2015-09-02 00:36:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-qt5 (Old)
and /work/SRC/openSUSE:Factory/.fcitx-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-qt5"
Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx-qt5/fcitx-qt5.changes 2015-07-14 17:44:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-qt5.new/fcitx-qt5.changes 2015-09-02 00:36:46.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 31 09:56:45 UTC 2015 - i(a)marguerite.su
+
+- update version 1.0.4
+ * fix the coordinates for high dpi in qt5
+
+-------------------------------------------------------------------
Old:
----
fcitx-qt5-1.0.3.tar.xz
New:
----
fcitx-qt5-1.0.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fcitx-qt5.spec ++++++
--- /var/tmp/diff_new_pack.YpdbYl/_old 2015-09-02 00:36:47.000000000 +0200
+++ /var/tmp/diff_new_pack.YpdbYl/_new 2015-09-02 00:36:47.000000000 +0200
@@ -17,12 +17,12 @@
Name: fcitx-qt5
-Version: 1.0.3
+Version: 1.0.4
Release: 0
Summary: Fcitx QT5 Input Context
License: GPL-2.0+
Group: System/I18n/Chinese
-Url: https://fcitx.org
+Url: https://github.com/fcitx/fcitx-qt5
Source: http://download.fcitx-im.org/%{name}/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: cmake
++++++ fcitx-qt5-1.0.3.tar.xz -> fcitx-qt5-1.0.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-qt5-1.0.3/platforminputcontext/qfcitxplatforminputcontext.cpp new/fcitx-qt5-1.0.4/platforminputcontext/qfcitxplatforminputcontext.cpp
--- old/fcitx-qt5-1.0.3/platforminputcontext/qfcitxplatforminputcontext.cpp 2015-07-03 05:02:17.000000000 +0200
+++ new/fcitx-qt5-1.0.4/platforminputcontext/qfcitxplatforminputcontext.cpp 2015-07-09 06:04:21.000000000 +0200
@@ -350,9 +350,11 @@
r.moveTopLeft(inputWindow->mapToGlobal(r.topLeft()));
+ qreal scale = inputWindow->devicePixelRatio();
if (data->rect != r) {
data->rect = r;
- proxy->SetCursorRect(r.x(), r.y(), r.width(), r.height());
+ proxy->SetCursorRect(r.x() * scale, r.y() * scale,
+ r.width() * scale, r.height() * scale);
}
}
1
0
Hello community,
here is the log from the commit of package gluegen2 for openSUSE:Factory checked in at 2015-09-02 00:36:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gluegen2 (Old)
and /work/SRC/openSUSE:Factory/.gluegen2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gluegen2"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gluegen2/gluegen2.changes 2015-04-10 09:53:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gluegen2.new/gluegen2.changes 2015-09-02 00:36:44.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 1 08:39:24 UTC 2015 - normand(a)linux.vnet.ibm.com
+
+- put back patch updated for last version 2.3.1:
+ gluegen2-add-ppc64-aarch64.patch
+
+-------------------------------------------------------------------
New:
----
gluegen2-add-ppc64-aarch64.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gluegen2.spec ++++++
--- /var/tmp/diff_new_pack.JcTwCH/_old 2015-09-02 00:36:46.000000000 +0200
+++ /var/tmp/diff_new_pack.JcTwCH/_new 2015-09-02 00:36:46.000000000 +0200
@@ -34,6 +34,7 @@
# FIXME: Disable all junit tests because it requires packages not yet packaged in obs
# PATCH-FIX-OPENSUSE gluegen2-disable-tests.patch badshah400(a)gmail.com -- Remove junit tests from the "all" targets as this requires additional dependencies (jardiff)
Patch5: gluegen2-disable-tests.patch
+Patch6: gluegen2-add-ppc64-aarch64.patch
BuildRequires: ant
BuildRequires: ant-antlr
BuildRequires: ant-contrib
@@ -91,6 +92,7 @@
%patch2 -p1
%patch3 -p1
%patch5 -p1
+%patch6 -p1
# Fix wrong-script-end-of-line-encoding
rm make/scripts/*.bat
++++++ gluegen2-add-ppc64-aarch64.patch ++++++
>From 5309186d0bc361011b91c176f229a598496a5bf2 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson(a)gmail.com>
Date: Wed, 18 Feb 2015 17:30:28 +0000
Subject: Add support for aarch64/ppc64
patch retrieved from Fedora DB
and adapted to gluegen2 version 2.3.1
Signed-off-by: Peter Robinson <pbrobinson(a)gmail.com>
Signed-off-by: Michel Normand <normand(a)linux.vnet.ibm.com>
---
make/build.xml | 20 +++++++++++
make/gluegen-cpptasks-base.xml | 70 +++++++++++++++++++++++++++++++++++++++--
2 files changed, 87 insertions(+), 3 deletions(-)
Index: gluegen-v2.3.1/make/build.xml
===================================================================
--- gluegen-v2.3.1.orig/make/build.xml
+++ gluegen-v2.3.1/make/build.xml
@@ -307,6 +307,24 @@
<property name="linker.cfg.id" value="linker.cfg.linux.ppc" />
</target>
+ <target name="declare.linux.ppc64" if="isLinuxPpc64">
+ <echo message="Linux.ppc64" />
+ <property name="compiler.cfg.id" value="compiler.cfg.linux" />
+ <property name="linker.cfg.id" value="linker.cfg.linux.ppc64" />
+ </target>
+
+ <target name="declare.linux.ppc64le" if="isLinuxPpc64le">
+ <echo message="Linux.ppc64le" />
+ <property name="compiler.cfg.id" value="compiler.cfg.linux" />
+ <property name="linker.cfg.id" value="linker.cfg.linux.ppc64le" />
+ </target>
+
+ <target name="declare.linux.aarch64" if="isLinuxAarch64">
+ <echo message="Linux.aarch64" />
+ <property name="compiler.cfg.id" value="compiler.cfg.linux" />
+ <property name="linker.cfg.id" value="linker.cfg.linux.aarch64" />
+ </target>
+
<target name="declare.linux.s390" if="isLinuxs390">
<echo message="Linux.s390" />
<property name="compiler.cfg.id" value="compiler.cfg.linux" />
@@ -325,7 +343,7 @@
<property name="linker.cfg.id" value="linker.cfg.linux.sparc" />
</target>
- <target name="declare.linux" depends="declare.linux.x86,declare.linux.amd64,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6" if="isLinux" >
+ <target name="declare.linux" depends="declare.linux.x86,declare.linux.amd64,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6,declare.linux.aarch64" if="isLinux" >
<property name="c.src.dir.os" value="unix" />
<property name="java.includes.dir.platform" value="${java.includes.dir}/linux" />
</target>
Index: gluegen-v2.3.1/make/gluegen-cpptasks-base.xml
===================================================================
--- gluegen-v2.3.1.orig/make/gluegen-cpptasks-base.xml
+++ gluegen-v2.3.1/make/gluegen-cpptasks-base.xml
@@ -43,11 +43,14 @@
- isLinuxARM64
- isLinuxARMv6Armel (set in gluegen.cpptasks.detected.os.2)
- isLinuxARMv6Armhf (set in gluegen.cpptasks.detected.os.2)
+ - isLinuxAarch64
- isLinuxAlpha
- isLinuxHppa
- isLinuxMips
- isLinuxMipsel
- isLinuxPpc
+ - isLinuxPpc64
+ - isLinuxPpc64le
- isLinuxs390
- isLinuxs390x
- isLinuxSparc
@@ -133,6 +136,8 @@
- compiler.cfg.linux.mips
- compiler.cfg.linux.mipsel
- compiler.cfg.linux.ppc
+ - compiler.cfg.linux.ppc64
+ - compiler.cfg.linux.ppc64le
- compiler.cfg.linux.s390
- compiler.cfg.linux.s390x
- compiler.cfg.linux.sparc
@@ -417,6 +422,33 @@
<condition property="ppc">
<os arch="ppc" />
</condition>
+ <condition property="isLinuxPpc64">
+ <and>
+ <istrue value="${isLinux}" />
+ <os arch="ppc64" />
+ </and>
+ </condition>
+ <condition property="ppc64">
+ <os arch="ppc64" />
+ </condition>
+ <condition property="isLinuxPpc64le">
+ <and>
+ <istrue value="${isLinux}" />
+ <os arch="ppc64le" />
+ </and>
+ </condition>
+ <condition property="ppc64le">
+ <os arch="ppc64le" />
+ </condition>
+ <condition property="isLinuxAarch64">
+ <and>
+ <istrue value="${isLinux}" />
+ <os arch="aarch64" />
+ </and>
+ </condition>
+ <condition property="aarch64">
+ <os arch="aarch64" />
+ </condition>
<condition property="isLinuxs390">
<and>
<istrue value="${isLinux}" />
@@ -601,6 +633,9 @@
<echo message="LinuxMips=${isLinuxMips}" />
<echo message="LinuxMipsel=${isLinuxMipsel}" />
<echo message="LinuxPpc=${isLinuxPpc}" />
+ <echo message="LinuxPpc64=${isLinuxPpc64}" />
+ <echo message="LinuxPpc64le=${isLinuxPpc64le}" />
+ <echo message="LinuxAarch64=${isLinuxAarch64}" />
<echo message="Linuxs390=${isLinuxs390}" />
<echo message="Linuxs390x=${isLinuxs390x}" />
<echo message="LinuxSparc=${isLinuxSparc}" />
@@ -683,6 +718,14 @@
<property name="os.and.arch" value="linux-ppc" />
</target>
+ <target name="gluegen.cpptasks.detect.os.linux.ppc64" unless="gluegen.cpptasks.detected.os.2" if="isLinuxPpc64">
+ <property name="os.and.arch" value="linux-ppc64" />
+ </target>
+
+ <target name="gluegen.cpptasks.detect.os.linux.ppc64le" unless="gluegen.cpptasks.detected.os.2" if="isLinuxPpc64le">
+ <property name="os.and.arch" value="linux-ppc64le" />
+ </target>
+
<target name="gluegen.cpptasks.detect.os.linux.s390" unless="gluegen.cpptasks.detected.os.2" if="isLinuxs390">
<property name="os.and.arch" value="linux-s390" />
</target>
@@ -707,7 +750,7 @@
<property name="os.and.arch" value="android-aarch64" />
</target>
- <target name="gluegen.cpptasks.detect.os.linux" depends="gluegen.cpptasks.detect.os.linux.amd64,gluegen.cpptasks.detect.os.linux.ia64,gluegen.cpptasks.detect.os.linux.x86,gluegen.cpptasks.detect.os.linux.armv6.armel,gluegen.cpptasks.detect.os.linux.armv6.armhf,gluegen.cpptasks.detect.os.android.armv6.armel,gluegen.cpptasks.detect.os.linux.aarch64,gluegen.cpptasks.detect.os.android.armv6.armhf,gluegen.cpptasks.detect.os.android.aarch64,gluegen.cpptasks.detect.os.linux.alpha,gluegen.cpptasks.detect.os.linux.hppa,gluegen.cpptasks.detect.os.linux.mips,gluegen.cpptasks.detect.os.linux.mipsel,gluegen.cpptasks.detect.os.linux.ppc,gluegen.cpptasks.detect.os.linux.s390,gluegen.cpptasks.detect.os.linux.s390x,gluegen.cpptasks.detect.os.linux.sparc" unless="gluegen.cpptasks.detected.os.2" />
+ <target name="gluegen.cpptasks.detect.os.linux" depends="gluegen.cpptasks.detect.os.linux.amd64,gluegen.cpptasks.detect.os.linux.ia64,gluegen.cpptasks.detect.os.linux.x86,gluegen.cpptasks.detect.os.linux.armv6.armel,gluegen.cpptasks.detect.os.linux.armv6.armhf,gluegen.cpptasks.detect.os.android.armv6.armel,gluegen.cpptasks.detect.os.linux.aarch64,gluegen.cpptasks.detect.os.android.armv6.armhf,gluegen.cpptasks.detect.os.android.aarch64,gluegen.cpptasks.detect.os.linux.alpha,gluegen.cpptasks.detect.os.linux.hppa,gluegen.cpptasks.detect.os.linux.mips,gluegen.cpptasks.detect.os.linux.mipsel,gluegen.cpptasks.detect.os.linux.ppc,gluegen.cpptasks.detect.os.linux.ppc64,gluegen.cpptasks.detect.os.linux.ppc64le,gluegen.cpptasks.detect.os.linux.s390,gluegen.cpptasks.detect.os.linux.s390x,gluegen.cpptasks.detect.os.linux.sparc" unless="gluegen.cpptasks.detected.os.2" />
<target name="gluegen.cpptasks.detect.os.osx" unless="gluegen.cpptasks.detected.os.2" if="isOSX">
<property name="native.library.suffix" value="*lib" />
@@ -1268,6 +1311,15 @@
<linker id="linker.cfg.linux.ppc" name="${gcc.compat.compiler}">
</linker>
+ <linker id="linker.cfg.linux.ppc64" name="${gcc.compat.compiler}">
+ </linker>
+
+ <linker id="linker.cfg.linux.ppc64le" name="${gcc.compat.compiler}">
+ </linker>
+
+ <linker id="linker.cfg.linux.aarch64" name="${gcc.compat.compiler}">
+ </linker>
+
<linker id="linker.cfg.linux.s390" name="${gcc.compat.compiler}">
</linker>
@@ -1497,6 +1549,20 @@
<property name="java.lib.dir.platform" value="${java.home.dir}/jre/lib/ppc" />
</target>
+ <target name="gluegen.cpptasks.declare.compiler.linux.ppc64" if="isLinuxPpc64">
+ <echo message="Linux.Ppc64" />
+ <property name="compiler.cfg.id.base" value="compiler.cfg.linux" />
+ <property name="linker.cfg.id.base" value="linker.cfg.linux" />
+ <property name="java.lib.dir.platform" value="${java.home.dir}/jre/lib/ppc64" />
+ </target>
+
+ <target name="gluegen.cpptasks.declare.compiler.linux.ppc64le" if="isLinuxPpc64le">
+ <echo message="Linux.Ppc64le" />
+ <property name="compiler.cfg.id.base" value="compiler.cfg.linux" />
+ <property name="linker.cfg.id.base" value="linker.cfg.linux" />
+ <property name="java.lib.dir.platform" value="${java.home.dir}/jre/lib/ppc64le" />
+ </target>
+
<target name="gluegen.cpptasks.declare.compiler.linux.s390" if="isLinuxs390">
<echo message="Linux.s390" />
<property name="compiler.cfg.id.base" value="compiler.cfg.linux" />
@@ -1518,7 +1584,7 @@
<property name="java.lib.dir.platform" value="${java.home.dir}/jre/lib/sparc" />
</target>
- <target name="gluegen.cpptasks.declare.compiler.linux" depends="gluegen.cpptasks.declare.compiler.linux.x86,gluegen.cpptasks.declare.compiler.linux.amd64,gluegen.cpptasks.declare.compiler.linux.ia64,gluegen.cpptasks.declare.compiler.linux.armv6,gluegen.cpptasks.declare.compiler.linux.aarch64,gluegen.cpptasks.declare.compiler.linux.alpha,gluegen.cpptasks.declare.compiler.linux.hppa,gluegen.cpptasks.declare.compiler.linux.mips,gluegen.cpptasks.declare.compiler.linux.mipsel,gluegen.cpptasks.declare.compiler.linux.ppc,gluegen.cpptasks.declare.compiler.linux.s390,gluegen.cpptasks.declare.compiler.linux.s390x,gluegen.cpptasks.declare.compiler.linux.sparc" if="isLinux">
+ <target name="gluegen.cpptasks.declare.compiler.linux" depends="gluegen.cpptasks.declare.compiler.linux.x86,gluegen.cpptasks.declare.compiler.linux.amd64,gluegen.cpptasks.declare.compiler.linux.ia64,gluegen.cpptasks.declare.compiler.linux.armv6,gluegen.cpptasks.declare.compiler.linux.aarch64,gluegen.cpptasks.declare.compiler.linux.alpha,gluegen.cpptasks.declare.compiler.linux.hppa,gluegen.cpptasks.declare.compiler.linux.mips,gluegen.cpptasks.declare.compiler.linux.mipsel,gluegen.cpptasks.declare.compiler.linux.ppc,gluegen.cpptasks.declare.compiler.linux.ppc64,gluegen.cpptasks.declare.compiler.linux.ppc64le,gluegen.cpptasks.declare.compiler.linux.s390,gluegen.cpptasks.declare.compiler.linux.s390x,gluegen.cpptasks.declare.compiler.linux.sparc" if="isLinux">
<property name="java.includes.dir.platform" value="${java.includes.dir}/linux" />
</target>
1
0