diff --git a/.gitignore b/.gitignore index 51c4e92..96ef354 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ gjs-0.7.1.tar.gz /gjs-0.7.14.tar.bz2 /gjs-1.29.0.tar.xz /gjs-1.29.15.tar.xz +/gjs-1.29.16.tar.xz diff --git a/gjs.spec b/gjs.spec index f5815b9..e53542a 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,6 +1,6 @@ Name: gjs -Version: 1.29.15 -Release: 3%{?dist} +Version: 1.29.16 +Release: 1%{?dist} Summary: Javascript Bindings for GNOME Group: System Environment/Libraries @@ -61,9 +61,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %check #make check -%clean -rm -rf %{buildroot} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -87,6 +84,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Thus Aug 18 2011 Matthias Clasen 1.29.16-1 +- Update to 1.29.16 + * Thu Aug 04 2011 Bastien Nocera 1.29.15-3 - Install missing headers diff --git a/sources b/sources index b3e68a4..95742cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b83edf71a2c5dc990a680dda3bf55c8 gjs-1.29.15.tar.xz +b9469283ad387bb769936e564e947b0f gjs-1.29.16.tar.xz