# HG changeset patch # User Wolfgang Rosenauer # Date 1260901256 -3600 # Node ID 148671c3abcbeee256698bc1b9bc18be2885aedd # Parent f21a8e50d93de8d5485a73959bf61515322f412f Enable libproxy support diff -r f21a8e50d93d -r 148671c3abcb mozilla-xulrunner192/mozilla-xulrunner192.changes --- a/mozilla-xulrunner192/mozilla-xulrunner192.changes Mon Dec 07 09:20:00 2009 +0100 +++ b/mozilla-xulrunner192/mozilla-xulrunner192.changes Tue Dec 15 19:20:56 2009 +0100 @@ -1,10 +1,11 @@ ------------------------------------------------------------------- -Sat Dec 5 09:31:54 CET 2009 - wr@rosenauer.org +Mon Dec 7 10:14:35 CET 2009 - wr@rosenauer.org - update to 1.9.2b5 - removed upstreamed mozilla-abi.patch - integrated mozilla-kde.patch -- use .autoreg file for autoregistration when needed (bnc#440872) +- use .autoreg file for autoregistration when needed (bnc#440872) +- enable libproxy support from 11.2 on ------------------------------------------------------------------- Tue Nov 10 14:48:39 CET 2009 - wr@rosenauer.org diff -r f21a8e50d93d -r 148671c3abcb mozilla-xulrunner192/mozilla-xulrunner192.spec --- a/mozilla-xulrunner192/mozilla-xulrunner192.spec Mon Dec 07 09:20:00 2009 +0100 +++ b/mozilla-xulrunner192/mozilla-xulrunner192.spec Tue Dec 15 19:20:56 2009 +0100 @@ -34,7 +34,7 @@ %endif %if %suse_version > 1110 BuildRequires: libiw-devel -#BuildRequires: libproxy-devel +BuildRequires: libproxy-devel %else BuildRequires: wireless-tools %endif @@ -281,11 +281,11 @@ #ac_add_options --enable-system-sqlite #EOF #%endif -#%if %suse_version > 1110 -#cat << EOF >> $MOZCONFIG -#ac_add_options --enable-libproxy -#EOF -#%endif +%if %suse_version > 1110 +cat << EOF >> $MOZCONFIG +ac_add_options --enable-libproxy +EOF +%endif make -f client.mk build %install