Hello community,
here is the log from the commit of package syntax-highlighting for
openSUSE:Factory checked in at 2017-01-31 12:14:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
and /work/SRC/openSUSE:Factory/.syntax-highlighting.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syntax-highlighting"
Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes
2016-12-17 11:18:16.000360224 +0100
+++
/work/SRC/openSUSE:Factory/.syntax-highlighting.new/syntax-highlighting.changes
2017-02-03 20:02:46.550052996 +0100
@@ -1,0 +2,7 @@
+Mon Jan 9 00:00:52 UTC 2017 - [email protected]
+
+- Update to 5.30.0
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+-------------------------------------------------------------------
Old:
----
syntax-highlighting-5.29.0.tar.xz
New:
----
syntax-highlighting-5.30.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.bHSJYV/_old 2017-02-03 20:02:47.069979814 +0100
+++ /var/tmp/diff_new_pack.bHSJYV/_new 2017-02-03 20:02:47.073979251 +0100
@@ -1,7 +1,7 @@
#
# spec file for package syntax-highlighting
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,11 @@
#
+%bcond_without lang
%define lname libKF5SyntaxHighlighting5
-%define _tar_path 5.29
+%define _tar_path 5.30
Name: syntax-highlighting
-Version: 5.29.0
+Version: 5.30.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
@@ -27,10 +28,13 @@
Url: http://www.kde.org
Source:
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
+%if %{with lang}
+BuildRequires: cmake(Qt5LinguistTools) >= 5.5.0
+%endif
BuildRequires: cmake(Qt5Core) >= 5.6.0
BuildRequires: cmake(Qt5Gui) >= 5.6.0
BuildRequires: cmake(Qt5Network) >= 5.6.0
@@ -47,6 +51,9 @@
Summary: Syntax highlighting engine and library
Group: System/GUI/KDE
Recommends: %{name} = %{version}
+%if %{with lang}
+Recommends: %{lname}-lang = %{version}
+%endif
%description -n %{lname}
This is a tier1/functional version of the Kate syntax highlighting engine.
@@ -64,6 +71,7 @@
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
%prep
%setup -q
@@ -75,10 +83,18 @@
%kf5_makeinstall -C build
%fdupes %{buildroot}
+%if %{with lang}
+%find_lang syntaxhighlighting5 --with-qt --without-mo
+%endif
+
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
+%if %{with lang}
+%files -n %lname-lang -f syntaxhighlighting5.lang
+%endif
+
%files
%defattr(-,root,root)
%doc COPYING* README*
++++++ syntax-highlighting-5.29.0.tar.xz -> syntax-highlighting-5.30.0.tar.xz
++++++
++++ 129242 lines of diff (skipped)