diff --git a/.gitignore b/.gitignore index b1a0e4f..e585b42 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ gjs-0.7.1.tar.gz /gjs-1.42.0.tar.xz /gjs-1.43.3.tar.xz /gjs-1.44.0.tar.xz +/gjs-1.45.3.tar.xz diff --git a/gjs.spec b/gjs.spec index 66eb91b..7d08387 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,7 +1,7 @@ %global gobject_introspection_version 1.41.4 Name: gjs -Version: 1.44.0 +Version: 1.45.3 Release: 1%{?dist} Summary: Javascript Bindings for GNOME @@ -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.44/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/%{name}/1.45/%{name}-%{version}.tar.xz BuildRequires: mozjs24-devel BuildRequires: cairo-gobject-devel @@ -92,6 +92,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/installed-tests %changelog +* Fri Dec 18 2015 Kalev Lember - 1.45.3-1 +- Update to 1.45.3 + * Wed Oct 28 2015 Kalev Lember - 1.44.0-1 - Update to 1.44.0 - Use license macro for COPYING diff --git a/sources b/sources index 286bd70..e9b35d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a79cb5338be0a31ed0882279bc59e48f gjs-1.44.0.tar.xz +b577c0fc65a132bfb1f36b82129bfd3f gjs-1.45.3.tar.xz