diff --git a/.gitignore b/.gitignore index 0d76651..f5997c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ pangomm-2.26.2.tar.bz2 /pangomm-2.27.1.tar.bz2 /pangomm-2.28.1.tar.bz2 +/pangomm-2.28.2.tar.bz2 diff --git a/pangomm.spec b/pangomm.spec index bb00bd8..b2eafb4 100644 --- a/pangomm.spec +++ b/pangomm.spec @@ -3,7 +3,7 @@ %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') Name: pangomm -Version: 2.28.1 +Version: 2.28.2 Release: 1%{?dist} Summary: C++ interface for Pango @@ -60,7 +60,7 @@ documentation browser or through a web browser. %build -%configure %{!?_with_static: --disable-static} +%configure --disable-static make %{?_smp_mflags} @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/devhelp/ %changelog +* Thu Mar 31 2011 Kalev Lember - 2.28.2-1 +- Update to 2.28.2 + * Fri Mar 25 2011 Kalev Lember - 2.28.1-1 - Update to 2.28.1 - Removed old obsoletes for gtkmm24 diff --git a/sources b/sources index ef03c95..4d746a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03e6406bfb311e4018e69ab2a02b489b pangomm-2.28.1.tar.bz2 +005a474863495d3c6267429a80da6cf2 pangomm-2.28.2.tar.bz2