forked from pool/MozillaFirefox
Accepting request 309818 from mozilla:Factory
- update to Firefox 38.0.5 * Keep track of articles and videos with Pocket * Clean formatting for articles and blog posts with Reader View * Share the active tab or window in a Hello conversation - add changes file as source for SRPM (bsc#932142) OBS-URL: https://build.opensuse.org/request/show/309818 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=213
This commit is contained in:
commit
301a105851
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 23 21:13:49 UTC 2015 - wr@rosenauer.org
|
||||
|
||||
- update to Firefox 38.0.5
|
||||
* Keep track of articles and videos with Pocket
|
||||
* Clean formatting for articles and blog posts with Reader View
|
||||
* Share the active tab or window in a Hello conversation
|
||||
- add changes file as source for SRPM (bsc#932142)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 15 10:40:19 UTC 2015 - normand@linux.vnet.ibm.com
|
||||
|
||||
|
@ -19,9 +19,9 @@
|
||||
|
||||
# changed with every update
|
||||
%define major 38
|
||||
%define mainver %major.0.1
|
||||
%define mainver %major.0.5
|
||||
%define update_channel release
|
||||
%define releasedate 2015051400
|
||||
%define releasedate 2015052300
|
||||
|
||||
# general build definitions
|
||||
%if "%{update_channel}" != "aurora"
|
||||
@ -131,6 +131,7 @@ Source12: mozilla-get-app-id
|
||||
Source13: spellcheck.js
|
||||
Source14: create-tar.sh
|
||||
Source15: firefox-appdata.xml
|
||||
Source16: MozillaFirefox.changes
|
||||
# Gecko/Toolkit
|
||||
Patch1: toolkit-download-folder.patch
|
||||
Patch2: mozilla-nongnome-proxies.patch
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:554dc858bdf51da453d404a4db1f63ae13b66bc293794e5b5d9f1ae705430c5c
|
||||
size 28424
|
||||
oid sha256:0c1fe834d0444ca621c835ee88d49fdb052e7fcf91c6e221183dfbaabdb4ddc8
|
||||
size 28420
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
CHANNEL="release"
|
||||
BRANCH="releases/mozilla-$CHANNEL"
|
||||
RELEASE_TAG="FIREFOX_38_0_1_RELEASE"
|
||||
VERSION="38.0.1"
|
||||
RELEASE_TAG="FIREFOX_38_0_5_RELEASE"
|
||||
VERSION="38.0.5"
|
||||
|
||||
# mozilla
|
||||
if [ -d mozilla ]; then
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35ce3a749708d48f503ed98e279ca84cebf8d14cd34a168d41974d0c559799ce
|
||||
size 154301356
|
3
firefox-38.0.5-source.tar.xz
Normal file
3
firefox-38.0.5-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d629054a89fd1365267493c1b19d51e112143bab89c13b6b69c032596bb1a4e0
|
||||
size 155461356
|
@ -1,5 +1,5 @@
|
||||
# HG changeset patch
|
||||
# Parent a21f91aa3ed60b4e95b47f45715dfda379dab7c8
|
||||
# Parent db8f62578ee4614fc23c628b523e2bc7ae92ea04
|
||||
|
||||
diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
|
||||
new file mode 100644
|
||||
@ -1330,7 +1330,7 @@ diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul
|
||||
<button id="editBookmarkPanelDeleteButton"
|
||||
class="editBookmarkPanelBottomButton"
|
||||
label="&editBookmark.cancel.label;"
|
||||
@@ -1228,17 +1228,17 @@
|
||||
@@ -1234,17 +1234,17 @@
|
||||
|
||||
<hbox id="full-screen-warning-container" hidden="true" fadeout="true">
|
||||
<hbox style="width: 100%;" pack="center"> <!-- Inner hbox needed due to bug 579776. -->
|
||||
@ -1363,14 +1363,14 @@ diff --git a/browser/base/jar.mn b/browser/base/jar.mn
|
||||
* content/browser/browser.xul (content/browser.xul)
|
||||
+* content/browser/browser-kde.xul (content/browser-kde.xul)
|
||||
+% override chrome://browser/content/browser.xul chrome://browser/content/browser-kde.xul desktop=kde
|
||||
content/browser/browser-pocket-en-US.properties (content/browser-pocket-en-US.properties)
|
||||
content/browser/browser-pocket.dtd (content/browser-pocket.dtd)
|
||||
content/browser/browser-pocket-de.properties (content/browser-pocket-de.properties)
|
||||
content/browser/browser-pocket-es-ES.properties (content/browser-pocket-es-ES.properties)
|
||||
content/browser/browser-pocket-ja.properties (content/browser-pocket-ja.properties)
|
||||
content/browser/browser-pocket-ru.properties (content/browser-pocket-ru.properties)
|
||||
* content/browser/browser-tabPreviews.xml (content/browser-tabPreviews.xml)
|
||||
* content/browser/chatWindow.xul (content/chatWindow.xul)
|
||||
content/browser/content.js (content/content.js)
|
||||
content/browser/defaultthemes/1.footer.jpg (content/defaultthemes/1.footer.jpg)
|
||||
content/browser/defaultthemes/1.header.jpg (content/defaultthemes/1.header.jpg)
|
||||
content/browser/defaultthemes/1.icon.jpg (content/defaultthemes/1.icon.jpg)
|
||||
content/browser/defaultthemes/1.preview.jpg (content/defaultthemes/1.preview.jpg)
|
||||
content/browser/defaultthemes/2.footer.jpg (content/defaultthemes/2.footer.jpg)
|
||||
diff --git a/browser/components/build/nsModule.cpp b/browser/components/build/nsModule.cpp
|
||||
--- a/browser/components/build/nsModule.cpp
|
||||
+++ b/browser/components/build/nsModule.cpp
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07054adb03febcc11451f523916c94dbb35f0d3a1e819869bf639e3f38f87664
|
||||
size 42023448
|
3
l10n-38.0.5.tar.xz
Normal file
3
l10n-38.0.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cab21fe56816a221118bda8664d8ccdd5cc922f64fa3ef1a18bc7cfd8a89f21
|
||||
size 42059840
|
@ -1,2 +1,2 @@
|
||||
REV=62bee8cdd19f
|
||||
REV=f6680de4071d
|
||||
REPO=http://hg.mozilla.org/releases/mozilla-release
|
||||
|
Loading…
Reference in New Issue
Block a user