Update to 2.40.0
This commit is contained in:
parent
6f043d49d3
commit
4904342856
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
11
pangomm.spec
11
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user