Update to 2.28.4
This commit is contained in:
parent
f1d5b4ad03
commit
1bb22a4615
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user