diff mbox series

[meta-gnome] gtksourceview4: Upgrade 4.8.2 -> 4.8.4

Message ID 20231114092417.1842461-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome] gtksourceview4: Upgrade 4.8.2 -> 4.8.4 | expand

Commit Message

Markus Volk Nov. 14, 2023, 9:24 a.m. UTC
News in 4.8.4, 2022-11-03
-------------------------
* Style updates to kate, classic, tango
* Language updates to vala, python3, c, cuda, latex
* Add unit tests for language specs
* Translation updates

News in 4.8.3, 2022-03-18
-------------------------

* Adds support for more Pango font-variants
* Style updates to solarized-dark, solarized-light
* Language updates to lean, rst, c, gtk-doc, javascript, and json
* Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../{gtksourceview4_4.8.2.bb => gtksourceview4_4.8.4.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview4_4.8.2.bb => gtksourceview4_4.8.4.bb} (93%)

Comments

Khem Raj Nov. 15, 2023, 7:19 a.m. UTC | #1
On Tue, 14 Nov 2023 10:24:16 +0100, Markus Volk wrote:
> News in 4.8.4, 2022-11-03
> -------------------------
> * Style updates to kate, classic, tango
> * Language updates to vala, python3, c, cuda, latex
> * Add unit tests for language specs
> * Translation updates
> 
> [...]

Applied, thanks!

[1/1] gtksourceview4: Upgrade 4.8.2 -> 4.8.4
      commit: 92e9869aac40ca9fd16bfaff17e2bfced399c8f4

Best regards,
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb
rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb
index b10a317fa..6acd00324 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb
@@ -16,7 +16,7 @@  inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspecti
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
 SRC_URI = "https://download.gnome.org/sources/gtksourceview/4.8/${PNAME}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "842de7e5cb52000fd810e4be39cd9fe29ffa87477f15da85c18f7b82d45637cc"
+SRC_URI[sha256sum] = "7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb5958420a87d"
 
 GIR_MESON_OPTION = 'gir'
 GTKDOC_MESON_OPTION = "gtk_doc"