Update to 2.28.4

This commit is contained in:
Kalev Lember 2012-02-27 15:41:42 +02:00
parent f1d5b4ad03
commit 1bb22a4615
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ pangomm-2.26.2.tar.bz2
/pangomm-2.28.1.tar.bz2
/pangomm-2.28.2.tar.bz2
/pangomm-2.28.3.tar.xz
/pangomm-2.28.4.tar.xz

View File

@ -3,8 +3,8 @@
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: pangomm
Version: 2.28.3
Release: 2%{?dist}
Version: 2.28.4
Release: 1%{?dist}
Summary: C++ interface for Pango
Group: System Environment/Libraries
@ -91,6 +91,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%{_datadir}/devhelp/
%changelog
* Mon Feb 27 2012 Kalev Lember <kalevlember@gmail.com> - 2.28.4-1
- Update to 2.28.4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
f259bfb342dc29acf42da923e3459837 pangomm-2.28.3.tar.xz
f4fe0905ee56e1ff0205005e61d2a66f pangomm-2.28.4.tar.xz