diff --git a/.gitignore b/.gitignore index c0d783f..ce18342 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ gjs-0.7.1.tar.gz /gjs-1.31.22.tar.xz /gjs-1.32.0.tar.xz /gjs-1.33.2.tar.xz +/gjs-1.33.3.tar.xz diff --git a/gjs.spec b/gjs.spec index 1989bee..e0b22b8 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,6 +1,6 @@ Name: gjs -Version: 1.33.2 -Release: 2%{?dist} +Version: 1.33.3 +Release: 1%{?dist} Summary: Javascript Bindings for GNOME Group: System Environment/Libraries @@ -79,6 +79,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/*.so %changelog +* Tue Jun 26 2012 Richard Hughes - 1.33.3-1 +- Update to 1.33.3 + * Sat Jun 9 2012 Matthias Clasen - 1.33.2-2 - Fix the build diff --git a/sources b/sources index e199bd6..c8f5ff6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56164173a07d00cb3261468ff67e43a6 gjs-1.33.2.tar.xz +c447161cf0cba73661908aa6337ec3c4 gjs-1.33.3.tar.xz