diff --git a/.gitignore b/.gitignore index 7d3a504..2a234c4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ pangomm-2.26.2.tar.bz2 /pangomm-2.37.2.tar.xz /pangomm-2.38.1.tar.xz /pangomm-2.39.1.tar.xz +/pangomm-2.40.0.tar.xz diff --git a/pangomm.spec b/pangomm.spec index 17cd07d..9c4ed50 100644 --- a/pangomm.spec +++ b/pangomm.spec @@ -2,13 +2,13 @@ # first two digits of version %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') -%global glibmm_version 2.46.1 -%global cairomm_version 1.12.0 +%global glibmm_version 2.48.0 +%global cairomm_version 1.2.2 %global pango_version 1.38.0 Name: pangomm -Version: 2.39.1 -Release: 2%{?dist} +Version: 2.40.0 +Release: 1%{?dist} Summary: C++ interface for Pango Group: System Environment/Libraries @@ -95,6 +95,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %{_datadir}/devhelp/ %changelog +* Wed Mar 30 2016 Kalev Lember - 2.40.0-1 +- Update to 2.40.0 + * Thu Feb 04 2016 Fedora Release Engineering - 2.39.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 15a304e..23bdccb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e6cb020662a2ba3a0c13988336ae967 pangomm-2.39.1.tar.xz +681fe43bac96e63321406e1b092093d2 pangomm-2.40.0.tar.xz