Update to 1.44.3
This commit is contained in:
parent
985d16d49d
commit
c10f1656a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@ pango-1.28.1.tar.bz2
|
||||
/pango-1.42.3.tar.xz
|
||||
/pango-1.42.4.tar.xz
|
||||
/pango-1.43.0.tar.xz
|
||||
/pango-1.44.3.tar.xz
|
||||
|
||||
@ -1,18 +0,0 @@
|
||||
commit d0cb6be7431d1a3c711bd45bcf05b34601604037
|
||||
Author: Tom Schoonjans <tom.schoonjans@diamond.ac.uk>
|
||||
Date: Wed Dec 19 06:54:41 2018 +0000
|
||||
|
||||
pango.pc: Make gobject-2.0 a non-private requirement
|
||||
|
||||
diff --git a/pango/meson.build b/pango/meson.build
|
||||
index 099aed89..9dd02bdc 100644
|
||||
--- a/pango/meson.build
|
||||
+++ b/pango/meson.build
|
||||
@@ -159,6 +159,7 @@ pkgconfig.generate(libpango,
|
||||
name: 'Pango',
|
||||
description: 'Internationalized text handling',
|
||||
version: meson.project_version(),
|
||||
+ requires: ['gobject-2.0'],
|
||||
filebase: 'pango',
|
||||
subdirs: pango_api_name,
|
||||
install_dir: join_paths(pango_libdir, 'pkgconfig'),
|
||||
16
pango.spec
16
pango.spec
@ -8,14 +8,13 @@
|
||||
%global fribidi_version 1.0
|
||||
|
||||
Name: pango
|
||||
Version: 1.43.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.44.3
|
||||
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.43/%{name}-%{version}.tar.xz
|
||||
Patch0: pango-fixes-pkg-config.patch
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.44/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
|
||||
BuildRequires: pkgconfig(freetype2) >= %{freetype_version}
|
||||
@ -76,11 +75,13 @@ the functionality of the installed %{name} package.
|
||||
|
||||
%prep
|
||||
%setup -q -n pango-%{version}
|
||||
%patch0 -p1 -b .pc
|
||||
|
||||
|
||||
%build
|
||||
%meson -Denable_docs=true
|
||||
%meson \
|
||||
-Dgtk_doc=true \
|
||||
-Dinstall-tests=true
|
||||
|
||||
%meson_build
|
||||
|
||||
|
||||
@ -125,6 +126,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pango-1.43.0.tar.xz) = 079a46bf95772f9f7ea537a84aec2fc4486dfee7377e605be4ce2309b4c9027ce8a23d722cef7c211fa5239108d3910f55488436e9e466be885c728557df26a9
|
||||
SHA512 (pango-1.44.3.tar.xz) = 6050dfa2b5dc9be2a89bffa810059a7eb16ee751d04b9da51fdbebd5437dc2eb5d7fcecba22b7cada6c151557a6201ebe8a2e96529b3cb74db856b7a9adfbf12
|
||||
|
||||
Loading…
Reference in New Issue
Block a user