Compare commits

...

No commits in common. 'epel9' and 'i8ce' have entirely different histories.
epel9 ... i8ce

7
.gitignore vendored

@ -1,6 +1 @@
/raqm-0.1.0.tar.gz
/raqm-0.1.1.tar.gz
/raqm-0.5.0.tar.gz
/raqm-0.7.0.tar.gz
/raqm-0.7.2.tar.xz
/raqm-0.8.0.tar.xz
SOURCES/raqm-0.7.2.tar.xz

@ -0,0 +1 @@
7366affd7f3dc1ebb6da726d01bafe3392501072 SOURCES/raqm-0.7.2.tar.xz

@ -0,0 +1,25 @@
From 819a3e9cdda55aaeb062830cc91afeb6584f410a Mon Sep 17 00:00:00 2001
From: Khaled Hosny <khaled@aliftype.com>
Date: Tue, 28 Sep 2021 16:10:16 +0200
Subject: [PATCH] Pass version to meson library
Fixes https://github.com/HOST-Oman/libraqm/issues/136
---
src/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/meson.build b/src/meson.build
index 40554b2..16ec18c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -42,6 +42,7 @@ libraqm = library(
'raqm',
'raqm.c',
'raqm.h',
+ version : meson.project_version(),
dependencies : deps,
c_args : ['-DHAVE_CONFIG_H'],
install : true,
--
2.32.0

@ -1,11 +1,13 @@
Name: libraqm
Version: 0.8.0
Version: 0.7.2
Release: 1%{?dist}
License: MIT
Summary: Complex Textlayout Library
Summary(ar): مكتبة رقم للنّصوص المركّبة
URL: https://github.com/HOST-Oman/libraqm
Source: %{url}/releases/download/v%{version}/raqm-%{version}.tar.xz
# Backports from upstream
Patch0001: 0001-Pass-version-to-meson-library.patch
BuildRequires: meson
BuildRequires: gcc
@ -81,15 +83,12 @@ rm -f %{buildroot}%{_libdir}/*.{la,a}
%files docs
%license COPYING
%doc AUTHORS NEWS README.md
%doc AUTHORS NEWS README
%{_datadir}/gtk-doc/html/raqm
%changelog
* Wed Jan 26 2022 Neal Gompa <ngompa@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Feb 28 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.7.2-1
- Rebuilt for MSVSphere 8.9
* Sun Oct 03 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.7.2-1
- Update to 0.7.2

@ -1 +0,0 @@
SHA512 (raqm-0.8.0.tar.xz) = a62cdf03c6a945b14cf147351f55e0ae5e3226b79b675a271cb7edaa4cc9e372ab8e9331f31587a6caf33f231544bfad10af22c9388ef6bea8aeb246c1d2b193
Loading…
Cancel
Save