diff --git a/_service b/_service index 109dfdb..940655a 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/libspelling.git - 0.4.3 + 0.4.4 @PARENT_TAG@+@TAG_OFFSET@ v?(.*)\+0 \1 diff --git a/libspelling-0.4.3.obscpio b/libspelling-0.4.3.obscpio deleted file mode 100644 index 32dd0eb..0000000 --- a/libspelling-0.4.3.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7d4a21ea1e3918d80f914ace5f19607a5b118581d14d63d825b8d4e9f1679f0 -size 419851 diff --git a/libspelling-0.4.4.obscpio b/libspelling-0.4.4.obscpio new file mode 100644 index 0000000..27b4c2f --- /dev/null +++ b/libspelling-0.4.4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c7b1a1ea3b2e99a437006c804e21fa859d95527e42f8b87fdf20a47a114f91 +size 480779 diff --git a/libspelling.changes b/libspelling.changes index a14f675..05cd5f4 100644 --- a/libspelling.changes +++ b/libspelling.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Oct 19 09:17:08 UTC 2024 - Bjørn Lie + +- Update to version 0.4.4: + + Adds a few dozen translations for menu items. +- Add lang subpackage and macros. Also provide libspelling from the + shared lib, allow install of lang subpackage. + ------------------------------------------------------------------- Wed Oct 16 06:03:32 UTC 2024 - Bjørn Lie diff --git a/libspelling.obsinfo b/libspelling.obsinfo index dde9395..2004ee1 100644 --- a/libspelling.obsinfo +++ b/libspelling.obsinfo @@ -1,4 +1,4 @@ name: libspelling -version: 0.4.3 -mtime: 1729051783 -commit: d873853d5308d1adcd5b2d7a0a1adcc01510271a +version: 0.4.4 +mtime: 1729283787 +commit: 7a3e7cf45d34ac74a0293a2e48b78a93b14cc660 diff --git a/libspelling.spec b/libspelling.spec index 010d377..0877661 100644 --- a/libspelling.spec +++ b/libspelling.spec @@ -20,7 +20,7 @@ %define api_ver 1 Name: libspelling -Version: 0.4.3 +Version: 0.4.4 Release: 0 Summary: A spellcheck library for GTK 4 License: LGPL-2.1-or-later @@ -49,6 +49,7 @@ LGPL-2.1-or-later %package -n libspelling%{so_ver} Summary: Shared libraries for %{name} +Provides: %{name} = %{version} %description -n libspelling%{so_ver} Shared libraries for %{name}. @@ -68,6 +69,8 @@ Requires: typelib-1_0-Spelling-%{api_ver} = %{version} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. +%lang_package + %prep %autosetup -p1 @@ -79,6 +82,7 @@ developing applications that use %{name}. %install %meson_install +%find_lang %{name} %{?no_lang_C} %check %meson_test @@ -104,4 +108,6 @@ developing applications that use %{name}. %{_datadir}/vala/vapi/libspelling-%{api_ver}.deps %{_datadir}/vala/vapi/libspelling-%{api_ver}.vapi +%files lang -f %{name}.lang + %changelog