Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2012-10-03 18:14:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-26 11:32:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes       
2012-10-03 18:14:03.000000000 +0200
@@ -1,0 +2,55 @@
+Wed Sep 26 03:15:38 UTC 2012 - [email protected]
+
+- Disable nm-remove-AP-always-on-device-disconnect.diff: the AP
+  might be removed from the list forever due to the AP list update
+  method change since 0.9.4.0 (bnc#768564)
+
+-------------------------------------------------------------------
+Mon Aug 20 18:19:46 UTC 2012 - [email protected]
+
+- Update to version 0.9.6.0:
+  + Allow customized dnsmasq local caching nameserver config via
+    /etc/NetworkManager/dnsmasq.d/
+  + Fixes for VLAN and bonding when libnl2 or earlier are used
+  + D-Bus API, libnm-glib, libnm-util, and GObject Introspection
+    documentation updates.
+
+-------------------------------------------------------------------
+Mon Aug 20 14:26:23 UTC 2012 - [email protected]
+
+- Update to version 0.9.5.96:
+  + Fix various crashes and issues in the ifcfg-rh system settings
+    plugin
+  + Fix race with multiple interfaces running DHCP at the same time
+  + Add Linux From Scratch (LFS) support.
+
+-------------------------------------------------------------------
+Mon Aug 20 13:57:32 UTC 2012 - [email protected]
+
+- Update to version 0.9.5.95:
+  + Many libnm-glib fixes, including crashes when NetworkManager
+    restarts
+  + Enhanced IPv6 stability and compatibility.
+  + Fix regression in carrier handling for devices that don't
+    support carrier detect.
+  + Add ability to connect to new WiFi networks from nmcli.
+  + Add native support for ADSL modems using PPPoE or PPPoATM.
+  + Reduce number of changes made to DNS information during
+    connection setup.
+  + Add support for IPv6-enabled VPN connections.
+  + Add device driver version, firmware version, and autoconnect
+    properties to D-Bus API.
+  + Add on-demand WiFi scan support.
+  + Fix IPv6 default gateway handling for DHCPv6.
+  + Add Vala language bindings.
+- Drop patches that were merged upstream:
+  + nm-ensure-bindings-created-NMClient-object-work.patch
+  + nm-gerror-must-be-null.patch
+  + nm-ppp-build-error.patch
+  + nm-ensure_inited-fixing.patch
+  + nm-null-out-on-dispose.patch
+  + nm-probe-radius-server-cert.patch
+  + nm-wireless-strength.patch
+- Add vala BuildRequires: needed to build the new vala bindings.
+
+-------------------------------------------------------------------

Old:
----
  NetworkManager-0.9.4.0.tar.xz
  nm-ensure-bindings-created-NMClient-object-work.patch
  nm-ensure_inited-fixing.patch
  nm-gerror-must-be-null.patch
  nm-null-out-on-dispose.patch
  nm-ppp-build-error.patch
  nm-probe-radius-server-cert.patch
  nm-wireless-strength-ipw2200.patch

New:
----
  NetworkManager-0.9.6.0.tar.xz

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

Other differences:
------------------
++++++ NetworkManager.spec ++++++
--- /var/tmp/diff_new_pack.KCjQ8v/_old  2012-10-03 18:14:05.000000000 +0200
+++ /var/tmp/diff_new_pack.KCjQ8v/_new  2012-10-03 18:14:05.000000000 +0200
@@ -23,7 +23,7 @@
 
 Name:           NetworkManager
 Url:            http://www.gnome.org/projects/NetworkManager/
-Version:        0.9.4.0
+Version:        0.9.6.0
 Release:        0
 Summary:        Network Link Manager and User Applications
 License:        GPL-2.0+
@@ -35,25 +35,12 @@
 Source99:       NetworkManager-rpmlintrc
 # PATCH-FEATURE-OPENSUSE systemd-network-config.patch -- don't try to start NM 
under systemd if it is disabled in system configuration
 Patch0:         systemd-network-config.patch
-# PATCH-UGLY-HACK-OPENSUSE nm-remove-AP-always-on-device-disconnect.diff 
[email protected] -- avoid pw dialog if AP out of range
+# PATCH-UGLY-HACK-OPENSUSE nm-remove-AP-always-on-device-disconnect.diff 
[email protected] -- avoid pw dialog if AP out of range, Disabled due to issues, 
see bnc#768564
 Patch2:         nm-remove-AP-always-on-device-disconnect.diff
 # PATCH-HACK-OPENSUSE 
nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff [email protected] 
-- avoid polkit popups for 802.11x
 Patch3:         nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff
 # PATCH-HACK-OPENSUSE 
nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff [email protected] 
-- avoid polkit popups for 802.11x
 Patch4:         nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff
-# PATCH-FIX-UPSTREAM nm-gerror-must-be-null.patch bnc#757656 bgo#674042 
[email protected] -- GError * must be initialized to NULL
-Patch5:         nm-gerror-must-be-null.patch
-# PATCH-FIX-UPSTREAM nm-ensure_inited-fixing.patch bnc#764290 
[email protected] --  more ensure_inited() fixing.
-Patch6:         nm-ensure_inited-fixing.patch
-# PATCH-FIX-UPSTREAM nm-ppp-build-error.patch [email protected] -- Fix build 
error with ppp.
-Patch7:         nm-ppp-build-error.patch
-# PATCH-FIX-UPSTREAM nm-ensure-bindings-created-NMClient-object-work.patch 
bnc#766045 bgo#672812 [email protected] -- Fixes "nmcli con" not working 
(patch came from upstream git)
-Patch8:         nm-ensure-bindings-created-NMClient-object-work.patch
-# PATCH-FIX-UPSTREAM nm-probe-radius-server-cert.patch bnc#574266 
[email protected] -- Probe the RADIUS server certificate
-Patch9:         nm-probe-radius-server-cert.patch
-Patch10:        nm-null-out-on-dispose.patch
-# PATCH-FIX-UPSTREAM nm-wireless-strength-ipw2200.patch bnc#755541 
[email protected] -- Fix wireless status for ipw2200
-Patch11:        nm-wireless-strength-ipw2200.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
@@ -62,9 +49,10 @@
 BuildRequires:  libtool
 BuildRequires:  ppp-devel
 BuildRequires:  translation-update-upstream
+BuildRequires:  vala
 BuildRequires:  wireless-tools
 BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(dbus-glib-1) >= 0.94
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 %if %{with_wimax}
@@ -190,16 +178,10 @@
 %setup -n %{name}-%{version} -q
 translation-update-upstream
 %patch0 -p1
-%patch2 -p1
+# Disabled due to issues, see bnc#768564
+#patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
 
 %build
 pppddir=`ls -1d /usr/%_lib/pppd/2*`
@@ -320,6 +302,11 @@
 %{_includedir}/NetworkManager/
 %{_includedir}/libnm-glib/
 %{_datadir}/gir-1.0/*.gir
+%dir %{_datadir}/vala/vapi
+%{_datadir}/vala/vapi/libnm-glib.deps
+%{_datadir}/vala/vapi/libnm-glib.vapi
+%{_datadir}/vala/vapi/libnm-util.deps
+%{_datadir}/vala/vapi/libnm-util.vapi
 %{_libdir}/libnm-util.so
 %{_libdir}/libnm-glib.so
 %{_libdir}/libnm-glib-vpn.so

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

Reply via email to