Skip to content

Commit

Permalink
harfbuzz: add cairo as BR to resolve build-break (#5015)
Browse files Browse the repository at this point in the history
* harfbuzz: add cairo as BR to resolve build-break

Signed-off-by: Muhammad Falak R Wani <[email protected]>

* harfbuzz: bump release to appease github-check

Signed-off-by: Muhammad Falak R Wani <[email protected]>

---------

Signed-off-by: Muhammad Falak R Wani <[email protected]>
  • Loading branch information
mfrw authored Mar 8, 2023
1 parent 0b8fc69 commit 041eb11
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions SPECS/harfbuzz/harfbuzz.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: opentype text shaping engine
Name: harfbuzz
Version: 3.4.0
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
Expand All @@ -10,7 +10,7 @@ URL: https://harfbuzz.github.io/
Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Patch0: CVE-2023-25193.patch
BuildRequires: pkg-config
BuildRequires: pkgconfig(cairo)
BuildRequires: cairo
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(icu-uc)
Expand Down Expand Up @@ -78,6 +78,9 @@ find . -type f -name "*.py" -exec sed -i'' -e '1 s|^#!\s*/usr/bin/env\s\+python3
%{_libdir}/libharfbuzz-icu.so.*

%changelog
* Wed Mar 08 2023 Muhammad Falak <[email protected]> - 3.4.0-2
- Add BR on cairo instead of pkgconfig(cairo)

* Tue Feb 28 2023 Mandeep Plaha <[email protected]> - 3.4.0-1
- Upgrade version to match with version in Mariner 2.0
- Bring patch from Mariner 2.0 to fix CVE-2023-25193
Expand Down

0 comments on commit 041eb11

Please sign in to comment.