forked from pool/libspelling
Accepting request 1216793 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1216793 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libspelling?expand=0&rev=7
This commit is contained in:
commit
a18e693d5c
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.3</param>
|
||||
<param name="revision">0.4.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7d4a21ea1e3918d80f914ace5f19607a5b118581d14d63d825b8d4e9f1679f0
|
||||
size 419851
|
3
libspelling-0.4.4.obscpio
Normal file
3
libspelling-0.4.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91c7b1a1ea3b2e99a437006c804e21fa859d95527e42f8b87fdf20a47a114f91
|
||||
size 480779
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 19 09:17:08 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libspelling
|
||||
version: 0.4.3
|
||||
mtime: 1729051783
|
||||
commit: d873853d5308d1adcd5b2d7a0a1adcc01510271a
|
||||
version: 0.4.4
|
||||
mtime: 1729283787
|
||||
commit: 7a3e7cf45d34ac74a0293a2e48b78a93b14cc660
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user