Hello community,

here is the log from the commit of package syntax-highlighting for 
openSUSE:Factory checked in at 2017-11-16 14:42:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
 and      /work/SRC/openSUSE:Factory/.syntax-highlighting.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syntax-highlighting"

Thu Nov 16 14:42:23 2017 rev:13 rq:541702 version:5.40.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes  
2017-10-27 13:59:46.372640948 +0200
+++ 
/work/SRC/openSUSE:Factory/.syntax-highlighting.new/syntax-highlighting.changes 
    2017-11-16 14:42:25.327606051 +0100
@@ -1,0 +2,10 @@
+Mon Nov 13 07:01:18 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * Makefile: fix regexpr matching in "CXXFLAGS+"
+
+-------------------------------------------------------------------

Old:
----
  syntax-highlighting-5.39.0.tar.xz

New:
----
  syntax-highlighting-5.40.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.IYc33Z/_old  2017-11-16 14:42:25.839587469 +0100
+++ /var/tmp/diff_new_pack.IYc33Z/_new  2017-11-16 14:42:25.843587324 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5SyntaxHighlighting5
-%define _tar_path 5.39
+%define _tar_path 5.40
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           syntax-highlighting
-Version:        5.39.0
+Version:        5.40.0
 Release:        0
 Summary:        Syntax highlighting engine and library
 License:        LGPL-2.1+ and GPL-2.0 and GPL-2.0+ and GPL-3.0 and MIT and 
BSD-3-Clause and Artistic-1.0

++++++ syntax-highlighting-5.39.0.tar.xz -> syntax-highlighting-5.40.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.39.0/CMakeLists.txt 
new/syntax-highlighting-5.40.0/CMakeLists.txt
--- old/syntax-highlighting-5.39.0/CMakeLists.txt       2017-10-07 
21:29:40.000000000 +0200
+++ new/syntax-highlighting-5.40.0/CMakeLists.txt       2017-11-05 
09:44:06.000000000 +0100
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.39.0")
+set(KF5_VERSION "5.40.0")
 project(KSyntaxHighlighting VERSION ${KF5_VERSION})
 
