From 7bb587aaf43087bb40213d9a552f3caacb5f84fffae256fb34261061d846088b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2023 08:21:15 +0000 Subject: [PATCH 1/2] Accepting request 1109837 from GNOME:Next Pushing GNOME 45.rc packages OBS-URL: https://build.opensuse.org/request/show/1109837 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtksourceview5?expand=0&rev=18 --- gtksourceview-5.8.0.tar.xz | 3 --- gtksourceview-5.9.0.tar.xz | 3 +++ gtksourceview5.changes | 21 +++++++++++++++++++++ gtksourceview5.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 gtksourceview-5.8.0.tar.xz create mode 100644 gtksourceview-5.9.0.tar.xz diff --git a/gtksourceview-5.8.0.tar.xz b/gtksourceview-5.8.0.tar.xz deleted file mode 100644 index 25028b5..0000000 --- a/gtksourceview-5.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:110dd4c20def21886fbf777298fe0ef8cc2ad6023b8f36c7424411a414818933 -size 1253152 diff --git a/gtksourceview-5.9.0.tar.xz b/gtksourceview-5.9.0.tar.xz new file mode 100644 index 0000000..473c48e --- /dev/null +++ b/gtksourceview-5.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cf74d37b5bcc1d3109cde5fc758b64b7dd2e8309a19ac8e97f3cbbbb184d56 +size 1257236 diff --git a/gtksourceview5.changes b/gtksourceview5.changes index 76bf182..293acb6 100644 --- a/gtksourceview5.changes +++ b/gtksourceview5.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Sep 3 00:17:57 UTC 2023 - Luciano Santos + +- 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 diff --git a/gtksourceview5.spec b/gtksourceview5.spec index ee3fc4c..0152639 100644 --- a/gtksourceview5.spec +++ b/gtksourceview5.spec @@ -18,13 +18,13 @@ %define _name gtksourceview Name: gtksourceview5 -Version: 5.8.0 +Version: 5.9.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.9/%{_name}-%{version}.tar.xz Source1: changes.lang BuildRequires: gobject-introspection-devel >= 1.70 From fce40bf7357f3ac13b416f75f9f88fa1b4da3559aa5e8236485eac047d4a7d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 18 Sep 2023 06:44:21 +0000 Subject: [PATCH 2/2] Accepting request 1111723 from GNOME:Next - Update to version 5.10.0: + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1111723 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtksourceview5?expand=0&rev=19 --- gtksourceview-5.10.0.tar.xz | 3 +++ gtksourceview-5.9.0.tar.xz | 3 --- gtksourceview5.changes | 6 ++++++ gtksourceview5.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 gtksourceview-5.10.0.tar.xz delete mode 100644 gtksourceview-5.9.0.tar.xz diff --git a/gtksourceview-5.10.0.tar.xz b/gtksourceview-5.10.0.tar.xz new file mode 100644 index 0000000..ad8aaa3 --- /dev/null +++ b/gtksourceview-5.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38a3010c34f59e13b05175e9d20ca02a3110443fec2b1e5747413801bc9c23f +size 1255564 diff --git a/gtksourceview-5.9.0.tar.xz b/gtksourceview-5.9.0.tar.xz deleted file mode 100644 index 473c48e..0000000 --- a/gtksourceview-5.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55cf74d37b5bcc1d3109cde5fc758b64b7dd2e8309a19ac8e97f3cbbbb184d56 -size 1257236 diff --git a/gtksourceview5.changes b/gtksourceview5.changes index 293acb6..159dafd 100644 --- a/gtksourceview5.changes +++ b/gtksourceview5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 17 01:20:12 UTC 2023 - Luciano Santos + +- Update to version 5.10.0: + + Updated translations. + ------------------------------------------------------------------- Sun Sep 3 00:17:57 UTC 2023 - Luciano Santos diff --git a/gtksourceview5.spec b/gtksourceview5.spec index 0152639..5b8a807 100644 --- a/gtksourceview5.spec +++ b/gtksourceview5.spec @@ -18,13 +18,13 @@ %define _name gtksourceview Name: gtksourceview5 -Version: 5.9.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.9/%{_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