|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: libraqm
|
|
|
|
|
Version: 0.8.0
|
|
|
|
|
Version: 0.10.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: MIT
|
|
|
|
|
Summary: Complex Textlayout Library
|
|
|
|
@ -55,19 +55,13 @@ This package contains documentation files for raqm.
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%if 0%{?el7}
|
|
|
|
|
export LC_ALL=en_US.UTF-8
|
|
|
|
|
%else
|
|
|
|
|
export LC_ALL=C.utf8
|
|
|
|
|
%endif
|
|
|
|
|
%meson_test
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.{la,a}
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_libdir}/libraqm.so.*
|
|
|
|
@ -85,6 +79,34 @@ rm -f %{buildroot}%{_libdir}/*.{la,a}
|
|
|
|
|
%{_datadir}/gtk-doc/html/raqm
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 25 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.10.1-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Sun Sep 22 2024 Carl George <carlwgeorge@fedoraproject.org> - 0.10.1-1
|
|
|
|
|
- Update to version 0.10.1 rhbz#1900481
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 06 2023 Peter Fordham <peter.fordham@gmail.com> - 0.8.0-3
|
|
|
|
|
- Patch in fix from upstream for C99 compatibilty issue with strdup in test.
|
|
|
|
|
https://github.com/HOST-Oman/libraqm/commit/3f50e35d239059823162cbfba3c7adfe8e5f1907
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 26 2022 Neal Gompa <ngompa@fedoraproject.org> - 0.8.0-1
|
|
|
|
|
- Update to 0.8.0
|
|
|
|
|
|