diff --git a/.gitignore b/.gitignore index b79acef..1ec8e24 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cogl-1.7.0.tar.bz2 +/cogl-1.7.2.tar.bz2 diff --git a/cogl.spec b/cogl.spec index 465df6b..ca93975 100644 --- a/cogl.spec +++ b/cogl.spec @@ -1,6 +1,6 @@ Name: cogl -Version: 1.7.0 -Release: 3%{?dist} +Version: 1.7.2 +Release: 1%{?dist} Summary: A library for using 3D graphics hardware to draw pretty pictures Group: Development/Libraries @@ -97,6 +97,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gtk-doc/html/cogl %changelog +* Mon Jul 4 2011 Peter Robinson - 1.7.2-1 +- Update to 1.7.2 + * Thu Jun 16 2011 Peter Robinson - 1.7.0-3 - Update spec for review feedback diff --git a/sources b/sources index 8a8e0b6..9004238 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a2549ac55216cbb62dc2079b6dc4f46 cogl-1.7.0.tar.bz2 +21f2f433dd50673f6de5dea63c65e44b cogl-1.7.2.tar.bz2