rpms/NetworkManager/F-9 NetworkManager.spec, 1.242, 1.243 sources, 1.121, 1.122 disable-editing-system-connections-for-now.patch, 1.2, NONE

Daniel Williams dcbw at fedoraproject.org
Fri Nov 14 23:37:45 UTC 2008


Author: dcbw

Update of /cvs/pkgs/rpms/NetworkManager/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5941

Modified Files:
	NetworkManager.spec sources 
Removed Files:
	disable-editing-system-connections-for-now.patch 
Log Message:
* Fri Nov 14 2008 Dan Williams <dcbw at redhat.com> - 1:0.7.0-0.12.svn4293
- Update to NetworkManager 0.7.0 RC2
- Handle gateways on a different subnet from the interface
- Clear VPN secrets on connection failure to ensure they are requested again (rh #429287)
- Add support for PKCS#12 private keys
- Fix mangling of VPN's default route on DHCP renew
- Fix type detection of qemu/kvm network devices (rh #466340)
- Clear up netmask/prefix confusion in the connection editor
- Make the secrets dialog go away when it's not needed
- Fix inability to add system connections (rh #471308)

* Mon Oct 27 2008 Dan Williams <dcbw at redhat.com> - 1:0.7.0-0.11.svn4229
- More reliable mobile broadband card initialization
- Handle mobile broadband PINs correctly when PPP passwords are also used
- Additional PolicyKit integration for editing system connections
- Close the applet menu if a keyring password is needed (rh #353451)

* Tue Oct 21 2008 Dan Williams <dcbw at redhat.com> - 1:0.7.0-0.11.svn4201
- Fix issues with hostname during anaconda installation (rh #461933)
- Fix Ad-Hoc WPA connections (rh #461197)
- Don't require gnome-panel or gnome-panel-devel (rh #427834)
- Fix determination of WPA encryption capabilities on some cards
- Fix conflicts with PPTP and vpnc plugins
- Allow .cer file extensions when choosing certificates




Index: NetworkManager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/F-9/NetworkManager.spec,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- NetworkManager.spec	12 Oct 2008 15:41:24 -0000	1.242
+++ NetworkManager.spec	14 Nov 2008 23:37:14 -0000	1.243
@@ -9,14 +9,14 @@
 %define libnl_version 1.1
 %define ppp_version 2.2.4
 
-%define snapshot svn4175
-%define applet_snapshot svn939
+%define snapshot svn4293
+%define applet_snapshot svn1024
 
 Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
 Version: 0.7.0
-Release: 0.11.%{snapshot}%{?dist}
+Release: 0.12.%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -25,8 +25,7 @@
 Source2: nm-system-settings.conf
 Patch1: NetworkManager-0.6.5-fixup-internal-applet-build.patch
 Patch2: explain-dns1-dns2.patch
-Patch10: disable-editing-system-connections-for-now.patch
-Patch11: old-dbus-glib.patch
+Patch10: old-dbus-glib.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 PreReq:   chkconfig
@@ -43,9 +42,9 @@
 Requires: dnsmasq
 Obsoletes: dhcdbd
 
-Conflicts: NetworkManager-vpnc < 1:0.7.0-0.10.svn4174
-Conflicts: NetworkManager-openvpn < 1:0.7.0-16.svn4174
-Conflicts: NetworkManager-pptp < 1:0.7.0-0.10.svn4174
+Conflicts: NetworkManager-vpnc < 1:0.7.0-0.11.svn4229
+Conflicts: NetworkManager-openvpn < 1:0.7.0-16.svn4229
+Conflicts: NetworkManager-pptp < 1:0.7.0-0.11.svn4229
 
 BuildRequires: dbus-devel >= %{dbus_version}
 BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
@@ -55,8 +54,6 @@
 BuildRequires: libglade2-devel
 BuildRequires: openssl-devel
 BuildRequires: GConf2-devel
-BuildRequires: gnome-panel-devel
-BuildRequires: libgnomeui-devel
 BuildRequires: gnome-keyring-devel
 BuildRequires: gettext-devel
 BuildRequires: pkgconfig
@@ -97,7 +94,6 @@
 Group: Applications/Internet
 Requires: %{name} = %{epoch}:%{version}-%{release}
 Requires: %{name}-glib = %{epoch}:%{version}-%{release}
-Requires: gnome-panel
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
 Requires: libnotify >= 0.4.3
@@ -146,8 +142,7 @@
 tar -xzf %{SOURCE1}
 %patch1 -p1 -b .buildfix
 %patch2 -p1 -b .explain-dns1-dns2
-%patch10 -p1 -b .disable-system
-%patch11 -p1 -b .old-dbus-glib
+%patch10 -p1 -b .old-dbus-glib
 
 %build
 autoreconf -i
@@ -303,6 +298,31 @@
 %{_datadir}/gtk-doc/html/libnm-glib/*
 
 %changelog
+* Fri Nov 14 2008 Dan Williams <dcbw at redhat.com> - 1:0.7.0-0.12.svn4293
+- Update to NetworkManager 0.7.0 RC2
+- Handle gateways on a different subnet from the interface
+- Clear VPN secrets on connection failure to ensure they are requested again (rh #429287)
+- Add support for PKCS#12 private keys
+- Fix mangling of VPN's default route on DHCP renew
+- Fix type detection of qemu/kvm network devices (rh #466340)
+- Clear up netmask/prefix confusion in the connection editor
+- Make the secrets dialog go away when it's not needed
+- Fix inability to add system connections (rh #471308)
+
+* Mon Oct 27 2008 Dan Williams <dcbw at redhat.com> - 1:0.7.0-0.11.svn4229
+- More reliable mobile broadband card initialization
+- Handle mobile broadband PINs correctly when PPP passwords are also used
+- Additional PolicyKit integration for editing system connections
+- Close the applet menu if a keyring password is needed (rh #353451)
+
+* Tue Oct 21 2008 Dan Williams <dcbw at redhat.com> - 1:0.7.0-0.11.svn4201
+- Fix issues with hostname during anaconda installation (rh #461933)
+- Fix Ad-Hoc WPA connections (rh #461197)
+- Don't require gnome-panel or gnome-panel-devel (rh #427834)
+- Fix determination of WPA encryption capabilities on some cards
+- Fix conflicts with PPTP and vpnc plugins
+- Allow .cer file extensions when choosing certificates
+
 * Sat Oct 11 2008 Dan Williams <dcbw at redhat.com> - 1:0.7.0-0.11.svn4175
 - Fix conflicts for older PPTP VPN plugins
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/F-9/sources,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- sources	12 Oct 2008 15:41:24 -0000	1.121
+++ sources	14 Nov 2008 23:37:14 -0000	1.122
@@ -1,2 +1,2 @@
-74161daaa20a15661c62cf8df58740c2  nm-applet-0.7.0.svn939.tar.gz
-e68a22872c2eabfb28f5a9678ec048c0  NetworkManager-0.7.0.svn4175.tar.gz
+d2625bb00cbf2744fd63bb5b1d0d3c7f  nm-applet-0.7.0.svn1024.tar.gz
+851a605bdfbe247be5521e5bca2860a1  NetworkManager-0.7.0.svn4293.tar.gz


--- disable-editing-system-connections-for-now.patch DELETED ---




More information about the fedora-extras-commits mailing list