From 707f86a914b1768d6e8353a8ff1381edb986aff5 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 28 Oct 2015 06:36:06 +0100 Subject: [PATCH] Update to 1.44.0 --- .gitignore | 1 + gjs.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 64eec3c..b1a0e4f 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ gjs-0.7.1.tar.gz /gjs-1.41.91.tar.xz /gjs-1.42.0.tar.xz /gjs-1.43.3.tar.xz +/gjs-1.44.0.tar.xz diff --git a/gjs.spec b/gjs.spec index 3963ed8..7dd935b 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,8 +1,8 @@ %global gobject_introspection_version 1.41.4 Name: gjs -Version: 1.43.3 -Release: 3%{?dist} +Version: 1.44.0 +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.43/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/%{name}/1.44/%{name}-%{version}.tar.xz BuildRequires: mozjs24-devel BuildRequires: cairo-gobject-devel @@ -91,6 +91,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/installed-tests %changelog +* Wed Oct 28 2015 Kalev Lember - 1.44.0-1 +- Update to 1.44.0 + * Wed Jun 17 2015 Fedora Release Engineering - 1.43.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index c39954d..286bd70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5efde4730e1ff3b943915ed152085a1e gjs-1.43.3.tar.xz +a79cb5338be0a31ed0882279bc59e48f gjs-1.44.0.tar.xz