diff --git a/pango-1.47.0.tar.xz b/pango-1.47.0.tar.xz deleted file mode 100644 index 4f36fdd5b60e6bda5173553a157c0450130dd1ca..0000000000000000000000000000000000000000 Binary files a/pango-1.47.0.tar.xz and /dev/null differ diff --git a/pango-1.49.3.tar.xz b/pango-1.49.3.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..5d058d87c0131e9ab4d0de2e6eea3ed9cabb55c8 Binary files /dev/null and b/pango-1.49.3.tar.xz differ diff --git a/pango.spec b/pango.spec index aabc53ca4fe81419064ae49324c5baa718bd00b3..a63ab859c2b973228ffc6ec27ac0f754f0f47ad6 100644 --- a/pango.spec +++ b/pango.spec @@ -1,16 +1,16 @@ Name: pango -Version: 1.47.0 +Version: 1.49.3 Release: 1 Summary: A library for layout and rendering of text License: LGPLv2+ URL: https://pango.gnome.org/ -Source0: https://download.gnome.org//sources/pango/1.47/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org//sources/pango/1.49/%{name}-%{version}.tar.xz BuildRequires: pkgconfig(cairo) >= 1.12.10 pkgconfig(fontconfig) >= 2.12.92 pkgconfig(freetype2) >= 2.1.5 BuildRequires: pkgconfig(fribidi) >= 1.0 pkgconfig(glib-2.0) >= 2.59.2 pkgconfig(harfbuzz) >= 2.0.0 BuildRequires: pkgconfig(xft) >= 2.0.0 pkgconfig(libthai) >= 0.1.9 pkgconfig(gobject-introspection-1.0) -BuildRequires: cairo-gobject-devel gtk-doc meson help2man gcc gcc-c++ harfbuzz-help +BuildRequires: cairo-gobject-devel meson help2man gcc gcc-c++ harfbuzz-help Requires: cairo >= 1.12.10 fontconfig >= 2.12.92 freetype >= 2.1.5 fribidi >= 1.0 Requires: glib2 >= 2.59.2 harfbuzz >= 2.0.0 libXft >= 2.0.0 libthai >= 0.1.9 @@ -33,6 +33,14 @@ Obsoletes: %{name}-tests < %{version}-%{release} The %{name}-devel package contains libraries header files and tests for the %{name}. +%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. + %package_help %prep @@ -62,7 +70,9 @@ test -e %{buildroot}%{_libdir}/libpangoxft-1.0.so %{_includedir}/* %{_libdir}/pkgconfig/* %{_datadir}/gir-1.0/*.gir -%{_libexecdir}/installed-tests/pango/ + +%files tests +%{_libexecdir}/installed-tests/%{name} %{_datadir}/installed-tests %files help @@ -71,6 +81,10 @@ test -e %{buildroot}%{_libdir}/libpangoxft-1.0.so %{_mandir}/man1/pango-view.1.* %changelog +* Wed Dec 1 2021 yangcheng - 1.49.3-1 +- Upgrade to 1.49.3 +- Update Version, Source0 + * Mon Jun 7 2021 weijin deng - 1.47.0-1 - Upgrade to 1.47.0 - Update Version, Source0