From a63ebf926afb2cf573c5a6becece0edfd1f039e4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 26 Jan 2011 11:01:49 -0500 Subject: [PATCH] - New upstream release --- .gitignore | 1 + gjs.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9458f54..d62b933 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ gjs-0.7.1.tar.gz /gjs-0.7.7.tar.bz2 /gjs-0.7.8.tar.bz2 /gjs-0.7.9.tar.bz2 +/gjs-0.7.10.tar.bz2 diff --git a/gjs.spec b/gjs.spec index 27a0d30..0558cea 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,6 +1,6 @@ Name: gjs -Version: 0.7.9 -Release: 3%{?dist} +Version: 0.7.10 +Release: 1%{?dist} Summary: Javascript Bindings for GNOME Group: System Environment/Libraries @@ -12,7 +12,6 @@ License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+) URL: http://live.gnome.org/Gjs/ #VCS: git://git.gnome.org/gjs Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 -Patch0: gjs-0.7.9-ffb10.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xulrunner-devel @@ -39,7 +38,6 @@ Files for development with %{name}. %prep %setup -q -%patch0 -p1 -b .ffb10 %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; @@ -84,6 +82,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Tue Jan 25 2011 Colin Walters - 0.7.10-1 +- New upstream release + * Tue Jan 25 2011 Christopher Aillon - 0.7.9-3 - Rebuild for new xulrunner diff --git a/sources b/sources index 6b1d915..3b3a197 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad23ea039aa5c10798e420c4b25a60b8 gjs-0.7.9.tar.bz2 +12df4ed701ef4e2dc742cfbea6bb43eb gjs-0.7.10.tar.bz2