diff --git a/.gitignore b/.gitignore index f35f8ed..255d270 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ gjs-0.7.1.tar.gz /gjs-1.39.91.tar.xz /gjs-1.40.0.tar.xz /gjs-1.40.1.tar.xz +/gjs-1.41.3.tar.xz diff --git a/gjs.spec b/gjs.spec index eacddf7..e1e20d8 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,8 +1,8 @@ %global gobject_introspection_version 1.39.3 Name: gjs -Version: 1.40.1 -Release: 2%{?dist} +Version: 1.41.3 +Release: 1%{?dist} Summary: Javascript Bindings for GNOME Group: System Environment/Libraries @@ -13,7 +13,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.40/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/%{name}/1.41/%{name}-%{version}.tar.xz BuildRequires: mozjs24-devel BuildRequires: cairo-gobject-devel @@ -81,6 +81,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/*.so %changelog +* Thu Jun 26 2014 Richard Hughes - 1.41.3-1 +- Update to 1.41.3 + * Sat Jun 07 2014 Fedora Release Engineering - 1.40.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 90cc93d..6447276 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -150580858bc40d0dbc9df43741eb2ad3 gjs-1.40.1.tar.xz +d3896fab39eb4d90692e6e86af488e15 gjs-1.41.3.tar.xz