!3 Upgrade to 2.42.2

From: @weijin-deng
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-06-28 08:05:23 +00:00 committed by Gitee
commit bc87a40b6a
3 changed files with 13 additions and 9 deletions

Binary file not shown.

BIN
pangomm-2.42.2.tar.xz Normal file

Binary file not shown.

View File

@ -1,15 +1,15 @@
Name: pangomm
Version: 2.40.1
Release: 7
Version: 2.42.2
Release: 1
Summary: C++ bindings for pango
License: LGPLv2+
URL: http://www.gtkmm.org/
Source0: http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.40/%{name}-%{version}.tar.xz
Source0: http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.42/%{name}-%{version}.tar.xz
BuildRequires: gcc-c++ glibmm24-devel >= 2.48.0 cairomm-devel >= 1.2.2
BuildRequires: pango-devel >= 1.38.0 doxygen graphviz
BuildRequires: gcc-c++ glibmm24-devel >= 2.48.0 cairomm-devel >= 1.2.2 libxslt
BuildRequires: pango-devel >= 1.41.0 doxygen graphviz meson perl m4 mm-common
Requires: glibmm24 >= 2.48.0 cairomm >= 1.2.2 pango >= 1.38.0
Requires: glibmm24 >= 2.48.0 cairomm >= 1.2.2 pango >= 1.41.0
%description
Pangomm provides a C++ interface to the Pango library.
@ -37,11 +37,11 @@ This package contains some man help file and some other files for %{name}.
%autosetup -p1
%build
%configure --disable-static
%make_build
%meson -Dbuild-documentation=true
%meson_build
%install
%make_install
%meson_install
%delete_la
@ -66,5 +66,9 @@ This package contains some man help file and some other files for %{name}.
%{_datadir}/devhelp/
%changelog
* Fri Jun 18 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 2.42.2-1
- Upgrade to 2.42.2
- Use meson rebuild
* Wed Dec 11 2019 catastrowings <jianghuhao1994@163.com> - 2.40.1-7
- openEuler init