[xulrunner/f15/master] 2.0 RC 1

Christopher Aillon caillon at fedoraproject.org
Wed Mar 9 22:35:26 UTC 2011


commit f95548962958d6242981ac82a8752c505d40df64
Author: Christopher Aillon <caillon at redhat.com>
Date:   Wed Mar 9 14:34:05 2011 -0800

    2.0 RC 1
    
    Update tarballdir for 2.0
    Update omnijar patch for a nearby change

 .gitignore              |    1 +
 sources                 |    2 +-
 xulrunner-omnijar.patch |    4 ++--
 xulrunner.spec          |   11 +++++++----
 4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b7e14c..e521bb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ xulrunner-1.9.3.0b3.source.tar.bz2
 /xulrunner-2.0b10.source.tar.bz2
 /xulrunner-2.0b11.source.tar.bz2
 /xulrunner-2.0b12.source.tar.bz2
+/xulrunner-2.0rc1.source.tar.bz2
diff --git a/sources b/sources
index 05689e3..270629c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8b343c8f9db97199ddcf9744315c2bbb  xulrunner-2.0b12.source.tar.bz2
+511828dcc226f38602c6c67bd192ef40  xulrunner-2.0rc1.source.tar.bz2
diff --git a/xulrunner-omnijar.patch b/xulrunner-omnijar.patch
index f27f7e3..05b665a 100644
--- a/xulrunner-omnijar.patch
+++ b/xulrunner-omnijar.patch
@@ -1718,7 +1718,7 @@ Bug 620931 part 5 - Enable omni.jar by default on xulrunner
 diff --git a/xulrunner/confvars.sh b/xulrunner/confvars.sh
 --- a/xulrunner/confvars.sh
 +++ b/xulrunner/confvars.sh
-@@ -36,14 +36,15 @@
+@@ -36,15 +36,16 @@
  #
  # ***** END LICENSE BLOCK *****
  
@@ -1734,4 +1734,4 @@ diff --git a/xulrunner/confvars.sh b/xulrunner/confvars.sh
    MOZ_PLACES=1
  fi
  MOZ_EXTENSIONS_DEFAULT=" gnomevfs"
-
+ MOZ_URL_CLASSIFIER=1
diff --git a/xulrunner.spec b/xulrunner.spec
index 10409b0..262a55e 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -12,11 +12,11 @@
 # rc_version    should be set to the RC number if using an RC, 0 otherwise
 %global gecko_dir_ver 2
 %global alpha_version 0
-%global beta_version  12
-%global rc_version    0
+%global beta_version  0
+%global rc_version    1
 
 %global mozappdir         %{_libdir}/%{name}-%{gecko_dir_ver}
-%global tarballdir        mozilla-central
+%global tarballdir        mozilla-2.0
 %global gre_dir           %{_sysconfdir}/gre.d
 
 # crash reporter and out-of-process-plugins work only on x86/x86_64
@@ -60,7 +60,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        2.0
-Release:        0.25%{?pre_tag}%{?dist}
+Release:        0.26%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -459,6 +459,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Mar  9 2011 Christopher Aillon <caillon at redhat.com> - 2.0-0.26
+- Update to 2.0 RC 1
+
 * Sun Feb 27 2011 Christopher Aillon <caillon at redhat.com> - 2.0-0.25
 - Make Firefox's User-Agent string match upstream's
 


More information about the scm-commits mailing list