Accepting request 1240846 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1240846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libspelling?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2025-01-28 16:19:35 +00:00 committed by Git OBS Bridge
commit 77b1641bf8
6 changed files with 17 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/libspelling.git</param>
<param name="revision">0.4.5</param>
<param name="revision">0.4.6</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 27 21:13:05 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.6:
+ Improve detection of asynchronous fragment cancellation to
break out of long-running spellchecking.
+ Fix Rust example and documentation links.
-------------------------------------------------------------------
Fri Nov 22 20:11:27 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: libspelling
version: 0.4.5
mtime: 1732305987
commit: ab64511edd5cf53c8a81a51e2883d6f69e585f64
version: 0.4.6
mtime: 1738011134
commit: 47f1d5e7a09b5affef343cb4a45c3040b4238e08

View File

@ -1,7 +1,7 @@
#
# spec file for package libspelling
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%define api_ver 1
Name: libspelling
Version: 0.4.5
Version: 0.4.6
Release: 0
Summary: A spellcheck library for GTK 4
License: LGPL-2.1-or-later