From 916667f8c42c9da6ef38ad61d0fd819f81aaff329febf54e72cf8a347c1ac16a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 19 Mar 2024 13:29:10 +0000 Subject: [PATCH] Accepting request 1159283 from GNOME:Next GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159283 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/libspelling?expand=0&rev=9 --- ...ffd30c78b7f255b1665fac3fb88960ea01ba.patch | 50 ------------------- libspelling-0.2.0.tar.xz | 3 -- libspelling-0.2.1.tar.xz | 3 ++ libspelling.changes | 9 ++++ libspelling.spec | 6 +-- 5 files changed, 14 insertions(+), 57 deletions(-) delete mode 100644 6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch delete mode 100644 libspelling-0.2.0.tar.xz create mode 100644 libspelling-0.2.1.tar.xz diff --git a/6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch b/6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch deleted file mode 100644 index db4db11..0000000 --- a/6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch +++ /dev/null @@ -1,50 +0,0 @@ -From 6d26ffd30c78b7f255b1665fac3fb88960ea01ba Mon Sep 17 00:00:00 2001 -From: Christian Hergert -Date: Wed, 4 Oct 2023 12:24:46 -0700 -Subject: [PATCH] egg: fix license to be LGPLv2.1+ - -Fixes #3 ---- - lib/egg-action-group.h | 24 +++++++++++++----------- - 1 file changed, 13 insertions(+), 11 deletions(-) - -diff --git a/lib/egg-action-group.h b/lib/egg-action-group.h -index 3d75edd..bcf6bcb 100644 ---- a/lib/egg-action-group.h -+++ b/lib/egg-action-group.h -@@ -1,19 +1,21 @@ - /* egg-action-group.h - * -- * Copyright (C) 2017 Christian Hergert -+ * Copyright 2017-2023 Christian Hergert - * -- * This program is free software: you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation, either version 3 of the License, or -- * (at your option) any later version. -+ * This library is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU Lesser General Public License as -+ * published by the Free Software Foundation; either version 2.1 of the -+ * License, or (at your option) any later version. - * -- * This program is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -+ * This library is distributed in the hope that it will be useful, but -+ * WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * Lesser General Public License for more details. - * -- * You should have received a copy of the GNU General Public License -- * along with this program. If not, see . -+ * You should have received a copy of the GNU General Public License along -+ * with this program. If not, see . -+ * -+ * SPDX-License-Identifier: LGPL-2.1-or-later - */ - - #pragma once --- -GitLab - diff --git a/libspelling-0.2.0.tar.xz b/libspelling-0.2.0.tar.xz deleted file mode 100644 index daf4fc6..0000000 --- a/libspelling-0.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdc5609e02818eca6fc172ff164caa8e52dba638d7590130af3dfb1f28b53421 -size 46108 diff --git a/libspelling-0.2.1.tar.xz b/libspelling-0.2.1.tar.xz new file mode 100644 index 0000000..df96fea --- /dev/null +++ b/libspelling-0.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a787b467bd493f6baffb44138dbc4bef78aaab60efb76a7db88b243bf0f6343 +size 46136 diff --git a/libspelling.changes b/libspelling.changes index e1b20e2..43cb593 100644 --- a/libspelling.changes +++ b/libspelling.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 4 08:46:51 UTC 2024 - Dominique Leuenberger + +- Update to version 0.2.1: + + Fix licenses to all be LGPLv2.1+. + + Fix handling of cursor-moved signal. +- Drop 6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch: fixed + upstream. + ------------------------------------------------------------------- Tue Nov 7 08:54:59 UTC 2023 - Dominique Leuenberger diff --git a/libspelling.spec b/libspelling.spec index 7125da1..32c4383 100644 --- a/libspelling.spec +++ b/libspelling.spec @@ -1,7 +1,7 @@ # # spec file for package libspelling # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,12 @@ Name: libspelling -Version: 0.2.0 +Version: 0.2.1 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.2/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM 6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch -- egg: fix license to be LGPLv2.1+ -Patch0: %{url}/-/commit/6d26ffd30c78b7f255b1665fac3fb88960ea01ba.patch BuildRequires: c_compiler BuildRequires: meson