Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
54f90bf4e7
!58 Update to 8.3.0
From: @dedv_dwe 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-22 07:04:43 +00:00
ut004527
e35908f4cf Update to 8.3.0 2023-11-22 14:41:43 +08:00
openeuler-ci-bot
45945b437b
!53 upstream to 6.0.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2023-02-23 02:24:01 +00:00
liweiganga
92d81542d2 upstream 6.0.0 2023-02-23 10:04:56 +08:00
openeuler-ci-bot
76f7188818
!48 fix CVE-2023-25193
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-15 10:02:23 +00:00
zhouwenpei
bb477ce1db fix CVE-2023-25193 2023-02-15 06:23:31 +00:00
openeuler-ci-bot
d068b04092
!40 fix CVE-2022-33068
From: @zhouwenpei 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-07-14 14:06:59 +00:00
zhouwenpei
c24d2a5e7c fix CVE-2022-33068 2022-07-14 14:55:21 +08:00
openeuler-ci-bot
e26015bfc0
!39 update to 4.3.0
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-25 01:02:10 +00:00
zhang__3125
c375f5325a update to 4.3.0 2022-06-25 08:49:18 +08:00
3 changed files with 26 additions and 11 deletions

Binary file not shown.

BIN
harfbuzz-8.3.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,16 +1,15 @@
Name: harfbuzz
Version: 2.8.2
Release: 2
Version: 8.3.0
Release: 1
Summary: A text shaping engine
License: MIT
URL: https://harfbuzz.github.io/what-is-harfbuzz.html
Source0: https://github.com/harfbuzz/harfbuzz/releases/download/2.8.2/%{name}-%{version}.tar.xz
URL: https://harfbuzz.github.io/
Source0: https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/harfbuzz-%{version}.tar.xz
BuildRequires: gcc-c++ freetype-devel cairo-devel glib2-devel graphite2-devel
BuildRequires: gtk-doc libicu-devel gobject-introspection-devel
BuildRequires: gtk-doc libicu-devel gobject-introspection-devel make
Provides: harfbuzz-icu
Obsoletes: harfbuzz-icu
Obsoletes: harfbuzz-icu < %{version}-%{release}
%description
HarfBuzz is a text-shaping engine. If you give HarfBuzz a font and a string
@ -22,6 +21,7 @@ that is correctly arranged for the language and writing system.
%package devel
Summary: The development environment for %{name}
Requires: %{name} = %{version}-%{release}
Requires: %{name}-icu = %{version}-%{release}
%description devel
Header files and libraries for building a extension library for %{name}.
@ -32,15 +32,14 @@ Header files and libraries for building a extension library for %{name}.
%autosetup -n %{name}-%{version} -p1
%build
%configure --disable-static --with-graphite2 --with-gobject --enable-introspection
make %{?_smp_mflags}
%configure --disable-static --with-graphite2 --with-gobject --enable-introspection
%{make_build}
%check
make check
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%{make_install}
%delete_la
%ldconfig_scriptlets
@ -54,6 +53,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%{_libdir}/libharfbuzz-icu.so.*
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib
%{_libdir}/libharfbuzz-cairo.so.0*
%files devel
%{_bindir}/*
@ -69,6 +69,21 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%{_datadir}/gtk-doc/html/harfbuzz/*
%changelog
* Wed Nov 22 2023 wangqia <wangqia@uniontech.com> - 8.3.0-1
- Update to 8.3.0
* Wed Feb 22 2023 liweiganga <liweiganga@uniontech.com> - 6.0.0-1
- upstream to 6.0.0
* Wed Feb 15 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 4.3.0-3
- fix CVE-2023-25193
* Thu Jul 14 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 4.3.0-2
- fix CVE-2022-33068
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 4.3.0-1
- update to 4.3.0
* Tue May 24 2022 loong_C <loong_c@yeah.net> - 2.8.2-2
- fix spec changelog date