Accepting request 1111892 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1111892 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtksourceview5?expand=0&rev=9
This commit is contained in:
commit
63f7cda6cf
3
gtksourceview-5.10.0.tar.xz
Normal file
3
gtksourceview-5.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f
|
||||
size 1255564
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:110dd4c20def21886fbf777298fe0ef8cc2ad6023b8f36c7424411a414818933
|
||||
size 1253152
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 17 01:20:12 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
- Update to version 5.10.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 3 00:17:57 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
- Update to version 5.9.0:
|
||||
+ This is a release candidate for GNOME 45.
|
||||
+ Documentation improvements.
|
||||
+ Various introspection improvements.
|
||||
+ New languages: Blueprint.
|
||||
+ Updated languages: C, C++, Rust, Python3, Shell, Java, OCaml.
|
||||
+ Updated style schemes: cobalt.
|
||||
+ GtkSourceBuffer gained a "loading" property which is toggled
|
||||
when GtkSourceFileLoader is loading the buffer from storage.
|
||||
+ More defensiveness improvements in GtkSourceBufferOutputStream.
|
||||
+ A leak in Vim emulation has been fixed.
|
||||
+ Vim emulation now supports visual replace.
|
||||
+ Scheduling of batched workers has been improved with
|
||||
gtk_source_scheduler_add().
|
||||
+ Snippets are now initialized from GtkSourceView.constructed()
|
||||
to allow for applications to hook buffer creation.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 19:39:51 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%define _name gtksourceview
|
||||
Name: gtksourceview5
|
||||
Version: 5.8.0
|
||||
Version: 5.10.0
|
||||
Release: 0
|
||||
Summary: GTK+ Source Editing Widget
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://wiki.gnome.org/Projects/GtkSourceView
|
||||
Source0: https://download.gnome.org/sources/gtksourceview/5.8/%{_name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gtksourceview/5.10/%{_name}-%{version}.tar.xz
|
||||
Source1: changes.lang
|
||||
|
||||
BuildRequires: gobject-introspection-devel >= 1.70
|
||||
|
Loading…
Reference in New Issue
Block a user