Update to 2.40.0

This commit is contained in:
Kalev Lember 2016-03-30 13:43:11 +02:00
parent 6f043d49d3
commit 4904342856
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <klember@redhat.com> - 2.40.0-1
- Update to 2.40.0
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.39.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
7e6cb020662a2ba3a0c13988336ae967 pangomm-2.39.1.tar.xz
681fe43bac96e63321406e1b092093d2 pangomm-2.40.0.tar.xz