diff --git a/.gitignore b/.gitignore index bf921ff..bfd2363 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ gjs-0.7.1.tar.gz /gjs-1.44.0.tar.xz /gjs-1.45.3.tar.xz /gjs-1.45.4.tar.xz +/gjs-1.46.0.tar.xz diff --git a/gjs.spec b/gjs.spec index ab2d7ef..946b023 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,7 +1,7 @@ %global gobject_introspection_version 1.41.4 Name: gjs -Version: 1.45.4 +Version: 1.46.0 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: https://wiki.gnome.org/Projects/Gjs #VCS: git://git.gnome.org/gjs -Source0: https://download.gnome.org/sources/%{name}/1.45/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/1.46/%{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 +* Wed Sep 21 2016 Kalev Lember - 1.46.0-1 +- Update to 1.46.0 + * Tue Jul 19 2016 Florian Müllner - 3.1.45.4-1 - Update to 1.45.4 diff --git a/sources b/sources index 5016931..12c8845 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -90f00c5a931e23682bfcc7db906b6c1c gjs-1.45.4.tar.xz +25574b60f4e1173fee0bd4920231df3e gjs-1.46.0.tar.xz