rpms/xulrunner/F-11 .cvsignore, 1.66, 1.67 mozilla-191-pkgconfig.patch, 1.2, 1.3 sources, 1.69, 1.70 xulrunner.spec, 1.154, 1.155 mfsa-2009-12.patch, 1.1, NONE mfsa-2009-13.patch, 1.1, NONE xulrunner-elif.patch, 1.1, NONE xulrunner-pango.patch, 1.1, NONE

Christopher Aillon caillon at fedoraproject.org
Mon Apr 27 18:21:40 UTC 2009


Author: caillon

Update of /cvs/extras/rpms/xulrunner/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2801

Modified Files:
	.cvsignore mozilla-191-pkgconfig.patch sources xulrunner.spec 
Removed Files:
	mfsa-2009-12.patch mfsa-2009-13.patch xulrunner-elif.patch 
	xulrunner-pango.patch 
Log Message:
* Mon Apr 27 2009 Christopher Aillon <caillon at redhat.com> 1.9.1-0.20
- 1.9.1 beta 4



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/F-11/.cvsignore,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- .cvsignore	13 Mar 2009 23:35:53 -0000	1.66
+++ .cvsignore	27 Apr 2009 18:21:10 -0000	1.67
@@ -1 +1 @@
-xulrunner-1.9.1b3-source.tar.bz2
+xulrunner-1.9.1b4-source.tar.bz2

mozilla-191-pkgconfig.patch:

Index: mozilla-191-pkgconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/F-11/mozilla-191-pkgconfig.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mozilla-191-pkgconfig.patch	22 Dec 2008 16:32:22 -0000	1.2
+++ mozilla-191-pkgconfig.patch	27 Apr 2009 18:21:10 -0000	1.3
@@ -138,5 +138,5 @@
  Description: Mozilla Plug-In API
  Version: %MOZILLA_VERSION%
  Requires: %NSPR_NAME% >= %NSPR_VERSION%
--Cflags: -I${includedir}/stable
-+Cflags: -I${includedir}/stable -I${includedir}/java -I${includedir}/plugin
+-Cflags: -I${includedir}/stable -DXP_UNIX %ojidef%
++Cflags: -I${includedir}/stable -DXP_UNIX %ojidef% -I${includedir}/java -I${includedir}/plugin


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/F-11/sources,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- sources	13 Mar 2009 23:35:53 -0000	1.69
+++ sources	27 Apr 2009 18:21:10 -0000	1.70
@@ -1 +1 @@
-61cd1a7fc587f6d2a33c564033198e2c  xulrunner-1.9.1b3-source.tar.bz2
+ff6bf463300cb56bcf750973b2af3d80  xulrunner-1.9.1b4-source.tar.bz2


Index: xulrunner.spec
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/F-11/xulrunner.spec,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- xulrunner.spec	27 Mar 2009 22:59:24 -0000	1.154
+++ xulrunner.spec	27 Apr 2009 18:21:10 -0000	1.155
@@ -3,7 +3,7 @@
 %define cairo_version 1.6.0
 %define lcms_version 1.17
 %define freetype_version 2.1.9
-%define sqlite_version 3.6.7
+%define sqlite_version 3.6.10
 %define tarballdir mozilla-1.9.1
 
 %define version_internal  1.9.1
@@ -12,11 +12,11 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9.1
-Release:        0.11.beta3%{?dist}
+Release:        0.20.beta4%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
-Source0:        xulrunner-%{version}b3-source.tar.bz2
+Source0:        xulrunner-%{version}b4-source.tar.bz2
 Source10:       %{name}-mozconfig
 Source12:       %{name}-redhat-default-prefs.js
 Source21:       %{name}.sh.in
@@ -27,16 +27,12 @@
 Patch1:         mozilla-build.patch
 Patch2:         mozilla-191-path.patch
 Patch3:         mozilla-jemalloc.patch
-Patch4:         xulrunner-pango.patch
-Patch5:         xulrunner-elif.patch
 
 # Fedora specific patches
 Patch10:        mozilla-191-pkgconfig.patch
 
 # Upstream patches
 Patch100:       mozilla-ps-pdf-simplify-operators.patch
-Patch101:       mfsa-2009-12.patch
-Patch102:       mfsa-2009-13.patch
 
 # ---------------------------------------------------
 
@@ -151,15 +147,11 @@
 %patch1  -p1 -b .build
 %patch2  -p1 -b .path
 %patch3  -p1 -b .jemalloc
-%patch4  -p1 -b .pango
-%patch5  -p1 -b .elif
 
 %patch10 -p1 -b .pk
 
 %patch100 -p1 -b .ps-pdf-simplify-operators
 
-%patch101 -p1 -b .mfsa-2009-12
-%patch102 -p1 -b .mfsa-2009-13
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
@@ -452,6 +444,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Apr 27 2009 Christopher Aillon <caillon at redhat.com> 1.9.1-0.20
+- 1.9.1 beta 4
+
 * Fri Mar 27 2009 Christopher Aillon <caillon at redhat.com> 1.9.1-0.11
 - Add patches for MFSA-2009-12, MFSA-2009-13
 


--- mfsa-2009-12.patch DELETED ---


--- mfsa-2009-13.patch DELETED ---


--- xulrunner-elif.patch DELETED ---


--- xulrunner-pango.patch DELETED ---




More information about the scm-commits mailing list