Update to version 0.1.1
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/text-engine?expand=0&rev=4
This commit is contained in:
parent
3b3730dbd0
commit
e265c4ca0f
3
text-engine-0.1.1.tar.gz
Normal file
3
text-engine-0.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf540d2c0150a46e8ec81c4532550357707c5d07b6116dc52e3869b1902f515f
|
||||
size 16568
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user