diff --git a/.gitignore b/.gitignore index b976248..58823a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /seed-3.1.1.tar.bz2 +/seed-3.2.0.tar.xz diff --git a/seed.spec b/seed.spec index 4056155..76882e3 100644 --- a/seed.spec +++ b/seed.spec @@ -1,18 +1,14 @@ Name: seed -Version: 3.1.1 -Release: 2%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Summary: GNOME JavaScript interpreter Group: Development/Languages License: LGPLv3+ URL: http://live.gnome.org/Seed -Source0: http://ftp.gnome.org/pub/gnome/sources/seed/3.1/seed-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/gnome/sources/seed/3.1/seed-%{version}.tar.xz # Seed.js multilib fix Patch0: seed-3.0.0-multilib.patch -# ParamSpec hack: -# https://bugzilla.gnome.org/show_bug.cgi?id=652771 -# https://bugzilla.gnome.org/show_bug.cgi?id=653077 -Patch1: seed-3.1.1-paramspec.patch BuildRequires: intltool BuildRequires: mpfr-devel @@ -58,7 +54,6 @@ developing applications that use %{name}. %prep %setup -q %patch0 -p1 -b .multilib -%patch1 -p1 -b .paramspec # add lib64 to dlsearch_path_spec sed -i.libdir_syssearch -e \ @@ -132,6 +127,9 @@ rm devdocs/{AUTHORS,COPYING,INSTALL,README} %changelog +* Tue Sep 27 2011 Ray - 3.2.0-1 +- Update to 3.2.0 + * Sun Aug 7 2011 Michel Salim - 3.1.1-2 - Multilib fix: Seed.js now searches both lib64 and lib directories - Documentation subpackage no longer depends on gtk-doc (# 707571) diff --git a/sources b/sources index a48a573..fc22991 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d70942700215b48cd81984db4bdcae6 seed-3.1.1.tar.bz2 +792ac48542019bd14f8d639a9e401c0a seed-3.2.0.tar.xz