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 kcrash for openSUSE:Factory checked in at 2015-09-02 07:44:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcrash (Old)
and /work/SRC/openSUSE:Factory/.kcrash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcrash"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes 2015-07-14 17:22:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes 2015-09-02 07:44:38.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 4 19:20:18 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:
----
kcrash-5.12.0.tar.xz
New:
----
kcrash-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kcrash.spec ++++++
--- /var/tmp/diff_new_pack.NV6f4E/_old 2015-09-02 07:44:38.000000000 +0200
+++ /var/tmp/diff_new_pack.NV6f4E/_new 2015-09-02 07:44:38.000000000 +0200
@@ -17,9 +17,9 @@
%define lname libKF5Crash5
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: kcrash
-Version: 5.12.0
+Version: 5.13.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@@ -28,9 +28,9 @@
BuildRequires: kcoreaddons-devel >= %{_tar_path}
BuildRequires: kf5-filesystem
BuildRequires: kwindowsystem-devel >= %{_tar_path}
-BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
+BuildRequires: cmake(Qt5Core) >= 5.3.0
+BuildRequires: cmake(Qt5Test) >= 5.3.0
+BuildRequires: cmake(Qt5X11Extras) >= 5.3.0
BuildRequires: pkgconfig(x11)
Summary: Gracefull handling of application crashes
License: LGPL-2.1+
@@ -56,7 +56,7 @@
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: extra-cmake-modules
-Requires: pkgconfig(Qt5Core) >= 5.2.0
+Requires: cmake(Qt5Core) >= 5.3.0
%description devel
KCrash provides support for intercepting and handling application crashes.
++++++ kcrash-5.12.0.tar.xz -> kcrash-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.12.0/CMakeLists.txt new/kcrash-5.13.0/CMakeLists.txt
--- old/kcrash-5.12.0/CMakeLists.txt 2015-07-04 22:32:01.000000000 +0200
+++ new/kcrash-5.13.0/CMakeLists.txt 2015-08-01 14:41:18.000000000 +0200
@@ -3,13 +3,13 @@
project(KCrash)
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)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
include(KDEInstallDirs)
include(KDEFrameworkCompilerSettings)
@@ -26,8 +26,8 @@
include(ECMSetupVersion)
include(ECMGenerateHeaders)
-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 KCrash
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.12.0/README.md new/kcrash-5.13.0/README.md
--- old/kcrash-5.12.0/README.md 2015-07-04 22:32:01.000000000 +0200
+++ new/kcrash-5.13.0/README.md 2015-08-01 14:41:18.000000000 +0200
@@ -1,5 +1,7 @@
# KCrash
+Graceful handling of application crashes
+
## Introduction
KCrash provides support for intercepting and handling application crashes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.12.0/src/CMakeLists.txt new/kcrash-5.13.0/src/CMakeLists.txt
--- old/kcrash-5.12.0/src/CMakeLists.txt 2015-07-04 22:32:01.000000000 +0200
+++ new/kcrash-5.13.0/src/CMakeLists.txt 2015-08-01 14:41:18.000000000 +0200
@@ -20,7 +20,7 @@
if(${X11_FOUND})
- find_package(Qt5X11Extras 5.2.0 REQUIRED NO_MODULE)
+ find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
target_link_libraries(KF5Crash PRIVATE Qt5::X11Extras ${X11_LIBRARIES})
target_include_directories(KF5Crash PRIVATE ${X11_X11_INCLUDE_PATH})
endif()
1
0
Hello community,
here is the log from the commit of package kcoreaddons for openSUSE:Factory checked in at 2015-09-02 07:44:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcoreaddons (Old)
and /work/SRC/openSUSE:Factory/.kcoreaddons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcoreaddons"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes 2015-07-14 17:22:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 2015-09-02 07:44:29.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Aug 4 19:20:17 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
+ * Add Kdelibs4Migration::kdeHome() for cases not covered by resources
+ * Fix tr() warning
+ * Fix KCoreAddons build on Clang+ARM
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------
Old:
----
kcoreaddons-5.12.0.tar.xz
New:
----
kcoreaddons-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kcoreaddons.spec ++++++
--- /var/tmp/diff_new_pack.DtaU8g/_old 2015-09-02 07:44:30.000000000 +0200
+++ /var/tmp/diff_new_pack.DtaU8g/_new 2015-09-02 07:44:30.000000000 +0200
@@ -18,19 +18,19 @@
%bcond_without lang
%define lname libKF5CoreAddons5
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: kcoreaddons
-Version: 5.12.0
+Version: 5.13.0
Release: 0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
%if %{with lang}
-BuildRequires: libqt5-linguist-devel >= 5.2.0
+BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0
%endif
BuildRequires: shared-mime-info
-BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
+BuildRequires: cmake(Qt5Core) >= 5.3.0
Requires: shared-mime-info
%if %{with lang}
Recommends: %{name}-lang = %{version}
@@ -67,7 +67,7 @@
Requires: %lname = %{version}
Requires: %{name} = %{version}
Requires: extra-cmake-modules
-Requires: pkgconfig(Qt5Core) >= 5.2.0
+Requires: cmake(Qt5Core) >= 5.3.0
%description devel
KCoreAddons provides classes built on top of QtCore to perform various tasks
++++++ kcoreaddons-5.12.0.tar.xz -> kcoreaddons-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.12.0/CMakeLists.txt new/kcoreaddons-5.13.0/CMakeLists.txt
--- old/kcoreaddons-5.12.0/CMakeLists.txt 2015-07-05 10:55:25.000000000 +0200
+++ new/kcoreaddons-5.13.0/CMakeLists.txt 2015-08-04 12:49:20.000000000 +0200
@@ -3,7 +3,7 @@
project(KCoreAddons)
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,7 +20,7 @@
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 Core)
# Configure checks for kdirwatch
@@ -41,7 +41,7 @@
include(ECMPoQmTools)
-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 KCOREADDONS
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.12.0/README.md new/kcoreaddons-5.13.0/README.md
--- old/kcoreaddons-5.12.0/README.md 2015-07-05 10:55:25.000000000 +0200
+++ new/kcoreaddons-5.13.0/README.md 2015-08-04 12:49:20.000000000 +0200
@@ -1,5 +1,7 @@
# KCoreAddons
+Qt addon library with a collection of non-GUI utilities
+
## Introduction
KCoreAddons provides classes built on top of QtCore to perform various tasks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.12.0/po/ast/kcoreaddons5_qt.po new/kcoreaddons-5.13.0/po/ast/kcoreaddons5_qt.po
--- old/kcoreaddons-5.12.0/po/ast/kcoreaddons5_qt.po 2015-07-05 10:55:25.000000000 +0200
+++ new/kcoreaddons-5.13.0/po/ast/kcoreaddons5_qt.po 2015-08-04 12:49:20.000000000 +0200
@@ -1,23 +1,23 @@
-# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+# enolp <enolp(a)softastur.org>, 2015.
msgid ""
msgstr ""
"Project-Id-Version: kdelibs4-1\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2012-12-28 17:14+0100\n"
-"Last-Translator: ivarela <ivarela(a)ubuntu.com>\n"
-"Language-Team: asturian <kde-i18n-doc(a)kde.org>\n"
-"Language: \n"
+"PO-Revision-Date: 2015-07-11 16:22+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"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-Language: asturian\n"
"X-Qt-Contexts: true\n"
+"X-Generator: Lokalize 2.0\n"
#: lib/kaboutdata.cpp:226
#, fuzzy
@@ -36,148 +36,92 @@
"términos de llicencia.\n"
#: lib/kaboutdata.cpp:234
-#, fuzzy, qt-format
-#| msgid "This program is distributed under the terms of the %1."
+#, qt-format
msgctxt "KAboutLicense|"
msgid "This program is distributed under the terms of the %1."
-msgstr "Esti programa úfrese embaxo los términos de %1."
+msgstr "Esti programa distribúise so los términos de la %1."
#: lib/kaboutdata.cpp:260
-#, fuzzy
-#| msgctxt "@item license (short name)"
-#| msgid "GPL v2"
msgctxt "KAboutLicense|@item license (short name)"
msgid "GPL v2"
msgstr "GPL v2"
#: lib/kaboutdata.cpp:261
-#, fuzzy
-#| msgctxt "@item license"
-#| msgid "GNU General Public License Version 2"
msgctxt "KAboutLicense|@item license"
msgid "GNU General Public License Version 2"
msgstr "GNU General Public License Version 2"
#: lib/kaboutdata.cpp:264
-#, fuzzy
-#| msgctxt "@item license (short name)"
-#| msgid "LGPL v2"
msgctxt "KAboutLicense|@item license (short name)"
msgid "LGPL v2"
msgstr "LGPL v2"
#: lib/kaboutdata.cpp:265
-#, fuzzy
-#| msgctxt "@item license"
-#| msgid "GNU Lesser General Public License Version 2"
msgctxt "KAboutLicense|@item license"
msgid "GNU Lesser General Public License Version 2"
msgstr "GNU Lesser General Public License Version 2"
#: lib/kaboutdata.cpp:268
-#, fuzzy
-#| msgctxt "@item license (short name)"
-#| msgid "BSD License"
msgctxt "KAboutLicense|@item license (short name)"
msgid "BSD License"
msgstr "BSD License"
#: lib/kaboutdata.cpp:269
-#, fuzzy
-#| msgctxt "@item license (short name)"
-#| msgid "BSD License"
msgctxt "KAboutLicense|@item license"
msgid "BSD License"
msgstr "BSD License"
#: lib/kaboutdata.cpp:272
-#, fuzzy
-#| msgctxt "@item license"
-#| msgid "Artistic License"
msgctxt "KAboutLicense|@item license (short name)"
msgid "Artistic License"
msgstr "Artistic License"
#: lib/kaboutdata.cpp:273
-#, fuzzy
-#| msgctxt "@item license"
-#| msgid "Artistic License"
msgctxt "KAboutLicense|@item license"
msgid "Artistic License"
msgstr "Artistic License"
#: lib/kaboutdata.cpp:276
-#, fuzzy
-#| msgctxt "@item license (short name)"
-#| msgid "QPL v1.0"
msgctxt "KAboutLicense|@item license (short name)"
msgid "QPL v1.0"
msgstr "QPL v1.0"
#: lib/kaboutdata.cpp:277
-#, fuzzy
-#| msgctxt "@item license"
-#| msgid "Q Public License"
msgctxt "KAboutLicense|@item license"
msgid "Q Public License"
msgstr "Q Public License"
#: lib/kaboutdata.cpp:280
-#, fuzzy
-#| msgctxt "@item license (short name)"
-#| msgid "GPL v3"
msgctxt "KAboutLicense|@item license (short name)"
msgid "GPL v3"
msgstr "GPL v3"
#: lib/kaboutdata.cpp:281
-#, fuzzy
-#| msgctxt "@item license"
-#| msgid "GNU General Public License Version 3"
msgctxt "KAboutLicense|@item license"
msgid "GNU General Public License Version 3"
msgstr "GNU General Public License Version 3"
#: lib/kaboutdata.cpp:284
-#, fuzzy
-#| msgctxt "@item license (short name)"
-#| msgid "LGPL v3"
msgctxt "KAboutLicense|@item license (short name)"
msgid "LGPL v3"
msgstr "LGPL v3"
#: lib/kaboutdata.cpp:285
-#, fuzzy
-#| msgctxt "@item license"
-#| msgid "GNU Lesser General Public License Version 3"
msgctxt "KAboutLicense|@item license"
msgid "GNU Lesser General Public License Version 3"
msgstr "GNU Lesser General Public License Version 3"
#: lib/kaboutdata.cpp:289
-#, fuzzy
-#| msgctxt "@item license"
-#| msgid "Custom"
msgctxt "KAboutLicense|@item license"
msgid "Custom"
msgstr "Personal"
#: lib/kaboutdata.cpp:292
-#, fuzzy
-#| msgctxt "@item license"
-#| msgid "Not specified"
msgctxt "KAboutLicense|@item license"
msgid "Not specified"
msgstr "Ensin especificar"
#: lib/kaboutdata.cpp:809
-#, fuzzy
-#| msgctxt "replace this with information about your translation team"
-#| msgid ""
-#| "<p>KDE is translated into many languages thanks to the work of the "
-#| "translation teams all over the world.</p><p>For more information on KDE "
-#| "internationalization visit <a href=\"http://l10n.kde.org\">http://l10n."
-#| "kde.org</a></p>"
msgctxt "KAboutData|replace this with information about your translation team"
msgid ""
"<p>KDE is translated into many languages thanks to the work of the "
@@ -186,9 +130,8 @@
"org</a></p>"
msgstr ""
"<p>KDE traduzse a munches llingües gracies al trabayu de los equipos de "
-"traducción de tol mundu.</p><p>Pa más información sobre la "
-"internacionalización de KDE, visite <a href=\"http://l10n.kde.org\">http://"
-"l10n.kde.org</a></p>"
+"traducción de tol mundiu.</p><p>Pa más información na internacionalización "
+"de KDE, visita <a href=\"http://l10n.kde.org\">http://l10n.kde.org</a></p>"
#: lib/kaboutdata.cpp:949
#, fuzzy
@@ -225,265 +168,206 @@
"%2"
#: lib/kaboutdata.cpp:972
-#, fuzzy
-#| msgid "Please use http://bugs.kde.org to report bugs.\n"
msgctxt "KAboutData CLI|"
msgid "Please use http://bugs.kde.org to report bugs."
-msgstr "Por favor usa http://bugs.kde.org pa informar de fallos.\n"
+msgstr "Por favor, usa http://bugs.kde.org pa informar de fallos."
#: lib/kaboutdata.cpp:974
-#, fuzzy
-#| msgid "Please report bugs to %1.\n"
msgctxt "KAboutData CLI|"
msgid "Please report bugs to %s.\n"
-msgstr "Por favor informa de fallos a %1.\n"
+msgstr "Por favor, informa de fallos a %1.\n"
#: lib/plugin/kpluginloader.cpp:122
-#, fuzzy, qt-format
-#| msgid "The library %1 does not offer a KDE 4 compatible factory."
+#, qt-format
msgctxt "KPluginLoader|"
msgid "The library %1 does not offer a KPluginFactory."
-msgstr "La biblioteca %1 nun ufierta denguna «factory» compatible con KDE 4."
+msgstr "La biblioteca %1 nun ufre un KPluginFactory."
#. MetricBinaryDialect size in bytes
#: lib/util/kformatprivate.cpp:88
-#, fuzzy, qt-format
-#| msgctxt "size in bytes"
-#| msgid "%1 B"
+#, qt-format
msgctxt "KFormat|MetricBinaryDialect"
msgid "%1 B"
msgstr "%1 B"
#. MetricBinaryDialect size in 1000 bytes
#: lib/util/kformatprivate.cpp:91
-#, fuzzy, qt-format
-#| msgctxt "size in 1000 bytes"
-#| msgid "%1 kB"
+#, qt-format
msgctxt "KFormat|MetricBinaryDialect"
msgid "%1 kB"
msgstr "%1 kB"
#. MetricBinaryDialect size in 10^6 bytes
#: lib/util/kformatprivate.cpp:94
-#, fuzzy, qt-format
-#| msgctxt "size in 10^6 bytes"
-#| msgid "%1 MB"
+#, qt-format
msgctxt "KFormat|MetricBinaryDialect"
msgid "%1 MB"
msgstr "%1 MB"
#. MetricBinaryDialect size in 10^9 bytes
#: lib/util/kformatprivate.cpp:97
-#, fuzzy, qt-format
-#| msgctxt "size in 10^9 bytes"
-#| msgid "%1 GB"
+#, qt-format
msgctxt "KFormat|MetricBinaryDialect"
msgid "%1 GB"
msgstr "%1 GB"
#. MetricBinaryDialect size in 10^12 bytes
#: lib/util/kformatprivate.cpp:100
-#, fuzzy, qt-format
-#| msgctxt "size in 10^12 bytes"
-#| msgid "%1 TB"
+#, qt-format
msgctxt "KFormat|MetricBinaryDialect"
msgid "%1 TB"
msgstr "%1 TB"
#. MetricBinaryDialect size in 10^15 bytes
#: lib/util/kformatprivate.cpp:103
-#, fuzzy, qt-format
-#| msgctxt "size in 10^15 bytes"
-#| msgid "%1 PB"
+#, qt-format
msgctxt "KFormat|MetricBinaryDialect"
msgid "%1 PB"
msgstr "%1 PB"
#. MetricBinaryDialect size in 10^18 byte
#: lib/util/kformatprivate.cpp:106
-#, fuzzy, qt-format
-#| msgctxt "size in 10^18 bytes"
-#| msgid "%1 EB"
+#, qt-format
msgctxt "KFormat|MetricBinaryDialect"
msgid "%1 EB"
msgstr "%1 EB"
#. MetricBinaryDialect size in 10^21 bytes
#: lib/util/kformatprivate.cpp:109
-#, fuzzy, qt-format
-#| msgctxt "size in 10^21 bytes"
-#| msgid "%1 ZB"
+#, qt-format
msgctxt "KFormat|MetricBinaryDialect"
msgid "%1 ZB"
msgstr "%1 ZB"
#. MetricBinaryDialect size in 10^24 bytes
#: lib/util/kformatprivate.cpp:112
-#, fuzzy, qt-format
-#| msgctxt "size in 10^24 bytes"
-#| msgid "%1 YB"
+#, qt-format
msgctxt "KFormat|MetricBinaryDialect"
msgid "%1 YB"
msgstr "%1 YB"
#. JEDECBinaryDialect memory size in bytes
#: lib/util/kformatprivate.cpp:118
-#, fuzzy, qt-format
-#| msgctxt "size in bytes"
-#| msgid "%1 B"
+#, qt-format
msgctxt "KFormat|JEDECBinaryDialect"
msgid "%1 B"
msgstr "%1 B"
#. JEDECBinaryDialect memory size in 1024 bytes
#: lib/util/kformatprivate.cpp:121
-#, fuzzy, qt-format
-#| msgctxt "memory size in 1024 bytes"
-#| msgid "%1 KB"
+#, qt-format
msgctxt "KFormat|JEDECBinaryDialect"
msgid "%1 KB"
msgstr "%1 KB"
#. JEDECBinaryDialect memory size in 10^20 bytes
#: lib/util/kformatprivate.cpp:124
-#, fuzzy, qt-format
-#| msgctxt "size in 10^6 bytes"
-#| msgid "%1 MB"
+#, qt-format
msgctxt "KFormat|JEDECBinaryDialect"
msgid "%1 MB"
msgstr "%1 MB"
#. JEDECBinaryDialect memory size in 10^30 bytes
#: lib/util/kformatprivate.cpp:127
-#, fuzzy, qt-format
-#| msgctxt "size in 10^9 bytes"
-#| msgid "%1 GB"
+#, qt-format
msgctxt "KFormat|JEDECBinaryDialect"
msgid "%1 GB"
msgstr "%1 GB"
#. JEDECBinaryDialect memory size in 10^40 bytes
#: lib/util/kformatprivate.cpp:130
-#, fuzzy, qt-format
-#| msgctxt "size in 10^12 bytes"
-#| msgid "%1 TB"
+#, qt-format
msgctxt "KFormat|JEDECBinaryDialect"
msgid "%1 TB"
msgstr "%1 TB"
#. JEDECBinaryDialect memory size in 10^50 bytes
#: lib/util/kformatprivate.cpp:133
-#, fuzzy, qt-format
-#| msgctxt "size in 10^15 bytes"
-#| msgid "%1 PB"
+#, qt-format
msgctxt "KFormat|JEDECBinaryDialect"
msgid "%1 PB"
msgstr "%1 PB"
#. JEDECBinaryDialect memory size in 10^60 bytes
#: lib/util/kformatprivate.cpp:136
-#, fuzzy, qt-format
-#| msgctxt "size in 10^18 bytes"
-#| msgid "%1 EB"
+#, qt-format
msgctxt "KFormat|JEDECBinaryDialect"
msgid "%1 EB"
msgstr "%1 EB"
#. JEDECBinaryDialect memory size in 10^70 bytes
#: lib/util/kformatprivate.cpp:139
-#, fuzzy, qt-format
-#| msgctxt "size in 10^21 bytes"
-#| msgid "%1 ZB"
+#, qt-format
msgctxt "KFormat|JEDECBinaryDialect"
msgid "%1 ZB"
msgstr "%1 ZB"
#. JEDECBinaryDialect memory size in 10^80 bytes
#: lib/util/kformatprivate.cpp:142
-#, fuzzy, qt-format
-#| msgctxt "size in 10^24 bytes"
-#| msgid "%1 YB"
+#, qt-format
msgctxt "KFormat|JEDECBinaryDialect"
msgid "%1 YB"
msgstr "%1 YB"
#. IECBinaryDialect size in bytes
#: lib/util/kformatprivate.cpp:148
-#, fuzzy, qt-format
-#| msgctxt "size in bytes"
-#| msgid "%1 B"
+#, qt-format
msgctxt "KFormat|IECBinaryDialect"
msgid "%1 B"
msgstr "%1 B"
#. IECBinaryDialect size in 1024 bytes
#: lib/util/kformatprivate.cpp:151
-#, fuzzy, qt-format
-#| msgctxt "size in 1024 bytes"
-#| msgid "%1 KiB"
+#, qt-format
msgctxt "KFormat|IECBinaryDialect"
msgid "%1 KiB"
msgstr "%1 KiB"
#. IECBinaryDialect size in 10^20 bytes
#: lib/util/kformatprivate.cpp:154
-#, fuzzy, qt-format
-#| msgctxt "size in 2^20 bytes"
-#| msgid "%1 MiB"
+#, qt-format
msgctxt "KFormat|IECBinaryDialect"
msgid "%1 MiB"
msgstr "%1 MiB"
#. IECBinaryDialect size in 10^30 bytes
#: lib/util/kformatprivate.cpp:157
-#, fuzzy, qt-format
-#| msgctxt "size in 2^30 bytes"
-#| msgid "%1 GiB"
+#, qt-format
msgctxt "KFormat|IECBinaryDialect"
msgid "%1 GiB"
msgstr "%1 GiB"
#. IECBinaryDialect size in 10^40 bytes
#: lib/util/kformatprivate.cpp:160
-#, fuzzy, qt-format
-#| msgctxt "size in 2^40 bytes"
-#| msgid "%1 TiB"
+#, qt-format
msgctxt "KFormat|IECBinaryDialect"
msgid "%1 TiB"
msgstr "%1 TiB"
#. IECBinaryDialect size in 10^50 bytes
#: lib/util/kformatprivate.cpp:163
-#, fuzzy, qt-format
-#| msgctxt "size in 2^50 bytes"
-#| msgid "%1 PiB"
+#, qt-format
msgctxt "KFormat|IECBinaryDialect"
msgid "%1 PiB"
msgstr "%1 PiB"
#. IECBinaryDialect size in 10^60 bytes
#: lib/util/kformatprivate.cpp:166
-#, fuzzy, qt-format
-#| msgctxt "size in 2^60 bytes"
-#| msgid "%1 EiB"
+#, qt-format
msgctxt "KFormat|IECBinaryDialect"
msgid "%1 EiB"
msgstr "%1 EiB"
#. IECBinaryDialect size in 10^70 bytes
#: lib/util/kformatprivate.cpp:169
-#, fuzzy, qt-format
-#| msgctxt "size in 2^70 bytes"
-#| msgid "%1 ZiB"
+#, qt-format
msgctxt "KFormat|IECBinaryDialect"
msgid "%1 ZiB"
msgstr "%1 ZiB"
#. IECBinaryDialect size in 10^80 bytes
#: lib/util/kformatprivate.cpp:172
-#, fuzzy, qt-format
-#| msgctxt "size in 2^80 bytes"
-#| msgid "%1 YiB"
+#, qt-format
msgctxt "KFormat|IECBinaryDialect"
msgid "%1 YiB"
msgstr "%1 YiB"
@@ -555,95 +439,76 @@
#. @item:intext %1 is a real number, e.g. 1.23 days
#: lib/util/kformatprivate.cpp:269
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 days"
-#| msgid "%1 days"
+#, qt-format
msgctxt "KFormat|"
msgid "%1 days"
msgstr "%1 díes"
#. @item:intext %1 is a real number, e.g. 1.23 hours
#: lib/util/kformatprivate.cpp:272
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 hours"
-#| msgid "%1 hours"
+#, qt-format
msgctxt "KFormat|"
msgid "%1 hours"
msgstr "%1 hores"
#. @item:intext %1 is a real number, e.g. 1.23 minutes
#: lib/util/kformatprivate.cpp:275
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 minutes"
-#| msgid "%1 minutes"
+#, qt-format
msgctxt "KFormat|"
msgid "%1 minutes"
msgstr "%1 minutos"
#. @item:intext %1 is a real number, e.g. 1.23 seconds
#: lib/util/kformatprivate.cpp:278
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 seconds"
-#| msgid "%1 seconds"
+#, qt-format
msgctxt "KFormat|"
msgid "%1 seconds"
msgstr "%1 segundos"
#. @item:intext %1 is a whole number
#: lib/util/kformatprivate.cpp:283
-#, fuzzy, qt-format
-#| msgctxt "@item:intext"
-#| msgid "%1 millisecond"
-#| msgid_plural "%1 milliseconds"
+#, qt-format
msgctxt "KFormat|"
msgid "%n millisecond(s)"
msgid_plural "%n millisecond(s)"
-msgstr[0] "%1 milisegundu"
-msgstr[1] "%1 milisegundos"
+msgstr[0] "%n milisegundu"
+msgstr[1] "%n milisegundos"
#. @item:intext %n is a whole number
#: lib/util/kformatprivate.cpp:301
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 days"
-#| msgid "%1 days"
+#, qt-format
msgctxt "KFormat|"
msgid "%n day(s)"
msgid_plural "%n day(s)"
-msgstr[0] "%1 díes"
-msgstr[1] "%1 díes"
+msgstr[0] "%n día"
+msgstr[1] "%n díes"
#. @item:intext %n is a whole number
#: lib/util/kformatprivate.cpp:306
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 hours"
-#| msgid "%1 hours"
+#, qt-format
msgctxt "KFormat|"
msgid "%n hour(s)"
msgid_plural "%n hour(s)"
-msgstr[0] "%1 hores"
-msgstr[1] "%1 hores"
+msgstr[0] "%n hora"
+msgstr[1] "%n hores"
#. @item:intext %n is a whole number
#: lib/util/kformatprivate.cpp:311
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 minutes"
-#| msgid "%1 minutes"
+#, qt-format
msgctxt "KFormat|"
msgid "%n minute(s)"
msgid_plural "%n minute(s)"
-msgstr[0] "%1 minutos"
-msgstr[1] "%1 minutos"
+msgstr[0] "%n minutu"
+msgstr[1] "%n minutos"
#. @item:intext %n is a whole number
#: lib/util/kformatprivate.cpp:316
-#, fuzzy, qt-format
-#| msgctxt "@item:intext %1 is a real number, e.g. 1.23 seconds"
-#| msgid "%1 seconds"
+#, qt-format
msgctxt "KFormat|"
msgid "%n second(s)"
msgid_plural "%n second(s)"
-msgstr[0] "%1 segundos"
-msgstr[1] "%1 segundos"
+msgstr[0] "%n segundu"
+msgstr[1] "%n segundos"
#. @item:intext days and hours. This uses the previous item:intext messages. If this does not fit the grammar of your language please contact the i18n team to solve the problem
#. ----------
@@ -652,34 +517,22 @@
#. @item:intext minutes and seconds. This uses the previous item:intext messages. If this does not fit the grammar of your language please contact the i18n team to solve the problem
#: lib/util/kformatprivate.cpp:341 lib/util/kformatprivate.cpp:348
#: lib/util/kformatprivate.cpp:355
-#, fuzzy, qt-format
-#| msgctxt ""
-#| "@item:intext days and hours. This uses the previous item:intext messages. "
-#| "If this does not fit the grammar of your language please contact the i18n "
-#| "team to solve the problem"
-#| msgid "%1 and %2"
+#, qt-format
msgctxt "KFormat|"
msgid "%1 and %2"
msgstr "%1 y %2"
#: lib/util/kformatprivate.cpp:373
-#, fuzzy
-#| msgctxt "@option tomorrow"
-#| msgid "Tomorrow"
msgctxt "KFormat|"
msgid "Tomorrow"
msgstr "Mañana"
#: lib/util/kformatprivate.cpp:375
-#, fuzzy
-#| msgid "Today"
msgctxt "KFormat|"
msgid "Today"
msgstr "Güei"
#: lib/util/kformatprivate.cpp:377
-#, fuzzy
-#| msgid "Yesterday"
msgctxt "KFormat|"
msgid "Yesterday"
msgstr "Ayeri"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.12.0/po/fr/kcoreaddons5_qt.po new/kcoreaddons-5.13.0/po/fr/kcoreaddons5_qt.po
--- old/kcoreaddons-5.12.0/po/fr/kcoreaddons5_qt.po 2015-07-05 10:55:25.000000000 +0200
+++ new/kcoreaddons-5.13.0/po/fr/kcoreaddons5_qt.po 2015-08-04 12:49:20.000000000 +0200
@@ -24,10 +24,10 @@
"PO-Revision-Date: 2014-07-02 13:50+0200\n"
"Last-Translator: Sebastien Renard <renard(a)kde.org>\n"
"Language-Team: French <kde-francophone(a)kde.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.5\n"
"X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.12.0/src/lib/io/kdirwatch.cpp new/kcoreaddons-5.13.0/src/lib/io/kdirwatch.cpp
--- old/kcoreaddons-5.12.0/src/lib/io/kdirwatch.cpp 2015-07-05 10:55:25.000000000 +0200
+++ new/kcoreaddons-5.13.0/src/lib/io/kdirwatch.cpp 2015-08-04 12:49:20.000000000 +0200
@@ -82,7 +82,12 @@
#endif // HAVE_SYS_INOTIFY_H
+#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
+// logging category for this framework, default: log stuff >= warning
+Q_LOGGING_CATEGORY(KDIRWATCH, "kf5.kcoreaddons.kdirwatch", QtWarningMsg)
+#else
Q_LOGGING_CATEGORY(KDIRWATCH, "kf5.kcoreaddons.kdirwatch")
+#endif
// set this to true for much more verbose debug output
static const bool s_verboseDebug = false;
@@ -223,7 +228,7 @@
availableMethods << "QFileSystemWatcher";
fsWatcher = 0;
#endif
-
+
if (s_verboseDebug) {
qCDebug(KDIRWATCH) << "Available methods: " << availableMethods << "preferred=" << methodToString(m_preferredMethod);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.12.0/src/lib/io/kfilesystemtype.cpp new/kcoreaddons-5.13.0/src/lib/io/kfilesystemtype.cpp
--- old/kcoreaddons-5.12.0/src/lib/io/kfilesystemtype.cpp 2015-07-05 10:55:25.000000000 +0200
+++ new/kcoreaddons-5.13.0/src/lib/io/kfilesystemtype.cpp 2015-08-04 12:49:20.000000000 +0200
@@ -99,7 +99,7 @@
//qDebug() << path << errno << strerror(errno);
return KFileSystemType::Unknown;
}
- switch (buf.f_type) {
+ switch (static_cast<unsigned long>(buf.f_type)) {
case NFS_SUPER_MAGIC:
case AUTOFS_SUPER_MAGIC:
case AUTOFSNG_SUPER_MAGIC:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.12.0/src/lib/jobs/kjob_p.h new/kcoreaddons-5.13.0/src/lib/jobs/kjob_p.h
--- old/kcoreaddons-5.12.0/src/lib/jobs/kjob_p.h 2015-07-05 10:55:25.000000000 +0200
+++ new/kcoreaddons-5.13.0/src/lib/jobs/kjob_p.h 2015-08-04 12:49:20.000000000 +0200
@@ -50,8 +50,8 @@
unsigned long percentage;
QTimer *speedTimer;
QEventLoop *eventLoop;
- // evenLoopLocker prevents QCoreApplication from exiting when last window is
- // closed until the job has finished running
+ // eventLoopLocker prevents QCoreApplication from exiting when the last
+ // window is closed until the job has finished running
QEventLoopLocker eventLoopLocker;
KJob::Capabilities capabilities;
bool suspended;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.12.0/src/lib/util/kdelibs4migration.cpp new/kcoreaddons-5.13.0/src/lib/util/kdelibs4migration.cpp
--- old/kcoreaddons-5.12.0/src/lib/util/kdelibs4migration.cpp 2015-07-05 10:55:25.000000000 +0200
+++ new/kcoreaddons-5.13.0/src/lib/util/kdelibs4migration.cpp 2015-08-04 12:49:20.000000000 +0200
@@ -68,6 +68,11 @@
return !d->m_kdeHome.isEmpty() && QDir(d->m_kdeHome).exists();
}
+QString Kdelibs4Migration::kdeHome() const
+{
+ return d->m_kdeHome;
+}
+
QString Kdelibs4Migration::locateLocal(const char *type, const QString &filename) const
{
if (d->m_kdeHome.isEmpty()) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.12.0/src/lib/util/kdelibs4migration.h new/kcoreaddons-5.13.0/src/lib/util/kdelibs4migration.h
--- old/kcoreaddons-5.12.0/src/lib/util/kdelibs4migration.h 2015-07-05 10:55:25.000000000 +0200
+++ new/kcoreaddons-5.13.0/src/lib/util/kdelibs4migration.h 2015-08-04 12:49:20.000000000 +0200
@@ -36,8 +36,8 @@
* Kdelibs4Migration provides support for locating config files
* and application data files saved by kdelibs 4 in the user's home directory
* ($KDEHOME, i.e. typically ~/.kde).
- *
- * distributions that built kdelibs4 with a custom KDE home with
+ *
+ * Distributions that built kdelibs4 with a custom KDE home with
* the CMake option _KDE_DEFAULT_HOME_POSTFIX should use the same option
* here with _KDE4_DEFAULT_HOME_POSTFIX
*
@@ -50,6 +50,18 @@
* Files from the "data" resource should be migrated to a subdirectory of
* QStandardPaths::writableLocation(QStandardPaths::DataLocation)
*
+ * The following resources are supported:
+ <ul>
+ <li>config</li>
+ <li>data</li>
+ <li>services</li>
+ <li>servicetypes</li>
+ <li>wallpaper</li>
+ <li>emoticons</li>
+ <li>templates</li>
+ </ul>
+ * Use kdeHome() for anything else.
+ *
* @short Class for migration of config files from kdelibs4
* @since 5.0
*/
@@ -74,6 +86,13 @@
bool kdeHomeFound() const;
/**
+ * Returns the kdehome that was found.
+ * Don't use this method if you can use locateLocal or saveLocation
+ * @since 5.13
+ */
+ QString kdeHome() const;
+
+ /**
* Finds a local file in a resource.
* This API is inspired by KStandardDirs::locateLocal for ease of porting.
* @param type The type of wanted resource.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcoreaddons-5.12.0/src/lib/util/kformatprivate.cpp new/kcoreaddons-5.13.0/src/lib/util/kformatprivate.cpp
--- old/kcoreaddons-5.12.0/src/lib/util/kformatprivate.cpp 2015-07-05 10:55:25.000000000 +0200
+++ new/kcoreaddons-5.13.0/src/lib/util/kformatprivate.cpp 2015-08-04 12:49:20.000000000 +0200
@@ -280,7 +280,7 @@
//: @item:intext %1 is a whole number
//~ singular %n millisecond
//~ plural %n milliseconds
- return tr("%n millisecond(s)", 0, msecs).arg(msecs);
+ return tr("%n millisecond(s)", 0, msecs);
}
enum DurationUnits {
1
0
Hello community,
here is the log from the commit of package kconfigwidgets for openSUSE:Factory checked in at 2015-09-02 07:44:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kconfigwidgets (Old)
and /work/SRC/openSUSE:Factory/.kconfigwidgets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kconfigwidgets"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kconfigwidgets/kconfigwidgets.changes 2015-07-14 17:22:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new/kconfigwidgets.changes 2015-09-02 07:44:21.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 4 19:20:17 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:
----
kconfigwidgets-5.12.0.tar.xz
New:
----
kconfigwidgets-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kconfigwidgets.spec ++++++
--- /var/tmp/diff_new_pack.8r4uOO/_old 2015-09-02 07:44:22.000000000 +0200
+++ /var/tmp/diff_new_pack.8r4uOO/_new 2015-09-02 07:44:22.000000000 +0200
@@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5ConfigWidgets5
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: kconfigwidgets
-Version: 5.12.0
+Version: 5.13.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@@ -35,9 +35,9 @@
BuildRequires: kguiaddons-devel >= %{_tar_path}
BuildRequires: ki18n-devel >= %{_tar_path}
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
-BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires: cmake(Qt5DBus) >= 5.3.0
+BuildRequires: cmake(Qt5Test) >= 5.3.0
+BuildRequires: cmake(Qt5Widgets) >= 5.3.0
Summary: Widgets for configuration dialogs
License: LGPL-2.1+
Group: System/GUI/KDE
++++++ kconfigwidgets-5.12.0.tar.xz -> kconfigwidgets-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.12.0/CMakeLists.txt new/kconfigwidgets-5.13.0/CMakeLists.txt
--- old/kconfigwidgets-5.12.0/CMakeLists.txt 2015-07-05 10:55:00.000000000 +0200
+++ new/kconfigwidgets-5.13.0/CMakeLists.txt 2015-08-04 12:48:38.000000000 +0200
@@ -3,13 +3,13 @@
project(KConfigWidgets)
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)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
-set(REQUIRED_QT_VERSION "5.2.0")
+set(REQUIRED_QT_VERSION "5.3.0")
find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED Widgets DBus)
include(KDEInstallDirs)
include(KDEFrameworkCompilerSettings)
@@ -19,8 +19,8 @@
include(ECMSetupVersion)
include(ECMGenerateHeaders)
-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 KCONFIGWIDGETS
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kconfigwidgets_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.12.0/autotests/CMakeLists.txt new/kconfigwidgets-5.13.0/autotests/CMakeLists.txt
--- old/kconfigwidgets-5.12.0/autotests/CMakeLists.txt 2015-07-05 10:55:00.000000000 +0200
+++ new/kconfigwidgets-5.13.0/autotests/CMakeLists.txt 2015-08-04 12:48:38.000000000 +0200
@@ -1,5 +1,5 @@
-find_package(Qt5 5.2.0 CONFIG REQUIRED Test)
+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
include(ECMAddTests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.12.0/docs/preparetips/man-preparetips5.1.docbook new/kconfigwidgets-5.13.0/docs/preparetips/man-preparetips5.1.docbook
--- old/kconfigwidgets-5.12.0/docs/preparetips/man-preparetips5.1.docbook 2015-07-05 10:55:00.000000000 +0200
+++ new/kconfigwidgets-5.13.0/docs/preparetips/man-preparetips5.1.docbook 2015-08-04 12:48:38.000000000 +0200
@@ -18,8 +18,9 @@
</affiliation>
</author>
-<date>2006-06-01</date>
-<productname>K Desktop Environment</productname>
+<date>2014-03-04</date>
+<releaseinfo>Frameworks 5.0</releaseinfo>
+<productname>KDE Frameworks</productname>
</refentryinfo>
<refmeta>
@@ -49,7 +50,7 @@
</para>
<para>
-<command>preparetips5</command> looks for <emphasis role="underline">data/tips-en</emphasis> as tips file.
+<command>preparetips5</command> looks for <emphasis role="underline">data/tips</emphasis> as tips file.
</para>
</refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.12.0/po/pt_BR/kconfigwidgets5.po new/kconfigwidgets-5.13.0/po/pt_BR/kconfigwidgets5.po
--- old/kconfigwidgets-5.12.0/po/pt_BR/kconfigwidgets5.po 2015-07-05 10:55:00.000000000 +0200
+++ new/kconfigwidgets-5.13.0/po/pt_BR/kconfigwidgets5.po 2015-08-04 12:48:38.000000000 +0200
@@ -18,7 +18,7 @@
"Project-Id-Version: kconfigwidgets5\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2015-02-28 09:34+0000\n"
-"PO-Revision-Date: 2015-02-10 21:20-0200\n"
+"PO-Revision-Date: 2015-07-05 13:05-0300\n"
"Last-Translator: André Marcelo Alvarenga <alvarenga(a)kde.org>\n"
"Language-Team: Brazilian Portuguese <kde-i18n-pt_br(a)kde.org>\n"
"Language: pt_BR\n"
@@ -215,7 +215,7 @@
#: kstandardaction_p.h:54
msgid "Re&do"
-msgstr "Re&fazer"
+msgstr "&Refazer"
#: kstandardaction_p.h:54
msgid "Redo last undone action"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfigwidgets-5.12.0/tests/CMakeLists.txt new/kconfigwidgets-5.13.0/tests/CMakeLists.txt
--- old/kconfigwidgets-5.12.0/tests/CMakeLists.txt 2015-07-05 10:55:00.000000000 +0200
+++ new/kconfigwidgets-5.13.0/tests/CMakeLists.txt 2015-08-04 12:48:38.000000000 +0200
@@ -1,7 +1,7 @@
include(ECMMarkAsTest)
-find_package(Qt5 5.2.0 CONFIG REQUIRED Test)
+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
macro(kconfigwidgets_executable_tests)
foreach(_testname ${ARGN})
1
0
Hello community,
here is the log from the commit of package kcompletion for openSUSE:Factory checked in at 2015-09-02 07:44:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
and /work/SRC/openSUSE:Factory/.kcompletion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcompletion"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes 2015-07-14 17:22:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 2015-09-02 07:44:12.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Aug 4 19:20:15 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
+ * HiDPI fixes for KLineEdit/KComboBox
+ * KLineEdit: Don't let the user delete text when the lineedit
+ is readonly
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------
Old:
----
kcompletion-5.12.0.tar.xz
New:
----
kcompletion-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kcompletion.spec ++++++
--- /var/tmp/diff_new_pack.hRVKZc/_old 2015-09-02 07:44:13.000000000 +0200
+++ /var/tmp/diff_new_pack.hRVKZc/_new 2015-09-02 07:44:13.000000000 +0200
@@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5Completion5
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: kcompletion
-Version: 5.12.0
+Version: 5.13.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@@ -30,9 +30,9 @@
BuildRequires: kf5-filesystem
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
%if %{with lang}
-BuildRequires: libqt5-linguist-devel >= 5.2.0
+BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0
%endif
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires: cmake(Qt5Widgets) >= 5.3.0
Summary: Provides widgets with advanced completion support
License: LGPL-2.1+
Group: System/GUI/KDE
@@ -61,7 +61,7 @@
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: extra-cmake-modules
-Requires: pkgconfig(Qt5Widgets) >= 5.2.0
+Requires: cmake(Qt5Widgets) >= 5.3.0
%description devel
KCompletion provides widgets with advanced completion support as well as a
++++++ kcompletion-5.12.0.tar.xz -> kcompletion-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcompletion-5.12.0/CMakeLists.txt new/kcompletion-5.13.0/CMakeLists.txt
--- old/kcompletion-5.12.0/CMakeLists.txt 2015-07-05 10:54:15.000000000 +0200
+++ new/kcompletion-5.13.0/CMakeLists.txt 2015-08-04 12:47:24.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)
@@ -21,8 +21,8 @@
include(ECMPoQmTools)
-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 KCOMPLETION
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
@@ -30,7 +30,7 @@
SOVERSION 5)
# Dependencies
-set(REQUIRED_QT_VERSION "5.2.0")
+set(REQUIRED_QT_VERSION "5.3.0")
find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcompletion-5.12.0/README.md new/kcompletion-5.13.0/README.md
--- old/kcompletion-5.12.0/README.md 2015-07-05 10:54:15.000000000 +0200
+++ new/kcompletion-5.13.0/README.md 2015-08-04 12:47:24.000000000 +0200
@@ -1,5 +1,7 @@
# KCompletion
+Powerful completion framework, including completion-enabled lineedit and combobox.
+
## Introduction
When typing filenames, email addresses and other text where the user often wants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcompletion-5.12.0/po/fr/kcompletion5_qt.po new/kcompletion-5.13.0/po/fr/kcompletion5_qt.po
--- old/kcompletion-5.12.0/po/fr/kcompletion5_qt.po 2015-07-05 10:54:15.000000000 +0200
+++ new/kcompletion-5.13.0/po/fr/kcompletion5_qt.po 2015-08-04 12:47:24.000000000 +0200
@@ -24,10 +24,10 @@
"PO-Revision-Date: 2014-03-16 18:32+0100\n"
"Last-Translator: Sebastien Renard <renard(a)kde.org>\n"
"Language-Team: French <kde-francophone(a)kde.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.5\n"
"X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcompletion-5.12.0/src/klineedit.cpp new/kcompletion-5.13.0/src/klineedit.cpp
--- old/kcompletion-5.12.0/src/klineedit.cpp 2015-07-05 10:54:15.000000000 +0200
+++ new/kcompletion-5.13.0/src/klineedit.cpp 2015-08-04 12:47:24.000000000 +0200
@@ -674,7 +674,7 @@
return;
} else if (KStandardShortcut::deleteWordBack().contains(key)) {
cursorWordBackward(true);
- if (hasSelectedText()) {
+ if (hasSelectedText() && !isReadOnly()) {
del();
}
@@ -683,7 +683,7 @@
} else if (KStandardShortcut::deleteWordForward().contains(key)) {
// Workaround for QT bug where
cursorWordForward(true);
- if (hasSelectedText()) {
+ if (hasSelectedText() && !isReadOnly()) {
del();
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcompletion-5.12.0/src/klineedit_p.h new/kcompletion-5.13.0/src/klineedit_p.h
--- old/kcompletion-5.12.0/src/klineedit_p.h 2015-07-05 10:54:15.000000000 +0200
+++ new/kcompletion-5.13.0/src/klineedit_p.h 2015-08-04 12:47:24.000000000 +0200
@@ -169,7 +169,8 @@
virtual bool event(QEvent *event)
{
if (event->type() == QEvent::EnabledChange) {
- m_pixmap = m_icon.pixmap(m_pixmap.size(), isEnabled() ? QIcon::Normal : QIcon::Disabled);
+ // QIcon::pixmap will return HiDPI pixmaps that are larger than the requested size => scale pixmap size back
+ m_pixmap = m_icon.pixmap(m_pixmap.size() / m_pixmap.devicePixelRatio(), isEnabled() ? QIcon::Normal : QIcon::Disabled);
}
return QWidget::event(event);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcompletion-5.12.0/tests/klineedittest.cpp new/kcompletion-5.13.0/tests/klineedittest.cpp
--- old/kcompletion-5.12.0/tests/klineedittest.cpp 2015-07-05 10:54:15.000000000 +0200
+++ new/kcompletion-5.13.0/tests/klineedittest.cpp 2015-08-04 12:47:24.000000000 +0200
@@ -33,11 +33,11 @@
SLOT(slotReturnPressed(QString)));
QHBoxLayout *restrictedHBox = new QHBoxLayout;
- m_restrictedLine = new QLineEdit(this);
+ m_restrictedLine = new KLineEdit(this);
QRegExp regex(QString::fromUtf8("[aeiouyé]*"));
QRegExpValidator *validator = new QRegExpValidator(regex, m_restrictedLine);
m_restrictedLine->setValidator(validator);
- connect(m_restrictedLine, SIGNAL(invalidChar(int)), this, SLOT(slotInvalidChar(int)));
+ //connect(m_restrictedLine, SIGNAL(invalidChar(int)), this, SLOT(slotInvalidChar(int)));
connect(m_restrictedLine, SIGNAL(returnPressed()), SLOT(slotReturnPressed()));
connect(m_restrictedLine, SIGNAL(returnPressed(QString)),
SLOT(slotReturnPressed(QString)));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcompletion-5.12.0/tests/klineedittest.h new/kcompletion-5.13.0/tests/klineedittest.h
--- old/kcompletion-5.12.0/tests/klineedittest.h 2015-07-05 10:54:15.000000000 +0200
+++ new/kcompletion-5.13.0/tests/klineedittest.h 2015-08-04 12:47:24.000000000 +0200
@@ -41,7 +41,7 @@
protected:
KLineEdit *m_lineedit;
- QLineEdit *m_restrictedLine;
+ KLineEdit *m_restrictedLine;
QLabel *m_invalidCharLabel;
QPushButton *m_btnExit;
QPushButton *m_btnReadOnly;
1
0
Hello community,
here is the log from the commit of package kcodecs for openSUSE:Factory checked in at 2015-09-02 07:44:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcodecs (Old)
and /work/SRC/openSUSE:Factory/.kcodecs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcodecs"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kcodecs/kcodecs.changes 2015-07-14 17:22:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcodecs.new/kcodecs.changes 2015-09-02 07:44:06.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 4 19:20:15 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:
----
kcodecs-5.12.0.tar.xz
New:
----
kcodecs-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kcodecs.spec ++++++
--- /var/tmp/diff_new_pack.4EJ7tQ/_old 2015-09-02 07:44:07.000000000 +0200
+++ /var/tmp/diff_new_pack.4EJ7tQ/_new 2015-09-02 07:44:07.000000000 +0200
@@ -18,18 +18,18 @@
%bcond_without lang
%define lname libKF5Codecs5
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: kcodecs
-Version: 5.12.0
+Version: 5.13.0
Release: 0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
%if %{with lang}
-BuildRequires: libqt5-linguist-devel >= 5.2.0
+BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0
%endif
-BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
+BuildRequires: cmake(Qt5Core) >= 5.3.0
Summary: Provides a collection of methods to manipulate strings using various encoding
License: LGPL-2.1+
Group: System/GUI/KDE
@@ -59,7 +59,7 @@
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: extra-cmake-modules
-Requires: pkgconfig(Qt5Core) >= 5.2.0
+Requires: cmake(Qt5Core) >= 5.3.0
%description devel
KCodecs provide a collection of methods to manipulate strings using various
++++++ kcodecs-5.12.0.tar.xz -> kcodecs-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcodecs-5.12.0/CMakeLists.txt new/kcodecs-5.13.0/CMakeLists.txt
--- old/kcodecs-5.12.0/CMakeLists.txt 2015-07-05 10:53:48.000000000 +0200
+++ new/kcodecs-5.13.0/CMakeLists.txt 2015-08-04 12:46:49.000000000 +0200
@@ -3,7 +3,7 @@
project(KCodecs)
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)
@@ -14,7 +14,7 @@
include(KDEFrameworkCompilerSettings)
include(KDECMakeSettings)
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
@@ -25,7 +25,7 @@
include(ECMPoQmTools)
-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 KCODECS
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcodecs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcodecs-5.12.0/README.md new/kcodecs-5.13.0/README.md
--- old/kcodecs-5.12.0/README.md 2015-07-05 10:53:48.000000000 +0200
+++ new/kcodecs-5.13.0/README.md 2015-08-04 12:46:49.000000000 +0200
@@ -1,11 +1,14 @@
# KCodecs
+String encoding library
+
## Introduction
KCodecs provide a collection of methods to manipulate strings using various
-encodings. It supports:
+encodings.
+
+It can automatically determine the charset of a string, translate XML entities,
+validate email addresses, and find encodings by name in a more tolerant way than QTextCodec
+(useful e.g. for data coming from the Internet).
-* base64
-* uu
-* quoted-printable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcodecs-5.12.0/po/fr/kcodecs5_qt.po new/kcodecs-5.13.0/po/fr/kcodecs5_qt.po
--- old/kcodecs-5.12.0/po/fr/kcodecs5_qt.po 2015-07-05 10:53:48.000000000 +0200
+++ new/kcodecs-5.13.0/po/fr/kcodecs5_qt.po 2015-08-04 12:46:49.000000000 +0200
@@ -24,10 +24,10 @@
"PO-Revision-Date: 2014-07-02 13:50+0200\n"
"Last-Translator: Sebastien Renard <renard(a)kde.org>\n"
"Language-Team: French <kde-francophone(a)kde.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.5\n"
"X-Environment: kde\n"
1
0
Hello community,
here is the log from the commit of package kcmutils for openSUSE:Factory checked in at 2015-09-02 07:43:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcmutils (Old)
and /work/SRC/openSUSE:Factory/.kcmutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcmutils"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes 2015-07-14 17:22:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcmutils.new/kcmutils.changes 2015-09-02 07:44:00.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 4 19:20:14 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:
----
kcmutils-5.12.0.tar.xz
New:
----
kcmutils-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kcmutils.spec ++++++
--- /var/tmp/diff_new_pack.v0JHDo/_old 2015-09-02 07:44:01.000000000 +0200
+++ /var/tmp/diff_new_pack.v0JHDo/_new 2015-09-02 07:44:01.000000000 +0200
@@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5KCMUtils5
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: kcmutils
-Version: 5.12.0
+Version: 5.13.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@@ -36,10 +36,10 @@
BuildRequires: kpackage-devel >= %{_tar_path}
BuildRequires: kservice-devel >= %{_tar_path}
BuildRequires: kxmlgui-devel >= %{_tar_path}
-BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires: cmake(Qt5DBus) >= 5.3.0
+BuildRequires: cmake(Qt5Qml) >= 5.3.0
+BuildRequires: cmake(Qt5Quick) >= 5.3.0
+BuildRequires: cmake(Qt5Widgets) >= 5.3.0
Summary: Provides various classes to work with KCModules
License: LGPL-2.1+
Group: System/GUI/KDE
++++++ kcmutils-5.12.0.tar.xz -> kcmutils-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcmutils-5.12.0/CMakeLists.txt new/kcmutils-5.13.0/CMakeLists.txt
--- old/kcmutils-5.12.0/CMakeLists.txt 2015-07-05 10:53:19.000000000 +0200
+++ new/kcmutils-5.13.0/CMakeLists.txt 2015-08-04 12:46:06.000000000 +0200
@@ -3,7 +3,7 @@
project(KCMUtils)
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)
@@ -14,7 +14,7 @@
include(KDEFrameworkCompilerSettings)
include(KDECMakeSettings)
-set(REQUIRED_QT_VERSION "5.2.0")
+set(REQUIRED_QT_VERSION "5.3.0")
find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus Qml Quick)
@@ -23,8 +23,8 @@
include(ECMGenerateHeaders)
include(ECMPackageConfigHelpers)
-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 KCMUTILS
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcmutils_version.h"
PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5KCMUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcmutils-5.12.0/README.md new/kcmutils-5.13.0/README.md
--- old/kcmutils-5.12.0/README.md 2015-07-05 10:53:19.000000000 +0200
+++ new/kcmutils-5.13.0/README.md 2015-08-04 12:46:06.000000000 +0200
@@ -1,5 +1,7 @@
# KCMUtils
+Utilities for KDE System Settings modules
+
## Introduction
KCMUtils provides various classes to work with KCModules. KCModules can be
1
0
Hello community,
here is the log from the commit of package kbookmarks for openSUSE:Factory checked in at 2015-09-02 07:43:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbookmarks (Old)
and /work/SRC/openSUSE:Factory/.kbookmarks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbookmarks"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes 2015-07-14 17:21:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new/kbookmarks.changes 2015-09-02 07:43:55.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Aug 4 19:20:14 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
+ * KBookmarkManager: use KDirWatch instead of QFileSystemWatcher
+ to detect user-places.xbel being created.
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------
Old:
----
kbookmarks-5.12.0.tar.xz
New:
----
kbookmarks-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kbookmarks.spec ++++++
--- /var/tmp/diff_new_pack.p5mTeY/_old 2015-09-02 07:43:55.000000000 +0200
+++ /var/tmp/diff_new_pack.p5mTeY/_new 2015-09-02 07:43:55.000000000 +0200
@@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5Bookmarks5
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: kbookmarks
-Version: 5.12.0
+Version: 5.13.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@@ -35,11 +35,11 @@
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
BuildRequires: kxmlgui-devel >= %{_tar_path}
%if %{with lang}
-BuildRequires: libqt5-linguist-devel >= 5.2.0
+BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0
%endif
-Requires: pkgconfig(Qt5DBus) >= 5.2.0
-Requires: pkgconfig(Qt5Widgets) >= 5.2.0
-Requires: pkgconfig(Qt5Xml) >= 5.2.0
+Requires: cmake(Qt5DBus) >= 5.3.0
+Requires: cmake(Qt5Widgets) >= 5.3.0
+Requires: cmake(Qt5Xml) >= 5.3.0
Summary: Lets you access and manipulate bookmarks stored using XBEL format
License: LGPL-2.1+
Group: System/GUI/KDE
@@ -67,8 +67,8 @@
Requires: %lname = %{version}
Requires: extra-cmake-modules
Requires: kwidgetsaddons-devel >= %{_tar_path}
-Requires: pkgconfig(Qt5Widgets) >= 5.2.0
-Requires: pkgconfig(Qt5Xml) >= 5.2.0
+Requires: cmake(Qt5Widgets) >= 5.3.0
+Requires: cmake(Qt5Xml) >= 5.3.0
%description devel
Framework which lets you access and manipulate bookmarks stored using XBEL format.
++++++ kbookmarks-5.12.0.tar.xz -> kbookmarks-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.12.0/CMakeLists.txt new/kbookmarks-5.13.0/CMakeLists.txt
--- old/kbookmarks-5.12.0/CMakeLists.txt 2015-07-05 10:52:55.000000000 +0200
+++ new/kbookmarks-5.13.0/CMakeLists.txt 2015-08-04 12:45:31.000000000 +0200
@@ -3,7 +3,7 @@
project(KBookmarks)
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)
@@ -22,8 +22,8 @@
include(ECMPoQmTools)
-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 KBOOKMARKS
@@ -32,7 +32,7 @@
SOVERSION 5)
# Dependencies
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets Xml DBus)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.12.0/README.md new/kbookmarks-5.13.0/README.md
--- old/kbookmarks-5.12.0/README.md 2015-07-05 10:52:55.000000000 +0200
+++ new/kbookmarks-5.13.0/README.md 2015-08-04 12:45:31.000000000 +0200
@@ -1,5 +1,7 @@
# KBookmarks
+Bookmarks management library
+
## Introduction
KBookmarks lets you access and manipulate bookmarks stored using the
@@ -7,4 +9,6 @@
[1]: http://pyxml.sourceforge.net/topics/xbel/
+The most common use for bookmarks is web browsers, but this can also
+be useful in any application where local files or URLs can be saved as bookmarks.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.12.0/autotests/kbookmarktest.cpp new/kbookmarks-5.13.0/autotests/kbookmarktest.cpp
--- old/kbookmarks-5.12.0/autotests/kbookmarktest.cpp 2015-07-05 10:52:55.000000000 +0200
+++ new/kbookmarks-5.13.0/autotests/kbookmarktest.cpp 2015-08-04 12:45:31.000000000 +0200
@@ -16,21 +16,44 @@
Boston, MA 02110-1301, USA.
*/
-#include "kbookmarktest.h"
#include <qtest.h>
-QTEST_MAIN(KBookmarkTest)
-
#include <kbookmark.h>
#include <kbookmarkmanager.h>
#include <QDebug>
#include <QtCore/QMimeData>
#include <QtCore/QStandardPaths>
#include <QtCore/QDir>
+#include <QtCore/QObject>
+
+class KBookmarkTest : public QObject
+{
+ Q_OBJECT
+private Q_SLOTS:
+ void initTestCase();
+ void cleanupTestCase();
+ void testMimeDataOneBookmark();
+ void testMimeDataBookmarkList();
+ void testFileCreatedExternally();
+ void testBookmarkManager();
+};
+
+static const QString placesFile()
+{
+ const QString datadir = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation);
+ QDir().mkpath(datadir);
+ return datadir + "/user-places.xbel";
+}
void KBookmarkTest::initTestCase()
{
QStandardPaths::setTestModeEnabled(true);
+ QFile::remove(placesFile());
+}
+
+void KBookmarkTest::cleanupTestCase()
+{
+ QFile::remove(placesFile());
}
static void compareBookmarks(const KBookmark &initialBookmark, const KBookmark &decodedBookmark)
@@ -105,17 +128,31 @@
delete mimeData;
}
+void KBookmarkTest::testFileCreatedExternally()
+{
+ KBookmarkManager *sharedBookmarkManager = KBookmarkManager::managerForExternalFile(placesFile());
+ QVERIFY(sharedBookmarkManager->root().first().isNull());
+
+ QFile file(placesFile());
+ QVERIFY(file.open(QIODevice::WriteOnly));
+ file.write("<?xml version=\"1.0\" encoding=\"UTF-8\"?><xbel version=\"1.0\"><bookmark href=\"file:///external\"><title>external</title></bookmark></xbel>");
+ file.close();
+
+ QTRY_VERIFY(!sharedBookmarkManager->root().first().isNull());
+ KBookmark bk = sharedBookmarkManager->root().first();
+ QCOMPARE(bk.url().toString(), QString("file:///external"));
+ QCOMPARE(bk.fullText(), QString("external"));
+
+}
+
void KBookmarkTest::testBookmarkManager()
{
- // like kfileplacesmodel.cpp does
+ // like kfileplacesmodel.cpp used to do
const QString placesModelFile = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/kfileplaces/bookmarks.xml";
KBookmarkManager *bookmarkManager = KBookmarkManager::managerForFile(placesModelFile, "kfilePlaces");
// like kfileplacessharedbookmarks.cpp does
- const QString datadir = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation);
- QDir().mkpath(datadir);
- const QString placesFile = datadir + "/user-places.xbel";
- KBookmarkManager *sharedBookmarkManager = KBookmarkManager::managerForExternalFile(placesFile);
+ KBookmarkManager *sharedBookmarkManager = KBookmarkManager::managerForExternalFile(placesFile());
// like kfilebookmarkhandler.cpp does
QString file = QStandardPaths::locate(QStandardPaths::GenericDataLocation, "kfile/bookmarks.xml");
@@ -129,6 +166,8 @@
Q_UNUSED(bookmarkManager);
Q_UNUSED(sharedBookmarkManager);
Q_UNUSED(manager);
-
}
+QTEST_MAIN(KBookmarkTest)
+
+#include "kbookmarktest.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.12.0/autotests/kbookmarktest.h new/kbookmarks-5.13.0/autotests/kbookmarktest.h
--- old/kbookmarks-5.12.0/autotests/kbookmarktest.h 2015-07-05 10:52:55.000000000 +0200
+++ new/kbookmarks-5.13.0/autotests/kbookmarktest.h 1970-01-01 01:00:00.000000000 +0100
@@ -1,34 +0,0 @@
-/* This file is part of the KDE libraries
- Copyright (c) 2005 David Faure <faure(a)kde.org>
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License version 2 as published by the Free Software Foundation.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public License
- along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301, USA.
-*/
-
-#ifndef KBOOKMARKTEST_H
-#define KBOOKMARKTEST_H
-
-#include <QtCore/QObject>
-
-class KBookmarkTest : public QObject
-{
- Q_OBJECT
-private Q_SLOTS:
- void initTestCase();
- void testMimeDataOneBookmark();
- void testMimeDataBookmarkList();
- void testBookmarkManager();
-};
-
-#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.12.0/po/eo/kbookmarks5_qt.po new/kbookmarks-5.13.0/po/eo/kbookmarks5_qt.po
--- old/kbookmarks-5.12.0/po/eo/kbookmarks5_qt.po 2015-07-05 10:52:55.000000000 +0200
+++ new/kbookmarks-5.13.0/po/eo/kbookmarks5_qt.po 2015-08-04 12:45:31.000000000 +0200
@@ -37,73 +37,52 @@
msgstr "Aldonu legosignon ĉi tie"
#: kbookmarkcontextmenu.cpp:68
-#, fuzzy
-#| msgid "Open Folder in Bookmark Editor"
msgctxt "KBookmarkContextMenu|"
msgid "Open Folder in Bookmark Editor"
msgstr "Malfermi dosierujon en legosigna redaktilo"
#: kbookmarkcontextmenu.cpp:71
-#, fuzzy
-#| msgid "Delete Folder"
msgctxt "KBookmarkContextMenu|"
msgid "Delete Folder"
msgstr "Forigi dosierujon"
#: kbookmarkcontextmenu.cpp:76
-#, fuzzy
-#| msgid "Properties"
msgctxt "KBookmarkContextMenu|"
msgid "Properties"
msgstr "Ecoj"
#: kbookmarkcontextmenu.cpp:81
-#, fuzzy
-#| msgid "Copy Link Address"
msgctxt "KBookmarkContextMenu|"
msgid "Copy Link Address"
msgstr "Kopii adreson de ligilo"
#: kbookmarkcontextmenu.cpp:84
-#, fuzzy
-#| msgid "Delete Bookmark"
msgctxt "KBookmarkContextMenu|"
msgid "Delete Bookmark"
msgstr "Forigi legosignon"
#: kbookmarkcontextmenu.cpp:90
-#, fuzzy
-#| msgid "Open Folder in Tabs"
msgctxt "KBookmarkContextMenu|"
msgid "Open Folder in Tabs"
-msgstr "Malfermi dosierujon en folioj"
+msgstr "Malfermi Dosierujon en Langetoj"
#: kbookmarkcontextmenu.cpp:116
-#, fuzzy
-#| msgid "Cannot add bookmark with empty URL."
msgctxt "KBookmarkContextMenu|"
msgid "Cannot add bookmark with empty URL."
msgstr "Ne eblas aldoni legosignon sen URL."
#: kbookmarkcontextmenu.cpp:146
-#, fuzzy
-#| msgid "Bookmark Folder Deletion"
msgctxt "KBookmarkContextMenu|"
msgid "Bookmark Folder Deletion"
msgstr "Forigo de legosigna dosierujo"
#: kbookmarkcontextmenu.cpp:147
-#, fuzzy
-#| msgid "Bookmark Deletion"
msgctxt "KBookmarkContextMenu|"
msgid "Bookmark Deletion"
msgstr "Forigo de legosigno"
#: kbookmarkcontextmenu.cpp:148
-#, fuzzy, qt-format
-#| msgid ""
-#| "Are you sure you wish to remove the bookmark folder\n"
-#| "\"%1\"?"
+#, qt-format
msgctxt "KBookmarkContextMenu|"
msgid ""
"Are you sure you wish to remove the bookmark folder\n"
@@ -113,10 +92,7 @@
"\"%1\"?"
#: kbookmarkcontextmenu.cpp:149
-#, fuzzy, qt-format
-#| msgid ""
-#| "Are you sure you wish to remove the bookmark\n"
-#| "\"%1\"?"
+#, qt-format
msgctxt "KBookmarkContextMenu|"
msgid ""
"Are you sure you wish to remove the bookmark\n"
@@ -126,120 +102,87 @@
"\"%1\"?"
#: kbookmarkdialog.cpp:70
-#, fuzzy
-#| msgid "Name:"
msgctxt "KBookmarkDialog|@label:textbox"
msgid "Name:"
msgstr "Nomo:"
#: kbookmarkdialog.cpp:75
-#, fuzzy
-#| msgid "Location:"
msgctxt "KBookmarkDialog|@label:textbox"
msgid "Location:"
msgstr "Loko:"
#: kbookmarkdialog.cpp:80
-#, fuzzy
-#| msgid "Comm&ent:"
msgctxt "KBookmarkDialog|@label:textbox"
msgid "Comment:"
-msgstr "Kom&ento:"
+msgstr "Komento:"
#: kbookmarkdialog.cpp:191
-#, fuzzy
-#| msgid "Update"
msgctxt "KBookmarkDialog|@action:button"
msgid "Update"
msgstr "Ĝisdatigo"
#: kbookmarkdialog.cpp:192
-#, fuzzy
-#| msgid "Bookmark Properties"
msgctxt "KBookmarkDialog|@title:window"
msgid "Bookmark Properties"
msgstr "Ecoj de legosignoj"
#: kbookmarkdialog.cpp:223 kbookmarkdialog.cpp:261 kbookmarkdialog.cpp:295
-#, fuzzy
-#| msgid "&New Folder..."
msgctxt "KBookmarkDialog|@action:button"
msgid "&New Folder..."
msgstr "&Nova dosierujo..."
#: kbookmarkdialog.cpp:227 kbookmarkdialog.cpp:265
-#, fuzzy
-#| msgid "Add"
msgctxt "KBookmarkDialog|@action:button"
msgid "Add"
msgstr "Aldoni"
#: kbookmarkdialog.cpp:228
-#, fuzzy
-#| msgid "Add Bookmark"
msgctxt "KBookmarkDialog|@title:window"
msgid "Add Bookmark"
-msgstr "Aldoni al legosignoj"
+msgstr "Aldoni Legosignon"
#: kbookmarkdialog.cpp:266
-#, fuzzy
-#| msgid "Add Bookmarks"
msgctxt "KBookmarkDialog|@title:window"
msgid "Add Bookmarks"
-msgstr "Aldoni al legosignoj"
+msgstr "Aldoni Legosignojn"
#: kbookmarkdialog.cpp:299
-#, fuzzy
-#| msgid "Select Folder"
msgctxt "KBookmarkDialog|@title:window"
msgid "Select Folder"
msgstr "Elekti dosierujon"
#: kbookmarkdialog.cpp:327
-#, fuzzy
-#| msgid "New Folder"
msgctxt "KBookmarkDialog|@title:window"
msgid "New Folder"
msgstr "Nova dosierujo"
#: kbookmarkdialog.cpp:362
-#, fuzzy
-#| msgid "Create New Bookmark Folder"
msgctxt "KBookmarkDialog|@title:window"
msgid "Create New Bookmark Folder"
msgstr "Krei novan legosignujon"
#: kbookmarkdialog.cpp:363
-#, fuzzy, qt-format
-#| msgid "Create New Bookmark Folder in %1"
+#, qt-format
msgctxt "KBookmarkDialog|@title:window"
msgid "Create New Bookmark Folder in %1"
msgstr "Krei novan legosignujon en %1"
#: kbookmarkdialog.cpp:365
-#, fuzzy
-#| msgid "New folder:"
msgctxt "KBookmarkDialog|@label:textbox"
msgid "New folder:"
msgstr "Nova dosierujo:"
#: kbookmarkdialog.cpp:386
-#, fuzzy
-#| msgid "Bookmarks"
msgctxt "KBookmarkDialog|name of the container of all browser bookmarks"
msgid "Bookmarks"
msgstr "Legosignoj"
#: kbookmarkimporter_ns.cpp:115
-#, fuzzy
-#| msgid "*.html|HTML Files (*.html)"
msgctxt "KNSBookmarkImporterImpl|"
msgid "HTML Files (*.html)"
-msgstr "*.html|HTML-dosieroj (*.html)"
+msgstr "HTML-dosieroj (*.html)"
#: kbookmarkimporter_ns.cpp:119
-#, fuzzy
-#| msgid "*.html|HTML Files (*.html)"
msgctxt "KNSBookmarkImporterImpl|"
msgid "*.html|HTML Files (*.html)"
msgstr "*.html|HTML-dosieroj (*.html)"
@@ -257,39 +200,27 @@
msgstr ""
#: kbookmarkimporter_ns.cpp:158
-#, fuzzy
-#| msgid "<!-- This file was generated by Konqueror -->"
msgctxt "KNSBookmarkImporterImpl|"
msgid "<!-- This file was generated by Konqueror -->"
msgstr "<!-- Tiu dosiero estas kreita de Konkeranto -->"
#: kbookmarkimporter_ns.cpp:161 kbookmarkimporter_ns.cpp:162
-#, fuzzy
-#| msgid "Bookmarks"
msgctxt "KNSBookmarkImporterImpl|"
msgid "Bookmarks"
msgstr "Legosignoj"
#: kbookmarkimporter_opera.cpp:119
-#, fuzzy
-#| msgid "*.adr|Opera Bookmark Files (*.adr)"
msgctxt "KOperaBookmarkImporterImpl|"
msgid "Opera Bookmark Files (*.adr)"
-msgstr "*.adr|Opera-legosignaj dosieroj (*.adr)"
+msgstr "Opera-legosignaj dosieroj (*.adr)"
#: kbookmarkimporter_opera.cpp:122
-#, fuzzy
-#| msgid "*.adr|Opera Bookmark Files (*.adr)"
msgctxt "KOperaBookmarkImporterImpl|"
msgid "*.adr|Opera Bookmark Files (*.adr)"
msgstr "*.adr|Opera-legosignaj dosieroj (*.adr)"
#: kbookmarkmanager.cpp:443
-#, fuzzy, qt-format
-#| msgid ""
-#| "Unable to save bookmarks in %1. Reported error was: %2. This error "
-#| "message will only be shown once. The cause of the error needs to be fixed "
-#| "as quickly as possible, which is most likely a full hard drive."
+#, qt-format
msgctxt "KBookmarkManager|"
msgid ""
"Unable to save bookmarks in %1. Reported error was: %2. This error message "
@@ -301,78 +232,56 @@
"eble plej rapide, kaj verŝajne estas plenplena fiksita disko."
#: kbookmarkmenu.cpp:260
-#, fuzzy
-#| msgid "Open Folder in Tabs"
msgctxt "KBookmarkMenu|"
msgid "Open Folder in Tabs"
-msgstr "Malfermi dosierujon en folioj"
+msgstr "Malfermi dosierujon en langetoj"
#: kbookmarkmenu.cpp:264
-#, fuzzy
-#| msgid "Open all bookmarks in this folder as a new tab."
msgctxt "KBookmarkMenu|"
msgid "Open all bookmarks in this folder as a new tab."
-msgstr "Malfermi ĉiujn legosignojn en la dosierujo en novaj folioj"
+msgstr "Malfermi ĉiujn legosignojn en la dosierujo en nova langeto"
#: kbookmarkmenu.cpp:279
-#, fuzzy
-#| msgid "Bookmark Tabs as Folder..."
msgctxt "KBookmarkMenu|"
msgid "Bookmark Tabs as Folder..."
-msgstr "Legosigni foliojn kiel dosierujon..."
+msgstr "Legosigni langetojn kiel dosierujon..."
#: kbookmarkmenu.cpp:283
-#, fuzzy
-#| msgid "Add a folder of bookmarks for all open tabs."
msgctxt "KBookmarkMenu|"
msgid "Add a folder of bookmarks for all open tabs."
-msgstr "Aldoni dosierujon de legosignoj por ĉiuj malfermitaj folioj"
+msgstr "Aldoni dosierujon de legosignoj por ĉiuj malfermitaj langetoj"
#: kbookmarkmenu.cpp:320
-#, fuzzy
-#| msgid "Edit your bookmark collection in a separate window"
msgctxt "KBookmarkMenu|"
msgid "Edit your bookmark collection in a separate window"
msgstr "Redaktu la legosignaron en aparta fenestro"
#: kbookmarkmenu.cpp:331
-#, fuzzy
-#| msgid "New Bookmark Folder..."
msgctxt "KBookmarkMenu|"
msgid "New Bookmark Folder..."
msgstr "Nova legosigna dosierujo..."
#: kbookmarkmenu.cpp:333
-#, fuzzy
-#| msgid "Create a new bookmark folder in this menu"
msgctxt "KBookmarkMenu|"
msgid "Create a new bookmark folder in this menu"
msgstr "Krei novan legosignujon en tiu menuo"
#: konqbookmarkmenu.cpp:59 konqbookmarkmenu.cpp:72
-#, fuzzy
-#| msgid "Hide in toolbar"
msgctxt "KonqBookmarkContextMenu|"
msgid "Hide in toolbar"
msgstr "Kaŝi en ilobreto"
#: konqbookmarkmenu.cpp:59 konqbookmarkmenu.cpp:72
-#, fuzzy
-#| msgid "Show in toolbar"
msgctxt "KonqBookmarkContextMenu|"
msgid "Show in toolbar"
msgstr "Montriĝi en ilobreto"
#: konqbookmarkmenu.cpp:66
-#, fuzzy
-#| msgid "Open in New Window"
msgctxt "KonqBookmarkContextMenu|"
msgid "Open in New Window"
msgstr "Malfermi en nova fenestro"
#: konqbookmarkmenu.cpp:67
-#, fuzzy
-#| msgid "Open in New Tab"
msgctxt "KonqBookmarkContextMenu|"
msgid "Open in New Tab"
msgstr "Malfermi en nova langeto"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.12.0/po/fr/kbookmarks5_qt.po new/kbookmarks-5.13.0/po/fr/kbookmarks5_qt.po
--- old/kbookmarks-5.12.0/po/fr/kbookmarks5_qt.po 2015-07-05 10:52:55.000000000 +0200
+++ new/kbookmarks-5.13.0/po/fr/kbookmarks5_qt.po 2015-08-04 12:45:31.000000000 +0200
@@ -21,10 +21,10 @@
"PO-Revision-Date: 2014-08-31 17:40+0200\n"
"Last-Translator: Sebastien Renard <renard(a)kde.org>\n"
"Language-Team: French <kde-francophone(a)kde.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.5\n"
"X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.12.0/src/kbookmark.h new/kbookmarks-5.13.0/src/kbookmark.h
--- old/kbookmarks-5.12.0/src/kbookmark.h 2015-07-05 10:52:55.000000000 +0200
+++ new/kbookmarks-5.13.0/src/kbookmark.h 2015-08-04 12:45:31.000000000 +0200
@@ -328,7 +328,7 @@
{
public:
/**
- * Create an invalid group. This is mostly for use in QValueList,
+ * Create an invalid group. This is mostly for use in QList,
* and other places where we need a null group.
* Also used as a parent for a bookmark that doesn't have one
* (e.g. Netscape bookmarks)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbookmarks-5.12.0/src/kbookmarkmanager.cpp new/kbookmarks-5.13.0/src/kbookmarkmanager.cpp
--- old/kbookmarks-5.12.0/src/kbookmarkmanager.cpp 2015-07-05 10:52:55.000000000 +0200
+++ new/kbookmarks-5.13.0/src/kbookmarkmanager.cpp 2015-08-04 12:45:31.000000000 +0200
@@ -25,7 +25,6 @@
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtCore/QFileInfo>
-#include <QtCore/QFileSystemWatcher>
#include <QtCore/QProcess>
#include <QtCore/QRegExp>
#include <QtCore/QTextStream>
@@ -40,6 +39,7 @@
#include <kbackup.h>
#include <kconfig.h>
#include <kconfiggroup.h>
+#include <KDirWatch>
#include <qsavefile.h>
#include <qstandardpaths.h>
@@ -127,12 +127,12 @@
, m_dialogParent(0)
, m_browserEditor(false)
, m_typeExternal(false)
- , m_fsWatch(0)
+ , m_dirWatch(0)
{}
~Private()
{
- delete m_fsWatch;
+ delete m_dirWatch;
}
mutable QDomDocument m_doc;
@@ -148,7 +148,7 @@
QString m_editorCaption;
bool m_typeExternal;
- QFileSystemWatcher *m_fsWatch; // for external bookmark files
+ KDirWatch *m_dirWatch; // for external bookmark files
KBookmarkMap m_map;
};
@@ -271,12 +271,17 @@
}
d->m_docIsLoaded = true;
- // start QFileSystemWatcher
- d->m_fsWatch = new QFileSystemWatcher;
- d->m_fsWatch->addPath(d->m_bookmarksFile);
- QObject::connect(d->m_fsWatch, SIGNAL(fileChanged(QString)),
- this, SLOT(slotFileChanged(QString)));
- // qDebug() << "starting QFileSystemWatcher for " << d->m_bookmarksFile;
+ // start KDirWatch
+ d->m_dirWatch = new KDirWatch;
+ d->m_dirWatch->addFile(d->m_bookmarksFile);
+ QObject::connect(d->m_dirWatch, SIGNAL(dirty(QString)),
+ this, SLOT(slotFileChanged(QString)));
+ QObject::connect(d->m_dirWatch, SIGNAL(created(QString)),
+ this, SLOT(slotFileChanged(QString)));
+ QObject::connect(d->m_dirWatch, SIGNAL(deleted(QString)),
+ this, SLOT(slotFileChanged(QString)));
+
+ // qDebug() << "starting KDirWatch for" << d->m_bookmarksFile;
}
KBookmarkManager::KBookmarkManager()
@@ -306,7 +311,7 @@
void KBookmarkManager::slotFileChanged(const QString &path)
{
if (path == d->m_bookmarksFile) {
- // qDebug() << "file changed (QFileSystemWatcher) " << path ;
+ // qDebug() << "file changed (KDirWatch) " << path ;
// Reparse
parse();
// Tell our GUI
1
0
Hello community,
here is the log from the commit of package kauth for openSUSE:Factory checked in at 2015-09-02 07:43:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kauth (Old)
and /work/SRC/openSUSE:Factory/.kauth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kauth"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kauth/kauth.changes 2015-07-14 17:21:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-09-02 07:43:47.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 4 19:20:13 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:
----
kauth-5.12.0.tar.xz
New:
----
kauth-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kauth.spec ++++++
--- /var/tmp/diff_new_pack.JCrm9M/_old 2015-09-02 07:43:48.000000000 +0200
+++ /var/tmp/diff_new_pack.JCrm9M/_new 2015-09-02 07:43:48.000000000 +0200
@@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5Auth5
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: kauth
-Version: 5.12.0
+Version: 5.13.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@@ -30,10 +30,10 @@
BuildRequires: kf5-filesystem
BuildRequires: libpolkit-qt5-1-devel
%if %{with lang}
-BuildRequires: libqt5-linguist-devel >= 5.2.0
+BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0
%endif
-BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires: cmake(Qt5DBus) >= 5.3.0
+BuildRequires: cmake(Qt5Widgets) >= 5.3.0
Summary: Framework which lets applications perform actions as a privileged user
License: LGPL-2.1+
Group: System/GUI/KDE
++++++ kauth-5.12.0.tar.xz -> kauth-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.12.0/CMakeLists.txt new/kauth-5.13.0/CMakeLists.txt
--- old/kauth-5.12.0/CMakeLists.txt 2015-07-05 10:52:35.000000000 +0200
+++ new/kauth-5.13.0/CMakeLists.txt 2015-08-04 12:44:53.000000000 +0200
@@ -3,13 +3,13 @@
project(KAuth)
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)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
include(KDEInstallDirs)
include(KDEFrameworkCompilerSettings)
@@ -24,8 +24,8 @@
include(ECMPoQmTools)
-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 KAUTH
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"
@@ -71,8 +71,10 @@
install(EXPORT KF5AuthTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
FILE KF5AuthTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
-install(EXPORT KF5AuthToolsTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
- FILE KF5AuthToolsTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
+if(NOT "${KAUTH_BACKEND_NAME}" STREQUAL "FAKE")
+ install(EXPORT KF5AuthToolsTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
+ FILE KF5AuthToolsTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
+endif()
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.12.0/KF5AuthConfig.cmake.in new/kauth-5.13.0/KF5AuthConfig.cmake.in
--- old/kauth-5.12.0/KF5AuthConfig.cmake.in 2015-07-05 10:52:35.000000000 +0200
+++ new/kauth-5.13.0/KF5AuthConfig.cmake.in 2015-08-04 12:44:53.000000000 +0200
@@ -13,9 +13,11 @@
include("${CMAKE_CURRENT_LIST_DIR}/KF5AuthTargets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/KF5AuthMacros.cmake")
-if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING)
- find_file(KCONFIGCOMPILER_PATH KF5Auth/KF5AuthToolsTargets.cmake PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH)
- include("${TARGETSFILE}")
-else()
- include("${CMAKE_CURRENT_LIST_DIR}/KF5AuthToolsTargets.cmake")
+if(NOT "${KAUTH_BACKEND_NAME}" STREQUAL "FAKE")
+ if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING)
+ find_file(KCONFIGCOMPILER_PATH KF5Auth/KF5AuthToolsTargets.cmake PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH)
+ include("${TARGETSFILE}")
+ else()
+ include("${CMAKE_CURRENT_LIST_DIR}/KF5AuthToolsTargets.cmake")
+ endif()
endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.12.0/cmake/KF5AuthMacros.cmake new/kauth-5.13.0/cmake/KF5AuthMacros.cmake
--- old/kauth-5.12.0/cmake/KF5AuthMacros.cmake 2015-07-05 10:52:35.000000000 +0200
+++ new/kauth-5.13.0/cmake/KF5AuthMacros.cmake 2015-08-04 12:44:53.000000000 +0200
@@ -68,7 +68,7 @@
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMENT "Generating ${HELPER_ID}.policy"
DEPENDS KF5::kauth-policy-gen)
- add_custom_target(${HELPER_ID}.policy ALL COMMENT "actions for ${HELPER_ID}" DEPENDS ${_output})
+ add_custom_target(${HELPER_ID}.policy-customtarget ALL COMMENT "actions for ${HELPER_ID}" DEPENDS ${_output})
install(FILES ${_output} DESTINATION ${KAUTH_POLICY_FILES_INSTALL_DIR})
endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.12.0/po/ast/kauth5_qt.po new/kauth-5.13.0/po/ast/kauth5_qt.po
--- old/kauth-5.12.0/po/ast/kauth5_qt.po 2015-07-05 10:52:35.000000000 +0200
+++ new/kauth-5.13.0/po/ast/kauth5_qt.po 2015-08-04 12:44:53.000000000 +0200
@@ -7,9 +7,9 @@
"Project-Id-Version: kdelibs4-1\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2015-04-06 14:49+0100\n"
+"PO-Revision-Date: 2015-07-11 16:26+0100\n"
"Last-Translator: enolp <enolp(a)softastur.org>\n"
-"Language-Team: Asturian <kde-i18n-doc(a)kde.org>\n"
+"Language-Team: Asturian <alminsitradores(a)softastur.org>\n"
"Language: ast_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -30,13 +30,11 @@
msgstr ""
#: backends/dbus/DBusHelperProxy.cpp:99
-#, fuzzy
msgctxt "KAuth::DBusHelperProxy|"
msgid ". Message error: "
msgstr ". Mensaxe de fallu: %1"
#: kauthexecutejob.cpp:88
-#, fuzzy
msgctxt "KAuth::ExecuteJob|"
msgid "Tried to start an invalid action"
msgstr "Intentóse aniciar una aición non válida"
@@ -45,7 +43,7 @@
#, fuzzy
msgctxt "KAuth::ExecuteJob|"
msgid "Unknown execution mode chosen"
-msgstr "Escoyíu mou d'execución desconocíu"
+msgstr "Escoyóse mou d'execución desconocíu"
#: kauthexecutejob.cpp:140
#, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.12.0/po/fr/kauth5_qt.po new/kauth-5.13.0/po/fr/kauth5_qt.po
--- old/kauth-5.12.0/po/fr/kauth5_qt.po 2015-07-05 10:52:35.000000000 +0200
+++ new/kauth-5.13.0/po/fr/kauth5_qt.po 2015-08-04 12:44:53.000000000 +0200
@@ -24,10 +24,10 @@
"PO-Revision-Date: 2014-05-21 16:00+0200\n"
"Last-Translator: Sebastien Renard <renard(a)kde.org>\n"
"Language-Team: French <kde-francophone(a)kde.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.5\n"
"X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.12.0/src/CMakeLists.txt new/kauth-5.13.0/src/CMakeLists.txt
--- old/kauth-5.12.0/src/CMakeLists.txt 2015-07-05 10:52:35.000000000 +0200
+++ new/kauth-5.13.0/src/CMakeLists.txt 2015-08-04 12:44:53.000000000 +0200
@@ -1,5 +1,5 @@
-find_package(Qt5 5.2.0 CONFIG REQUIRED Widgets DBus)
+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
# This file handles all the logic for compiling KAuth's backends
include(ConfigureChecks.cmake)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.12.0/src/kauthdebug.cpp new/kauth-5.13.0/src/kauthdebug.cpp
--- old/kauth-5.12.0/src/kauthdebug.cpp 2015-07-05 10:52:35.000000000 +0200
+++ new/kauth-5.13.0/src/kauthdebug.cpp 2015-08-04 12:44:53.000000000 +0200
@@ -15,4 +15,9 @@
#include "kauthdebug.h"
+#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
+// logging category for this framework, default: log stuff >= warning
+Q_LOGGING_CATEGORY(KAUTH, "kf5.kauth", QtWarningMsg)
+#else
Q_LOGGING_CATEGORY(KAUTH, "kf5.kauth")
+#endif
1
0
Hello community,
here is the log from the commit of package karchive for openSUSE:Factory checked in at 2015-09-02 07:43:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/karchive (Old)
and /work/SRC/openSUSE:Factory/.karchive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "karchive"
Changes:
--------
--- /work/SRC/openSUSE:Factory/karchive/karchive.changes 2015-07-14 17:21:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.karchive.new/karchive.changes 2015-09-02 07:43:41.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 4 19:20:12 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:
----
karchive-5.12.0.tar.xz
New:
----
karchive-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ karchive.spec ++++++
--- /var/tmp/diff_new_pack.uOOyDC/_old 2015-09-02 07:43:42.000000000 +0200
+++ /var/tmp/diff_new_pack.uOOyDC/_new 2015-09-02 07:43:42.000000000 +0200
@@ -17,15 +17,15 @@
%define lname libKF5Archive5
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: karchive
-Version: 5.12.0
+Version: 5.13.0
Release: 0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
-BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
+BuildRequires: cmake(Qt5Core) >= 5.3.0
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(zlib)
@@ -61,7 +61,7 @@
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: extra-cmake-modules
-Requires: pkgconfig(Qt5Core) >= 5.2.0
+Requires: cmake(Qt5Core) >= 5.3.0
%description devel
KArchive provides classes for easy reading, creation and manipulation of
++++++ karchive-5.12.0.tar.xz -> karchive-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/karchive-5.12.0/CMakeLists.txt new/karchive-5.13.0/CMakeLists.txt
--- old/karchive-5.12.0/CMakeLists.txt 2015-07-04 22:29:27.000000000 +0200
+++ new/karchive-5.13.0/CMakeLists.txt 2015-08-01 14:41:18.000000000 +0200
@@ -3,7 +3,7 @@
project(KArchive)
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)
@@ -17,7 +17,7 @@
include(GenerateExportHeader)
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
find_package(ZLIB)
@@ -49,7 +49,7 @@
include(ECMSetupVersion)
include(ECMGenerateHeaders)
-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 KARCHIVE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/karchive-5.12.0/README.md new/karchive-5.13.0/README.md
--- old/karchive-5.12.0/README.md 2015-07-04 22:29:27.000000000 +0200
+++ new/karchive-5.13.0/README.md 2015-08-01 14:41:18.000000000 +0200
@@ -1,5 +1,7 @@
# KArchive
+Reading, creating, and manipulating file archives
+
## Introduction
KArchive provides classes for easy reading, creation and manipulation of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/karchive-5.12.0/src/TODO new/karchive-5.13.0/src/TODO
--- old/karchive-5.12.0/src/TODO 2015-07-04 22:29:27.000000000 +0200
+++ new/karchive-5.13.0/src/TODO 1970-01-01 01:00:00.000000000 +0100
@@ -1,66 +0,0 @@
-1) A new class, with most of the current KFilterDev code, but an improved API:
-
-class KCompressionDevice : public QIODevice
-{
-public:
- enum CompressionType { GZip, BZip2, Xz, None }; // or is that called Lzma?
-
- KCompressionDevice(QIODevice* inputDevice, CompressionType type);
-
- KCompressionDevice(const QString& fileName, CompressionType type);
-
- // The compression actually used by this device.
- // If the support for the compression requested in the constructor
- // is not available, then the device will use None.
- => the docu for the constructors should recommend to check compressionType()...
- CompressionType compressionType() const;
-
- // from KFilterDev:
- // open, close, seek, atEnd, setOrigFileName, setSkipHeaders
- // readData, writeData
-};
-
-No use of KMimeType or mimetype strings in that code, the enum is used instead.
-The handling of None is new, it has to be added to the code.
-
-2) For compatibility and for a slightly higher-level class which can auto-detect mimetypes,
-we keep KFilterDev:
-
-class KFilterDev : public KCompressionDevice
-{
-public:
- // @since 5.0
- //
- KFilterDev(const QString& fileName);
-
- // @since 5.0
- // PENDING: remove? add it for easy porting but deprecate?
- KFilterDev(QIODevice* inputDevice, const QString& mimetype = QString(), bool forceCompression = false);
-
- // @since 5.0
- // PENDING: remove? add it for easy porting but deprecate?
- KFilterDev(const QString& fileName, const QString& mimetype = QString(), bool forceCompression = false);
-
- // Returns the compression type for the given mimetype, if possible. Otherwise returns None.
- // This handles simple cases like application/x-gzip, but also application/x-compressed-tar, and inheritance.
- static CompressionType compressionTypeForMimeType(const QString& mimetype);
-
- // @deprecated Use the constructor instead (if mimetype is empty), or KCompressionDevice (if the mimetype is known).
- static KCompressionDevice* deviceForFile(const QString & fileName,
- const QString & mimetype = QString(),
- bool forceCompression = false);
-
- // @deprecated Use the constructor instead (if mimetype is empty), or KCompressionDevice (if the mimetype is known).
- static KCompressionDevice* device(QIODevice* inputDevice, const QString & mimetype, bool autoDeleteInputDevice = true);
-};
-
-
-Implementation details:
-* remove autoDeleteFilterBase, I don't see how/why it would be set to false.
-* move the static methods in KFilterBase to be file-static in kfilterdev.cpp (they need mimetypes)
-* stop installing kfilterbase.h, stop exporting KFilterBase
-
-Porting notes:
-* KTar's call to deviceForFile is changed like this:
-- QIODevice *filterDev = KFilterDev::deviceForFile( fileName, mimetype, forced );
-+
1
0
Hello community,
here is the log from the commit of package kapidox for openSUSE:Factory checked in at 2015-09-02 07:43:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kapidox (Old)
and /work/SRC/openSUSE:Factory/.kapidox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kapidox"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes 2015-07-14 17:21:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes 2015-09-02 07:43:36.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Aug 4 19:20:12 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
+ * Add man pages for kapidox scripts and update maintainer info in setup.py
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------
Old:
----
kapidox-5.12.0.tar.xz
New:
----
kapidox-5.13.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kapidox.spec ++++++
--- /var/tmp/diff_new_pack.VvGhPa/_old 2015-09-02 07:43:37.000000000 +0200
+++ /var/tmp/diff_new_pack.VvGhPa/_new 2015-09-02 07:43:37.000000000 +0200
@@ -16,9 +16,9 @@
#
-%define _tar_path 5.12
+%define _tar_path 5.13
Name: kapidox
-Version: 5.12.0
+Version: 5.13.0
Release: 0
Requires: doxygen
BuildRequires: fdupes
@@ -60,6 +60,11 @@
%{_kf5_bindir}/depdiagram-generate
%{_kf5_bindir}/depdiagram-generate-all
%{_kf5_bindir}/depdiagram-prepare
+%{_kf5_mandir}/man1/depdiagram-generate-all.1*
+%{_kf5_mandir}/man1/depdiagram-generate.1*
+%{_kf5_mandir}/man1/depdiagram-prepare.1*
+%{_kf5_mandir}/man1/kgenapidox.1*
+%{_kf5_mandir}/man1/kgenframeworksapidox.1*
%{python_sitelib}/kapidox/
%{python_sitelib}/kapidox-*.egg-info
++++++ kapidox-5.12.0.tar.xz -> kapidox-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.12.0/docs/depdiagram-generate-all.1 new/kapidox-5.13.0/docs/depdiagram-generate-all.1
--- old/kapidox-5.12.0/docs/depdiagram-generate-all.1 1970-01-01 01:00:00.000000000 +0100
+++ new/kapidox-5.13.0/docs/depdiagram-generate-all.1 2015-07-12 17:55:02.000000000 +0200
@@ -0,0 +1,148 @@
+\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sh \" Subsection heading
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings. \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote. \*(C+ will
+.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+. ds -- \(*W-
+. ds PI pi
+. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
+. ds L" ""
+. ds R" ""
+. ds C` ""
+. ds C' ""
+'br\}
+.el\{\
+. ds -- \|\(em\|
+. ds PI \(*p
+. ds L" ``
+. ds R" ''
+'br\}
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
+.\" entries marked with X<> in POD. Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.if \nF \{\
+. de IX
+. tm Index:\\$1\t\\n%\t"\\$2"
+..
+. nr % 0
+. rr F
+.\}
+.\"
+.\" For nroff, turn off justification. Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.hy 0
+.if n .na
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear. Run. Save yourself. No user-serviceable parts.
+. \" fudge factors for nroff and troff
+.if n \{\
+. ds #H 0
+. ds #V .8m
+. ds #F .3m
+. ds #[ \f1
+. ds #] \fP
+.\}
+.if t \{\
+. ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+. ds #V .6m
+. ds #F 0
+. ds #[ \&
+. ds #] \&
+.\}
+. \" simple accents for nroff and troff
+.if n \{\
+. ds ' \&
+. ds ` \&
+. ds ^ \&
+. ds , \&
+. ds ~ ~
+. ds /
+.\}
+.if t \{\
+. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+. \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+. \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+. \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+. ds : e
+. ds 8 ss
+. ds o a
+. ds d- d\h'-1'\(ga
+. ds D- D\h'-1'\(hy
+. ds th \o'bp'
+. ds Th \o'LP'
+. ds ae ae
+. ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "depdiagram-generate-all 1"
+.TH depdiagram-generate-all 1 "2015-07-11"
+.SH "NAME"
+depdiagram-generate-all \- KDE API documentation generation tools
+.SH "VERSION"
+.IX Header "VERSION"
+5\.13\.0
+
+.SH "USAGE"
+.IX Header "USAGE"
+
+Usage: depdiagram\-generate\-all <dot_dir> <png_dir>
+
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+This version of \fBkapidox\fR was written by Aurélien Gâteau agateau(a)kde.org.
+.PP
+This man-page was created by Scott Kitterman <scott(a)kitterman.com>.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.12.0/docs/depdiagram-generate.1 new/kapidox-5.13.0/docs/depdiagram-generate.1
--- old/kapidox-5.12.0/docs/depdiagram-generate.1 1970-01-01 01:00:00.000000000 +0100
+++ new/kapidox-5.13.0/docs/depdiagram-generate.1 2015-07-12 17:55:02.000000000 +0200
@@ -0,0 +1,162 @@
+\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sh \" Subsection heading
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings. \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote. \*(C+ will
+.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+. ds -- \(*W-
+. ds PI pi
+. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
+. ds L" ""
+. ds R" ""
+. ds C` ""
+. ds C' ""
+'br\}
+.el\{\
+. ds -- \|\(em\|
+. ds PI \(*p
+. ds L" ``
+. ds R" ''
+'br\}
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
+.\" entries marked with X<> in POD. Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.if \nF \{\
+. de IX
+. tm Index:\\$1\t\\n%\t"\\$2"
+..
+. nr % 0
+. rr F
+.\}
+.\"
+.\" For nroff, turn off justification. Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.hy 0
+.if n .na
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear. Run. Save yourself. No user-serviceable parts.
+. \" fudge factors for nroff and troff
+.if n \{\
+. ds #H 0
+. ds #V .8m
+. ds #F .3m
+. ds #[ \f1
+. ds #] \fP
+.\}
+.if t \{\
+. ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+. ds #V .6m
+. ds #F 0
+. ds #[ \&
+. ds #] \&
+.\}
+. \" simple accents for nroff and troff
+.if n \{\
+. ds ' \&
+. ds ` \&
+. ds ^ \&
+. ds , \&
+. ds ~ ~
+. ds /
+.\}
+.if t \{\
+. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+. \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+. \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+. \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+. ds : e
+. ds 8 ss
+. ds o a
+. ds d- d\h'-1'\(ga
+. ds D- D\h'-1'\(hy
+. ds th \o'bp'
+. ds Th \o'LP'
+. ds ae ae
+. ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "depdiagram-generate 1"
+.TH depdiagram-generate 1 "2015-07-11"
+.SH "NAME"
+depdiagram-generate \- KDE API documentation generation tools
+.SH "VERSION"
+.IX Header "VERSION"
+5\.13\.0
+
+.SH "USAGE"
+.IX Header "USAGE"
+
+usage: depdiagram-generate [\-h] [\-o FILE] [\-\-qt] [\-\-detailed]
+ [\-\-framework FRAMEWORK]
+ dot_files [dot_files ...]
+
+positional arguments:
+ dot_files
+
+optional arguments:
+ \-h, \-\-help show this help message and exit
+ \-o FILE, \-\-output FILE
+ Output to FILE
+ \-\-qt Show Qt libraries
+ \-\-detailed Show targets within frameworks
+ \-\-framework FRAMEWORK
+ Only show dependencies of framework FRAMEWORK
+
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+This version of \fBkapidox\fR was written by Aurélien Gâteau agateau(a)kde.org.
+.PP
+This man-page was created by Scott Kitterman <scott(a)kitterman.com>.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.12.0/docs/depdiagram-prepare.1 new/kapidox-5.13.0/docs/depdiagram-prepare.1
--- old/kapidox-5.12.0/docs/depdiagram-prepare.1 1970-01-01 01:00:00.000000000 +0100
+++ new/kapidox-5.13.0/docs/depdiagram-prepare.1 2015-07-12 17:55:02.000000000 +0200
@@ -0,0 +1,158 @@
+\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sh \" Subsection heading
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings. \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote. \*(C+ will
+.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+. ds -- \(*W-
+. ds PI pi
+. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
+. ds L" ""
+. ds R" ""
+. ds C` ""
+. ds C' ""
+'br\}
+.el\{\
+. ds -- \|\(em\|
+. ds PI \(*p
+. ds L" ``
+. ds R" ''
+'br\}
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
+.\" entries marked with X<> in POD. Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.if \nF \{\
+. de IX
+. tm Index:\\$1\t\\n%\t"\\$2"
+..
+. nr % 0
+. rr F
+.\}
+.\"
+.\" For nroff, turn off justification. Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.hy 0
+.if n .na
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear. Run. Save yourself. No user-serviceable parts.
+. \" fudge factors for nroff and troff
+.if n \{\
+. ds #H 0
+. ds #V .8m
+. ds #F .3m
+. ds #[ \f1
+. ds #] \fP
+.\}
+.if t \{\
+. ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+. ds #V .6m
+. ds #F 0
+. ds #[ \&
+. ds #] \&
+.\}
+. \" simple accents for nroff and troff
+.if n \{\
+. ds ' \&
+. ds ` \&
+. ds ^ \&
+. ds , \&
+. ds ~ ~
+. ds /
+.\}
+.if t \{\
+. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+. \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+. \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+. \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+. ds : e
+. ds 8 ss
+. ds o a
+. ds d- d\h'-1'\(ga
+. ds D- D\h'-1'\(hy
+. ds th \o'bp'
+. ds Th \o'LP'
+. ds ae ae
+. ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "depdiagram-prepare 1"
+.TH depdiagram-prepare 1 "2015-07-11"
+.SH "NAME"
+depdiagram-prepare \- Generate Graphviz dot files for one or all frameworks
+.SH "VERSION"
+.IX Header "VERSION"
+5\.13\.0
+
+.SH "USAGE"
+.IX Header "USAGE"
+
+usage: depdiagram-prepare [\-h] (\-s DIR | \-a BASE_DIR) dot_dir
+
+positional arguments:
+ dot_dir Destination dir where dot files will be generated
+
+optional arguments:
+ \-h, \-\-help show this help message and exit
+ \-s DIR, \-\-single DIR Generate dot files for the framework stored in DIR
+ \-a BASE_DIR, \-\-all BASE_DIR
+ Generate dot files for all frameworks whose dir is in
+ BASE_DIR
+
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+This version of \fBkapidox\fR was written by Aurélien Gâteau agateau(a)kde.org.
+.PP
+This man-page was created by Scott Kitterman <scott(a)kitterman.com>.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.12.0/docs/kgenapidox.1 new/kapidox-5.13.0/docs/kgenapidox.1
--- old/kapidox-5.12.0/docs/kgenapidox.1 1970-01-01 01:00:00.000000000 +0100
+++ new/kapidox-5.13.0/docs/kgenapidox.1 2015-07-12 17:55:02.000000000 +0200
@@ -0,0 +1,210 @@
+\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sh \" Subsection heading
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings. \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote. \*(C+ will
+.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+. ds -- \(*W-
+. ds PI pi
+. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
+. ds L" ""
+. ds R" ""
+. ds C` ""
+. ds C' ""
+'br\}
+.el\{\
+. ds -- \|\(em\|
+. ds PI \(*p
+. ds L" ``
+. ds R" ''
+'br\}
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
+.\" entries marked with X<> in POD. Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.if \nF \{\
+. de IX
+. tm Index:\\$1\t\\n%\t"\\$2"
+..
+. nr % 0
+. rr F
+.\}
+.\"
+.\" For nroff, turn off justification. Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.hy 0
+.if n .na
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear. Run. Save yourself. No user-serviceable parts.
+. \" fudge factors for nroff and troff
+.if n \{\
+. ds #H 0
+. ds #V .8m
+. ds #F .3m
+. ds #[ \f1
+. ds #] \fP
+.\}
+.if t \{\
+. ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+. ds #V .6m
+. ds #F 0
+. ds #[ \&
+. ds #] \&
+.\}
+. \" simple accents for nroff and troff
+.if n \{\
+. ds ' \&
+. ds ` \&
+. ds ^ \&
+. ds , \&
+. ds ~ ~
+. ds /
+.\}
+.if t \{\
+. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+. \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+. \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+. \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+. ds : e
+. ds 8 ss
+. ds o a
+. ds d- d\h'-1'\(ga
+. ds D- D\h'-1'\(hy
+. ds th \o'bp'
+. ds Th \o'LP'
+. ds ae ae
+. ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "kgenapidox 1"
+.TH kgenapidox 1 "2015-07-11"
+.SH "NAME"
+kgenapidox \- Generate API documentation in the KDE style
+.SH "VERSION"
+.IX Header "VERSION"
+5\.13\.0
+
+.SH "USAGE"
+.IX Header "USAGE"
+
+usage: kgenapidox [\-h] [\-\-dependency\-diagram\-dir DEPENDENCY_DIAGRAM_DIR]
+ [\-\-title TITLE] [\-\-man-pages] [\-\-qhp] [\-\-searchengine]
+ [\-\-api-searchbox] [\-o OUTPUT] [\-\-qtdoc\-dir QTDOC_DIR]
+ [\-\-qtdoc\-link QTDOC_LINK] [\-\-qtdoc\-flatten\-links]
+ [\-\-kdedoc\-dir KDEDOC_DIR] [\-\-kdedoc\-link KDEDOC_LINK]
+ [\-\-doxygen DOXYGEN] [\-\-qhelpgenerator QHELPGENERATOR]
+ [\-\-doxdatadir DOXDATADIR] [\-\-keep\-temp\-dirs]
+ [moduledir]
+
+optional arguments:
+ \-h, \-\-help show this help message and exit
+
+sources:
+ moduledir Location of the module to build API documentation for;
+ it should contain a README.md file and a src/
+ subdirectory.Defaults to the current folder.
+ \-\-dependency-diagram-dir DEPENDENCY_DIAGRAM_DIR
+ Location of framework diagram dirs; a "Dependencies"
+ page will be included in the framework documentation
+ if provided.
+
+output options:
+ \-\-title TITLE String to use for page titles.
+ \-\-man-pages Generate man page documentation.
+ \-\-qhp Generate Qt Compressed Help documentation.
+ \-\-searchengine Enable Doxygen's search engine feature.
+ \-\-api-searchbox Enable the API searchbox (only useful for
+ api.kde.org)
+ \-o OUTPUT, \-\-output OUTPUT
+ Location where the documentation will be generated.
+ Defaults to apidocs.
+
+Qt documentation:
+ \-\-qtdoc\-dir QTDOC_DIR
+ Location of (local) Qt documentation; this is searched
+ for tag files to create links to Qt classes.
+ \-\-qtdoc\-link QTDOC_LINK
+ Override Qt documentation location for the links in
+ the html files. May be a path or URL.
+ \-\-qtdoc\-flatten\-links
+ Whether to assume all Qt documentation html files are
+ immediately under QTDOC_LINK (useful if you set
+ QTDOC_LINK to the online Qt documentation). Ignored if
+ QTDOC_LINK is not set.
+
+KDE documentation:
+ \-\-kdedoc\-dir KDEDOC_DIR
+ Location of (local) KDE documentation; this is
+ searched for tag files to create links to KDE classes.
+ \-\-kdedoc\-link KDEDOC_LINK
+ Override KDE documentation location for the links in
+ the html files. May be a path or URL.
+
+paths:
+ \-\-doxygen DOXYGEN (Path to) the doxygen executable.
+ \-\-qhelpgenerator QHELPGENERATOR
+ (Path to) the qhelpgenerator executable.
+
+misc:
+ \-\-doxdatadir DOXDATADIR
+ Location of the HTML header files and support
+ graphics.
+ \-\-keep\-temp\-dirs Do not delete temporary dirs, useful for debugging.
+
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+This version of \fBkapidox\fR was written by Aurélien Gâteau agateau(a)kde.org.
+.PP
+This man-page was created by Scott Kitterman <scott(a)kitterman.com>.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.12.0/docs/kgenframeworksapidox.1 new/kapidox-5.13.0/docs/kgenframeworksapidox.1
--- old/kapidox-5.12.0/docs/kgenframeworksapidox.1 1970-01-01 01:00:00.000000000 +0100
+++ new/kapidox-5.13.0/docs/kgenframeworksapidox.1 2015-07-12 17:55:02.000000000 +0200
@@ -0,0 +1,198 @@
+\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sh \" Subsection heading
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings. \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote. \*(C+ will
+.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+. ds -- \(*W-
+. ds PI pi
+. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
+. ds L" ""
+. ds R" ""
+. ds C` ""
+. ds C' ""
+'br\}
+.el\{\
+. ds -- \|\(em\|
+. ds PI \(*p
+. ds L" ``
+. ds R" ''
+'br\}
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
+.\" entries marked with X<> in POD. Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.if \nF \{\
+. de IX
+. tm Index:\\$1\t\\n%\t"\\$2"
+..
+. nr % 0
+. rr F
+.\}
+.\"
+.\" For nroff, turn off justification. Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.hy 0
+.if n .na
+.\"
+.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
+.\" Fear. Run. Save yourself. No user-serviceable parts.
+. \" fudge factors for nroff and troff
+.if n \{\
+. ds #H 0
+. ds #V .8m
+. ds #F .3m
+. ds #[ \f1
+. ds #] \fP
+.\}
+.if t \{\
+. ds #H ((1u-(\\\\n(.fu%2u))*.13m)
+. ds #V .6m
+. ds #F 0
+. ds #[ \&
+. ds #] \&
+.\}
+. \" simple accents for nroff and troff
+.if n \{\
+. ds ' \&
+. ds ` \&
+. ds ^ \&
+. ds , \&
+. ds ~ ~
+. ds /
+.\}
+.if t \{\
+. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
+. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
+. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
+. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
+. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
+. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
+.\}
+. \" troff and (daisy-wheel) nroff accents
+.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
+.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
+.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
+.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
+.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
+.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
+.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
+.ds ae a\h'-(\w'a'u*4/10)'e
+.ds Ae A\h'-(\w'A'u*4/10)'E
+. \" corrections for vroff
+.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
+.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
+. \" for low resolution devices (crt and lpr)
+.if \n(.H>23 .if \n(.V>19 \
+\{\
+. ds : e
+. ds 8 ss
+. ds o a
+. ds d- d\h'-1'\(ga
+. ds D- D\h'-1'\(hy
+. ds th \o'bp'
+. ds Th \o'LP'
+. ds ae ae
+. ds Ae AE
+.\}
+.rm #[ #] #H #V #F C
+.\" ========================================================================
+.\"
+.IX Title "kgenframeworksapidox 1"
+.TH kgenframeworksapidox 1 "2015-07-11"
+.SH "NAME"
+kgenframeworksapidox \- KDE API documentation generation tools
+.SH "VERSION"
+.IX Header "VERSION"
+5\.13\.0
+
+.SH "USAGE"
+.IX Header "USAGE"
+
+usage: kgenframeworksapidox [\-h] [\-\-depdiagram\-dot\-dir DIR] [\-\-title TITLE]
+ [\-\-man-pages] [\-\-qhp] [\-\-searchengine]
+ [\-\-api\-searchbox] [\-\-qtdoc\-dir QTDOC_DIR]
+ [\-\-qtdoc\-link QTDOC_LINK] [\-\-qtdoc\-flatten\-links]
+ [\-\-doxygen DOXYGEN]
+ [\-\-qhelpgenerator QHELPGENERATOR]
+ [\-\-doxdatadir DOXDATADIR] [\-\-keep\-temp\-dirs]
+ frameworksdir
+
+Generate API documentation for the KDE Frameworks
+
+optional arguments:
+ \-h, \-\-help show this help message and exit
+
+sources:
+ frameworksdir Location of the frameworks modules.
+ \-\-depdiagram-dot-dir DIR
+ Generate dependency diagrams, using the .dot files
+ from DIR.
+
+output options:
+ \-\-title TITLE String to use for page titles.
+ \-\-man-pages Generate man page documentation.
+ \-\-qhp Generate Qt Compressed Help documentation.
+ \-\-searchengine Enable Doxygen's search engine feature.
+ \-\-api\-searchbox Enable the API searchbox (only useful for
+ api.kde.org)
+
+Qt documentation:
+ \-\-qtdoc-dir QTDOC_DIR
+ Location of (local) Qt documentation; this is searched
+ for tag files to create links to Qt classes.
+ \-\-qtdoc\-link QTDOC_LINK
+ Override Qt documentation location for the links in
+ the html files. May be a path or URL.
+ \-\-qtdoc\-flatten-links
+ Whether to assume all Qt documentation html files are
+ immediately under QTDOC_LINK (useful if you set
+ QTDOC_LINK to the online Qt documentation). Ignored if
+ QTDOC_LINK is not set.
+
+paths:
+ \-\-doxygen DOXYGEN (Path to) the doxygen executable.
+ \-\-qhelpgenerator QHELPGENERATOR
+ (Path to) the qhelpgenerator executable.
+
+misc:
+ \-\-doxdatadir DOXDATADIR
+ Location of the HTML header files and support
+ graphics.
+ \-\-keep\-temp\-dirs Do not delete temporary dirs, useful for debugging.
+
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+This version of \fBkapidox\fR was written by Aurélien Gâteau agateau(a)kde.org.
+.PP
+This man-page was created by Scott Kitterman <scott(a)kitterman.com>.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.12.0/setup.py new/kapidox-5.13.0/setup.py
--- old/kapidox-5.12.0/setup.py 2015-06-13 00:25:12.000000000 +0200
+++ new/kapidox-5.13.0/setup.py 2015-07-12 17:55:02.000000000 +0200
@@ -2,13 +2,14 @@
# -*- coding: utf-8 -*-
from distutils.core import setup
+import os
setup(
name='kapidox',
- version='5.12.0',
+ version='5.13.0',
description='KDE API documentation generation tools',
- maintainer = 'Aurélien Gâteau',
- maintainer_email = 'agateau(a)kde.org',
+ maintainer = 'Alex Merry',
+ maintainer_email = 'alex.merry(a)kde.org',
url='https://projects.kde.org/projects/frameworks/kapidox',
packages = [
'kapidox',
@@ -33,6 +34,11 @@
'src/depdiagram-generate',
'src/depdiagram-generate-all',
],
+ data_files= [
+ (os.path.join('share', 'man', 'man1'), ['docs/kgenapidox.1',
+ 'docs/kgenframeworksapidox.1', 'docs/depdiagram-prepare.1',
+ 'docs/depdiagram-generate.1',
+ 'docs/depdiagram-generate-all.1'])],
classifiers = [
'Environment :: Console',
'Intended Audience :: Developers',
1
0