Hello community, here is the log from the commit of package kitinerary for openSUSE:Factory checked in at 2018-11-12 09:33:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kitinerary (Old) and /work/SRC/openSUSE:Factory/.kitinerary.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kitinerary" Mon Nov 12 09:33:32 2018 rev:4 rq:648147 version:18.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kitinerary/kitinerary.changes 2018-10-15 09:37:09.895719638 +0200 +++ /work/SRC/openSUSE:Factory/.kitinerary.new/kitinerary.changes 2018-11-12 09:33:37.341833495 +0100 @@ -1,0 +2,12 @@ +Thu Nov 08 20:44:20 UTC 2018 - [email protected] + +- Update to 18.08.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.3.php +- Changes since 18.08.2: + * GBool -> bool + * Relax leading space offset detection for international tickets + * Auto-detect leading space in compact/international DB tickets + +------------------------------------------------------------------- Old: ---- kitinerary-18.08.2.tar.xz New: ---- kitinerary-18.08.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kitinerary.spec ++++++ --- /var/tmp/diff_new_pack.S69PnU/_old 2018-11-12 09:33:37.737833005 +0100 +++ /var/tmp/diff_new_pack.S69PnU/_new 2018-11-12 09:33:37.737833005 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: kitinerary -Version: 18.08.2 +Version: 18.08.3 Release: 0 Summary: Data model and extraction system for travel reservations License: LGPL-2.1-or-later ++++++ kitinerary-18.08.2.tar.xz -> kitinerary-18.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitinerary-18.08.2/CMakeLists.txt new/kitinerary-18.08.3/CMakeLists.txt --- old/kitinerary-18.08.2/CMakeLists.txt 2018-10-09 02:36:38.000000000 +0200 +++ new/kitinerary-18.08.3/CMakeLists.txt 2018-11-06 01:22:29.000000000 +0100 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0) -set(PIM_VERSION "5.9.2") +set(PIM_VERSION "5.9.3") project(KItinerary VERSION ${PIM_VERSION}) find_package(ECM 5.38 REQUIRED NO_MODULE) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitinerary-18.08.2/po/de/kitinerary.po new/kitinerary-18.08.3/po/de/kitinerary.po --- old/kitinerary-18.08.2/po/de/kitinerary.po 2018-10-09 02:36:38.000000000 +0200 +++ new/kitinerary-18.08.3/po/de/kitinerary.po 2018-11-06 01:22:29.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-07-19 06:05+0200\n" -"PO-Revision-Date: 2018-05-18 13:14+0100\n" +"PO-Revision-Date: 2018-10-10 21:19+0100\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" @@ -25,12 +25,12 @@ #: calendarhandler.cpp:179 #, kde-format msgid "Boarding for flight %1" -msgstr "" +msgstr "Boarding für Flug %1" #: calendarhandler.cpp:181 #, kde-format msgid "Boarding for flight %1 at gate %2" -msgstr "" +msgstr "Boarding für Flug %1 %2 an Gate %2" #: calendarhandler.cpp:190 #, kde-format @@ -40,7 +40,7 @@ #: calendarhandler.cpp:193 #, kde-format msgid "Departure gate: %1" -msgstr "" +msgstr "Abfahrt-Gate: %1" #: calendarhandler.cpp:203 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitinerary-18.08.2/po/zh_CN/kitinerary.po new/kitinerary-18.08.3/po/zh_CN/kitinerary.po --- old/kitinerary-18.08.2/po/zh_CN/kitinerary.po 2018-10-09 02:36:38.000000000 +0200 +++ new/kitinerary-18.08.3/po/zh_CN/kitinerary.po 2018-11-06 01:22:29.000000000 +0100 @@ -8,8 +8,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-07-19 06:05+0200\n" -"PO-Revision-Date: 2018-09-28 19:52\n" -"Last-Translator: guoyunhe <[email protected]>\n" +"PO-Revision-Date: 2018-11-01 23:18\n" +"Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitinerary-18.08.2/src/extractors/deutschebahn.js new/kitinerary-18.08.3/src/extractors/deutschebahn.js --- old/kitinerary-18.08.2/src/extractors/deutschebahn.js 2018-09-07 07:39:03.000000000 +0200 +++ new/kitinerary-18.08.3/src/extractors/deutschebahn.js 2018-10-30 00:03:02.000000000 +0100 @@ -78,8 +78,9 @@ function parseLegs(text, year, compact) { var reservations = new Array(); var lines = text.split('\n'); + var offset = lines[0].match(/^ */); for (var i = 0; compact && i < lines.length; ++i) - lines[i] = lines[i].substr(6); + lines[i] = lines[i].substr(offset[0].length); var depIdx = 0, arrIdx = 1; while (depIdx < lines.length) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitinerary-18.08.2/src/pdfdocument.cpp new/kitinerary-18.08.3/src/pdfdocument.cpp --- old/kitinerary-18.08.2/src/pdfdocument.cpp 2018-09-07 07:39:03.000000000 +0200 +++ new/kitinerary-18.08.3/src/pdfdocument.cpp 2018-10-30 00:03:02.000000000 +0100 @@ -82,8 +82,8 @@ { public: ExtractorOutputDevice(PdfDocumentPrivate *dd); - GBool needNonText() override { return true; } - void drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, GfxImageColorMap *colorMap, GBool interpolate, int *maskColors, GBool inlineImg) override; + bool needNonText() override { return true; } + void drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, GfxImageColorMap *colorMap, bool interpolate, int *maskColors, bool inlineImg) override; std::vector<PdfImage> m_images; @@ -96,12 +96,12 @@ public: ImageLoaderOutputDevice(PdfImagePrivate *dd); - GBool interpretType3Chars() override { return false; } - GBool needNonText() override { return true; } - GBool upsideDown() override { return false; } - GBool useDrawChar() override { return false; } + bool interpretType3Chars() override { return false; } + bool needNonText() override { return true; } + bool upsideDown() override { return false; } + bool useDrawChar() override { return false; } - void drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, GfxImageColorMap *colorMap, GBool interpolate, int *maskColors, GBool inlineImg) override; + void drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, GfxImageColorMap *colorMap, bool interpolate, int *maskColors, bool inlineImg) override; private: PdfImagePrivate *d; @@ -160,7 +160,7 @@ { } -void ExtractorOutputDevice::drawImage(GfxState* state, Object* ref, Stream* str, int width, int height, GfxImageColorMap* colorMap, GBool interpolate, int* maskColors, GBool inlineImg) +void ExtractorOutputDevice::drawImage(GfxState* state, Object* ref, Stream* str, int width, int height, GfxImageColorMap* colorMap, bool interpolate, int* maskColors, bool inlineImg) { Q_UNUSED(str); Q_UNUSED(interpolate); @@ -221,7 +221,7 @@ { } -void ImageLoaderOutputDevice::drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, GfxImageColorMap *colorMap, GBool interpolate, int *maskColors, GBool inlineImg) +void ImageLoaderOutputDevice::drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, GfxImageColorMap *colorMap, bool interpolate, int *maskColors, bool inlineImg) { Q_UNUSED(state); Q_UNUSED(interpolate);
