Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Ray Strode
a590cfb420 drop upstreamed patch 2011-09-28 00:39:39 -04:00
Ray Strode
8514fde996 s/.bz/.xz/ 2011-09-28 00:26:14 -04:00
Ray Strode
c631ce8d21 Update to 3.2.0 2011-09-27 01:36:11 -04:00
3 changed files with 8 additions and 9 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/seed-3.1.1.tar.bz2
/seed-3.2.0.tar.xz

View file

@ -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 <rstrode@redhat.com> - 3.2.0-1
- Update to 3.2.0
* Sun Aug 7 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.1-2
- Multilib fix: Seed.js now searches both lib64 and lib directories
- Documentation subpackage no longer depends on gtk-doc (# 707571)

View file

@ -1 +1 @@
3d70942700215b48cd81984db4bdcae6 seed-3.1.1.tar.bz2
792ac48542019bd14f8d639a9e401c0a seed-3.2.0.tar.xz