SHA256
1
0
forked from pool/gucharmap

Accepting request 977962 from home:dimstar:Factory

- Update to version 14.0.3

OBS-URL: https://build.opensuse.org/request/show/977962
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gucharmap?expand=0&rev=166
This commit is contained in:
Dominique Leuenberger 2022-05-19 06:58:24 +00:00 committed by Git OBS Bridge
parent 0749800434
commit 8764e4c834
7 changed files with 36 additions and 41 deletions

View File

@ -3,10 +3,11 @@
<param name="url">https://gitlab.gnome.org/GNOME/gucharmap.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">13.0.0</param>
<param name="revision">14.0.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gucharmap.git</param>
<param name="changesrevision">fb6bc29bbecbe30debabc195d1342d981f8f3a6b</param></service></servicedata>
<param name="changesrevision">c5ed6328814952e7a6e7997d02697119dc52eb90</param></service></servicedata>

View File

@ -1,32 +0,0 @@
From a8ee037f8cf151b8b65354bc93c56953e41f5a22 Mon Sep 17 00:00:00 2001
From: Christian Persch <chpe@src.gnome.org>
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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c77089d1fe7661fffb67e099a618d7d28497cbfe52f7f4976cf1f56b5b64af29
size 1914328

3
gucharmap-14.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c767a7f76f3072ae42fb0425b7251b63d88745607636f66294a2e1559aee679c
size 1957862

View File

@ -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 <bjorn.lie@gmail.com>

View File

@ -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