From 1e5bcab86e519267d83f25c4aa557a49b481972a Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 22 Aug 2013 01:06:52 +0200 Subject: [PATCH] Update to 1.37.6 --- .gitignore | 1 + gjs.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 047f0b3..a064c47 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ gjs-0.7.1.tar.gz /gjs-1.36.1.tar.xz /gjs-1.37.1.tar.xz /gjs-1.37.4.tar.xz +/gjs-1.37.6.tar.xz diff --git a/gjs.spec b/gjs.spec index 6e6c602..a6e3df7 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,6 +1,6 @@ Name: gjs -Version: 1.37.4 -Release: 2%{?dist} +Version: 1.37.6 +Release: 1%{?dist} Summary: Javascript Bindings for GNOME Group: System Environment/Libraries @@ -11,7 +11,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.36/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/%{name}/1.37/%{name}-%{version}.tar.xz BuildRequires: mozjs17-devel BuildRequires: cairo-gobject-devel @@ -77,6 +77,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/*.so %changelog +* Thu Aug 22 2013 Kalev Lember - 1.37.6-1 +- Update to 1.37.6 + * Sat Aug 03 2013 Fedora Release Engineering - 1.37.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 4c4eca9..43069e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09f80a08a84c9acb97866eb223d91ef0 gjs-1.37.4.tar.xz +68d99fe3c45b55d466691b84687b1eaa gjs-1.37.6.tar.xz