diff --git a/libraqm-3f50e35.patch b/libraqm-3f50e35.patch deleted file mode 100644 index 3042d84..0000000 --- a/libraqm-3f50e35.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit 3f50e35d239059823162cbfba3c7adfe8e5f1907 -Author: Pierre Joye -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 - #include - #include diff --git a/libraqm.spec b/libraqm.spec index 40d6230..c18211f 100644 --- a/libraqm.spec +++ b/libraqm.spec @@ -1,11 +1,10 @@ Name: libraqm -Version: 0.8.0 +Version: 0.10.1 Release: 1 License: MIT Summary: Complex Textlayout Library URL: https://github.com/HOST-Oman/libraqm -Source: https://github.com/HOST-Oman/libraqm/releases/download/v%{version}/raqm-%{version}.tar.gz -Patch0001: libraqm-3f50e35.patch +Source: https://github.com/HOST-Oman/libraqm/archive/refs/tags/v0.10.1.tar.gz 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. %prep -%autosetup -n raqm-%{version} -p1 +%autosetup -n libraqm-%{version} -p1 %build %meson -Ddocs=true @@ -76,6 +75,9 @@ rm -f %{buildroot}%{_libdir}/*.{la,a} %changelog +* Fri Sep 08 2023 Ge Wang - 0.10.1-1 +- Update to 0.10.1 + * Mon Jul 31 2023 houlifei - 0.8.0-1 - Update to 0.8.0 diff --git a/raqm-0.8.0.tar.gz b/raqm-0.8.0.tar.gz deleted file mode 100644 index 2d34fe8..0000000 Binary files a/raqm-0.8.0.tar.gz and /dev/null differ diff --git a/v0.10.1.tar.gz b/v0.10.1.tar.gz new file mode 100644 index 0000000..1f8f649 Binary files /dev/null and b/v0.10.1.tar.gz differ