diff --git a/.gitignore b/.gitignore index 1411450..bf22ea3 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ gjs-0.7.1.tar.gz /gjs-1.37.4.tar.xz /gjs-1.37.6.tar.xz /gjs-1.38.0.tar.xz +/gjs-1.40.0.tar.xz diff --git a/gjs.spec b/gjs.spec index 1210cdc..59b888e 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,5 +1,5 @@ Name: gjs -Version: 1.38.1 +Version: 1.40.0 Release: 1%{?dist} Summary: Javascript Bindings for GNOME @@ -11,7 +11,7 @@ Group: System Environment/Libraries License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+) URL: http://live.gnome.org/Gjs/ #VCS: git://git.gnome.org/gjs -Source0: http://download.gnome.org/sources/%{name}/1.38/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/%{name}/1.40/%{name}-%{version}.tar.xz BuildRequires: mozjs17-devel BuildRequires: cairo-gobject-devel @@ -77,6 +77,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/*.so %changelog +* Mon Apr 14 2014 Richard Hughes - 1.40.0-1 +- Update to 1.40.0 + * Wed Sep 25 2013 Kalev Lember - 1.38.1-1 - Update to 1.38.1 diff --git a/sources b/sources index 3774d4d..5814e37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f3422a114cb69735274e75e325013a3 gjs-1.38.1.tar.xz +17f0ce474fbe6dda423a97c7f22fb073 gjs-1.40.0.tar.xz