[packages/libraqm] - updated to 0.10.3

qboosh qboosh at pld-linux.org
Mon Sep 29 18:48:30 CEST 2025


commit daa9e973d9a371b5655f58d01d83423facbb7e66
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Sep 29 18:51:38 2025 +0200

    - updated to 0.10.3

 libraqm.spec | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/libraqm.spec b/libraqm.spec
index b3d7719..15302b3 100644
--- a/libraqm.spec
+++ b/libraqm.spec
@@ -9,16 +9,17 @@
 Summary:	Library for complex text layout
 Summary(pl.UTF-8):	Biblioteka do skomplikowanego układu tekstu
 Name:		libraqm
-Version:	0.10.2
+Version:	0.10.3
 Release:	1
 License:	MIT
 Group:		Libraries
 #Source0Download: https://github.com/HOST-Oman/libraqm/releases
 Source0:	https://github.com/HOST-Oman/libraqm/releases/download/v%{version}/raqm-%{version}.tar.xz
-# Source0-md5:	ad99436e043caebbee6392a530c86d8e
+# Source0-md5:	442412a99da9258992504e415c2dd1fe
 URL:		https://github.com/HOST-Oman/libraqm
 # pkgconfig(freetype2) >= 24.0.18
 BuildRequires:	freetype-devel >= 1:2.11.0
+# or sheenbidi >= 2.9 (with -Dsheenbidi=true)
 BuildRequires:	fribidi-devel >= %{fribidi_ver}
 %{?with_tests:BuildRequires:	glib2-devel >= 2.0}
 %if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?)
@@ -35,6 +36,9 @@ BuildRequires:	xz
 Requires:	fribidi >= %{fribidi_ver}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# breaks tests
+%define		filterout_cpp	-DNDEBUG
+
 %description
 Raqm is a small library that encapsulates the logic for complex text
 layout and provide a convenient API.
@@ -120,11 +124,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING NEWS README.md
 %attr(755,root,root) %{_libdir}/libraqm.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libraqm.so.0
+%ghost %{_libdir}/libraqm.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libraqm.so
+%{_libdir}/libraqm.so
 %{_includedir}/raqm.h
 %{_includedir}/raqm-version.h
 %{_pkgconfigdir}/raqm.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libraqm.git/commitdiff/daa9e973d9a371b5655f58d01d83423facbb7e66



More information about the pld-cvs-commit mailing list