Update to 1.54.0
This commit is contained in:
parent
f1b5badac1
commit
3e26085c92
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@ pango-1.28.1.tar.bz2
|
||||
/pango-1.51.0.tar.xz
|
||||
/pango-1.51.2.tar.xz
|
||||
/pango-1.52.2.tar.xz
|
||||
/pango-1.54.0.tar.xz
|
||||
|
||||
28
pango.spec
28
pango.spec
@ -8,13 +8,13 @@
|
||||
%global freetype_version 2.1.5
|
||||
|
||||
Name: pango
|
||||
Version: 1.52.2
|
||||
Version: 1.54.0
|
||||
Release: 1%{?dist}
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
|
||||
License: LGPL-2.0-or-later
|
||||
URL: https://pango.gnome.org/
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.52/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.54/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
|
||||
BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version}
|
||||
@ -40,6 +40,9 @@ Requires: libthai%{?_isa} >= %{libthai_version}
|
||||
Requires: libXft%{?_isa} >= %{libXft_version}
|
||||
Requires: fribidi%{?_isa} >= %{fribidi_version}
|
||||
|
||||
Provides: pango-tests = %{version}-%{release}
|
||||
Obsoletes: pango-tests < 1.54.0-1
|
||||
|
||||
%description
|
||||
Pango is a library for laying out and rendering of text, with an emphasis
|
||||
on internationalization. Pango can be used anywhere that text layout is needed,
|
||||
@ -74,14 +77,6 @@ Recommends: gi-docgen-fonts
|
||||
%description doc
|
||||
The pango-doc package contains developer documentation for the pango package.
|
||||
|
||||
%package tests
|
||||
Summary: Tests for the %{name} package
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tests
|
||||
The %{name}-tests package contains tests that can be used to verify
|
||||
the functionality of the installed %{name} package.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n pango-%{version} -p1
|
||||
@ -89,8 +84,9 @@ the functionality of the installed %{name} package.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dinstall-tests=true \
|
||||
-Dgtk_doc=true
|
||||
-Dbuild-testsuite=true \
|
||||
-Dbuild-examples=true \
|
||||
-Ddocumentation=true
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -140,12 +136,12 @@ fi
|
||||
%{_docdir}/PangoOT/
|
||||
%{_docdir}/PangoXft/
|
||||
|
||||
%files tests
|
||||
%{_libexecdir}/installed-tests/%{name}
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 11 2024 Peng Wu <pwu@redhat.com> - 1.54.0-1
|
||||
- Update to 1.54.0
|
||||
- Drop the pango-tests sub package
|
||||
|
||||
* Fri Apr 12 2024 Nieves Montero <nmontero@redhat.com> - 1.52.2-1
|
||||
- Update to 1.52.2
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pango-1.52.2.tar.xz) = 6b3d762d133e7c900c6dfa85f43c950699930f6149cb3c90bf0e787f1b5a126a0b90220b90e649f84e4c244e44c46d4b575d5d7afeb305232c333712effc0981
|
||||
SHA512 (pango-1.54.0.tar.xz) = b08792a811e033b2dc9ae78278ea522fad1064de3a4d33460271eb0502613ee21d2c82349f8e7d8f59d59e0c020b7a3a8efa194572e16e2e78db422956fd97ea
|
||||
|
||||
Loading…
Reference in New Issue
Block a user