Hello community,
here is the log from the commit of package syntax-highlighting for
openSUSE:Factory checked in at 2017-06-01 16:22:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
and /work/SRC/openSUSE:Factory/.syntax-highlighting.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syntax-highlighting"
Thu Jun 1 16:22:38 2017 rev:7 rq:495084 version:5.34.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes
2017-04-30 21:22:36.371627275 +0200
+++
/work/SRC/openSUSE:Factory/.syntax-highlighting.new/syntax-highlighting.changes
2017-06-01 16:22:40.684203694 +0200
@@ -1,0 +2,13 @@
+Mon May 15 13:53:11 CEST 2017 - [email protected]
+
+- Update to 5.34.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+ * Add Arduino extension
+ * debchangelog: add Ubuntu Artful
+ * Adapt test reference data to changes in the input data
+ * LaTeX: Fix Incorrect termination of \iffalse comments (kde#378487)
+
+-------------------------------------------------------------------
Old:
----
syntax-highlighting-5.33.0.tar.xz
New:
----
syntax-highlighting-5.34.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.rjLgkz/_old 2017-06-01 16:22:41.436097670 +0200
+++ /var/tmp/diff_new_pack.rjLgkz/_new 2017-06-01 16:22:41.436097670 +0200
@@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5SyntaxHighlighting5
-%define _tar_path 5.33
+%define _tar_path 5.34
Name: syntax-highlighting
-Version: 5.33.0
+Version: 5.34.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.33.0.tar.xz -> syntax-highlighting-5.34.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-5.33.0/CMakeLists.txt
new/syntax-highlighting-5.34.0/CMakeLists.txt
--- old/syntax-highlighting-5.33.0/CMakeLists.txt 2017-04-01
21:45:56.000000000 +0200
+++ new/syntax-highlighting-5.34.0/CMakeLists.txt 2017-05-06
14:05:01.000000000 +0200
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.0)
-set(KF5_VERSION "5.33.0")
+set(KF5_VERSION "5.34.0")
project(KSyntaxHighlighting VERSION ${KF5_VERSION})
-find_package(ECM 5.33.0 REQUIRED NO_MODULE)
+find_package(ECM 5.34.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.33.0/autotests/folding/highlight.tex.fold
new/syntax-highlighting-5.34.0/autotests/folding/highlight.tex.fold
--- old/syntax-highlighting-5.33.0/autotests/folding/highlight.tex.fold
2017-04-01 21:45:56.000000000 +0200
+++ new/syntax-highlighting-5.34.0/autotests/folding/highlight.tex.fold
2017-05-06 14:05:01.000000000 +0200
@@ -65,7 +65,6 @@
&@@#^%&^#$
\end{Verbatim<endfold id='1'>}</endfold id='1'>
-
<beginfold id='1'>\begin</beginfold id='1'>{Verbatim*}
@*&^#@*(^#(*@&
\end{Verbatim*<endfold id='1'>}</endfold id='1'>
@@ -79,3 +78,8 @@
<endfold id='1'>\end</endfold id='1'>{alignat<endfold id='1'>}</endfold id='1'>
normal text
+\iffalse
+\fill commented out text
+\fi
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.33.0/autotests/html/highlight.tex.html
new/syntax-highlighting-5.34.0/autotests/html/highlight.tex.html
--- old/syntax-highlighting-5.33.0/autotests/html/highlight.tex.html
2017-04-01 21:45:56.000000000 +0200
+++ new/syntax-highlighting-5.34.0/autotests/html/highlight.tex.html
2017-05-06 14:05:01.000000000 +0200
@@ -71,7 +71,6 @@
<span style="color:#bf0303;">&@@#^%&^#$</span>
<span style="font-weight:bold;">\end</span>{<span
style="color:#0095ff;font-weight:bold;">Verbatim</span>}
-
<span style="font-weight:bold;">\begin</span>{<span
style="color:#0095ff;font-weight:bold;">Verbatim</span>*}
<span style="color:#bf0303;">@*&^#@*(^#(*@&</span>
<span style="font-weight:bold;">\end</span>{<span
style="color:#0095ff;font-weight:bold;">Verbatim*</span>}
@@ -85,4 +84,9 @@
<span style="font-weight:bold;">\end</span>{<span
style="color:#0095ff;font-weight:bold;">alignat</span>}
normal text
+<span style="color:#898887;">\iffalse</span>
+<span style="color:#898887;">\fill commented out text</span>
+<span style="color:#898887;">\fi</span>
+
+
</pre></body></html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.33.0/autotests/input/highlight.tex
new/syntax-highlighting-5.34.0/autotests/input/highlight.tex
--- old/syntax-highlighting-5.33.0/autotests/input/highlight.tex
2017-04-01 21:45:56.000000000 +0200
+++ new/syntax-highlighting-5.34.0/autotests/input/highlight.tex
2017-05-06 14:05:01.000000000 +0200
@@ -65,7 +65,6 @@
&@@#^%&^#$
\end{Verbatim}
-
\begin{Verbatim*}
@*&^#@*(^#(*@&
\end{Verbatim*}
@@ -79,3 +78,8 @@
\end{alignat}
normal text
+\iffalse
+\fill commented out text
+\fi
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.33.0/autotests/reference/highlight.tex.ref
new/syntax-highlighting-5.34.0/autotests/reference/highlight.tex.ref
--- old/syntax-highlighting-5.33.0/autotests/reference/highlight.tex.ref
2017-04-01 21:45:56.000000000 +0200
+++ new/syntax-highlighting-5.34.0/autotests/reference/highlight.tex.ref
2017-05-06 14:05:01.000000000 +0200
@@ -65,7 +65,6 @@
<Verbatim>&@@#^%&^#$</Verbatim><br/>
<Structure>\end</Structure><Normal Text>{</Normal
Text><Environment>Verbatim</Environment><Normal Text>}</Normal Text><br/>
<dsNormal></dsNormal><br/>
-<dsNormal></dsNormal><br/>
<Structure>\begin</Structure><Normal Text>{</Normal
Text><Environment>Verbatim</Environment><Normal Text>*}</Normal Text><br/>
<Verbatim>@*&^#@*(^#(*@&</Verbatim><br/>
<Structure>\end</Structure><Normal Text>{</Normal
Text><Environment>Verbatim*</Environment><Normal Text>}</Normal Text><br/>
@@ -79,3 +78,8 @@
<Structure>\end</Structure><Normal Text>{</Normal
Text><Environment>alignat</Environment><Normal Text>}</Normal Text><br/>
<Normal Text>normal text</Normal Text><br/>
<dsNormal></dsNormal><br/>
+<Comment>\iffalse</Comment><br/>
+<Comment>\fill commented out text</Comment><br/>
+<Comment>\fi</Comment><br/>
+<dsNormal></dsNormal><br/>
+<dsNormal></dsNormal><br/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-5.33.0/data/syntax/cpp.xml
new/syntax-highlighting-5.34.0/data/syntax/cpp.xml
--- old/syntax-highlighting-5.33.0/data/syntax/cpp.xml 2017-04-01
21:45:56.000000000 +0200
+++ new/syntax-highlighting-5.34.0/data/syntax/cpp.xml 2017-05-06
14:05:01.000000000 +0200
@@ -16,7 +16,7 @@
indenter="cstyle"
style="C++"
mimetype="text/x-c++src;text/x-c++hdr;text/x-chdr"
-
extensions="*.c++;*.cxx;*.cpp;*.cc;*.C;*.h;*.hh;*.H;*.h++;*.hxx;*.hpp;*.hcc;*.moc"
+
extensions="*.c++;*.cxx;*.cpp;*.cc;*.C;*.h;*.hh;*.H;*.h++;*.hxx;*.hpp;*.hcc;*.ino;*.pde;*.moc"
author="Alex Turbov ([email protected])"
license="LGPL"
priority="9"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.33.0/data/syntax/debianchangelog.xml
new/syntax-highlighting-5.34.0/data/syntax/debianchangelog.xml
--- old/syntax-highlighting-5.33.0/data/syntax/debianchangelog.xml
2017-04-01 21:45:56.000000000 +0200
+++ new/syntax-highlighting-5.34.0/data/syntax/debianchangelog.xml
2017-05-06 14:05:01.000000000 +0200
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<language name="Debian Changelog" version="2" kateversion="2.4"
section="Other" extensions="" mimetype="">
+<language name="Debian Changelog" version="3" kateversion="2.4"
section="Other" extensions="" mimetype="">
<highlighting>
<list name="keywords">
<item>urgency</item>
@@ -174,6 +174,11 @@
<item>zesty-proposed</item>
<item>zesty-updates</item>
<item>zesty-backports</item>
+ <item>artful</item>
+ <item>artful-security</item>
+ <item>artful-proposed</item>
+ <item>artful-updates</item>
+ <item>artful-backports</item>
</list>
<list name="urgencies">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-5.33.0/data/syntax/latex.xml
new/syntax-highlighting-5.34.0/data/syntax/latex.xml
--- old/syntax-highlighting-5.33.0/data/syntax/latex.xml 2017-04-01
21:45:56.000000000 +0200
+++ new/syntax-highlighting-5.34.0/data/syntax/latex.xml 2017-05-06
14:05:01.000000000 +0200
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<language name="LaTeX" version="3" section="Markup" kateversion="5.0"
priority="10"
extensions="*.tex;*.ltx;*.dtx;*.sty;*.cls;*.bbx;*.cbx;*.lbx;*.tikz"
mimetype="text/x-tex" casesensitive="1" author="Jeroen Wijnhout
([email protected])+Holger Danielsson
([email protected])+Michel Ludwig
([email protected])+Thomas Braun ([email protected])"
license="LGPL" >
+<language name="LaTeX" version="4" section="Markup" kateversion="5.0"
priority="10"
extensions="*.tex;*.ltx;*.dtx;*.sty;*.cls;*.bbx;*.cbx;*.lbx;*.tikz"
mimetype="text/x-tex" casesensitive="1" author="Jeroen Wijnhout
([email protected])+Holger Danielsson
([email protected])+Michel Ludwig
([email protected])+Thomas Braun ([email protected])"
license="LGPL" >
<highlighting>
<contexts>
<!-- Normal text -->
@@ -20,7 +20,7 @@
<RegExpr String="<<.*>>=" attribute="Normal Text"
context="NoWeb" />
<StringDetect String="\(" attribute="Math" context="MathMode" />
<StringDetect String="\[" attribute="Math" context="MathModeEquation"
beginRegion="mathMode" />
- <StringDetect String="\iffalse" attribute="Comment" context="Multiline
Comment"/>
+ <WordDetect String="\iffalse" attribute="Comment" context="Multiline
Comment"/>
<StringDetect String="\ensuremath{" attribute="Math"
context="MathModeEnsure"/>
<DetectChar char="\" attribute="Macro" context="ContrSeq"/>
<StringDetect String="$$" attribute="Math" context="MathModeDisplay"
beginRegion="mathMode" />
@@ -264,8 +264,8 @@
<!-- filter the environment name and check the type -->
<context name="BeginEnvironment" attribute="Environment"
lineEndContext="#stay">
- <StringDetect String="lstlisting" attribute="Environment"
context="ListingsEnvParam"/>
- <StringDetect String="minted" attribute="Environment"
context="MintedEnvParam"/>
+ <WordDetect String="lstlisting" attribute="Environment"
context="ListingsEnvParam"/>
+ <WordDetect String="minted" attribute="Environment"
context="MintedEnvParam"/>
<RegExpr String="((B|L)?Verbatim)" attribute="Environment"
context="VerbatimEnvParam"/>
<RegExpr String="(verbatim|boxedverbatim)" attribute="Environment"
context="VerbatimEnv"/>
<RegExpr String="comment" attribute="Environment"
context="CommentEnv"/>
@@ -318,8 +318,8 @@
<!-- Selector for different highlightning schemes, in case the language
is not implemented we pop and thus fallback to verbatim -->
<context name="HighlightningSelector" attribute="Normal Text"
lineEndContext="#stay">
- <StringDetect String="C++" insensitive="true"
context="HighlightningBeginC++"/>
- <StringDetect String="Python" insensitive="true"
context="HighlightningBeginPython"/>
+ <WordDetect String="C++" insensitive="true"
context="HighlightningBeginC++"/>
+ <WordDetect String="Python" insensitive="true"
context="HighlightningBeginPython"/>
<RegExpr String=".*(?=\}|\])" context="#pop"/>
</context>
@@ -534,8 +534,8 @@
<!-- iffalse aka multiline comment -->
<context name="Multiline Comment" attribute="Comment"
lineEndContext="#stay">
- <StringDetect String="\fi" attribute="Comment" context="#pop"/>
- <StringDetect String="\else" attribute="Comment"
context="#pop"/>
+ <WordDetect String="\fi" attribute="Comment" context="#pop"/>
+ <WordDetect String="\else" attribute="Comment" context="#pop"/>
</context>
<!-- comment -->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.33.0/po/bg/syntaxhighlighting5_qt.po
new/syntax-highlighting-5.34.0/po/bg/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.33.0/po/bg/syntaxhighlighting5_qt.po
2017-04-01 21:45:56.000000000 +0200
+++ new/syntax-highlighting-5.34.0/po/bg/syntaxhighlighting5_qt.po
2017-05-06 14:05:01.000000000 +0200
@@ -1,8 +1,5 @@
-# translation of katepart4.po to Bulgarian
-# Bulgarian translation of KDE.
-# This file is licensed under the GPL.
-#
-# $Id$
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
#
# Zlatko Popov <[email protected]>, 2006, 2007, 2009.
# Yasen Pramatarov <[email protected]>, 2010, 2011.