Update to 1.48.3
- Disable gtk-doc support as we don't have gi-docgen in Fedora yet
This commit is contained in:
parent
0d64eca567
commit
35d266a9b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -77,3 +77,4 @@ pango-1.28.1.tar.bz2
|
||||
/pango-1.48.0.tar.xz
|
||||
/pango-1.48.1.tar.xz
|
||||
/pango-1.48.2.tar.xz
|
||||
/pango-1.48.3.tar.xz
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
%global freetype_version 2.1.5
|
||||
|
||||
Name: pango
|
||||
Version: 1.48.2
|
||||
Version: 1.48.3
|
||||
Release: 1%{?dist}
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
|
||||
@ -26,7 +26,6 @@ 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++
|
||||
@ -79,7 +78,6 @@ the functionality of the installed %{name} package.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dgtk_doc=true \
|
||||
-Dinstall-tests=true
|
||||
|
||||
%meson_build
|
||||
@ -114,7 +112,6 @@ fi
|
||||
%{_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
|
||||
@ -128,6 +125,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pango-1.48.2.tar.xz) = 0332d09a14548bd730c27b31ba22b535fb032519abf31f53522b04f84ccfd14872a751076de595d093e2f9d37886649e538eeaa0ee35a933925d8e0411bb7614
|
||||
SHA512 (pango-1.48.3.tar.xz) = 769ceec71c5d64c08b91a0d78c5e39f6599fa199ae3f9d6dc4b94e5898a41e7f4b3d3f9c16a92f03d0e558778a4ef5bbe2967eefef17173211d53ffdb3d72041
|
||||
|
||||
Loading…
Reference in New Issue
Block a user