Accepting request 1226284 from GNOME:Factory

- Update to version 0.4.5:
  + Various robustness fixes for weak ref tracking
  + Various GObject Introspection fixes
  + A new build option to install a static library
    (libspelling-1.a)
  + Fix a minor leak of extra_word_chars for a language dictionary
  + Fix ICU success check
  + Updated translations. (forwarded request 1225893 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1226284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libspelling?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-11-25 22:23:17 +00:00 committed by Git OBS Bridge
commit d64fa38bcd
6 changed files with 20 additions and 8 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.4</param>
<param name="revision">0.4.5</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:91c7b1a1ea3b2e99a437006c804e21fa859d95527e42f8b87fdf20a47a114f91
size 480779

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Nov 22 20:11:27 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.5:
+ Various robustness fixes for weak ref tracking
+ Various GObject Introspection fixes
+ A new build option to install a static library
(libspelling-1.a)
+ Fix a minor leak of extra_word_chars for a language dictionary
+ Fix ICU success check
+ Updated translations.
-------------------------------------------------------------------
Sat Oct 19 09:17:08 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: libspelling
version: 0.4.4
mtime: 1729283787
commit: 7a3e7cf45d34ac74a0293a2e48b78a93b14cc660
version: 0.4.5
mtime: 1732305987
commit: ab64511edd5cf53c8a81a51e2883d6f69e585f64

View File

@ -20,7 +20,7 @@
%define api_ver 1
Name: libspelling
Version: 0.4.4
Version: 0.4.5
Release: 0
Summary: A spellcheck library for GTK 4
License: LGPL-2.1-or-later