rpms/xulrunner/OLPC-2 sources,1.7,1.8 xulrunner.spec,1.24,1.25

Marco Pesenti Gritti (mpg) fedora-extras-commits at redhat.com
Mon Sep 17 16:22:16 UTC 2007


Author: mpg

Update of /cvs/extras/rpms/xulrunner/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17713

Modified Files:
	sources xulrunner.spec 
Log Message:
+* Mon Sep 17 2007 Marco Pesenti Gritti <mpg at redhat.com> - 1.9-0.9.
+- Downgrade the source to pre6, add a patch for XdndDirectSave support




Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/OLPC-2/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	20 Aug 2007 20:32:13 -0000	1.7
+++ sources	17 Sep 2007 16:21:44 -0000	1.8
@@ -1 +1,2 @@
 fbe32af32bb5bd160a36b467bcf98784  xulrunner-1.9.20070820cvs.tar.bz2
+00dbfb4d548309951f12f352ba0f26ea  xulrunner-1.9a6.tar.bz2


Index: xulrunner.spec
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/OLPC-2/xulrunner.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- xulrunner.spec	23 Aug 2007 08:30:49 -0000	1.24
+++ xulrunner.spec	17 Sep 2007 16:21:44 -0000	1.25
@@ -1,22 +1,22 @@
 %define nss_version 3.10
 %define cairo_version 1.3.12
-%define alpha 20070820cvs 
-%define prerelease a8pre
+%define prerelease a6pre
 
 Summary:        XUL Runner
 Name:           xulrunner
 Version:        1.9
-Release:        0.8.%{alpha}%{?dist}
+Release:        0.9.%{?dist}
 URL:            http://dev.laptop.org/pub/sugar/xulrunner
 License:        MPL/LGPL
 Group:          Applications/Internet
-Source0:        xulrunner-%{version}.%{alpha}.tar.bz2
+Source0:        xulrunner-%{version}.tar.bz2
 Source10:       xulrunner-mozconfig
 Source12:       xulrunner-olpc-default-prefs.js
 
 Patch1:         xulrunner-1.9a6-no-native-theme.patch
 Patch2:         xulrunner-1.9a3pre-dpi.patch
 Patch3:         xulrunner-1.9a5pre-build.patch
+Patch4:         xulrunner-1.9a6-xds.patch
 
 # ---------------------------------------------------
 
@@ -59,11 +59,12 @@
 XUL Runner devel is...
 
 %prep
-%setup -q -n xulrunner-%{version}.%{alpha}
+%setup -q -n xulrunner-%{version}
 
 %patch1 -p0 -b .no-native-theme
 %patch2 -p0 -b .dpi
 %patch3 -p0 -b .build
+%patch4 -p0 -b .xds
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
@@ -121,6 +122,9 @@
 %{_includedir}/xulrunner-%{version}%{prerelease}
 
 %changelog
+* Mon Sep 17 2007 Marco Pesenti Gritti <mpg at redhat.com> - 1.9-0.9.
+- Downgrade the source to pre6, add a patch for XdndDirectSave support
+
 * Thu Aug 23 2007 Marco Pesenti Gritti <mpg at redhat.com> - 1.9-0.8.20070820cvs
 - Own mozilla plugin dir
 




More information about the scm-commits mailing list