-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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) | ||
|
@@ -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 | ||
|