Package Release Info

gtksourceview-3.24.11-bp160.1.8

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

glade-catalog-gtksourceview
gtksourceview-devel
gtksourceview-lang
libgtksourceview-3_0-1
typelib-1_0-GtkSource-3_0

Change Logs

* Mon Jan 06 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Drop changes.lang source, request from upstream + gedit no longer
  uses plain gtksourceview. (boo#1205804)
* Mon Apr 22 2024 Michael Gorse <mgorse@suse.com>
- Add gtksourceview-gcc14.patch: fix assignment from incompatible
  pointer type.
* Tue Jan 16 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Own /usr/share/gtk-doc: glib no longer uses gtk-doc and as a
  consequence cannot be held responsible to deliver that basic
  directory structure.
* Fri Nov 05 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Require libgtksourceview-3_0-1 instead of gtksourceview in the
  devel package: defacto the same package, as the library provides
  the base name, but more explicit and clearer.
- Add libgtksourceview3 Provides to libgtksourceview-3_0-1 and add
  a explicit Requires in devel subpackage, silence rpmlint.
- Modernize spec, use autosetup, make_build and ldconfig_scriptlets
  macros.
- Update Supplements to current standard.
* Thu Sep 16 2021 Stanislav Brabec <sbrabec@suse.com>
- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).
* Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use
* Tue May 07 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.24.11:
  + Improvements to the syntax highlighting of: YAML, Julia, C++,
    and C.
  + Fixes to GObject Introspection annotations.
  + Fix a crash with YAML.
  + Fix a crash in presense of Byte-Order-Markers.
* Sat Mar 16 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.24.10:
  + New syntax highlighting definition file for: Powershell.
  + Improvements to the syntax highlighting of: reStructuredText,
    C++, CSS, HTML, Groovy, Meson, Python3, and Logtalk.
  + Fix testsuite for changes in GLib hashtable ordering.
  + Avoid double entry of languages based on globs.
  + MSVC build improvements.
  + Fix usage of GRegex for offset in text, which fixes a Valgrind
    warning.
  + Ensure CSS is inherted from parent style schemes.
  + Avoid storing GtkTextIter across main-loop boundaries.
  + Fix incorrect transfer annoation for
    gtk_source_buffer_create_source_mark().
  + Various memory leak fixes.
  + Updated translations.
* Thu Sep 06 2018 bjorn.lie@gmail.com
- Update to version 3.24.9:
  + New syntax highlighting definition file for: Logtalk.
  + Improvements to the syntax highlighting of: Haskell, C++, GLSL,
    and Markdown.
  + Performance improvements to space drawing.
  + Missing G_PARAM_DEPRECATED flag was added to :underline
    property.
  + Various memory leak fixes.
  + Updated translations.
* Thu Aug 16 2018 luc14n0@linuxmail.org
- Add changes.lang language definition for changes file syntax
  highlighting capabilities.