diff --git a/pangomm-2.40.1.tar.xz b/pangomm-2.40.1.tar.xz deleted file mode 100644 index ccce276..0000000 Binary files a/pangomm-2.40.1.tar.xz and /dev/null differ diff --git a/pangomm-2.42.2.tar.xz b/pangomm-2.42.2.tar.xz new file mode 100644 index 0000000..85c8c27 Binary files /dev/null and b/pangomm-2.42.2.tar.xz differ diff --git a/pangomm.spec b/pangomm.spec index ec0060c..19a954a 100644 --- a/pangomm.spec +++ b/pangomm.spec @@ -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 - 2.42.2-1 +- Upgrade to 2.42.2 +- Use meson rebuild + * Wed Dec 11 2019 catastrowings - 2.40.1-7 - openEuler init