diff --git a/.gitignore b/.gitignore index c4dd540..494315e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ gjs-0.7.1.tar.gz /gjs-0.7.10.tar.bz2 /gjs-0.7.11.tar.bz2 /gjs-0.7.13.tar.bz2 +/gjs-0.7.14.tar.bz2 diff --git a/gjs.spec b/gjs.spec index 8a54d19..b0a7e65 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,8 +1,8 @@ %global gecko_version 2.0 Name: gjs -Version: 0.7.13 -Release: 3%{?dist} +Version: 0.7.14 +Release: 1%{?dist} Summary: Javascript Bindings for GNOME Group: System Environment/Libraries @@ -90,6 +90,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Mon Apr 4 2011 Colin Walters - 0.7.14-1 +- Update to 0.7.14; fixes notification race condition on login + * Tue Mar 22 2011 Christopher Aillon - 0.7.13-3 - Rebuild against newer gecko diff --git a/sources b/sources index 6ad8c62..dcf610b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34651aefe70762d10651b22c872ed0cc gjs-0.7.13.tar.bz2 +0e1487e066df8937317da34545f7b548 gjs-0.7.14.tar.bz2