Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 084f4c778b | |||
| c6ac0a9fba | |||
| 59a5564f8c | |||
| 223338ed28 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-characters.git</param>
|
||||
<param name="revision">48.0</param>
|
||||
<param name="revision">49.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:988c4f6d0481f976cfa690efefcd27f05e778b8a73423ea96c2e93683fa2fc4f
|
||||
size 3616780
|
||||
3
gnome-characters-49.1.obscpio
Normal file
3
gnome-characters-49.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b3196924149e7daf62b0c32448bb6604e2b75914ae1c860c748ccd86468fcb2
|
||||
size 3655180
|
||||
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 12 15:53:18 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.1:
|
||||
+ metainfo:
|
||||
- Update screenshots to GNOME 49
|
||||
- Fix a typo
|
||||
+ lib:
|
||||
- Don't skip the first block
|
||||
- Support language aliases
|
||||
+ charactersView:
|
||||
- Fix the IBus check
|
||||
- Fix fetching the list of languages in Flatpak
|
||||
+ main: Fix active window tracking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 06:27:04 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.0:
|
||||
+ flatpak: Update noto emoji font
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 11:24:06 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.rc:
|
||||
+ appdata: Set component to "desktop-application"
|
||||
+ appdata: Add branding
|
||||
+ appdata: Remove kudos
|
||||
+ Update to CLDR 47
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 18:12:10 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: gnome-characters
|
||||
version: 48.0
|
||||
mtime: 1741974888
|
||||
commit: e8b3e5aa11724ab6d0c47e19d980ec4962bd385d
|
||||
version: 49.1
|
||||
mtime: 1760047734
|
||||
commit: cf1d794ccc75af2ca5ef9eadb17daab23a9f0513
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-characters
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-characters
|
||||
Version: 48.0
|
||||
Version: 49.1
|
||||
Release: 0
|
||||
Summary: Character Map
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user