Hello community, here is the log from the commit of package NetworkManager checked in at Thu May 18 01:44:49 CEST 2006. -------- --- NetworkManager/NetworkManager.changes 2006-05-16 19:27:07.000000000 +0200 +++ NetworkManager/NetworkManager.changes 2006-05-17 23:13:00.000000000 +0200 @@ -1,0 +2,15 @@ +Wed May 17 19:39:17 CEST 2006 - rml@suse.de + +- Add README.ypbind-autofs, describing the interaction between + NetworkManager, ypbind, and autofs (Novell bug #175935) +- Automatically populate allowed MAC list from BSSIDs discovered + via roaming (Novell bug #175172) +- Rediff nm-madwifi-strength-rml.patch +- nm-applet: Differentiate Ad-Hoc networks with unique icon + (Novell bug #176589) +- Add patch nm-fix-adhoc-icon-rml.patch to workaround bad nm-adhoc + icon +- Bump package requires on dhcdbd to version 1.12-19 or later +- Bump package requires on dhcp to version to 3.0.3-22 or later + +------------------------------------------------------------------- New: ---- README.ypbind-autofs nm-fix-adhoc-icon-rml.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager.spec ++++++ --- /var/tmp/diff_new_pack.VfvWff/_old 2006-05-18 01:43:07.000000000 +0200 +++ /var/tmp/diff_new_pack.VfvWff/_new 2006-05-18 01:43:07.000000000 +0200 @@ -19,11 +19,11 @@ %define wireless_version 28pre13-6 %define wpa_supplicant_version 0.4.8-9 %define resmgr_version 0.9.8 -%define dhcp_version 3.0.3 +%define dhcp_version 3.0.3-22 %define gtk_version 2.6.0 %define keyring_version 0.4.4 %define libnl_version 1.0-6 -%define dhcdbd_version 1.12-9 +%define dhcdbd_version 1.12-19 %define libnotify_version 0.3.2 %define sysconfig_version 0.50.7 License: GPL @@ -31,11 +31,12 @@ URL: http://www.gnome.org/projects/NetworkManager/ Autoreqprov: on Version: 0.6.2 -Release: 33 +Release: 34 Summary: Network Link Manager and User Applications Source0: NetworkManager-%{version}.tar.gz Source1: nm-icons.tar.gz Source2: nfs +Source3: README.ypbind-autofs Patch0: nm-0.6-branch.patch Patch1: nm-make-wireless-menu-item-inactive-rml.patch Patch2: nm-configure-networking-rml.patch @@ -44,6 +45,7 @@ Patch5: nm-wireless-driver-workarounds-rml.patch Patch6: nm-debug-wpa-less-rml.patch Patch7: nm-resolv-conf-header-rml.patch +Patch8: nm-fix-adhoc-icon-rml.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{name}-client Requires: wireless-tools >= %{wireless_version} @@ -148,6 +150,7 @@ %patch5 -p0 %patch6 -p0 %patch7 -p0 +%patch8 -p0 %build sed -i s/" --sm-disable"// nm-applet.desktop @@ -193,7 +196,7 @@ %files -f %{name}.lang %defattr(-,root,root,0755) -%doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING TODO +%doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING TODO $RPM_SOURCE_DIR/README.ypbind-autofs %attr(0644,root,root) %{_sysconfdir}/dbus-1/system.d/NetworkManager.conf %dir %{_sysconfdir}/NetworkManager %dir %{_sysconfdir}/NetworkManager/dispatcher.d @@ -258,6 +261,18 @@ %{_libdir}/libnm_glib.so.0.0.0 %changelog -n NetworkManager +* Wed May 17 2006 - rml@suse.de +- Add README.ypbind-autofs, describing the interaction between + NetworkManager, ypbind, and autofs (Novell bug #175935) +- Automatically populate allowed MAC list from BSSIDs discovered + via roaming (Novell bug #175172) +- Rediff nm-madwifi-strength-rml.patch +- nm-applet: Differentiate Ad-Hoc networks with unique icon + (Novell bug #176589) +- Add patch nm-fix-adhoc-icon-rml.patch to workaround bad nm-adhoc + icon +- Bump package requires on dhcdbd to version 1.12-19 or later +- Bump package requires on dhcp to version to 3.0.3-22 or later * Tue May 16 2006 - rml@suse.de - Do not touch ypbind or autofs unless the sysconfig option dhcp:DHCLIENT_MODIFY_NIS_CONF is set to "yes" (Novell #175935) ++++++ nm-0.6-branch.patch ++++++ ++++ 793 lines (skipped) ++++ between NetworkManager/nm-0.6-branch.patch ++++ and NetworkManager/nm-0.6-branch.patch ++++++ nm-fix-adhoc-icon-rml.patch ++++++ Index: gnome/applet/applet.c =================================================================== RCS file: /cvs/gnome/NetworkManager/gnome/applet/applet.c,v retrieving revision 1.112.2.6 diff -u -r1.112.2.6 applet.c --- gnome/applet/applet.c 17 May 2006 20:03:56 -0000 1.112.2.6 +++ gnome/applet/applet.c 17 May 2006 20:49:51 -0000 @@ -2593,7 +2593,7 @@ ICON_LOAD(applet->no_connection_icon, "nm-no-connection"); ICON_LOAD(applet->wired_icon, "nm-device-wired"); - ICON_LOAD(applet->adhoc_icon, "nm-adhoc"); + ICON_LOAD(applet->adhoc_icon, "nm-adhoc-nd"); ICON_LOAD(applet->vpn_lock_icon, "nm-vpn-lock"); ICON_LOAD(applet->wireless_00_icon, "nm-signal-00"); ++++++ nm-icons.tar.gz ++++++ Binary files old/nm-icons/16x16/apps/nm-adhoc-nd.png and new/nm-icons/16x16/apps/nm-adhoc-nd.png differ Binary files old/nm-icons/16x16/apps/nm-adhoc.png and new/nm-icons/16x16/apps/nm-adhoc.png differ Binary files old/nm-icons/22x22/apps/nm-adhoc-nd.png and new/nm-icons/22x22/apps/nm-adhoc-nd.png differ Binary files old/nm-icons/22x22/apps/nm-adhoc.png and new/nm-icons/22x22/apps/nm-adhoc.png differ ++++++ nm-madwifi-strength-rml.patch ++++++ --- /var/tmp/diff_new_pack.VfvWff/_old 2006-05-18 01:43:08.000000000 +0200 +++ /var/tmp/diff_new_pack.VfvWff/_new 2006-05-18 01:43:08.000000000 +0200 @@ -1,11 +1,11 @@ Index: src/nm-device-802-11-wireless.c =================================================================== RCS file: /cvs/gnome/NetworkManager/src/nm-device-802-11-wireless.c,v -retrieving revision 1.65 -diff -u -r1.65 nm-device-802-11-wireless.c ---- src/nm-device-802-11-wireless.c 6 Mar 2006 15:03:41 -0000 1.65 -+++ src/nm-device-802-11-wireless.c 6 Mar 2006 19:19:02 -0000 -@@ -117,7 +117,8 @@ +retrieving revision 1.60.2.8 +diff -u -r1.60.2.8 nm-device-802-11-wireless.c +--- src/nm-device-802-11-wireless.c 17 May 2006 14:57:05 -0000 1.60.2.8 ++++ src/nm-device-802-11-wireless.c 17 May 2006 15:28:19 -0000 +@@ -116,7 +116,8 @@ guint8 **out_res_buf, guint32 *data_len); @@ -15,7 +15,19 @@ const struct iw_quality *max_qual, const struct iw_quality *avg_qual); -@@ -1137,7 +1138,8 @@ +@@ -244,8 +245,9 @@ + #endif + if (iw_get_stats (nm_dev_sock_get_fd (sk), iface, &stats, &range, has_range) == 0) + { +- percent = wireless_qual_to_percent (&stats.qual, (const iwqual *)(&self->priv->max_qual), +- (const iwqual *)(&self->priv->avg_qual)); ++ percent = wireless_qual_to_percent (NM_DEVICE (self), &stats.qual, ++ (const iwqual *)(&self->priv->max_qual), ++ (const iwqual *)(&self->priv->avg_qual)); + } + nm_dev_sock_close (sk); + } +@@ -1148,7 +1150,8 @@ * */ static int @@ -25,7 +37,7 @@ const struct iw_quality *max_qual, const struct iw_quality *avg_qual) { -@@ -1166,7 +1168,7 @@ +@@ -1177,7 +1180,7 @@ * are free to use whatever they want to calculate "Link Quality". */ if ((max_qual->qual != 0) && !(max_qual->updated & IW_QUAL_QUAL_INVALID) && !(qual->updated & IW_QUAL_QUAL_INVALID)) @@ -34,7 +46,7 @@ /* If the driver doesn't specify a complete and valid quality, we have two options: * -@@ -1232,7 +1234,7 @@ +@@ -1243,7 +1246,7 @@ } /* If the quality percent was 0 or doesn't exist, then try to use signal levels instead */ @@ -43,16 +55,7 @@ percent = level_percent; #ifdef IW_QUAL_DEBUG -@@ -1292,7 +1294,7 @@ - #endif - if (iw_get_stats (nm_dev_sock_get_fd (sk), iface, &stats, &range, has_range) == 0) - { -- percent = wireless_qual_to_percent (&stats.qual, (const iwqual *)(&self->priv->max_qual), -+ percent = wireless_qual_to_percent (NM_DEVICE (self), &stats.qual, (const iwqual *)(&self->priv->max_qual), - (const iwqual *)(&self->priv->avg_qual)); - } - nm_dev_sock_close (sk); -@@ -3368,7 +3370,8 @@ +@@ -3301,7 +3304,8 @@ nm_ap_set_freq (ap, iw_freq2float(&(iwe->u.freq))); break; case IWEVQUAL: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de