Firefox 38.0 firefox38
authorWolfgang Rosenauer <wr@rosenauer.org>
Fri, 15 May 2015 08:33:29 +0200
branchfirefox38
changeset 851 0855c4ac4793
parent 850 a2bdff616a0e
child 852 e11af0d6cb48
Firefox 38.0
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Sun May 10 09:05:36 2015 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Fri May 15 08:33:29 2015 +0200
@@ -1,8 +1,12 @@
 -------------------------------------------------------------------
-Thu Apr 23 06:41:34 UTC 2015 - wr@rosenauer.org
-
-- update to Firefox 38.0b6
+Sun May 10 07:07:49 UTC 2015 - wr@rosenauer.org
+
+- update to Firefox 38.0 (bnc#)
 - requires NSS 3.18.1
+- removed obsolete patches:
+  * mozilla-skia-bmo1136958.patch
+- remove gnomevfs build options as it is removed from sources
+- rebased patches
 
 -------------------------------------------------------------------
 Fri Apr 17 16:39:20 UTC 2015 - wr@rosenauer.org
--- a/MozillaFirefox/MozillaFirefox.spec	Sun May 10 09:05:36 2015 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Fri May 15 08:33:29 2015 +0200
@@ -18,10 +18,10 @@
 
 
 # changed with every update
-%define major 37
-%define mainver %major.99
-%define update_channel beta
-%define releasedate 2015042200
+%define major 38
+%define mainver %major.0
+%define update_channel release
+%define releasedate 2015050900
 
 # general build definitions
 %if "%{update_channel}" != "aurora"
--- a/MozillaFirefox/create-tar.sh	Sun May 10 09:05:36 2015 +0200
+++ b/MozillaFirefox/create-tar.sh	Fri May 15 08:33:29 2015 +0200
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL="beta"
+CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_38_0b6_RELEASE"
-VERSION="37.99"
+RELEASE_TAG="FIREFOX_38_0_RELEASE"
+VERSION="38.0"
 
 # mozilla
 if [ -d mozilla ]; then