Hello community, here is the log from the commit of package NetworkManager checked in at Thu Oct 19 13:12:00 CEST 2006. -------- --- NetworkManager/NetworkManager.changes 2006-09-25 17:32:29.000000000 +0200 +++ /mounts/work_src_done/STABLE/NetworkManager/NetworkManager.changes 2006-10-17 12:56:02.000000000 +0200 @@ -1,0 +2,14 @@ +Tue Oct 17 12:22:04 CEST 2006 - tambet@suse.de + +- Pull in latest CVS updates: + - Don't loop infinitely if netmask is 0 (Gnome #352634) + - Bump vpn timeout to 45s. + - Backported async scanning patch backported from HEAD. + - Make renaming a VPN entry work (Novell #193711). + - Make sleep/wake distinguishable from enable/disable networking + (Novell #199071). + - Fix a packaging issue (Novell #212506). +- Add 'fallback' support (Novell #175172). +- Remove nm-dbus-api-fix-thoening-01.path as it's upstream now. + +------------------------------------------------------------------- Old: ---- nm-dbus-api-fix-thoenig-01.patch New: ---- nm-fallback.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager.spec ++++++ --- /var/tmp/diff_new_pack.24JaHy/_old 2006-10-19 13:11:12.000000000 +0200 +++ /var/tmp/diff_new_pack.24JaHy/_new 2006-10-19 13:11:12.000000000 +0200 @@ -25,12 +25,12 @@ %define libnl_version 1.0-6 %define dhcdbd_version 1.12-19 %define sysconfig_version 0.50.9-13.3 -License: GPL +License: GNU General Public License (GPL) - all versions Group: Productivity/Networking/System URL: http://www.gnome.org/projects/NetworkManager/ Autoreqprov: on Version: 0.6.4 -Release: 10 +Release: 16 Summary: Network Link Manager and User Applications Source0: NetworkManager-%{version}.tar.gz Source1: nm-icons.tar.gz @@ -43,7 +43,7 @@ Patch5: nm-wireless-driver-workarounds-rml.patch Patch6: nm-resolv-conf-header-rml.patch Patch7: nm-fix-adhoc-icon-rml.patch -Patch8: nm-dbus-api-fix-thoenig-01.patch +Patch8: nm-fallback.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: sysconfig >= %{sysconfig_version} Recommends: %{name}-client @@ -182,7 +182,7 @@ %post %run_ldconfig if [ "$1" = 1 ]; then - if grep "network_manager.*always" /etc/YaST2/ProductFeatures; then + if grep "network_manager.*always" /etc/YaST2/ProductFeatures &> /dev/null; then sed -i '/^NETWORKMANAGER=.*no/s/no/yes/' /etc/sysconfig/network/config sed -i '/^NM_DISPATCHER=.*no/s/no/yes/' /etc/sysconfig/network/config fi @@ -258,6 +258,17 @@ %{_libdir}/libnm_glib.so.0.0.0 %changelog -n NetworkManager +* Tue Oct 17 2006 - tambet@suse.de +- Pull in latest CVS updates: +- Don't loop infinitely if netmask is 0 (Gnome #352634) +- Bump vpn timeout to 45s. +- Backported async scanning patch backported from HEAD. +- Make renaming a VPN entry work (Novell #193711). +- Make sleep/wake distinguishable from enable/disable networking + (Novell #199071). +- Fix a packaging issue (Novell #212506). +- Add 'fallback' support (Novell #175172). +- Remove nm-dbus-api-fix-thoening-01.path as it's upstream now. * Mon Sep 25 2006 - thoenig@suse.de - Do not "Require: NetworkManager-client" but "Recommend: NetworkManager-client" to avoid circular dependencies. ++++++ nm-0.6-branch.patch ++++++ ++++ 7869 lines (skipped) ++++ between NetworkManager/nm-0.6-branch.patch ++++ and /mounts/work_src_done/STABLE/NetworkManager/nm-0.6-branch.patch ++++++ nm-fallback.patch ++++++ ++++ 791 lines (skipped) ++++++ nm-wireless-driver-workarounds-rml.patch ++++++ --- /var/tmp/diff_new_pack.24JaHy/_old 2006-10-19 13:11:12.000000000 +0200 +++ /var/tmp/diff_new_pack.24JaHy/_new 2006-10-19 13:11:12.000000000 +0200 @@ -38,39 +38,6 @@ } return caps; -@@ -1903,23 +1895,21 @@ - int orig_rate = 0; - struct iwreq wrq; - -+ /* Must be in infrastructure mode during scan, otherwise we don't get a full -+ * list of scan results. Scanning doesn't work well in Ad-Hoc mode :( -+ * -+ * We only set the mode and unlock the frequency if the card is in adhoc mode, -+ * in case doing so is a costly operation for the driver or the driver prefers -+ * IW_MODE_AUTO. -+ */ - orig_mode = nm_device_802_11_wireless_get_mode (self); - if (orig_mode == IW_MODE_ADHOC) - { - orig_freq = nm_device_802_11_wireless_get_frequency (self); - orig_rate = nm_device_802_11_wireless_get_bitrate (self); -- } -- -- /* Must be in infrastructure mode during scan, otherwise we don't get a full -- * list of scan results. Scanning doesn't work well in Ad-Hoc mode :( -- */ -- nm_device_802_11_wireless_set_mode (self, IW_MODE_INFRA); -- -- /* We only unlock the frequency if the card is in adhoc mode, in case it is -- * a costly operation for the driver. -- */ -- if (orig_mode == IW_MODE_ADHOC) -+ nm_device_802_11_wireless_set_mode (self, IW_MODE_INFRA); - nm_device_802_11_wireless_set_frequency (self, 0); -+ } - - wrq.u.data.pointer = NULL; - wrq.u.data.flags = 0; @@ -2329,13 +2319,11 @@ } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org