diff --git a/.gitignore b/.gitignore index 78494ac..f55d014 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ gjs-0.7.1.tar.gz /gjs-1.33.14.tar.xz /gjs-1.34.0.tar.xz /gjs-1.35.2.tar.xz +/gjs-1.35.3.tar.xz diff --git a/gjs.spec b/gjs.spec index 315f5c8..dbe8657 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,5 +1,5 @@ Name: gjs -Version: 1.35.2 +Version: 1.35.3 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.34/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/%{name}/1.35/%{name}-%{version}.tar.xz BuildRequires: js-devel BuildRequires: cairo-gobject-devel @@ -79,6 +79,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/*.so %changelog +* Thu Dec 20 2012 Kalev Lember - 1.35.3-1 +- Update to 1.35.3 + * Tue Nov 20 2012 Richard Hughes - 1.35.2-1 - Update to 1.35.2 diff --git a/sources b/sources index 92a2279..af565f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f50d58821f228a3dfef2d4becf8c4ac gjs-1.35.2.tar.xz +4041e745904c65d92824eb39d3f4221d gjs-1.35.3.tar.xz