commit lokalize for openSUSE:Factory
Hello community, here is the log from the commit of package lokalize for openSUSE:Factory checked in at 2017-07-29 09:00:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lokalize (Old) and /work/SRC/openSUSE:Factory/.lokalize.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "lokalize" Sat Jul 29 09:00:00 2017 rev:53 rq:510803 version:17.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/lokalize/lokalize.changes 2017-06-15 11:23:38.197338134 +0200 +++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes 2017-07-29 09:00:06.823795618 +0200 @@ -1,0 +2,10 @@ +Sun Jul 16 08:49:46 CEST 2017 - lbeltrame@kde.org + +- Update to 17.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.3.php +- Changes since 17.04.2: + * cmake: rewrite FindHUNSPELL.cmake to use pkg-config + +------------------------------------------------------------------- Old: ---- lokalize-17.04.2.tar.xz New: ---- lokalize-17.04.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lokalize.spec ++++++ --- /var/tmp/diff_new_pack.xLWhg0/_old 2017-07-29 09:00:08.899502360 +0200 +++ /var/tmp/diff_new_pack.xLWhg0/_new 2017-07-29 09:00:08.903501795 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: lokalize -Version: 17.04.2 +Version: 17.04.3 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) ++++++ lokalize-17.04.2.tar.xz -> lokalize-17.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lokalize-17.04.2/cmake/FindHUNSPELL.cmake new/lokalize-17.04.3/cmake/FindHUNSPELL.cmake --- old/lokalize-17.04.2/cmake/FindHUNSPELL.cmake 2017-05-24 10:09:51.000000000 +0200 +++ new/lokalize-17.04.3/cmake/FindHUNSPELL.cmake 2017-07-06 08:35:05.000000000 +0200 @@ -2,24 +2,52 @@ # Once done this will define # # HUNSPELL_FOUND - system has HUNSPELL -# HUNSPELL_INCLUDE_DIR - the HUNSPELL include directory +# HUNSPELL_INCLUDE_DIRS - the HUNSPELL include directory # HUNSPELL_LIBRARIES - The libraries needed to use HUNSPELL -# HUNSPELL_DEFINITIONS - Compiler switches required for using HUNSPELL - - -IF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES) - # Already in cache, be silent - SET(HUNSPELL_FIND_QUIETLY TRUE) -ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES) - -FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) - -FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.6 hunspell-1.5 hunspell-1.4.1 hunspell-1.4 hunspell-1.3 hunspell-1.2 hunspell) - -# handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if -# all listed variables are TRUE -INCLUDE(FindPackageHandleStandardArgs) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(HUNSPELL DEFAULT_MSG HUNSPELL_LIBRARIES HUNSPELL_INCLUDE_DIR) +# Copyright (c) 2017, Pino Toscano <pino@kde.org> +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. Neither the name of the University nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. + +find_package(PkgConfig) +pkg_check_modules(PKG_HUNSPELL QUIET hunspell) + +find_path(HUNSPELL_INCLUDE_DIRS + NAMES hunspell.hxx + PATH_SUFFIXES hunspell + HINTS ${PKG_HUNSPELL_INCLUDE_DIRS} +) +find_library(HUNSPELL_LIBRARIES + NAMES ${PKG_HUNSPELL_LIBRARIES} hunspell hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 + HINTS ${PKG_HUNSPELL_LIBRARY_DIRS} +) + +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(HUNSPELL + REQUIRED_VARS HUNSPELL_LIBRARIES HUNSPELL_INCLUDE_DIRS + VERSION_VAR PKG_HUNSPELL_VERSION +) -MARK_AS_ADVANCED(HUNSPELL_INCLUDE_DIR HUNSPELL_LIBRARIES) +mark_as_advanced(HUNSPELL_INCLUDE_DIRS HUNSPELL_LIBRARIES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lokalize-17.04.2/po/ca/lokalize.po new/lokalize-17.04.3/po/ca/lokalize.po --- old/lokalize-17.04.2/po/ca/lokalize.po 2017-06-06 02:21:08.000000000 +0200 +++ new/lokalize-17.04.3/po/ca/lokalize.po 2017-07-11 02:24:01.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: lokalize\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:17+0100\n" -"PO-Revision-Date: 2017-01-28 12:16+0100\n" +"PO-Revision-Date: 2017-06-25 11:03+0100\n" "Last-Translator: Josep Ma. Ferrer <txemaq@gmail.com>\n" "Language-Team: Catalan <kde-i18n-ca@kde.org>\n" "Language: ca\n" @@ -1225,7 +1225,7 @@ #, kde-format msgctxt "@action:inmenu" msgid "Replace with best spellcheck suggestion" -msgstr "Substitueix amb el millor suggeriment de la verificació ortogràfica" +msgstr "Substitueix pel millor suggeriment de la verificació ortogràfica" #: src/editortab.cpp:572 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lokalize-17.04.2/po/ca@valencia/lokalize.po new/lokalize-17.04.3/po/ca@valencia/lokalize.po --- old/lokalize-17.04.2/po/ca@valencia/lokalize.po 2017-06-06 02:21:08.000000000 +0200 +++ new/lokalize-17.04.3/po/ca@valencia/lokalize.po 2017-07-11 02:24:01.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: lokalize\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:17+0100\n" -"PO-Revision-Date: 2017-01-28 12:16+0100\n" +"PO-Revision-Date: 2017-06-25 11:03+0100\n" "Last-Translator: Josep Ma. Ferrer <txemaq@gmail.com>\n" "Language-Team: Catalan <kde-i18n-ca@kde.org>\n" "Language: ca@valencia\n" @@ -1225,7 +1225,7 @@ #, kde-format msgctxt "@action:inmenu" msgid "Replace with best spellcheck suggestion" -msgstr "Substitueix amb el millor suggeriment de la verificació ortogràfica" +msgstr "Substitueix pel millor suggeriment de la verificació ortogràfica" #: src/editortab.cpp:572 #, kde-format @@ -4095,150 +4095,3 @@ msgctxt "@item Undo action item" msgid "Copy source to target" msgstr "Copia l'origen a la destinació" - -#~ msgctxt "@title actions category" -#~ msgid "Tools" -#~ msgstr "Eines" - -#~ msgid "" -#~ "Translate-Toolkit not found. Please install this package for the feature " -#~ "to work." -#~ msgstr "" -#~ "No s'ha trobat «translate-toolkit». Si us plau, instal·leu aquest paquet " -#~ "per que funcioni aquesta característica." - -#~ msgid "What do you want to do?" -#~ msgstr "Què és el que voleu fer?" - -#~ msgid "Identify the kind of project you want:" -#~ msgstr "Identifiqueu el tipus de projecte que voleu:" - -#~ msgid "Translate application interface" -#~ msgstr "Traduir una interfície d'aplicació" - -#~ msgid "Choose a document to be translated" -#~ msgstr "Trieu un document per traduir" - -#~ msgid "Choose document in a source language." -#~ msgstr "Trieu un document en l'idioma d'origen." - -#~ msgid "Select file:" -#~ msgstr "Selecció de fitxer:" - -#~ msgid "Select a folder:" -#~ msgstr "Selecció de carpeta:" - -#~ msgid "Choose project name and location" -#~ msgstr "Seleccioneu el nom del projecte i la ubicació" - -#~ msgid "" -#~ "If you choose custom paths then the source files will be copied to it." -#~ msgstr "" -#~ "Si seleccioneu camins personalitzats, els fitxers d'origen es copiaran en " -#~ "aquests camins." - -#~ msgid "Use initial source dir, generate name automatically" -#~ msgstr "Usa el directori d'origen inicial i genera el nom automàticament" - -#~ msgid "Custom paths" -#~ msgstr "Camins personalitzats" - -#~ msgid "Location:" -#~ msgstr "Ubicació:" - -#~ msgid "Choose source and target languages" -#~ msgstr "Escolliu els idiomes d'origen i de destinació" - -#~ msgid "Click on a combobox then start typing the name of the language." -#~ msgstr "" -#~ "Cliqueu en un quadre combinat per iniciar la introducció del nom de " -#~ "l'idioma." - -#~ msgid "Choose a type of software project" -#~ msgstr "Seleccioneu un tipus de projecte de programari" - -#~ msgid "" -#~ "Different projects use different translation files filesystem layout." -#~ msgstr "" -#~ "Diferents projectes utilitzen diferents esquemes de carpetes pels fitxers " -#~ "de traducció." - -#~ msgid "KDE" -#~ msgstr "KDE" - -#~ msgid "" -#~ "Choose whether you already have translation files on disk, or if you want " -#~ "to download them now." -#~ msgstr "" -#~ "Seleccioneu si ja teniu els fitxers de traducció al disc, o si desitgeu " -#~ "descarregar-los ara." - -#~ msgid "Existing:" -#~ msgstr "Existent:" - -#~ msgid "" -#~ "Your language's folder containing messages/ and docmessages/ subfolders" -#~ msgstr "" -#~ "La vostra carpeta d'idioma que conté les subcarpetes messages/ i " -#~ "docmessages/" - -#~ msgid "" -#~ "Get from svn repository\n" -#~ "(approx. 20 MB):" -#~ msgstr "" -#~ "Obtén del repositori SVN\n" -#~ "(aproximadament 20 MB):" - -#~ msgid "Local download folder (will/does contain trunk/l10n-kde4/...)" -#~ msgstr "Carpeta de descàrrega local (és/conté trunk/l10n-kde4/...)" - -#~ msgid "" -#~ "Please install 'subversion' package\n" -#~ "to have Lokalize download KDE translation files." -#~ msgstr "" -#~ "Si us plau, instal·leu el paquet «subversion»\n" -#~ "per poder descarregar fitxers de traducció del KDE." - -#~ msgid "Subversion client not found" -#~ msgstr "No s'ha trobat cap client del Subversion" - -#~ msgid "Project" -#~ msgstr "Projecte" - -#~ msgid "New project wizard" -#~ msgstr "Assistent de projecte nou" - -#~ msgid "Fires up a wizard to guide you through project creation" -#~ msgstr "" -#~ "Llança un assistent que us guiarà a través de la creació d'un projecte" - -#~ msgid "Create new project" -#~ msgstr "Crea un projecte nou" - -#~ msgctxt "@action:inmenu" -#~ msgid "Create new project" -#~ msgstr "Crea un projecte nou" - -#~ msgid "All supported files" -#~ msgstr "Tots els fitxers acceptats" - -#~ msgctxt "@action:inmenu" -#~ msgid "Insert # %1 term translation" -#~ msgstr "Insereix la traducció del terme # %1" - -#~ msgctxt "@info" -#~ msgid "Error opening the file <filename>%1</filename>" -#~ msgstr "S'ha produït un error en obrir el fitxer <filename>%1</filename>" - -#~ msgid "Process" -#~ msgstr "Procés" - -#~ msgid "*.lokalize *.ktp|Lokalize translation project" -#~ msgstr "*.lokalize *.ktp|Projecte de traducció del Lokalize" - -#~ msgid "" -#~ "*.tmx *.xml|TMX files\n" -#~ "*|All files" -#~ msgstr "" -#~ "*.tmx *.xml|Fitxers TMX\n" -#~ "*|Tots els fitxers" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lokalize-17.04.2/src/CMakeLists.txt new/lokalize-17.04.3/src/CMakeLists.txt --- old/lokalize-17.04.2/src/CMakeLists.txt 2017-05-24 10:09:51.000000000 +0200 +++ new/lokalize-17.04.3/src/CMakeLists.txt 2017-07-06 08:35:05.000000000 +0200 @@ -9,7 +9,7 @@ if(HUNSPELL_FOUND) add_definitions(-DHAVE_HUNSPELL) include_directories( - ${HUNSPELL_INCLUDE_DIR} + ${HUNSPELL_INCLUDE_DIRS} ) endif(HUNSPELL_FOUND) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lokalize-17.04.2/src/common/stemming.cpp new/lokalize-17.04.3/src/common/stemming.cpp --- old/lokalize-17.04.2/src/common/stemming.cpp 2017-05-24 10:09:51.000000000 +0200 +++ new/lokalize-17.04.3/src/common/stemming.cpp 2017-07-06 08:35:05.000000000 +0200 @@ -40,7 +40,7 @@ #ifdef HAVE_HUNSPELL -#include <hunspell/hunspell.hxx> +#include <hunspell.hxx> #include <QTextCodec> struct SpellerAndCodec
participants (1)
-
root@hilbert.suse.de