6 Commits

Author SHA256 Message Date
85a9e43187 Accepting request 1319249 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1319249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/highlight?expand=0&rev=50
2025-11-25 14:48:58 +00:00
Antoine Belvire
85e9e82bc9 - Update to version 4.18:
* Updated astyle lib to version 3.6.13
  * Fixed undefined variable in shellscript definition
- Changes from version 4.17:
  * Updated astyle lib to version 3.6.12
  * Updated some language definitions
  * Added fea.lang (gl#saalen/highlight#258)
  * Fixed creation of unique output filenames in batch mode
  * Improved LSP compatibility
  * CLI: improved string length validation in service mode
  * GUI: fixed file resource handling
- Changes from version 4.16:
  * Updated astyle lib to version 3.6.9
  * Fix shell script parenthesis recognition (gl#saalen/highlight#254)
  * Updated AWK, C, Go and Python language definitions
  * Added README_FR.adoc
  * Added shell script and git config file extensions
  * GUI: adjusted cmake build script to improve Qt build target handling
  * GUI: updated Qt UI translations
- Changes from version 4.15:
  * Updated astyle lib to version 3.6.6
  * Fixed C++ raw string recognition (gl#saalen/highlight#252)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/highlight?expand=0&rev=142
2025-11-22 13:33:13 +00:00
bb77304074 Accepting request 1277658 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1277658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/highlight?expand=0&rev=49
2025-05-23 12:29:20 +00:00
9a0929bc96 Accepting request 1277051 from home:simonlm:branches:devel:tools
Update to version 4.14

OBS-URL: https://build.opensuse.org/request/show/1277051
OBS-URL: https://build.opensuse.org/package/show/devel:tools/highlight?expand=0&rev=140
2025-05-15 08:51:43 +00:00
7f5fea5d9e Accepting request 1228174 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1228174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/highlight?expand=0&rev=48
2024-12-05 16:05:12 +00:00
Antoine Belvire
47a4c6ff0e Update to version 4.13
OBS-URL: https://build.opensuse.org/package/show/devel:tools/highlight?expand=0&rev=138
2024-12-04 08:06:35 +00:00
4 changed files with 52 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f80c0e524a619ffd55f36547be8f7d0683d2457c5c69e28cc5f56a318670ebd
size 1501917

3
highlight-v4.18.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cd3e273e1e4fdc5c0d23c0a9055dd0efe196ab04b43ef5da39ba0df516a8498
size 1536218

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Sat Nov 22 13:17:05 UTC 2025 - Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 4.18:
* Updated astyle lib to version 3.6.13
* Fixed undefined variable in shellscript definition
- Changes from version 4.17:
* Updated astyle lib to version 3.6.12
* Updated some language definitions
* Added fea.lang (gl#saalen/highlight#258)
* Fixed creation of unique output filenames in batch mode
* Improved LSP compatibility
* CLI: improved string length validation in service mode
* GUI: fixed file resource handling
- Changes from version 4.16:
* Updated astyle lib to version 3.6.9
* Fix shell script parenthesis recognition (gl#saalen/highlight#254)
* Updated AWK, C, Go and Python language definitions
* Added README_FR.adoc
* Added shell script and git config file extensions
* GUI: adjusted cmake build script to improve Qt build target handling
* GUI: updated Qt UI translations
- Changes from version 4.15:
* Updated astyle lib to version 3.6.6
* Fixed C++ raw string recognition (gl#saalen/highlight#252)
-------------------------------------------------------------------
Tue May 13 07:54:38 UTC 2025 - ming li <mli@suse.com>
- Update to version 4.14:
* updated astyle lib to version 3.6.2
* fixed SWIG lib compilation (#247)
* updated Terraform file suffix list
-------------------------------------------------------------------
Wed Dec 4 03:43:54 UTC 2024 - ming li <mli@suse.com>
- Update to version 4.13:
* updated astyle lib to version 3.6
* added Gleam and V definitions
* added Meson and CMake build files
(https://gitlab.com/saalen/highlight/-/issues/232)
* improved LSP compatibility with bash-language-server
and haskell-language-server
* applied several clang-tidy modernize fixes
* GUI: refactored settings retore code
-------------------------------------------------------------------
Sat May 25 15:46:13 UTC 2024 - antoine.belvire@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package highlight
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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.12
Version: 4.18
Release: 0
Summary: Universal Source Code to Formatted Text Converter
License: GPL-3.0-or-later