-find_package(ECM 5.39.0 REQUIRED NO_MODULE)
+find_package(ECM 5.40.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 if(POLICY CMP0063)
     cmake_policy(SET CMP0063 NEW)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.39.0/data/syntax/makefile.xml 
new/syntax-highlighting-5.40.0/data/syntax/makefile.xml
--- old/syntax-highlighting-5.39.0/data/syntax/makefile.xml     2017-10-07 
21:29:40.000000000 +0200
+++ new/syntax-highlighting-5.40.0/data/syntax/makefile.xml     2017-11-05 
09:44:06.000000000 +0100
@@ -10,7 +10,7 @@
 <!-- v4 by Alex Richardson <arichardson....@gmail.com>
      added bmake support -->
 <language name="Makefile" section="Other"
-          version="5" kateversion="3.4"
+          version="6" kateversion="3.4"
           
extensions="GNUmakefile;Makefile;makefile;GNUmakefile.*;Makefile.*;makefile.*;*.mk"
           mimetype="text/x-makefile" priority="11"
           author="Per Wigren (wig...@home.se)" license="">
@@ -177,7 +177,7 @@
 
         <keyword attribute="Keyword"  context="#stay" String="keywords"/>
         <keyword attribute="Keyword"  context="bmake_other_stmts" 
String="bmake_other_stmts" firstNonSpace="true"/>
-        <RegExpr attribute="Variable" context="assign" 
String="[^\s:?]*\s*(?=:=|=|\+=|\?=)"/>
+        <RegExpr attribute="Variable" context="assign" 
String="[^\s+:?+]*\s*(?=:=|=|\+=|\?=)"/>
         <keyword attribute="SpecialTarget" context="bmake_special_target" 
String="bmake_special_targets" firstNonSpace="true"/>
         <RegExpr attribute="SpecialTarget" context="prereq" 
String="\.PATH\.[^:]*:" firstNonSpace="true"/>
         <keyword attribute="Keyword" context="bmake_include" 
String="bmake_include_stmt" firstNonSpace="true"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.39.0/po/da/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.40.0/po/da/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.39.0/po/da/syntaxhighlighting5_qt.po      
2017-10-07 21:29:40.000000000 +0200
+++ new/syntax-highlighting-5.40.0/po/da/syntaxhighlighting5_qt.po      
2017-11-05 09:44:06.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: katepart4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-09-08 07:30+0000\n"
-"PO-Revision-Date: 2017-02-25 18:47+0100\n"
+"PO-Revision-Date: 2017-10-28 20:32+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
 "Language: da\n"
@@ -84,7 +84,7 @@
 
 msgctxt "Language|"
 msgid "AppArmor Security Profile"
-msgstr ""
+msgstr "AppArmor sikkerhedsprofil"
 
 msgctxt "Language|"
 msgid "Asm6502"
@@ -246,12 +246,9 @@
 msgid "dot"
 msgstr "dot"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "Dockerfile"
 msgctxt "Language|"
 msgid "Doxyfile"
-msgstr "Docker-fil"
+msgstr "Doxyfil"
 
 msgctxt "Language|"
 msgid "DoxygenLua"
@@ -443,7 +440,7 @@
 
 msgctxt "Language|"
 msgid "Intel HEX"
-msgstr ""
+msgstr "Intel HEX"
 
 msgctxt "Language|"
 msgid "Jam"
@@ -615,7 +612,7 @@
 
 msgctxt "Language|"
 msgid "Metamath"
-msgstr ""
+msgstr "Metamath"
 
 msgctxt "Language|"
 msgid "MIPS Assembler"
@@ -753,12 +750,9 @@
 msgid "Protobuf"
 msgstr "Protobuf"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "Pig"
 msgctxt "Language|"
 msgid "Pug"
-msgstr "Pig"
+msgstr "Pug"
 
 msgctxt "Language|"
 msgid "Puppet"
@@ -772,12 +766,9 @@
 msgid "Python"
 msgstr "Python"
 
-#, fuzzy
-#| msgctxt "Language Section|"
-#| msgid "Configuration"
 msgctxt "Language|"
 msgid "QDoc Configuration"
-msgstr "Konfiguration"
+msgstr "QDoc-konfiguration"
 
 msgctxt "Language|"
 msgid "QMake"
@@ -953,7 +944,7 @@
 
 msgctxt "Language|"
 msgid "Tiger"
-msgstr ""
+msgstr "Tiger"
 
 msgctxt "Language|"
 msgid "TOML"
@@ -1077,7 +1068,7 @@
 
 msgctxt "Language|"
 msgid "YANG"
-msgstr ""
+msgstr "YANG"
 
 msgctxt "Language|"
 msgid "Zonnon"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.39.0/po/eu/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.40.0/po/eu/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.39.0/po/eu/syntaxhighlighting5_qt.po      
2017-10-07 21:29:40.000000000 +0200
+++ new/syntax-highlighting-5.40.0/po/eu/syntaxhighlighting5_qt.po      
2017-11-05 09:44:06.000000000 +0100
@@ -14,7 +14,7 @@
 "Project-Id-Version: syntaxhighlighting5_qt\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-09-08 07:30+0000\n"
-"PO-Revision-Date: 2017-08-30 22:37+0100\n"
+"PO-Revision-Date: 2017-10-17 21:34+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n-...@kde.org>\n"
 "Language: eu\n"
@@ -87,7 +87,7 @@
 
 msgctxt "Language|"
 msgid "AppArmor Security Profile"
-msgstr ""
+msgstr "AppArmor segurtasun profila"
 
 msgctxt "Language|"
 msgid "Asm6502"
@@ -443,7 +443,7 @@
 
 msgctxt "Language|"
 msgid "Intel HEX"
-msgstr ""
+msgstr "Intel HEX"
 
 msgctxt "Language|"
 msgid "Jam"
@@ -769,12 +769,9 @@
 msgid "Python"
 msgstr "Python"
 
-#, fuzzy
-#| msgctxt "Language Section|"
-#| msgid "Configuration"
 msgctxt "Language|"
 msgid "QDoc Configuration"
-msgstr "Konfigurazioa"
+msgstr "QDOC konfigurazioa"
 
 msgctxt "Language|"
 msgid "QMake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.39.0/po/tr/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.40.0/po/tr/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.39.0/po/tr/syntaxhighlighting5_qt.po      
2017-10-07 21:29:40.000000000 +0200
+++ new/syntax-highlighting-5.40.0/po/tr/syntaxhighlighting5_qt.po      
2017-11-05 09:44:06.000000000 +0100
@@ -17,7 +17,7 @@
 "Project-Id-Version: katepart4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-09-08 07:30+0000\n"
-"PO-Revision-Date: 2017-05-09 14:13+0000\n"
+"PO-Revision-Date: 2017-10-04 11:24+0000\n"
 "Last-Translator: Kaan <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -90,7 +90,7 @@
 
 msgctxt "Language|"
 msgid "AppArmor Security Profile"
-msgstr ""
+msgstr "AppArmor Güvenlik Profili"
 
 msgctxt "Language|"
 msgid "Asm6502"
@@ -252,12 +252,9 @@
 msgid "dot"
 msgstr "dot"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "Dockerfile"
 msgctxt "Language|"
 msgid "Doxyfile"
-msgstr "Dockerfile"
+msgstr "Doxyfile"
 
 msgctxt "Language|"
 msgid "DoxygenLua"
@@ -449,7 +446,7 @@
 
 msgctxt "Language|"
 msgid "Intel HEX"
-msgstr ""
+msgstr "Intel HEX"
 
 msgctxt "Language|"
 msgid "Jam"
@@ -621,7 +618,7 @@
 
 msgctxt "Language|"
 msgid "Metamath"
-msgstr ""
+msgstr "Metamath"
 
 msgctxt "Language|"
 msgid "MIPS Assembler"
@@ -759,12 +756,9 @@
 msgid "Protobuf"
 msgstr "Protobuf"
 
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "Pig"
 msgctxt "Language|"
 msgid "Pug"
-msgstr "Pig"
+msgstr "Pug"
 
 msgctxt "Language|"
 msgid "Puppet"
@@ -778,12 +772,9 @@
 msgid "Python"
 msgstr "Python"
 
-#, fuzzy
-#| msgctxt "Language Section|"
-#| msgid "Configuration"
 msgctxt "Language|"
 msgid "QDoc Configuration"
-msgstr "Yapılandırma"
+msgstr "QDoc Yapılandırması"
 
 msgctxt "Language|"
 msgid "QMake"
@@ -959,7 +950,7 @@
 
 msgctxt "Language|"
 msgid "Tiger"
-msgstr ""
+msgstr "Tiger"
 
 msgctxt "Language|"
 msgid "TOML"
@@ -1083,7 +1074,7 @@
 
 msgctxt "Language|"
 msgid "YANG"
-msgstr ""
+msgstr "YANG"
 
 msgctxt "Language|"
 msgid "Zonnon"


Reply via email to