diff --git a/.gitignore b/.gitignore index 516c626..9682a95 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ gjs-0.7.1.tar.gz /gjs-1.35.4.tar.xz /gjs-1.35.8.tar.xz /gjs-1.35.9.tar.xz +/gjs-1.36.0.tar.xz diff --git a/gjs.spec b/gjs.spec index 57532db..e678e41 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,5 +1,5 @@ Name: gjs -Version: 1.35.9 +Version: 1.36.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.35/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/%{name}/1.36/%{name}-%{version}.tar.xz BuildRequires: js-devel BuildRequires: cairo-gobject-devel @@ -77,6 +77,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/*.so %changelog +* Tue Mar 26 2013 Kalev Lember - 1.36.0-1 +- Update to 1.36.0 + * Thu Mar 21 2013 Kalev Lember - 1.35.9-1 - Update to 1.35.9 diff --git a/sources b/sources index 297a6d8..9d458b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -85b7b78dfd7ac2e2d864df1367d912da gjs-1.35.9.tar.xz +2ab2369b73b3f3a6e40539815fbc69d5 gjs-1.36.0.tar.xz