Update to 2.36.0
This commit is contained in:
parent
791b516394
commit
89cdc4a849
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ pangomm-2.26.2.tar.bz2
|
||||
/pangomm-2.28.4.tar.xz
|
||||
/pangomm-2.34.0.tar.xz
|
||||
/pangomm-2.35.1.tar.xz
|
||||
/pangomm-2.36.0.tar.xz
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: pangomm
|
||||
Version: 2.35.1
|
||||
Version: 2.36.0
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ interface for Pango
|
||||
|
||||
@ -87,6 +87,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
%{_datadir}/devhelp/
|
||||
|
||||
%changelog
|
||||
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 2.36.0-1
|
||||
- Update to 2.36.0
|
||||
|
||||
* Fri Feb 13 2015 Richard Hughes <rhughes@redhat.com> - 2.35.1-1
|
||||
- Update to 2.35.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user