|
|
|
@ -1,21 +1,24 @@
|
|
|
|
|
%global glib2_version 2.62
|
|
|
|
|
%global fribidi_version 0.19.7
|
|
|
|
|
%global glib2_version 2.56.1
|
|
|
|
|
%global freetype_version 2.1.5
|
|
|
|
|
%global fontconfig_version 2.11.91
|
|
|
|
|
%global cairo_version 1.12.10
|
|
|
|
|
%global libthai_version 0.1.9
|
|
|
|
|
%global harfbuzz_version 2.0.0
|
|
|
|
|
%global fontconfig_version 2.12.92
|
|
|
|
|
%global harfbuzz_version 1.4.2
|
|
|
|
|
%global libXft_version 2.0.0
|
|
|
|
|
%global cairo_version 1.12.10
|
|
|
|
|
%global freetype_version 2.1.5
|
|
|
|
|
%global fribidi_version 1.0
|
|
|
|
|
|
|
|
|
|
Name: pango
|
|
|
|
|
Version: 1.48.7
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.42.4
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: System for layout and rendering of internationalized text
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://www.pango.org
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/1.48/%{name}-%{version}.tar.xz
|
|
|
|
|
Patch0: pango-update-emoji.patch
|
|
|
|
|
Source0: http://download.gnome.org/sources/%{name}/1.42/%{name}-%{version}.tar.xz
|
|
|
|
|
Patch0: pango-fixes-get-variations-crash.patch
|
|
|
|
|
Patch1: pango-fixes-bidi-crash.patch
|
|
|
|
|
Patch2: pango-update-emoji-table.patch
|
|
|
|
|
Patch3: pango-update-break-table.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
|
|
|
|
|
BuildRequires: pkgconfig(freetype2) >= %{freetype_version}
|
|
|
|
@ -27,9 +30,10 @@ BuildRequires: pkgconfig(xft) >= %{libXft_version}
|
|
|
|
|
BuildRequires: pkgconfig(fribidi) >= %{fribidi_version}
|
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
|
BuildRequires: cairo-gobject-devel
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: help2man
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: gcc gcc-c++
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
|
Requires: freetype%{?_isa} >= %{freetype_version}
|
|
|
|
@ -74,13 +78,15 @@ the functionality of the installed %{name} package.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n pango-%{version} -p1
|
|
|
|
|
%setup -q -n pango-%{version}
|
|
|
|
|
%patch0 -p1 -b .crash
|
|
|
|
|
%patch1 -p1 -b .bidi
|
|
|
|
|
%patch2 -p1 -b .emoji
|
|
|
|
|
%patch3 -p1 -b .break
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson \
|
|
|
|
|
-Dinstall-tests=true
|
|
|
|
|
|
|
|
|
|
%meson -Denable_docs=true
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -94,157 +100,81 @@ if ! test -e $PANGOXFT_SO; then
|
|
|
|
|
exit 1
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc NEWS README.md
|
|
|
|
|
%doc README AUTHORS NEWS
|
|
|
|
|
%{_libdir}/libpango*-*.so.*
|
|
|
|
|
%{_bindir}/pango-list
|
|
|
|
|
%{_bindir}/pango-segmentation
|
|
|
|
|
%{_bindir}/pango-view
|
|
|
|
|
%{_mandir}/man1/pango-view.1*
|
|
|
|
|
%{_libdir}/girepository-1.0/Pango-1.0.typelib
|
|
|
|
|
%{_libdir}/girepository-1.0/PangoCairo-1.0.typelib
|
|
|
|
|
%{_libdir}/girepository-1.0/PangoFc-1.0.typelib
|
|
|
|
|
%{_libdir}/girepository-1.0/PangoFT2-1.0.typelib
|
|
|
|
|
%{_libdir}/girepository-1.0/PangoOT-1.0.typelib
|
|
|
|
|
%{_libdir}/girepository-1.0/PangoXft-1.0.typelib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_libdir}/libpango*.so
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
%doc %{_datadir}/gtk-doc/html/pango
|
|
|
|
|
%{_datadir}/gir-1.0/Pango-1.0.gir
|
|
|
|
|
%{_datadir}/gir-1.0/PangoCairo-1.0.gir
|
|
|
|
|
%{_datadir}/gir-1.0/PangoFc-1.0.gir
|
|
|
|
|
%{_datadir}/gir-1.0/PangoFT2-1.0.gir
|
|
|
|
|
%{_datadir}/gir-1.0/PangoOT-1.0.gir
|
|
|
|
|
%{_datadir}/gir-1.0/PangoXft-1.0.gir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files tests
|
|
|
|
|
%{_libexecdir}/installed-tests/%{name}
|
|
|
|
|
%{_datadir}/installed-tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 2 2022 Peng Wu <pwu@redhat.com> - 1.48.7-3
|
|
|
|
|
- Update pango-emoji-table.h for emoji 14 support
|
|
|
|
|
- Add pango-update-emoji.patch
|
|
|
|
|
- Resolves: #2119674
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.48.7-2
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Tue Jul 13 2021 David King <amigadave@amigadave.com> - 1.48.7-1
|
|
|
|
|
- Update to 1.48.7 (#1981720)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.48.4-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Sat Mar 27 2021 Kalev Lember <klember@redhat.com> - 1.48.4-1
|
|
|
|
|
- Update to 1.48.4
|
|
|
|
|
|
|
|
|
|
* Fri Mar 12 2021 Kalev Lember <klember@redhat.com> - 1.48.3-1
|
|
|
|
|
- Update to 1.48.3
|
|
|
|
|
- Disable gtk-doc support as we don't have gi-docgen in Fedora yet
|
|
|
|
|
|
|
|
|
|
* Thu Feb 11 2021 Kalev Lember <klember@redhat.com> - 1.48.2-1
|
|
|
|
|
- Update to 1.48.2
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.48.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 22 2021 Kalev Lember <klember@redhat.com> - 1.48.1-1
|
|
|
|
|
- Update to 1.48.1
|
|
|
|
|
|
|
|
|
|
* Mon Nov 9 2020 Kalev Lember <klember@redhat.com> - 1.48.0-1
|
|
|
|
|
- Update to 1.48.0
|
|
|
|
|
|
|
|
|
|
* Thu Oct 1 2020 Kalev Lember <klember@redhat.com> - 1.47.0-1
|
|
|
|
|
- Update to 1.47.0
|
|
|
|
|
|
|
|
|
|
* Fri Sep 18 2020 Kalev Lember <klember@redhat.com> - 1.46.2-1
|
|
|
|
|
- Update to 1.46.2
|
|
|
|
|
|
|
|
|
|
* Thu Aug 20 2020 Kalev Lember <klember@redhat.com> - 1.46.1-1
|
|
|
|
|
- Update to 1.46.1
|
|
|
|
|
|
|
|
|
|
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 1.46.0-1
|
|
|
|
|
- Update to 1.46.0
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.42.4-8
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Thu Jul 30 2020 Kalev Lember <klember@redhat.com> - 1.45.4-1
|
|
|
|
|
- Update to 1.45.4
|
|
|
|
|
* Mon Jun 7 2021 Peng Wu <pwu@redhat.com> - 1.42.4-8
|
|
|
|
|
- Update grapheme break
|
|
|
|
|
- Resolves: #1963018
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.45.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
* Fri May 21 2021 Peng Wu <pwu@redhat.com> - 1.42.4-7
|
|
|
|
|
- Update emoji table
|
|
|
|
|
- Resolves: #1963018
|
|
|
|
|
|
|
|
|
|
* Mon Jun 22 2020 Adam Williamson <awilliam@redhat.com> - 1.45.3-1
|
|
|
|
|
- Update to 1.45.3
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2020 Adam Williamson <awilliam@redhat.com> - 1.45.2-2
|
|
|
|
|
- Backport MR #206 to fix #485 (crash triggered in various ways)
|
|
|
|
|
|
|
|
|
|
* Thu Jun 11 2020 Kalev Lember <klember@redhat.com> - 1.45.2-1
|
|
|
|
|
- Update to 1.45.2
|
|
|
|
|
|
|
|
|
|
* Thu Jun 11 2020 Richard Hughes <rhughes@redhat.com> - 1.45.1-2
|
|
|
|
|
- Backport a patch to avoid breaking introspection ABI.
|
|
|
|
|
|
|
|
|
|
* Tue Jun 09 2020 Kalev Lember <klember@redhat.com> - 1.45.1-1
|
|
|
|
|
- Update to 1.45.1
|
|
|
|
|
|
|
|
|
|
* Tue Apr 07 2020 Timm Baeder <tbaeder@redhat.com> - 1.44.7-3
|
|
|
|
|
- Add fallthrough-comments.patch to fix build with recent clang versions
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.44.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2019 Kalev Lember <klember@redhat.com> - 1.44.7-1
|
|
|
|
|
- Update to 1.44.7
|
|
|
|
|
|
|
|
|
|
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 1.44.6-1
|
|
|
|
|
- Update to 1.44.6
|
|
|
|
|
|
|
|
|
|
* Thu Aug 15 2019 Kalev Lember <klember@redhat.com> - 1.44.5-1
|
|
|
|
|
- Update to 1.44.5
|
|
|
|
|
|
|
|
|
|
* Wed Aug 14 2019 Kalev Lember <klember@redhat.com> - 1.44.4-1
|
|
|
|
|
- Update to 1.44.4
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 1.44.3-1
|
|
|
|
|
- Update to 1.44.3
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
* Tue Aug 20 2019 Peng Wu <pwu@redhat.com> - 1.42.4-6
|
|
|
|
|
- Rebuild
|
|
|
|
|
- Resolves: #1738462
|
|
|
|
|
|
|
|
|
|
* Mon Feb 11 2019 Peng Wu <pwu@redhat.com> - 1.43.0-3
|
|
|
|
|
- Fixes pkg-config issue
|
|
|
|
|
* Fri Aug 16 2019 Peng Wu <pwu@redhat.com> - 1.42.4-5
|
|
|
|
|
- Fixes bidi crash
|
|
|
|
|
- Security fix for CVE-2019-1010238
|
|
|
|
|
- Resolves: #1738462
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
* Fri Apr 12 2019 Peng Wu <pwu@redhat.com> - 1.42.4-4
|
|
|
|
|
- Fixes crash in pango_fc_font_key_get_variations when key is null
|
|
|
|
|
- Resolves: #1685811
|
|
|
|
|
|
|
|
|
|
* Wed Jan 23 2019 Kalev Lember <klember@redhat.com> - 1.43.0-1
|
|
|
|
|
- Update to 1.43.0
|
|
|
|
|
* Mon Dec 17 2018 Ray Strode <rstrode@redhat.com> - 1.42.4-3
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 18 2019 Peng Wu <pwu@redhat.com> - 1.42.4-2
|
|
|
|
|
- Fixes crash in pango_fc_font_key_get_variations when key is null
|
|
|
|
|
* Fri Dec 14 2018 Ray Strode <rstrode@redhat.com> - 1.42.4-2
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 20 2018 David King <amigadave@amigadave.com> - 1.42.4-1
|
|
|
|
|
* Fri Aug 31 2018 Peng Wu <pwu@redhat.com> - 1.42.4-1
|
|
|
|
|
- Update to 1.42.4
|
|
|
|
|
|
|
|
|
|
* Mon Aug 20 2018 David King <amigadave@amigadave.com> - 1.42.3-2
|
|
|
|
|
- Include a fix for invalid Unicode sequence handling
|
|
|
|
|
|
|
|
|
|
* Mon Jul 30 2018 Kalev Lember <klember@redhat.com> - 1.42.3-1
|
|
|
|
|
- Update to 1.42.3
|
|
|
|
|
|
|
|
|
|
* Wed Jul 25 2018 Kalev Lember <klember@redhat.com> - 1.42.2-1
|
|
|
|
|
- Update to 1.42.2
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.42.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 04 2018 Kalev Lember <klember@redhat.com> - 1.42.1-2
|
|
|
|
|
- Rebuild against fribidi 1.0 (#1574861)
|
|
|
|
|
|
|
|
|
@ -254,9 +184,6 @@ fi
|
|
|
|
|
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 1.42.0-1
|
|
|
|
|
- Update to 1.42.0
|
|
|
|
|
|
|
|
|
|
* Wed Mar 07 2018 Akira TAGOH <tagoh@redhat.com> - 1.41.1-2
|
|
|
|
|
- Add BR: gcc-c++
|
|
|
|
|
|
|
|
|
|
* Thu Mar 01 2018 Akira TAGOH <tagoh@redhat.com> - 1.41.1-1
|
|
|
|
|
- New upstream release. (#1550390)
|
|
|
|
|
- Add BR: pkgconfig(fribidi)
|
|
|
|
|