Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2022-03-24 22:57:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and      /work/SRC/openSUSE:Factory/.highlight.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "highlight"

Thu Mar 24 22:57:13 2022 rev:37 rq:964313 version:4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/highlight/highlight.changes      2021-05-15 
23:16:53.912569494 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new.1900/highlight.changes    
2022-03-24 22:57:34.800226181 +0100
@@ -1,0 +2,26 @@
+Wed Mar 23 13:44:19 UTC 2022 - [email protected]
+
+- Create a common subpackage for architecture-independent files
+  required by both cli and gui applications.
+
+-------------------------------------------------------------------
+Wed Mar 23 00:00:37 UTC 2022 - [email protected]
+
+- Update to version 4.2:
+  * Added support for Critic markup (gl#saalen/highlight#197).
+  * Added support for jam/ham (gl#saalen/highlight#196).
+  * Added support for PureScript.
+  * Added support for Nix (gl#saalen/highlight#200).
+  * Added ino file mapping / Arduino C (gl#saalen/highlight#201).
+  * Fixed RTF page color attributes (gl#saalen/highlight#195).
+  * Fixed identifier parsing in yaml.lang (gl#saalen/highlight#190).
+  * Fixed symbol parsing in lisp.lang (gl#saalen/highlight#198).
+  * Fixed string parsing in csharp.lang (gl#saalen/highlight#199).
+  * Fixed string parsing in conf.lang (gl#saalen/highlight#203).
+  * Added make target `install-lib-shared` to install shared lib
+    (gl#saalen/highlight#202).
+  * GUI: Added Japanese translation.
+  * GUI: Disabled floating panel (state restore fails).
+- Remove useless dependency of gui on cli.
+
+-------------------------------------------------------------------

Old:
----
  highlight-v4.1.tar.bz2

New:
----
  highlight-v4.2.tar.bz2

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

Other differences:
------------------
++++++ highlight.spec ++++++
--- /var/tmp/diff_new_pack.SJKTT2/_old  2022-03-24 22:57:35.284226648 +0100
+++ /var/tmp/diff_new_pack.SJKTT2/_new  2022-03-24 22:57:35.288226652 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package highlight
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:           highlight
-Version:        4.1
+Version:        4.2
 Release:        0
 Summary:        Universal Source Code to Formatted Text Converter
 License:        GPL-3.0-or-later
@@ -29,6 +29,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_headers-devel
 BuildRequires:  lua-devel
+Requires:       %{name}-common = %{version}
 
 %description
 A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, XML or ANSI
@@ -38,6 +39,15 @@
 The utility offers indentation and reformatting capabilities.
 It is easily possible to create new language definitions and colour themes.
 
+%package common
+Summary:        Common architecture-independent files for %{name}
+Group:          Development/Tools/Other
+BuildArch:      noarch
+
+%description common
+This package provides some architecture-independent files for %{name} such as
+configuration and themes.
+
 %if %{with gui}
 %package gui
 Summary:        Graphical Interface for %{name}
@@ -45,7 +55,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  update-desktop-files
-Requires:       %{name} = %{version}
+Requires:       %{name}-common = %{version}
 
 %description gui
 This package provides graphical interface for %{name}.
@@ -83,14 +93,16 @@
 %files
 %{_bindir}/%{name}
 %{_docdir}/%{name}
-%dir %{_sysconfdir}/%{name}
-%config %{_sysconfdir}/%{name}/filetypes.conf
-%config %{_sysconfdir}/%{name}/lsp.conf
+%{_mandir}/man1/%{name}.1%{?ext_man}
+
+%files common
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/langDefs
 %{_datadir}/%{name}/plugins
 %{_datadir}/%{name}/themes
-%{_mandir}/man1/%{name}.1%{?ext_man}
+%dir %{_sysconfdir}/%{name}
+%config %{_sysconfdir}/%{name}/filetypes.conf
+%config %{_sysconfdir}/%{name}/lsp.conf
 %{_mandir}/man5/filetypes.conf.5%{?ext_man}
 
 %if %{with gui}

++++++ highlight-v4.1.tar.bz2 -> highlight-v4.2.tar.bz2 ++++++
++++ 2635 lines of diff (skipped)

Reply via email to