Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.3
checked in at Mon Mar 7 18:13:16 CET 2011.



--------
--- 
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
    2011-03-02 08:26:50.000000000 +0100
+++ 11.3/mozilla-xulrunner192/mozilla-xulrunner192.changes      2011-03-07 
08:14:10.000000000 +0100
@@ -1,0 +2,13 @@
+Fri Mar  4 12:05:39 UTC 2011 - w...@rosenauer.org
+
+- update to 1.9.2.15
+  * fix a regression introduced with previous update affecting
+    Java applet integration (bmo#629030)
+
+-------------------------------------------------------------------
+Wed Mar  2 10:33:25 UTC 2011 - pce...@novell.com
+
+- use full path to the ntlm_auth binary (bmo#634334)
+  (mozilla-ntlm-full-path.patch)
+
+-------------------------------------------------------------------

calling whatdependson for 11.3-i586


Old:
----
  l10n-1.9.2.14.tar.bz2
  xulrunner-source-1.9.2.14.tar.bz2

New:
----
  l10n-1.9.2.15.tar.bz2
  mozilla-ntlm-full-path.patch
  xulrunner-source-1.9.2.15.tar.bz2

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

Other differences:
------------------
++++++ mozilla-xulrunner192.spec ++++++
--- /var/tmp/diff_new_pack.GOtYVW/_old  2011-03-07 18:11:59.000000000 +0100
+++ /var/tmp/diff_new_pack.GOtYVW/_new  2011-03-07 18:11:59.000000000 +0100
@@ -39,12 +39,12 @@
 BuildRequires:  wireless-tools
 %endif
 License:        GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
-Version:        1.9.2.14
+Version:        1.9.2.15
 Release:        0.<RELEASE2>
-%define         releasedate 20110221
-%define         version_internal 1.9.2.14
+%define         releasedate 2011030300
+%define         version_internal 1.9.2.15
 %define         apiversion 1.9.2
-%define         uaweight 192140
+%define         uaweight 192150
 Summary:        Mozilla Runtime Environment 1.9.2
 Url:            http://www.mozilla.org
 Group:          Productivity/Other
@@ -85,6 +85,7 @@
 Patch16:        mozilla-locale.patch
 Patch17:        mozilla-gdk-pixbuf.patch
 Patch18:        mozilla-prlog.patch
+Patch19:        mozilla-ntlm-full-path.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       mozilla-js192 = %{version}
 Requires(post):  update-alternatives coreutils
@@ -235,6 +236,7 @@
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%patch19 -p1
 
 %build
 %if %suse_version >= 1110

++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.GOtYVW/_old  2011-03-07 18:11:59.000000000 +0100
+++ /var/tmp/diff_new_pack.GOtYVW/_new  2011-03-07 18:11:59.000000000 +0100
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_14_RELEASE"
-VERSION="1.9.2.14"
+RELEASE_TAG="FIREFOX_3_6_15_RELEASE"
+VERSION="1.9.2.15"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++++++ l10n-1.9.2.14.tar.bz2 -> l10n-1.9.2.15.tar.bz2 ++++++
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/l10n-1.9.2.14.tar.bz2 
11.3/mozilla-xulrunner192/l10n-1.9.2.15.tar.bz2 differ: char 11, line 1

++++++ mozilla-ntlm-full-path.patch ++++++
# HG changeset patch
# User Petr Cerny <pce...@novell.com>
# Parent 685ce8f9d8549783e9643907b9e95a3efda526f0

diff --git a/extensions/auth/nsAuthSambaNTLM.cpp 
b/extensions/auth/nsAuthSambaNTLM.cpp
--- a/extensions/auth/nsAuthSambaNTLM.cpp
+++ b/extensions/auth/nsAuthSambaNTLM.cpp
@@ -200,17 +200,17 @@ static PRUint8* ExtractMessage(const nsA
 nsresult
 nsAuthSambaNTLM::SpawnNTLMAuthHelper()
 {
     const char* username = PR_GetEnv("USER");
     if (!username)
         return NS_ERROR_FAILURE;
 
     char* args[] = {
-        "ntlm_auth",
+        "/usr/bin/ntlm_auth",
         "--helper-protocol", "ntlmssp-client-1",
         "--use-cached-creds",
         "--username", const_cast<char*>(username),
         nsnull
     };
 
     PRBool isOK = SpawnIOChild(args, &mChildPID, &mFromChildFD, &mToChildFD);
     if (!isOK)  
++++++ xulrunner-source-1.9.2.14.tar.bz2 -> xulrunner-source-1.9.2.15.tar.bz2 
++++++
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/xulrunner-source-1.9.2.14.tar.bz2
 11.3/mozilla-xulrunner192/xulrunner-source-1.9.2.15.tar.bz2 differ: char 11, 
line 1


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to