From fd877878f7eb1ccb7bd284bf50327935b37f8bdd8762c426fe6fbcbeb0ff5c7b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 5 Oct 2024 09:02:50 +0000 Subject: [PATCH] New upstream release OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libspelling?expand=0&rev=3 --- _service | 18 ++++++++++++++++++ libspelling-0.4.1.tar.xz | 3 --- libspelling-0.4.2.obscpio | 3 +++ libspelling.changes | 10 ++++++++++ libspelling.obsinfo | 4 ++++ libspelling.spec | 4 ++-- 6 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 _service delete mode 100644 libspelling-0.4.1.tar.xz create mode 100644 libspelling-0.4.2.obscpio create mode 100644 libspelling.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..6e5f718 --- /dev/null +++ b/_service @@ -0,0 +1,18 @@ + + + + git + https://gitlab.gnome.org/GNOME/libspelling.git + 0.4.2 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + diff --git a/libspelling-0.4.1.tar.xz b/libspelling-0.4.1.tar.xz deleted file mode 100644 index adc0211..0000000 --- a/libspelling-0.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2285e5e6e102f8e32c7aaaed3352a76138c8e8696551e9d1bc19651a0aa5eac7 -size 62500 diff --git a/libspelling-0.4.2.obscpio b/libspelling-0.4.2.obscpio new file mode 100644 index 0000000..53cc3f8 --- /dev/null +++ b/libspelling-0.4.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03855903acdd73f5bc17ad958d6bda00d80fcaf4e259ab5c18ae611e76900df +size 418315 diff --git a/libspelling.changes b/libspelling.changes index 9e3bd04..e85f136 100644 --- a/libspelling.changes +++ b/libspelling.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 4 19:02:50 UTC 2024 - Bjørn Lie + +- 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 diff --git a/libspelling.obsinfo b/libspelling.obsinfo new file mode 100644 index 0000000..a02b83e --- /dev/null +++ b/libspelling.obsinfo @@ -0,0 +1,4 @@ +name: libspelling +version: 0.4.2 +mtime: 1728067540 +commit: 0569383a7cc2d90686d70f2cb28fb077d5a91047 diff --git a/libspelling.spec b/libspelling.spec index 515a2d8..caa8420 100644 --- a/libspelling.spec +++ b/libspelling.spec @@ -20,12 +20,12 @@ %define api_ver 1 Name: libspelling -Version: 0.4.1 +Version: 0.4.2 Release: 0 Summary: A spellcheck library for GTK 4 License: LGPL-2.1-or-later 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: meson