Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
1f8ccd33bd | |||
6f57506ac7 |
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/libspelling.git</param>
|
||||
<param name="revision">0.4.7</param>
|
||||
<param name="revision">0.4.8</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
BIN
libspelling-0.4.7.obscpio
(Stored with Git LFS)
BIN
libspelling-0.4.7.obscpio
(Stored with Git LFS)
Binary file not shown.
3
libspelling-0.4.8.obscpio
Normal file
3
libspelling-0.4.8.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5f46e58ed913489cf95cedc9f2ce12edc637904cfd31cf0e78f22695c1a8f6b
|
||||
size 490507
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 18 05:36:47 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.4.8:
|
||||
+ Improve initial dictionary selection which is particularly
|
||||
useful for languages which don't typically use spaces to
|
||||
separate word boundaries.
|
||||
+ Build system fixes for building without enchant
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 16 08:45:25 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: libspelling
|
||||
version: 0.4.7
|
||||
mtime: 1742066138
|
||||
commit: c7c74e8d402ba2e4cf48d1c57414c1c489a2361b
|
||||
version: 0.4.8
|
||||
mtime: 1744926006
|
||||
commit: 07d3bbbbad393b7594918b8df3486531edb61aaf
|
||||
|
@@ -20,7 +20,7 @@
|
||||
%define api_ver 1
|
||||
|
||||
Name: libspelling
|
||||
Version: 0.4.7
|
||||
Version: 0.4.8
|
||||
Release: 0
|
||||
Summary: A spellcheck library for GTK 4
|
||||
License: LGPL-2.1-or-later
|
||||
|
Reference in New Issue
Block a user