diff --git a/.gitignore b/.gitignore index 255d270..2334e90 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ gjs-0.7.1.tar.gz /gjs-1.40.0.tar.xz /gjs-1.40.1.tar.xz /gjs-1.41.3.tar.xz +/gjs-1.41.4.tar.xz diff --git a/gjs.spec b/gjs.spec index e1e20d8..7c425a3 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,7 +1,7 @@ -%global gobject_introspection_version 1.39.3 +%global gobject_introspection_version 1.41.4 Name: gjs -Version: 1.41.3 +Version: 1.41.4 Release: 1%{?dist} Summary: Javascript Bindings for GNOME @@ -81,6 +81,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/*.so %changelog +* Tue Jul 22 2014 Kalev Lember - 1.41.4-1 +- Update to 1.41.4 + * Thu Jun 26 2014 Richard Hughes - 1.41.3-1 - Update to 1.41.3 diff --git a/sources b/sources index 6447276..d09eb26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3896fab39eb4d90692e6e86af488e15 gjs-1.41.3.tar.xz +4e870431da9e5ad000f9492332ea630c gjs-1.41.4.tar.xz