Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2015-06-09 12:24:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaFirefox (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaFirefox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaFirefox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes    
2015-06-04 09:01:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes       
2015-06-09 12:24:08.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Jun  7 07:09:12 UTC 2015 - w...@rosenauer.org
+
+- update to Firefox 38.0.6
+  * fixes bmo#1171730 which is not really relevant to oS builds
+- fix KDE regression from 38.0.5 builds (bsc#933439)
+
+-------------------------------------------------------------------

Old:
----
  firefox-38.0.5-source.tar.xz
  l10n-38.0.5.tar.xz

New:
----
  firefox-38.0.6-source.tar.xz
  l10n-38.0.6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ MozillaFirefox.spec ++++++
--- /var/tmp/diff_new_pack.9phqmY/_old  2015-06-09 12:24:18.000000000 +0200
+++ /var/tmp/diff_new_pack.9phqmY/_new  2015-06-09 12:24:18.000000000 +0200
@@ -19,9 +19,9 @@
 
 # changed with every update
 %define major 38
-%define mainver %major.0.5
+%define mainver %major.0.6
 %define update_channel release
-%define releasedate 2015052300
+%define releasedate 2015060500
 
 # general build definitions
 %if "%{update_channel}" != "aurora"


++++++ compare-locales.tar.xz ++++++

++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.9phqmY/_old  2015-06-09 12:24:18.000000000 +0200
+++ /var/tmp/diff_new_pack.9phqmY/_new  2015-06-09 12:24:18.000000000 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_38_0_5_RELEASE"
-VERSION="38.0.5"
+RELEASE_TAG="FIREFOX_38_0_6_RELEASE"
+VERSION="38.0.6"
 
 # mozilla
 if [ -d mozilla ]; then

++++++ firefox-38.0.5-source.tar.xz -> firefox-38.0.6-source.tar.xz ++++++
/work/SRC/openSUSE:Factory/MozillaFirefox/firefox-38.0.5-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/firefox-38.0.6-source.tar.xz 
differ: char 26, line 1


++++++ firefox-kde.patch ++++++
--- /var/tmp/diff_new_pack.9phqmY/_old  2015-06-09 12:24:18.000000000 +0200
+++ /var/tmp/diff_new_pack.9phqmY/_new  2015-06-09 12:24:18.000000000 +0200
@@ -1,11 +1,11 @@
 # HG changeset patch
-# Parent  db8f62578ee4614fc23c628b523e2bc7ae92ea04
+# Parent  14be97741eabce611c291418a4c1774cae8b29ff
 
 diff --git a/browser/base/content/browser-kde.xul 
b/browser/base/content/browser-kde.xul
 new file mode 100644
 --- /dev/null
 +++ b/browser/base/content/browser-kde.xul
-@@ -0,0 +1,1302 @@
+@@ -0,0 +1,1311 @@
 +#filter substitution
 +<?xml version="1.0"?>
 +# -*- Mode: HTML -*-
@@ -738,9 +738,9 @@
 +             fullscreentoolbar="true" mode="icons" customizable="true"
 +             iconsize="small"
 +#ifdef MOZ_DEV_EDITION
-+             
defaultset="urlbar-container,search-container,developer-button,bookmarks-menu-button,downloads-button,home-button,loop-button"
++             
defaultset="urlbar-container,search-container,developer-button,bookmarks-menu-button,pocket-button,downloads-button,home-button,loop-button"
 +#else
-+             
defaultset="urlbar-container,search-container,bookmarks-menu-button,downloads-button,home-button,loop-button"
++             
defaultset="urlbar-container,search-container,bookmarks-menu-button,pocket-button,downloads-button,home-button,loop-button"
 +#endif
 +             customizationtarget="nav-bar-customization-target"
 +             overflowable="true"
@@ -890,6 +890,7 @@
 +                     oncommand="BookmarksEventHandler.onCommand(event, 
this.parentNode._placesView);"
 +                     onclick="BookmarksEventHandler.onClick(event, 
this.parentNode._placesView);"
 +                     onpopupshowing="BookmarkingUI.onPopupShowing(event);
++                                     
BookmarkingUI.updatePocketItemVisibility('BMB_');
 +                                     BookmarkingUI.attachPlacesView(event, 
this);"
 +                     tooltip="bhTooltip" popupsinherittooltip="true">
 +            <menuitem id="BMB_viewBookmarksSidebar"
@@ -906,6 +907,11 @@
 +                      command="Browser:ShowAllBookmarks"
 +                      key="manBookmarkKb"/>
 +            <menuseparator/>
++            <menuitem id="BMB_pocket"
++                      class="menuitem-iconic bookmark-item subviewbutton"
++                      label="&pocketMenuitem.label;"
++                      oncommand="openUILink(Pocket.listURL, event);"/>
++            <menuseparator id="BMB_pocketSeparator"/>
 +            <menuitem id="BMB_subscribeToPageMenuitem"
 +#ifndef XP_MACOSX
 +                      class="menuitem-iconic subviewbutton"
@@ -1307,6 +1313,9 @@
 +#     starting with an empty iframe here in browser.xul from a Ts standpoint.
 +</deck>
 +
++<script type="application/javascript" 
src="chrome://browser/content/pocket/pktApi.js"/>
++<script type="application/javascript" 
src="chrome://browser/content/pocket/main.js"/>
++
 +</window>
 diff --git a/browser/base/content/browser.xul 
b/browser/base/content/browser.xul
 --- a/browser/base/content/browser.xul


++++++ l10n-38.0.5.tar.xz -> l10n-38.0.6.tar.xz ++++++
/work/SRC/openSUSE:Factory/MozillaFirefox/l10n-38.0.5.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/l10n-38.0.6.tar.xz differ: char 
26, line 1

++++++ source-stamp.txt ++++++
--- /var/tmp/diff_new_pack.9phqmY/_old  2015-06-09 12:24:19.000000000 +0200
+++ /var/tmp/diff_new_pack.9phqmY/_new  2015-06-09 12:24:19.000000000 +0200
@@ -1,2 +1,2 @@
-REV=f6680de4071d
+REV=76f8f33b6577
 REPO=http://hg.mozilla.org/releases/mozilla-release


Reply via email to