diff mbox series

[meta-gnome] tepl: upgrade 6.2.0 -> 6.4.0

Message ID 1672376478-25626-3-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-gnome] tepl: upgrade 6.2.0 -> 6.4.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 30, 2022, 5:01 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Build: simplify handling of library soversion.
* Add some new API (see the reference documentation).
* Some API breaks (see the reference documentation).
* Experiments to simplify GtkStack custom switcher implementations.
  Moved the result to the attic/ directory.
* TeplView: add code from gedit: override delete_from_cursor vfunc.
  In gedit it's for the Ctrl+D keybinding to delete the current line.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-gnome/recipes-gnome/tepl/{tepl_6.2.0.bb => tepl_6.4.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/tepl/{tepl_6.2.0.bb => tepl_6.4.0.bb} (94%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb
similarity index 94%
rename from meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb
rename to meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb
index 0eeb345cd..1eecfff4b 100644
--- a/meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb
+++ b/meta-gnome/recipes-gnome/tepl/tepl_6.4.0.bb
@@ -21,7 +21,7 @@  inherit meson gobject-introspection gettext features_check pkgconfig
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main"
-SRCREV = "34973a0d48ba5a0dd0a776c66bfc0c3f65682d9c"
+SRCREV = "d1e9cc2e4a0738f68d9002f13724b7239f075844"
 S = "${WORKDIR}/git"
 
 # gobject-introspection is mandatory and cannot be configured