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:
commit
d64fa38bcd
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/libspelling.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="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:91c7b1a1ea3b2e99a437006c804e21fa859d95527e42f8b87fdf20a47a114f91
|
|
||||||
size 480779
|
|
3
libspelling-0.4.5.obscpio
Normal file
3
libspelling-0.4.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:250894b09faffd4aa7faa91c60aa016fb6ea473499639960b7dd5c5680f6f46c
|
||||||
|
size 484363
|
@ -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>
|
Sat Oct 19 09:17:08 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libspelling
|
name: libspelling
|
||||||
version: 0.4.4
|
version: 0.4.5
|
||||||
mtime: 1729283787
|
mtime: 1732305987
|
||||||
commit: 7a3e7cf45d34ac74a0293a2e48b78a93b14cc660
|
commit: ab64511edd5cf53c8a81a51e2883d6f69e585f64
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define api_ver 1
|
%define api_ver 1
|
||||||
|
|
||||||
Name: libspelling
|
Name: libspelling
|
||||||
Version: 0.4.4
|
Version: 0.4.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A spellcheck library for GTK 4
|
Summary: A spellcheck library for GTK 4
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user