From 096ab50590e70d13a6d8bef185996569e650c1b2bc22e53e26915332f1afcd30 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 19 Mar 2024 13:33:30 +0000 Subject: [PATCH] Accepting request 1159285 from GNOME:Next GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159285 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgedit-gtksourceview?expand=0&rev=5 --- _service | 19 +++++++++++++++++++ libgedit-gtksourceview-299.0.4.tar.xz | 3 --- libgedit-gtksourceview-299.1.0.obscpio | 3 +++ libgedit-gtksourceview.changes | 20 ++++++++++++++++++++ libgedit-gtksourceview.obsinfo | 4 ++++ libgedit-gtksourceview.spec | 6 +++--- 6 files changed, 49 insertions(+), 6 deletions(-) create mode 100644 _service delete mode 100644 libgedit-gtksourceview-299.0.4.tar.xz create mode 100644 libgedit-gtksourceview-299.1.0.obscpio create mode 100644 libgedit-gtksourceview.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..57386ef --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://github.com/gedit-technology/libgedit-gtksourceview.git + 299.1.0 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/libgedit-gtksourceview-299.0.4.tar.xz b/libgedit-gtksourceview-299.0.4.tar.xz deleted file mode 100644 index be37721..0000000 --- a/libgedit-gtksourceview-299.0.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7453a1cce2f6d58871644d2203ecdbbb043050886170ebea376c1cf6e27f86d8 -size 644008 diff --git a/libgedit-gtksourceview-299.1.0.obscpio b/libgedit-gtksourceview-299.1.0.obscpio new file mode 100644 index 0000000..6468e4d --- /dev/null +++ b/libgedit-gtksourceview-299.1.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a0a7b1434dce943e9da0f2ce610b069f5296b44f5d5dfee4b4ec6791242741 +size 6288397 diff --git a/libgedit-gtksourceview.changes b/libgedit-gtksourceview.changes index 827ada1..c08371b 100644 --- a/libgedit-gtksourceview.changes +++ b/libgedit-gtksourceview.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Feb 16 07:36:08 UTC 2024 - Dominique Leuenberger + +- Update to version 299.1.0: + + Continue to rework GtkSourceStyle* classes. + This includes a switch from the libxml2 to GMarkupParser. + (the libxml2 is still used for *.lang files though). + + Style schemes XML file format: + - Simplify it. + - Better document it. + - Extend it with the "kind" attribute, for light/dark schemes. + - Remove the *.rng file. + + Unit tests: + - Don't rely on environment variables to be set to run the + tests. + - Have good code coverage for what has been modified or added. +- Changes from version 299.0.5: + + Fix a bug: Alt+Down (moving line(s) down) or Alt+Up (moving + line(s) up) wrt. the undo/redo history and cursor positioning. + ------------------------------------------------------------------- Sun Aug 13 14:32:56 UTC 2023 - Bjørn Lie diff --git a/libgedit-gtksourceview.obsinfo b/libgedit-gtksourceview.obsinfo new file mode 100644 index 0000000..e4b2b44 --- /dev/null +++ b/libgedit-gtksourceview.obsinfo @@ -0,0 +1,4 @@ +name: libgedit-gtksourceview +version: 299.1.0 +mtime: 1708025664 +commit: b271a625ca057cc3fa7d5ac83285c5d4e038202e diff --git a/libgedit-gtksourceview.spec b/libgedit-gtksourceview.spec index 4e4c7a7..259793c 100644 --- a/libgedit-gtksourceview.spec +++ b/libgedit-gtksourceview.spec @@ -1,7 +1,7 @@ # # spec file for package libgedit-gtksourceview # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: libgedit-gtksourceview -Version: 299.0.4 +Version: 299.1.0 Release: 0 Summary: Source code editing widget License: LGPL-2.1-or-later URL: https://gedit-technology.net/ -Source: https://gedit-technology.net/tarballs/%{name}/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.zst BuildRequires: gtk-doc BuildRequires: meson BuildRequires: pkgconfig