Hello community, here is the log from the commit of package NetworkManager-gnome checked in at Sat Sep 13 10:21:55 CEST 2008. -------- --- GNOME/NetworkManager-gnome/NetworkManager-gnome.changes 2008-08-02 13:35:09.000000000 +0200 +++ /mounts/work_src_done/STABLE/NetworkManager-gnome/NetworkManager-gnome.changes 2008-09-12 15:26:30.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Sep 12 16:04:15 EEST 2008 - tambet@suse.de + +- Bring up to date with SVN. +- Add a patch to make use of ModemManager. That allows us to use + more advanced features like signal quality monitoring, scanning, + and seeing more information about modems. +- Require NetworkManager >= 0.7.0.r4060 since '0.7.0' is too vague. +- Build fixes required to compile with newer kernels. + +------------------------------------------------------------------- Old: ---- nm-applet-0.7.0.r832.tar.bz2 New: ---- nm-applet-0.7.0.r884.tar.bz2 nm-applet-r884-use-modem-manager.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager-gnome.spec ++++++ --- /var/tmp/diff_new_pack.Y23308/_old 2008-09-13 10:20:33.000000000 +0200 +++ /var/tmp/diff_new_pack.Y23308/_new 2008-09-13 10:20:33.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package NetworkManager-gnome (Version 0.7.0.r832) +# spec file for package NetworkManager-gnome (Version 0.7.0.r884) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: NetworkManager-gnome Url: http://www.gnome.org/projects/NetworkManager/ -Version: 0.7.0.r832 +Version: 0.7.0.r884 Release: 1 License: GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -30,8 +30,9 @@ Source1: nm-icons.tar.gz Patch0: nma-autostart-only-in-gnome.patch Patch1: nma-build-fix.patch +Patch2: nm-applet-r884-use-modem-manager.patch Provides: NetworkManager-client -Requires: NetworkManager >= 0.7.0 +Requires: NetworkManager >= 0.7.0.r4060 Requires: hal >= 0.5.0 %description @@ -49,8 +50,10 @@ %setup -n nm-applet-0.7.0 -a 1 %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build +autoreconf %configure \ --with-notify # parallel build is broken @@ -70,12 +73,20 @@ %doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING %{_bindir}/nm-applet %{_bindir}/nm-connection-editor +%{_bindir}/nm-modem-properties %{_datadir}/nm-applet %{_datadir}/icons/hicolor/*/apps/*.png %{_sysconfdir}/dbus-1/system.d/nm-applet.conf %{_sysconfdir}/xdg/autostart/nm-applet.desktop %changelog +* Fri Sep 12 2008 tambet@suse.de +- Bring up to date with SVN. +- Add a patch to make use of ModemManager. That allows us to use + more advanced features like signal quality monitoring, scanning, + and seeing more information about modems. +- Require NetworkManager >= 0.7.0.r4060 since '0.7.0' is too vague. +- Build fixes required to compile with newer kernels. * Fri Aug 01 2008 tambet@suse.de - Bring up to date with SVN again. * Mon Jun 30 2008 tambet@suse.de ++++++ nma-build-fix.patch ++++++ --- /var/tmp/diff_new_pack.Y23308/_old 2008-09-13 10:20:33.000000000 +0200 +++ /var/tmp/diff_new_pack.Y23308/_new 2008-09-13 10:20:33.000000000 +0200 @@ -2,10 +2,11 @@ =================================================================== --- nm-applet-0.7.0.orig/configure.ac +++ nm-applet-0.7.0/configure.ac -@@ -117,7 +117,7 @@ AC_TRY_COMPILE([#ifndef __user +@@ -161,8 +161,7 @@ AC_TRY_COMPILE([#ifndef __user + #include <sys/types.h> #include <linux/types.h> #include <sys/socket.h> - #include <net/if.h> +- #include <net/if.h> - #include <wireless.h>], + #include <linux/wireless.h>], [#ifndef IWEVGENIE @@ -15,7 +16,7 @@ =================================================================== --- nm-applet-0.7.0.orig/configure +++ nm-applet-0.7.0/configure -@@ -22996,7 +22996,7 @@ cat >>conftest.$ac_ext <<_ACEOF +@@ -23727,7 +23727,7 @@ cat >>conftest.$ac_ext <<_ACEOF #include <linux/types.h> #include <sys/socket.h> #include <net/if.h> @@ -28,10 +29,11 @@ =================================================================== --- nm-applet-0.7.0.orig/src/wireless-helper.h +++ nm-applet-0.7.0/src/wireless-helper.h -@@ -7,5 +7,5 @@ +@@ -6,6 +6,5 @@ + #include <sys/types.h> #include <linux/types.h> #include <sys/socket.h> - #include <net/if.h> +-#include <net/if.h> -#include <wireless.h> +#include <linux/wireless.h> ++++++ nm-applet-0.7.0.r832.tar.bz2 -> nm-applet-0.7.0.r884.tar.bz2 ++++++ ++++ 20624 lines of diff (skipped) ++++++ nm-applet-r884-use-modem-manager.patch ++++++ ++++ 1524 lines (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de