Richard Rahl 2024-07-30 08:58:03 +00:00 committed by Git OBS Bridge
parent 3b3730dbd0
commit e265c4ca0f
3 changed files with 17 additions and 7 deletions

3
text-engine-0.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf540d2c0150a46e8ec81c4532550357707c5d07b6116dc52e3869b1902f515f
size 16568

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 30 08:27:03 UTC 2024 - ming li <mli@suse.com>
- Update to version 0.1.1
* Relicense to LGPL
-------------------------------------------------------------------
Wed Feb 21 10:11:51 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -15,23 +15,24 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define soversion 0_1-0
Name: text-engine
Version: 0.1.0
Version: 0.1.1
Release: 0
Summary: A lightweight rich text framework for GTK
License: MPL-2.0 OR LGPL-2.1-or-later
License: LGPL-2.1-or-later OR MPL-2.0
URL: https://github.com/mjakeman/text-engine
Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: fix-Wreturn-type.patch
Patch1: add-soversion.patch
BuildRequires: meson
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(pango)
%description
Text Engine is a rich-text editing framework for GTK 4. The primary user of this