diff --git a/.cvsignore b/.cvsignore index c8cc7ca..a3bc436 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gjs-0.3.tar.bz2 +gjs-0.4.tar.bz2 diff --git a/gjs.spec b/gjs.spec index d010860..401c9b5 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,6 +1,6 @@ Name: gjs -Version: 0.3 -Release: 2%{?dist} +Version: 0.4 +Release: 1%{?dist} Summary: Javascript Bindings for GNOME Group: System Environment/Libraries @@ -10,7 +10,7 @@ Group: System Environment/Libraries # Stack printer (gjs/stack.c) License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+) URL: http://live.gnome.org/Gjs/ -Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.bz2 +Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xulrunner-devel @@ -63,6 +63,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING NEWS README +%{_bindir}/gjs %{_bindir}/gjs-console %{_libdir}/*.so.* %{_libdir}/gjs-1.0 @@ -78,6 +79,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Thu Aug 27 2009 Peter Robinson 0.4-1 +- New upstream 0.4 release + * Fri Aug 7 2009 Peter Robinson 0.3-2 - Updates from the review request diff --git a/sources b/sources index 0f25d1c..d3ccdb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3dead54a91b2e00a746efa7def7e5e9c gjs-0.3.tar.bz2 +584594b22e433d56d660a7dda650809d gjs-0.4.tar.bz2