Hello community,

here is the log from the commit of package syntax-highlighting for 
openSUSE:Factory checked in at 2018-08-24 16:58:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
 and      /work/SRC/openSUSE:Factory/.syntax-highlighting.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syntax-highlighting"

Fri Aug 24 16:58:12 2018 rev:22 rq:630654 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes  
2018-07-21 10:20:17.495028617 +0200
+++ 
/work/SRC/openSUSE:Factory/.syntax-highlighting.new/syntax-highlighting.changes 
    2018-08-24 16:58:16.917657540 +0200
@@ -1,0 +2,30 @@
+Sun Aug 19 09:19:39 UTC 2018 - [email protected]
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * CoffeeScript: fix templates in embedded JavaScript code & add escapes
+  * Exclude this in Definition::includedDefinitions()
+  * Fix compiler warning -Wimplicit-fallthrough
+  * Use in-class member initialization where possible
+  * add functions to access keywords
+  * Add Definition::::formats()
+  * Add QVector<Definition> Definition::includedDefinitions() const
+  * Add Theme::TextStyle Format::textStyle() const;
+  * CSS: fix test reference of the previous commit
+  * C++: fix standard floating-point literals
+  * CSS: update syntax and fix some errors
+  * C++: update for c++20 and fix some syntax errors
+  * CoffeeScript & JavaScript: fix member objects. Add .ts extension in JS 
(kde#394365,kde#366797)
+  * Lua: fix multi-line string (kde#395515)
+  * RPM Spec: add MIME type
+  * Python: fix escapes in quoted-comments (kde#386685)
+  * haskell.xml: don't highlight Prelude data constructors differently from 
others
+  * haskell.xml: remove types from "prelude function" section
+  * haskell.xml: highlight promoted data constructors
+  * haskell.xml: add keywords family, forall, pattern
+  * Honor BUILD_TESTING
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.TlbYlQ/_old  2018-08-24 16:58:17.521658255 +0200
+++ /var/tmp/diff_new_pack.TlbYlQ/_new  2018-08-24 16:58:17.525658259 +0200
@@ -16,36 +16,35 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5SyntaxHighlighting5
-%define _tar_path 5.48
+%define _tar_path 5.49
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%bcond_without lang
 Name:           syntax-highlighting
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
 Summary:        Syntax highlighting engine and library
 License:        LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND 
GPL-3.0-only AND MIT AND BSD-3-Clause AND Artistic-1.0
 Group:          System/GUI/KDE
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-%if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
-%endif
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Gui) >= 5.6.0
 BuildRequires:  cmake(Qt5Network) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 BuildRequires:  cmake(Qt5XmlPatterns) >= 5.6.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if %{with lang}
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+%endif
 
 %description
 This is a tier1/functional version of the Kate syntax highlighting engine.
@@ -75,7 +74,8 @@
 This is a tier1/functional version of the Kate syntax highlighting engine.
 It's not tied to a particular output format or editor engine.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -92,26 +92,24 @@
 %endif
 
 %post -n %{lname} -p /sbin/ldconfig
-
 %postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f syntaxhighlighting5.lang
+%files -n %{lname}-lang -f syntaxhighlighting5.lang
 %endif
 
 %files
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %config %{_kf5_configdir}/org_kde_ksyntaxhighlighting.categories
 %{_kf5_bindir}/kate-syntax-highlighter
 
 %files -n %{lname}
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5SyntaxHighlighting.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5SyntaxHighlighting.so
 %{_kf5_libdir}/cmake/KF5SyntaxHighlighting/
 %{_kf5_mkspecsdir}/qt_KSyntaxHighlighting.pri

++++++ syntax-highlighting-5.48.0.tar.xz -> syntax-highlighting-5.49.0.tar.xz 
++++++
++++ 8164 lines of diff (skipped)


Reply via email to