Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2012-03-20 12:05:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes    
2012-03-01 07:25:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes       
2012-03-20 12:05:22.000000000 +0100
@@ -1,0 +2,30 @@
+Tue Mar 13 16:11:33 UTC 2012 - [email protected]
+
+- Add NetworkManager Supplements to
+  NetworkManager-device-plugin-wimax so that it gets automatically
+  installed by default.
+
+-------------------------------------------------------------------
+Fri Mar  2 19:23:53 UTC 2012 - [email protected]
+
+- Update to version 0.9.3.995:
+  + Linux Wireless Extensions (WEXT) support can be disabled at
+    configure time with --with-wext=no
+  + IPv6 Privacy Extensions are now enabled by default for new
+    connections
+  + Support for checking Internet connectivity has been added
+  + The ifnet system config plugin rewrites config files less often
+- Add pkgconfig(libsoup-2.4) BuildRequires and pass
+  --enable-concheck to configure to enable internet connectivity
+  check.
+
+-------------------------------------------------------------------
+Wed Feb 29 17:59:27 UTC 2012 - [email protected]
+
+- Add with_wimax define, which prepares NM for wimax. If with_wimax
+  is defined to 1:
+  + Add pkgconfig(libiWmxSdk-0) BuildRequires
+  + Change --disable-wimax to --enable-wimax in configure
+  + Create NetworkManager-device-plugin-wimax subpackage
+
+-------------------------------------------------------------------

Old:
----
  NetworkManager-0.9.3.990.tar.xz

New:
----
  NetworkManager-0.9.3.995.tar.xz

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

Other differences:
------------------
++++++ NetworkManager.spec ++++++
--- /var/tmp/diff_new_pack.pGHneV/_old  2012-03-20 12:05:25.000000000 +0100
+++ /var/tmp/diff_new_pack.pGHneV/_new  2012-03-20 12:05:25.000000000 +0100
@@ -19,10 +19,11 @@
 # We cannot enable systemd support right now, as it is exclusive and means we
 # lose ConsoleKit support (bad for sysvinit)
 %define with_systemd 0
+%define with_wimax 0
 
 Name:           NetworkManager
 Url:            http://www.gnome.org/projects/NetworkManager/
-Version:        0.9.3.990
+Version:        0.9.3.995
 Release:        0
 Summary:        Network Link Manager and User Applications
 License:        GPL-2.0+
@@ -53,12 +54,13 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
-# We should get lib Intel Wimax in here! Remove --disable-wimax
-# from configure when we have it.
-#BuildRequires:  pkgconfig(libiWmxSdk-0)
+%if %{with_wimax}
+BuildRequires:  pkgconfig(libiWmxSdk-0) >= 1.5.1
+%endif
 BuildRequires:  pkgconfig(libnl-3.0)
 BuildRequires:  pkgconfig(libnl-genl-3.0)
 BuildRequires:  pkgconfig(libnl-route-3.0)
+BuildRequires:  pkgconfig(libsoup-2.4) >= 2.26
 %if %{with_systemd}
 BuildRequires:  pkgconfig(libsystemd-login)
 %endif
@@ -91,6 +93,21 @@
 obtain IP addresses from a DHCP server, and change name servers
 whenever it sees fit.
 
+%if %{with_wimax}
+%package device-plugin-wimax
+Summary:        WiMAX support for NetworkManager
+Group:          Productivity/Networking/System
+Supplements:    %{name}
+
+%description device-plugin-wimax
+NetworkManager attempts to keep an active network connection available
+at all times.  The point of NetworkManager is to make networking
+configuration and setup as painless and automatic as possible. If
+using DHCP, NetworkManager is intended to replace default routes,
+obtain IP addresses from a DHCP server, and change name servers
+whenever it sees fit.
+%endif
+
 %package devel
 Summary:        Libraries and headers for adding NetworkManager support to 
applications
 Group:          Development/Libraries/Other
@@ -176,10 +193,15 @@
     --enable-more-warnings=no \
     --with-pppd-plugin-dir=$pppddir \
     --with-dhclient=/sbin/dhclient \
+    --enable-concheck \
 %if %{with_systemd}
     --with-session-tracking=systemd \
 %endif
+%if %{with_wimax}
+    --enable-wimax
+%else
     --disable-wimax
+%endif
 %__make %{?_smp_mflags}
 
 %install
@@ -241,7 +263,8 @@
 %doc %{_mandir}/man5/NetworkManager.conf.5*
 %doc %{_mandir}/man5/nm-system-settings.conf.5*
 %doc %{_mandir}/man8/NetworkManager.*
-%{_libdir}/NetworkManager/
+%dir %{_libdir}/NetworkManager/
+%{_libdir}/NetworkManager/libnm-settings-plugin-ifcfg-suse.so
 %dir %{_libdir}/pppd/2.4.5
 %{_libdir}/pppd/2.4.5/nm-pppd-plugin.*
 %{_libexecdir}/nm-avahi-autoipd.action
@@ -265,6 +288,12 @@
 /lib/udev/rules.d/77-nm-olpc-mesh.rules
 %ghost %config(noreplace) /var/log/NetworkManager
 
+%if %{with_wimax}
+%files device-plugin-wimax
+%defattr(-,root,root)
+%{_libdir}/NetworkManager/libnm-device-plugin-wimax.so
+%endif
+
 %files devel
 %defattr(-,root,root)
 %{_includedir}/NetworkManager/

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to