Update to 1.50.2
This commit is contained in:
parent
833af5fcc1
commit
3e0e48ab09
1
.gitignore
vendored
1
.gitignore
vendored
@ -88,3 +88,4 @@ pango-1.28.1.tar.bz2
|
||||
/pango-1.49.3.tar.xz
|
||||
/pango-1.50.0.tar.xz
|
||||
/pango-1.50.1.tar.xz
|
||||
/pango-1.50.2.tar.xz
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
%global freetype_version 2.1.5
|
||||
|
||||
Name: pango
|
||||
Version: 1.50.1
|
||||
Version: 1.50.2
|
||||
Release: 1%{?dist}
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
|
||||
@ -17,6 +17,7 @@ URL: http://www.pango.org
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.50/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
|
||||
BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version}
|
||||
BuildRequires: pkgconfig(freetype2) >= %{freetype_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(fontconfig) >= %{fontconfig_version}
|
||||
@ -25,7 +26,6 @@ BuildRequires: pkgconfig(libthai) >= %{libthai_version}
|
||||
BuildRequires: pkgconfig(xft) >= %{libXft_version}
|
||||
BuildRequires: pkgconfig(fribidi) >= %{fribidi_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: cairo-gobject-devel
|
||||
BuildRequires: help2man
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc gcc-c++
|
||||
@ -126,6 +126,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2021 David King <amigadave@amigadave.com> - 1.50.2-1
|
||||
- Update to 1.50.2
|
||||
|
||||
* Sat Dec 11 2021 Kalev Lember <klember@redhat.com> - 1.50.1-1
|
||||
- Update to 1.50.1
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pango-1.50.1.tar.xz) = 3b9a728b9ef37a0cb549d03b1c0f49e05fc0bb4eff124ce95a83d4222fa47e0f81b484cf86564d5ba42102dbbd65789640124d19b316e06e8efdd0931ac0a96d
|
||||
SHA512 (pango-1.50.2.tar.xz) = e85898370c68ee91391f926aaab046763b6b6086fd892e1a7d98bf83787bcca9c463f3ccb4a2fc4b8f248722a8a229bb52363f799c8bc4040eeb94028c6361b6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user