Ana Guerrero 2023-11-07 20:26:36 +00:00 committed by Git OBS Bridge
commit 20e01e0bc5
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 7 08:54:59 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 5 06:51:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com> Thu Oct 5 06:51:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -24,19 +24,19 @@ 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.2/%{name}-%{version}.tar.xz Source: https://download.gnome.org/sources/libspelling/0.2/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM 6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch -- egg: fix license to be LGPLv2.1+ # PATCH-FIX-UPSTREAM 6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch -- egg: fix license to be LGPLv2.1+
Patch: %{url}/-/commit/6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch Patch0: %{url}/-/commit/6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch
BuildRequires: pkgconfig
BuildRequires: c_compiler BuildRequires: c_compiler
BuildRequires: meson BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(enchant-2)
BuildRequires: pkgconfig(gi-docgen)
BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(gtksourceview-5) BuildRequires: pkgconfig(gtksourceview-5)
BuildRequires: pkgconfig(enchant-2)
BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(icu-uc)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(vapigen) BuildRequires: pkgconfig(vapigen)
BuildRequires: pkgconfig(gi-docgen)
%description %description
A spellcheck library for GTK 4. A spellcheck library for GTK 4.
@ -100,4 +100,3 @@ developing applications that use %{name}.
%{_datadir}/vala/vapi/libspelling-1.vapi %{_datadir}/vala/vapi/libspelling-1.vapi
%changelog %changelog