[mediatomb/f15/master] Port to spidermonkey 1.8

Jan Horak xhorak at fedoraproject.org
Wed Apr 20 05:49:32 UTC 2011


commit 2a210658817ae2d034af5c285a5a29ca04ae3165
Author: Jan Horak <jhorak at redhat.com>
Date:   Wed Apr 20 07:49:32 2011 +0200

    Port to spidermonkey 1.8

 mediatomb.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mediatomb.spec b/mediatomb.spec
index 9e7b2fe..cf0f949 100644
--- a/mediatomb.spec
+++ b/mediatomb.spec
@@ -1,7 +1,7 @@
 Version: 0.12.1
 Summary: UPnP AV MediaServer 
 Name: mediatomb
-Release: 9%{?dist}
+Release: 10%{?dist}
 Summary: MediaTomb - UPnP AV Mediaserver for Linux
 License: GPLv2
 Group: Applications/Multimedia
@@ -10,6 +10,7 @@ Source: http://downloads.sourceforge.net/mediatomb/%{name}-%{version}.tar.gz
 Patch0: mediatomb-0.12.1.fixogg.patch
 Patch1: mediatomb-0.12.1.fixbufferoverrun.patch
 Patch2: mediatomb-0.12.1.fixbuild.patch
+Patch3: mediatomb-0.12.1.tonewjs.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildRequires: sqlite-devel, mysql-devel, libexif-devel, id3lib-devel, file-devel, js-devel, zlib-devel, taglib-devel
 BuildRequires: expat-devel, libcurl-devel
@@ -42,6 +43,7 @@ be found on http://www.upnp.org/.
 %patch0 -p0
 %patch1 -p0
 %patch2 -p0
+%patch3 -p1
 
 %build
 # Fedora 13 on use system jsapi.h
@@ -122,6 +124,9 @@ fi
 %{_initrddir}/mediatomb
 
 %changelog
+* Tue Apr 19 2011 Jan Horak <jhorak at redhat.com> - 0.12.1-10
+- Added Spidermonkey 1.8 patch
+
 * Wed Mar 23 2011 Rich Mattes <richmattes at gmail.com> - 0.12.1-9
 - Added more .js files as configuration files
 


More information about the scm-commits mailing list