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-10-01 17:42:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/highlight (Old) and /work/SRC/openSUSE:Factory/.highlight.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "highlight" Sat Oct 1 17:42:34 2022 rev:38 rq:1006769 version:4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/highlight/highlight.changes 2022-03-24 22:57:34.800226181 +0100 +++ /work/SRC/openSUSE:Factory/.highlight.new.2275/highlight.changes 2022-10-01 17:42:36.657610539 +0200 @@ -1,0 +2,14 @@ +Wed Sep 28 18:34:00 UTC 2022 - [email protected] + +- Update to version 4.3: + * Added support for Carbon. + * Added support for Fortran77 star comments + (gl#saalen/highlight#208). + * Added support for PowerShell block comments + (gl#saalen/highlight#210). + * Fixed Python formatted string pattern + (gl#saalen/highlight#212). + * Added new shell completion generation script + (gl#saalen/highlight!137). + +------------------------------------------------------------------- Old: ---- highlight-v4.2.tar.bz2 New: ---- highlight-v4.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ highlight.spec ++++++ --- /var/tmp/diff_new_pack.Df2LKi/_old 2022-10-01 17:42:37.177611488 +0200 +++ /var/tmp/diff_new_pack.Df2LKi/_new 2022-10-01 17:42:37.181611496 +0200 @@ -18,7 +18,7 @@ %bcond_without gui Name: highlight -Version: 4.2 +Version: 4.3 Release: 0 Summary: Universal Source Code to Formatted Text Converter License: GPL-3.0-or-later @@ -64,6 +64,39 @@ %endif +%package bash-completion +Summary: Bash completion for %{name} +Group: System/Shells +Requires: %{name} +Requires: bash-completion +Supplements: (bash-completion and %{name}) +BuildArch: noarch + +%description bash-completion +This package provides Bash command-line completion support for %{name}. + +%package fish-completion +Summary: Fish completion for %{name} +Group: System/Shells +Requires: %{name} +Requires: fish +Supplements: (fish and %{name}) +BuildArch: noarch + +%description fish-completion +This package provides Fish command-line completion support for %{name}. + +%package zsh-completion +Summary: Zsh completion for %{name} +Group: System/Shells +Requires: %{name} +Requires: zsh +Supplements: (zsh and %{name}) +BuildArch: noarch + +%description zsh-completion +This package provides Zsh command-line completion support for %{name}. + %prep %autosetup -p1 -n %{name}-v%{version} dos2unix extras/pandoc/* extras/themes-resources/base16/* @@ -76,12 +109,12 @@ # Don't call gui and cli targets in the same make invocation # as it leads to concurrency issues. %make_build gui \ - doc_dir="%{_docdir}/%{name}/" \ + doc_dir="%{_docdir}/" \ QMAKE="qmake-qt5 QMAKE_CXXFLAGS=\"%{optflags}\"" %endif %install -%makeinstall doc_dir="%{_docdir}/%{name}/" \ +%makeinstall doc_dir="%{_docdir}/" \ %if %{with gui} install-gui %suse_update_desktop_file -G "Text converter" -r %{name} Utility TextEditor @@ -118,4 +151,17 @@ %dir %{_datadir}/%{name}/gui_files/l10n %endif +%files bash-completion +%{_datadir}/bash-completion/completions/%{name} + +%files fish-completion +%dir %{_datadir}/fish +%dir %{_datadir}/fish/vendor_completions.d +%{_datadir}/fish/vendor_completions.d/%{name}.fish + +%files zsh-completion +%dir %{_datadir}/zsh +%dir %{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/_%{name} + %changelog ++++++ highlight-v4.2.tar.bz2 -> highlight-v4.3.tar.bz2 ++++++ ++++ 1625 lines of diff (skipped)
