Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2013-06-25 07:42:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes    
2013-05-13 15:10:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes       
2013-06-25 14:38:14.000000000 +0200
@@ -1,0 +2,33 @@
+Fri Jun 21 13:01:23 UTC 2013 - [email protected]
+
+- Update to version 0.9.8.2:
+  + Memory leak fixes.
+  + Ensure the ifcfg-rh plugin saves the bridging STP setting
+    correctly.
+  + Also request static routes from DHCP servers.
+  + Fix crash when dbus-daemon restarts.
+  + Look harder for the machine ID and don't crash if we don't have
+    one.
+  + Copy DHCP leasefiles from the previous location if necessary.
+  + Wait up to 120 seconds for modems to connect.
+  + Don't crash for PPPoE connections with no wired setting.
+  + Fix AvailableConnections for some WiFi connections.
+  + Ensure new available connections generate the PropertiesChanged
+    signal.
+  + Ensure the keyfile plugin reads all-default VLAN connections
+    correctly.
+  + Suppress the kernel's automatic creation of bond0.
+  + Make the SecretAgent API introspectable for bindings.
+  + Ensure ActiveConnections get torn down when device is
+    unavailable.
+  + Ensure ifupdown plugin rechecks unmanaged devices on interface
+    changes.
+  + Don't prematurely think IPv6 has succeeded due to left-over
+    addresses.
+  + Fix various systemd issues and add service file for the
+    dispatcher.
+  + Updates for new ModemManager API changes.
+  + Fix crash on Wi-Fi when IP configuration times out.
+- Rebase systemd-network-config.patch.
+
+-------------------------------------------------------------------

Old:
----
  NetworkManager-0.9.8.0.tar.xz

New:
----
  NetworkManager-0.9.8.2.tar.xz

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

Other differences:
------------------
++++++ NetworkManager.spec ++++++
--- /var/tmp/diff_new_pack.S4ljAg/_old  2013-06-25 14:38:15.000000000 +0200
+++ /var/tmp/diff_new_pack.S4ljAg/_new  2013-06-25 14:38:15.000000000 +0200
@@ -23,7 +23,7 @@
 
 Name:           NetworkManager
 Url:            http://www.gnome.org/projects/NetworkManager/
-Version:        0.9.8.0
+Version:        0.9.8.2
 Release:        0
 Summary:        Network Link Manager and User Applications
 License:        GPL-2.0+
@@ -71,7 +71,7 @@
 %if %{with_systemd}
 BuildRequires:  pkgconfig(libsystemd-login)
 %endif
-BuildRequires:  pkgconfig(mm-glib)
+BuildRequires:  pkgconfig(mm-glib) >= 0.7.991
 BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(systemd)
@@ -328,6 +328,7 @@
 %config(noreplace) %{_sysconfdir}/NetworkManager/NetworkManager.conf
 %attr(0755,root,root) %{_sysconfdir}/NetworkManager/dispatcher.d/nfs
 %{_unitdir}/NetworkManager.service
+%{_unitdir}/NetworkManager-dispatcher.service
 %{_unitdir}/NetworkManager-wait-online.service
 %{_udevdir}/rules.d/77-nm-olpc-mesh.rules
 %ghost %config(noreplace) /var/log/NetworkManager

++++++ NetworkManager-0.9.8.0.tar.xz -> NetworkManager-0.9.8.2.tar.xz ++++++
++++ 39508 lines of diff (skipped)

++++++ systemd-network-config.patch ++++++
--- /var/tmp/diff_new_pack.S4ljAg/_old  2013-06-25 14:38:16.000000000 +0200
+++ /var/tmp/diff_new_pack.S4ljAg/_new  2013-06-25 14:38:16.000000000 +0200
@@ -1,29 +1,27 @@
-Index: NetworkManager-0.9.8.0/data/NetworkManager.service.in
+Index: NetworkManager-0.9.8.2/data/NetworkManager.service.in
 ===================================================================
---- NetworkManager-0.9.8.0.orig/data/NetworkManager.service.in
-+++ NetworkManager-0.9.8.0/data/NetworkManager.service.in
-@@ -1,7 +1,7 @@
+--- NetworkManager-0.9.8.2.orig/data/NetworkManager.service.in
++++ NetworkManager-0.9.8.2/data/NetworkManager.service.in
+@@ -1,6 +1,6 @@
  [Unit]
  Description=Network Manager
- After=syslog.target
 -Wants=network.target
 +Wants=remote-fs.target network.target
  Before=network.target
  
  [Service]
-@@ -17,6 +17,6 @@ KillMode=process
+@@ -16,5 +16,5 @@ KillMode=process
  
  [Install]
  WantedBy=multi-user.target
 -Alias=dbus-org.freedesktop.NetworkManager.service
- Also=NetworkManager-wait-online.service
 +Alias=network.service
  
-Index: NetworkManager-0.9.8.0/data/NetworkManager-wait-online.service.in
+Index: NetworkManager-0.9.8.2/data/NetworkManager-wait-online.service.in
 ===================================================================
---- NetworkManager-0.9.8.0.orig/data/NetworkManager-wait-online.service.in
-+++ NetworkManager-0.9.8.0/data/NetworkManager-wait-online.service.in
-@@ -7,7 +7,9 @@ Before=network.target
+--- NetworkManager-0.9.8.2.orig/data/NetworkManager-wait-online.service.in
++++ NetworkManager-0.9.8.2/data/NetworkManager-wait-online.service.in
+@@ -7,7 +7,9 @@ Before=network.target network-online.tar
  
  [Service]
  Type=oneshot
@@ -33,4 +31,4 @@
 +ExecStart=/bin/bash -c "if [ ${NM_ONLINE_TIMEOUT} -gt 0 ]; then 
@bindir@/nm-online -q --timeout=${NM_ONLINE_TIMEOUT} ; else /bin/true ; fi"
  
  [Install]
- WantedBy=network.target
+ WantedBy=multi-user.target

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

Reply via email to