From 8acc78a4e13a639e0479eab7cf67a18e2c071cc9 Mon Sep 17 00:00:00 2001 From: chengguipeng Date: Thu, 10 Sep 2020 12:46:05 +0800 Subject: [PATCH 1/2] harfbuzz: modify source0 url Signed-off-by: chengguipeng --- harfbuzz.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/harfbuzz.spec b/harfbuzz.spec index 73d952c..c483fa2 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,11 +1,11 @@ Name: harfbuzz Version: 2.6.8 -Release: 2 +Release: 3 Summary: A text shaping engine License: MIT URL: https://harfbuzz.github.io/what-is-harfbuzz.html -Source0: https://github.com/harfbuzz/harfbuzz/releases/tag/%{name}-%{version}.tar.xz +Source0: https://github.com/harfbuzz/harfbuzz/releases/download/2.6.8/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ freetype-devel cairo-devel glib2-devel graphite2-devel BuildRequires: gtk-doc libicu-devel gobject-introspection-devel @@ -67,6 +67,12 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %{_datadir}/gtk-doc/html/harfbuzz/* %changelog +* Tue Sep 10 2020 chengguipeng - 2.6.8-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:modify source0 url + * Wed Jul 29 2020 hanhui - 2.6.8-2 - modify HarfBuzz-0.0.gir patch -- Gitee From c998b794048673b837caf4048d5b963781ea3418 Mon Sep 17 00:00:00 2001 From: chengguipeng_xian Date: Thu, 10 Sep 2020 16:53:45 +0800 Subject: [PATCH 2/2] update harfbuzz.spec. --- harfbuzz.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harfbuzz.spec b/harfbuzz.spec index c483fa2..27a01d1 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -67,7 +67,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %{_datadir}/gtk-doc/html/harfbuzz/* %changelog -* Tue Sep 10 2020 chengguipeng - 2.6.8-2 +* Tue Sep 10 2020 chengguipeng - 2.6.8-2 - Type:bugfix - ID:NA - SUG:NA -- Gitee