!7 Update to version 0.10.1
From: @wang--ge Reviewed-by: @weidongkl Signed-off-by: @weidongkl
This commit is contained in:
commit
9803df696d
@ -1,21 +0,0 @@
|
|||||||
commit 3f50e35d239059823162cbfba3c7adfe8e5f1907
|
|
||||||
Author: Pierre Joye <pierre.php@gmail.com>
|
|
||||||
Date: Sat Feb 12 15:27:06 2022 +0700
|
|
||||||
|
|
||||||
strdup is a posix extension, to be used correctly that has to be defined (only used here, no need to pass as -D
|
|
||||||
|
|
||||||
diff --git a/tests/raqm-test.c b/tests/raqm-test.c
|
|
||||||
index 1d42c7c..1137fff 100644
|
|
||||||
--- a/tests/raqm-test.c
|
|
||||||
+++ b/tests/raqm-test.c
|
|
||||||
@@ -21,7 +21,9 @@
|
|
||||||
* SOFTWARE.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
-
|
|
||||||
+#ifdef __GNUC__
|
|
||||||
+#define _DEFAULT_SOURCE
|
|
||||||
+#endif
|
|
||||||
#include <assert.h>
|
|
||||||
#include <errno.h>
|
|
||||||
#include <locale.h>
|
|
||||||
10
libraqm.spec
10
libraqm.spec
@ -1,11 +1,10 @@
|
|||||||
Name: libraqm
|
Name: libraqm
|
||||||
Version: 0.8.0
|
Version: 0.10.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Complex Textlayout Library
|
Summary: Complex Textlayout Library
|
||||||
URL: https://github.com/HOST-Oman/libraqm
|
URL: https://github.com/HOST-Oman/libraqm
|
||||||
Source: https://github.com/HOST-Oman/libraqm/releases/download/v%{version}/raqm-%{version}.tar.gz
|
Source: https://github.com/HOST-Oman/libraqm/archive/refs/tags/v0.10.1.tar.gz
|
||||||
Patch0001: libraqm-3f50e35.patch
|
|
||||||
|
|
||||||
BuildRequires: meson freetype-devel harfbuzz-devel fribidi-devel gtk-doc gcc
|
BuildRequires: meson freetype-devel harfbuzz-devel fribidi-devel gtk-doc gcc
|
||||||
|
|
||||||
@ -42,7 +41,7 @@ This package contains documentation files for raqm.
|
|||||||
Library document number.
|
Library document number.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n raqm-%{version} -p1
|
%autosetup -n libraqm-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Ddocs=true
|
%meson -Ddocs=true
|
||||||
@ -76,6 +75,9 @@ rm -f %{buildroot}%{_libdir}/*.{la,a}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 08 2023 Ge Wang <wang__ge@126.com> - 0.10.1-1
|
||||||
|
- Update to 0.10.1
|
||||||
|
|
||||||
* Mon Jul 31 2023 houlifei <houlifei@uniontech.com> - 0.8.0-1
|
* Mon Jul 31 2023 houlifei <houlifei@uniontech.com> - 0.8.0-1
|
||||||
- Update to 0.8.0
|
- Update to 0.8.0
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
v0.10.1.tar.gz
Normal file
BIN
v0.10.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user