Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/pango.git#663599b568c72bab3c128d5515a464931cf4c421
This commit is contained in:
parent
d526fd512b
commit
64541152fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@ pango-1.28.1.tar.bz2
|
||||
/pango-1.46.1.tar.xz
|
||||
/pango-1.46.2.tar.xz
|
||||
/pango-1.47.0.tar.xz
|
||||
/pango-1.48.0.tar.xz
|
||||
|
||||
11
pango.spec
11
pango.spec
@ -8,13 +8,13 @@
|
||||
%global freetype_version 2.1.5
|
||||
|
||||
Name: pango
|
||||
Version: 1.47.0
|
||||
Version: 1.48.0
|
||||
Release: 1%{?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.47/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.48/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
|
||||
BuildRequires: pkgconfig(freetype2) >= %{freetype_version}
|
||||
@ -76,6 +76,10 @@ the functionality of the installed %{name} package.
|
||||
%prep
|
||||
%autosetup -n pango-%{version} -p1
|
||||
|
||||
# Add missing executable bits to fix the build
|
||||
chmod +x tests/gen-all-unicode.py
|
||||
chmod +x tests/gen-installed-test.py
|
||||
|
||||
|
||||
%build
|
||||
%meson \
|
||||
@ -128,6 +132,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pango-1.47.0.tar.xz) = 1cf59a47198c563b3a22e7431de5c35e419984d233d4b370b86e5fc96a6867fb97ffea07cae771d05295cec5b00e14b59b38c2e6ad03a7472d423d306786c4c8
|
||||
SHA512 (pango-1.48.0.tar.xz) = 4819575a583134083819c1548d86bba71af97fd927f7cac05e3903b6d1c84de0ab1b593eea1e17b974f194e2d81123aa46e3af942eef258ad1bd14c72322342e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user