New upstream release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libspelling?expand=0&rev=3
This commit is contained in:
parent
0f789b1c73
commit
fd877878f7
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<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.2</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
<!-- <param name="changesgenerate">enable</param> -->
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">zst</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="manual" />
|
||||||
|
</services>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2285e5e6e102f8e32c7aaaed3352a76138c8e8696551e9d1bc19651a0aa5eac7
|
|
||||||
size 62500
|
|
3
libspelling-0.4.2.obscpio
Normal file
3
libspelling-0.4.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a03855903acdd73f5bc17ad958d6bda00d80fcaf4e259ab5c18ae611e76900df
|
||||||
|
size 418315
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 19:02:50 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.4.2:
|
||||||
|
+ Limit the number of corrections to 10 in enchant backend to
|
||||||
|
help with dictionary configurations which produce many results.
|
||||||
|
+ Hide add/ignore menu items when disabled.
|
||||||
|
+ Don't show word corrections when spellcheck is disabled.
|
||||||
|
- Switch to source service for tarball.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 27 12:57:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Sep 27 12:57:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
4
libspelling.obsinfo
Normal file
4
libspelling.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: libspelling
|
||||||
|
version: 0.4.2
|
||||||
|
mtime: 1728067540
|
||||||
|
commit: 0569383a7cc2d90686d70f2cb28fb077d5a91047
|
@ -20,12 +20,12 @@
|
|||||||
%define api_ver 1
|
%define api_ver 1
|
||||||
|
|
||||||
Name: libspelling
|
Name: libspelling
|
||||||
Version: 0.4.1
|
Version: 0.4.2
|
||||||
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
|
||||||
URL: https://gitlab.gnome.org/chergert/libspelling
|
URL: https://gitlab.gnome.org/chergert/libspelling
|
||||||
Source: https://download.gnome.org/sources/libspelling/0.4/%{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.zst
|
||||||
|
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
|
Loading…
Reference in New Issue
Block a user