Hello community, here is the log from the commit of package okteta5 for openSUSE:Factory checked in at 2015-03-11 09:56:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/okteta5 (Old) and /work/SRC/openSUSE:Factory/.okteta5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "okteta5" Changes: -------- --- /work/SRC/openSUSE:Factory/okteta5/okteta5.changes 2015-02-11 16:43:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.okteta5.new/okteta5.changes 2015-03-11 09:56:32.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Mar 3 10:50:46 UTC 2015 - [email protected] + +- Update to KDE Applications 14.12.3 + * KDE Applications 14.12.3 + * See https://www.kde.org/announcements/announce-applications-14.12.3.php + +------------------------------------------------------------------- Old: ---- okteta-14.12.2.tar.xz New: ---- okteta-14.12.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ okteta5.spec ++++++ --- /var/tmp/diff_new_pack.IjzSM0/_old 2015-03-11 09:56:32.000000000 +0100 +++ /var/tmp/diff_new_pack.IjzSM0/_new 2015-03-11 09:56:32.000000000 +0100 @@ -37,7 +37,7 @@ License: GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url: http://www.kde.org/ -Version: 14.12.2 +Version: 14.12.3 Release: 0 Source0: okteta-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ okteta-14.12.2.tar.xz -> okteta-14.12.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/kasten/CMakeLists.txt new/okteta-14.12.3/kasten/CMakeLists.txt --- old/okteta-14.12.2/kasten/CMakeLists.txt 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/kasten/CMakeLists.txt 2015-02-23 12:41:50.000000000 +0100 @@ -13,7 +13,7 @@ set( OKTETAKASTEN_PATCHLEVEL_VERSION 0 ) set( OKTETAKASTEN_VERSION "${OKTETAKASTEN_MAJOR_VERSION}.${OKTETAKASTEN_MINOR_VERSION}.${OKTETAKASTEN_PATCHLEVEL_VERSION}" ) set( OKTETAKASTEN_ABI_VERSION 1 ) -set( OKTETAKASTEN_INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/kasten${KASTEN_ABI_VERSION}/okteta${OKTETAKASTEN_ABI_VERSION} ) +set( OKTETAKASTEN_INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/kasten/okteta ) #${KASTEN_ABI_VERSION}/okteta${OKTETAKASTEN_ABI_VERSION} ) set( oktetakastencore_LIB oktetakastencore ) set( oktetakastengui_LIB oktetakastengui ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/kasten/controllers/document/info/documentinfotool.cpp new/okteta-14.12.3/kasten/controllers/document/info/documentinfotool.cpp --- old/okteta-14.12.2/kasten/controllers/document/info/documentinfotool.cpp 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/kasten/controllers/document/info/documentinfotool.cpp 2015-02-23 12:41:50.000000000 +0100 @@ -30,6 +30,7 @@ #include <abstractmodelsynchronizer.h> // Okteta core #include <abstractbytearraymodel.h> +#include <arraychangemetricslist.h> // KF5 #include <KLocalizedString> // Qt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/kasten/controllers/view/checksum/checksumtool.cpp new/okteta-14.12.3/kasten/controllers/view/checksum/checksumtool.cpp --- old/okteta-14.12.2/kasten/controllers/view/checksum/checksumtool.cpp 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/kasten/controllers/view/checksum/checksumtool.cpp 2015-02-23 12:41:50.000000000 +0100 @@ -44,6 +44,7 @@ #include <bytearraydocument.h> // Okteta core #include <abstractbytearraymodel.h> +#include <arraychangemetricslist.h> // KF5 #include <KLocalizedString> // Qt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp new/okteta-14.12.3/kasten/controllers/view/gotooffset/gotooffsettool.cpp --- old/okteta-14.12.2/kasten/controllers/view/gotooffset/gotooffsettool.cpp 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/kasten/controllers/view/gotooffset/gotooffsettool.cpp 2015-02-23 12:41:50.000000000 +0100 @@ -27,6 +27,7 @@ #include <bytearraydocument.h> // Okteta core #include <abstractbytearraymodel.h> +#include <arraychangemetricslist.h> // KF5 #include <KLocalizedString> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/kasten/controllers/view/info/infotool.cpp new/okteta-14.12.3/kasten/controllers/view/info/infotool.cpp --- old/okteta-14.12.2/kasten/controllers/view/info/infotool.cpp 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/kasten/controllers/view/info/infotool.cpp 2015-02-23 12:41:50.000000000 +0100 @@ -30,6 +30,7 @@ #include <bytearraydocument.h> // Okteta core #include <abstractbytearraymodel.h> +#include <arraychangemetricslist.h> // KF5 #include <KLocalizedString> // Qt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/kasten/controllers/view/poddecoder/poddecodertool.cpp new/okteta-14.12.3/kasten/controllers/view/poddecoder/poddecodertool.cpp --- old/okteta-14.12.2/kasten/controllers/view/poddecoder/poddecodertool.cpp 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/kasten/controllers/view/poddecoder/poddecodertool.cpp 2015-02-23 12:41:50.000000000 +0100 @@ -46,6 +46,7 @@ // Okteta core #include <charcodec.h> #include <abstractbytearraymodel.h> +#include <arraychangemetricslist.h> #include <changesdescribable.h> // KF5 #include <KLocalizedString> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/kasten/controllers/view/selectrange/selectrangetool.cpp new/okteta-14.12.3/kasten/controllers/view/selectrange/selectrangetool.cpp --- old/okteta-14.12.2/kasten/controllers/view/selectrange/selectrangetool.cpp 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/kasten/controllers/view/selectrange/selectrangetool.cpp 2015-02-23 12:41:50.000000000 +0100 @@ -27,6 +27,7 @@ #include <bytearraydocument.h> // Okteta core #include <abstractbytearraymodel.h> +#include <arraychangemetricslist.h> // KF5 #include <KLocalizedString> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/kasten/controllers/view/stringsextract/stringsextracttool.cpp new/okteta-14.12.3/kasten/controllers/view/stringsextract/stringsextracttool.cpp --- old/okteta-14.12.2/kasten/controllers/view/stringsextract/stringsextracttool.cpp 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/kasten/controllers/view/stringsextract/stringsextracttool.cpp 2015-02-23 12:41:50.000000000 +0100 @@ -29,6 +29,7 @@ // Okteta core #include <charcodec.h> #include <abstractbytearraymodel.h> +#include <arraychangemetricslist.h> // KF5 #include <KLocalizedString> // Qt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop new/okteta-14.12.3/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop --- old/okteta-14.12.2/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/kasten/controllers/view/structures/examples/okteta/structures/classfile/metadata.desktop 2015-02-23 12:41:50.000000000 +0100 @@ -6,6 +6,7 @@ Name=Java .class file format Name[ca]=Format de fitxer .class del Java +Name[da]=Java .class-filformat Name[de]=Java-„.class“-Dateiformat Name[en_GB]=Java .class file format Name[es]=Formato de archivo .class de Java @@ -30,6 +31,7 @@ Name[zh_TW]=Java .class 檔案格式 Comment=still very incomplete!!! Comment[ca]=Encara està molt incomplet! +Comment[da]=stadig langt fra færdigt!!! Comment[de]=Noch sehr unvollständig Comment[en_GB]=still very incomplete!!! Comment[es]=Todavía bastante incompleto diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/kasten/controllers/view/structures/examples/okteta/structures/png/metadata.desktop new/okteta-14.12.3/kasten/controllers/view/structures/examples/okteta/structures/png/metadata.desktop --- old/okteta-14.12.2/kasten/controllers/view/structures/examples/okteta/structures/png/metadata.desktop 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/kasten/controllers/view/structures/examples/okteta/structures/png/metadata.desktop 2015-02-23 12:41:50.000000000 +0100 @@ -46,7 +46,7 @@ Name[zh_CN]=PNG 文件头 Name[zh_TW]=PNG 檔案標頭 Comment=A test structure containing the PNG file header (file must be set to big-endian) -Comment[bs]=Probna struktura koja sadrži zaglavlje PNG datoteke big endian) +Comment[bs]=Probna struktura koja sadrži zaglavlje PNG datoteke (datoteka treba biti postavljena na big endian) Comment[ca]=Una estructura de proves que conté la capçalera d'un fitxer PNG (el fitxer s'ha de definir com a «big-endian») Comment[ca@valencia]=Una estructura de proves que conté la capçalera d'un fitxer PNG (el fitxer s'ha de definir com a «big-endian») Comment[da]=En teststruktur som indeholder PNG-fil-headeren (filen skal være sat til big-endian) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop new/okteta-14.12.3/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop --- old/okteta-14.12.2/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/kasten/controllers/view/structures/examples/okteta/structures/testtest/metadata.desktop 2015-02-23 12:41:50.000000000 +0100 @@ -7,6 +7,7 @@ Name=VHD test Name[ca]=Prova el VHD Name[cs]=Test VHD +Name[da]=VHD-test Name[de]=VHD-Test Name[en_GB]=VHD test Name[es]=Prueba VHD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/libs/kasten/CMakeLists.txt new/okteta-14.12.3/libs/kasten/CMakeLists.txt --- old/okteta-14.12.2/libs/kasten/CMakeLists.txt 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/libs/kasten/CMakeLists.txt 2015-02-23 12:41:50.000000000 +0100 @@ -5,7 +5,7 @@ set( KASTEN_PATCHLEVEL_VERSION 0 ) set( KASTEN_VERSION "${KASTEN_MAJOR_VERSION}.${KASTEN_MINOR_VERSION}.${KASTEN_PATCHLEVEL_VERSION}" ) set( KASTEN_ABI_VERSION 3 ) -set( KASTEN_INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/kasten${KASTEN_ABI_VERSION} ) +set( KASTEN_INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/kasten ) #${KASTEN_ABI_VERSION} ) set( kastencore_LIB kastencore ) set( kastengui_LIB kastengui ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/libs/kasten/includes/CMakeLists.txt new/okteta-14.12.3/libs/kasten/includes/CMakeLists.txt --- old/okteta-14.12.2/libs/kasten/includes/CMakeLists.txt 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/libs/kasten/includes/CMakeLists.txt 2015-02-23 12:41:50.000000000 +0100 @@ -126,6 +126,6 @@ ) install( FILES ${kasten_CamelCase_HDRS} - DESTINATION ${INCLUDE_INSTALL_DIR}/Kasten${KASTEN_ABI_VERSION} + DESTINATION ${INCLUDE_INSTALL_DIR}/Kasten #${KASTEN_ABI_VERSION} COMPONENT Devel ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/parts/kpart/browserextension.cpp new/okteta-14.12.3/parts/kpart/browserextension.cpp --- old/okteta-14.12.2/parts/kpart/browserextension.cpp 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/parts/kpart/browserextension.cpp 2015-02-23 12:41:50.000000000 +0100 @@ -31,6 +31,7 @@ // Qt #include <QtGui/QClipboard> #include <QApplication> +#include <QDataStream> OktetaBrowserExtension::OktetaBrowserExtension( OktetaPart* part ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/program/about.cpp new/okteta-14.12.3/program/about.cpp --- old/okteta-14.12.2/program/about.cpp 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/program/about.cpp 2015-02-23 12:41:50.000000000 +0100 @@ -29,7 +29,7 @@ OktetaAboutData::OktetaAboutData() : KAboutData( QStringLiteral("okteta"), i18n("Okteta"), // name - QStringLiteral("0.15.2"), + QStringLiteral("0.15.3"), i18n("Hex editor"), // description KAboutLicense::GPL_V2, i18n("Copyright 2006-2014 Friedrich W. H. Kossebau"), //copyright diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-14.12.2/program/okteta.appdata.xml new/okteta-14.12.3/program/okteta.appdata.xml --- old/okteta-14.12.2/program/okteta.appdata.xml 2015-01-29 04:18:55.000000000 +0100 +++ new/okteta-14.12.3/program/okteta.appdata.xml 2015-02-23 12:41:50.000000000 +0100 @@ -5,6 +5,7 @@ <project_license>GPL-2.0</project_license> <project_license>GPL-3.0</project_license> <name>Okteta</name> + <name xml:lang="bs">Okteta</name> <name xml:lang="ca">Okteta</name> <name xml:lang="cs">Okteta</name> <name xml:lang="de">Okteta</name> @@ -29,6 +30,7 @@ <name xml:lang="x-test">xxOktetaxx</name> <name xml:lang="zh-CN">Okteta</name> <summary>Hex editor</summary> + <summary xml:lang="bs">Heksadekadni editor</summary> <summary xml:lang="ca">Editor hexadecimal</summary> <summary xml:lang="cs">Hexa editor</summary> <summary xml:lang="de">Hex-Editor</summary> @@ -75,6 +77,7 @@ <p xml:lang="uk">Okteta — простий редактор для безпосереднього редагування даних файлів.</p> <p xml:lang="x-test">xxOkteta is a simple editor for the raw data of files.xx</p> <p>Features:</p> + <p xml:lang="bs">Svojstva:</p> <p xml:lang="ca">Característiques:</p> <p xml:lang="cs">Vlastnosti:</p> <p xml:lang="de">Funktionen:</p> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
