diff --git a/_service b/_service
index 9d0ba2d..5b4ee24 100644
--- a/_service
+++ b/_service
@@ -3,10 +3,11 @@
https://gitlab.gnome.org/GNOME/gucharmap.git
git
.git
- 13.0.0
+ 14.0.3
@PARENT_TAG@
enable
+
*.tar
gz
diff --git a/_servicedata b/_servicedata
index 01728fb..31912a9 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://gitlab.gnome.org/GNOME/gucharmap.git
- fb6bc29bbecbe30debabc195d1342d981f8f3a6b
+ c5ed6328814952e7a6e7997d02697119dc52eb90
\ No newline at end of file
diff --git a/a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch b/a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch
deleted file mode 100644
index 2ed2e1d..0000000
--- a/a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From a8ee037f8cf151b8b65354bc93c56953e41f5a22 Mon Sep 17 00:00:00 2001
-From: Christian Persch
-Date: Wed, 15 Dec 2021 00:03:33 +0100
-Subject: [PATCH] build: Fix build with meson 0.60
-
----
- data/meson.build | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/data/meson.build b/data/meson.build
-index 11e4e8a6..4bd50014 100644
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -18,7 +18,6 @@
- metainfodir = gucharmap_prefix / gucharmap_datadir / 'metainfo'
-
- i18n.merge_file(
-- 'gucharmap.metainfo.xml',
- input: 'gucharmap.metainfo.xml.in',
- output: '@BASENAME@',
- po_dir: po_dir,
-@@ -42,7 +41,6 @@ desktop_in = configure_file(
- )
-
- i18n.merge_file(
-- 'gucharmap.desktop',
- input: desktop_in,
- output: '@BASENAME@',
- type: 'desktop',
---
-GitLab
-
diff --git a/gucharmap-13.0.0.tar.gz b/gucharmap-13.0.0.tar.gz
deleted file mode 100644
index 2ffc977..0000000
--- a/gucharmap-13.0.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c77089d1fe7661fffb67e099a618d7d28497cbfe52f7f4976cf1f56b5b64af29
-size 1914328
diff --git a/gucharmap-14.0.3.tar.gz b/gucharmap-14.0.3.tar.gz
new file mode 100644
index 0000000..6de0c94
--- /dev/null
+++ b/gucharmap-14.0.3.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c767a7f76f3072ae42fb0425b7251b63d88745607636f66294a2e1559aee679c
+size 1957862
diff --git a/gucharmap.changes b/gucharmap.changes
index 53960ee..540216d 100644
--- a/gucharmap.changes
+++ b/gucharmap.changes
@@ -1,3 +1,31 @@
+-------------------------------------------------------------------
+Wed May 18 14:51:50 UTC 2022 - dimstar@opensuse.org
+
+- Update to version 14.0.3:
+ + Classify characters without script name properly
+ + all: Use PCRE2 instead of GRegex
+ + build:
+ - Enforce required unicode data version
+ - Fix build with meson 0.60
+ - Fix warning about incompatible pointer return type
+ - Fix warning about unused variable 'priv'
+ - Remove unwanted warning
+ + charmap: Search in details by default
+ + chartable:
+ - Improve Korean Hanja Pronunciations property
+ - Mark special script and block names in italic
+ - Use device scale for character popup
+ + help: Remove duplicate entry
+ + lib:
+ - Enable alphabetical sorting of the Unicode blocks
+ - Remove bogus volatile from type builtins code
+ + unicode:
+ - Add strings to prepare unicode 14 update
+ - Update for unicode 14.0.0
+ + Updated translations.
+- Drop a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch: fixed
+ upstream.
+
-------------------------------------------------------------------
Thu Feb 3 06:23:00 UTC 2022 - Bjørn Lie
diff --git a/gucharmap.spec b/gucharmap.spec
index e67d427..82eeba0 100644
--- a/gucharmap.spec
+++ b/gucharmap.spec
@@ -21,15 +21,13 @@
%define so_gucharmap 7
%define pc_api 2.90
Name: gucharmap
-Version: 13.0.0
+Version: 14.0.3
Release: 0
Summary: A Featureful Unicode Character Map
License: GPL-3.0-or-later AND LGPL-2.1-or-later
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Apps/Gucharmap
Source0: %{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch -- Fix build with meson 0.61 and newer
-Patch0: https://gitlab.gnome.org/GNOME/gucharmap/-/commit/a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch
BuildRequires: appdata-tools
BuildRequires: fdupes
@@ -40,7 +38,7 @@ BuildRequires: gtk3-devel >= 3.4.0
BuildRequires: intltool
BuildRequires: meson >= 0.50.0
BuildRequires: pkgconfig
-BuildRequires: unicode-ucd
+BuildRequires: unicode-ucd >= 14.0
BuildRequires: unicode-ucd-unihan
BuildRequires: unzip
BuildRequires: update-desktop-files