Hello community,
here is the log from the commit of package mozilla-xulrunner192 for
openSUSE:11.4
checked in at Wed Sep 28 17:31:29 CEST 2011.
--------
---
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes
2011-09-07 16:55:36.000000000 +0200
+++ 11.4/mozilla-xulrunner192/mozilla-xulrunner192.changes 2011-09-27
08:50:10.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Sep 21 10:17:09 UTC 2011 - [email protected]
+
+- security update to 1.9.2.23 (bnc#720264)
+- bring KDE's dialog.xml in sync with original widget
+
+-------------------------------------------------------------------
+Wed Sep 14 07:08:55 UTC 2011 - [email protected]
+
+- add dbus-1-glib-devel to BuildRequires (not pulled in
+ automatically with 12.1)
+
+-------------------------------------------------------------------
calling whatdependson for 11.4-i586
Old:
----
l10n-1.9.2.22.tar.bz2
xulrunner-source-1.9.2.22.tar.bz2
New:
----
l10n-1.9.2.23.tar.bz2
xulrunner-source-1.9.2.23.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mozilla-xulrunner192.spec ++++++
--- /var/tmp/diff_new_pack.QPuUCn/_old 2011-09-28 17:31:09.000000000 +0200
+++ /var/tmp/diff_new_pack.QPuUCn/_new 2011-09-28 17:31:09.000000000 +0200
@@ -20,7 +20,7 @@
Name: mozilla-xulrunner192
-BuildRequires: autoconf213 gcc-c++ libcurl-devel libgnomeui-devel
libidl-devel libnotify-devel pkg-config python startup-notification-devel zip
+BuildRequires: autoconf213 dbus-1-glib-devel gcc-c++ libcurl-devel
libgnomeui-devel libidl-devel libnotify-devel pkg-config python
startup-notification-devel zip
# needed for brp-check-bytecode-version (jar, fastjar would do as well)
BuildRequires: unzip
%if %suse_version > 1020
@@ -39,12 +39,12 @@
BuildRequires: wireless-tools
%endif
License: MPLv1.1 or GPLv2+ or LGPLv2+
-Version: 1.9.2.22
-Release: 0.<RELEASE2>
-%define releasedate 2011090700
-%define version_internal 1.9.2.22
+Version: 1.9.2.23
+Release: 1.<RELEASE2>
+%define releasedate 2011092000
+%define version_internal 1.9.2.23
%define apiversion 1.9.2
-%define uaweight 192220
+%define uaweight 192230
Summary: Mozilla Runtime Environment 1.9.2
Url: http://www.mozilla.org
Group: Productivity/Other
++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.QPuUCn/_old 2011-09-28 17:31:10.000000000 +0200
+++ /var/tmp/diff_new_pack.QPuUCn/_new 2011-09-28 17:31:10.000000000 +0200
@@ -1,7 +1,7 @@
#!/bin/bash
-RELEASE_TAG="FIREFOX_3_6_22_RELEASE"
-VERSION="1.9.2.22"
+RELEASE_TAG="FIREFOX_3_6_23_RELEASE"
+VERSION="1.9.2.23"
# mozilla
hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla
++++++ l10n-1.9.2.22.tar.bz2 -> l10n-1.9.2.23.tar.bz2 ++++++
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/l10n-1.9.2.22.tar.bz2
11.4/mozilla-xulrunner192/l10n-1.9.2.23.tar.bz2 differ: char 11, line 1
++++++ mozilla-kde.patch ++++++
--- /var/tmp/diff_new_pack.QPuUCn/_old 2011-09-28 17:31:10.000000000 +0200
+++ /var/tmp/diff_new_pack.QPuUCn/_new 2011-09-28 17:31:10.000000000 +0200
@@ -634,7 +634,7 @@
new file mode 100644
--- /dev/null
+++ b/toolkit/content/widgets/dialog-kde.xml
-@@ -0,0 +1,445 @@
+@@ -0,0 +1,447 @@
+<?xml version="1.0"?>
+
+<bindings id="dialogBindings"
@@ -808,27 +808,29 @@
+ document.commandDispatcher.advanceFocusIntoSubtree(dialog);
+
+ var focusedElt = document.commandDispatcher.focusedElement;
-+ var initialFocusedElt = focusedElt;
-+ while (focusedElt.localName == "tab" ||
-+ focusedElt.getAttribute("noinitialfocus") == "true") {
-+
document.commandDispatcher.advanceFocusIntoSubtree(focusedElt);
-+ focusedElt = document.commandDispatcher.focusedElement;
-+ if (focusedElt == initialFocusedElt)
-+ break;
-+ }
++ if (focusedElt) {
++ var initialFocusedElt = focusedElt;
++ while (focusedElt.localName == "tab" ||
++ focusedElt.getAttribute("noinitialfocus") == "true") {
++
document.commandDispatcher.advanceFocusIntoSubtree(focusedElt);
++ focusedElt = document.commandDispatcher.focusedElement;
++ if (focusedElt == initialFocusedElt)
++ break;
++ }
+
-+ if (initialFocusedElt.localName == "tab") {
-+ if (focusedElt.hasAttribute("dlgtype")) {
-+ // We don't want to focus on anonymous OK, Cancel, etc.
buttons,
-+ // so return focus to the tab itself
-+ initialFocusedElt.focus();
++ if (initialFocusedElt.localName == "tab") {
++ if (focusedElt.hasAttribute("dlgtype")) {
++ // We don't want to focus on anonymous OK, Cancel, etc.
buttons,
++ // so return focus to the tab itself
++ initialFocusedElt.focus();
++ }
+ }
-+ }
+#ifndef XP_MACOSX
-+ else if (focusedElt.hasAttribute("dlgtype") && focusedElt !=
defaultButton) {
-+ defaultButton.focus();
-+ }
++ else if (focusedElt.hasAttribute("dlgtype") && focusedElt !=
defaultButton) {
++ defaultButton.focus();
++ }
+#endif
++ }
+ }
+
+ try {
@@ -3982,7 +3984,7 @@
#include <hildon-mime.h>
#include <libosso.h>
#endif
-@@ -1627,36 +1628,46 @@ nsLocalFile::Launch()
+@@ -1666,36 +1667,46 @@ nsLocalFile::Launch()
return NS_OK;
}
@@ -4035,7 +4037,7 @@
NS_IMETHODIMP
nsLocalFile::Launch()
{
-@@ -1674,16 +1685,23 @@ nsLocalFile::Launch()
+@@ -1713,16 +1724,23 @@ nsLocalFile::Launch()
if (nsnull == connection)
return NS_ERROR_FAILURE;
++++++ xulrunner-source-1.9.2.22.tar.bz2 -> xulrunner-source-1.9.2.23.tar.bz2
++++++
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/xulrunner-source-1.9.2.22.tar.bz2
11.4/mozilla-xulrunner192/xulrunner-source-1.9.2.23.tar.bz2 differ: char 11,
line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]