rpms/NetworkManager/F-12 NetworkManager.spec, 1.306, 1.307 nm-applet-internal-buildfixes.patch, 1.18, 1.19 sources, 1.165, 1.166

Daniel Williams dcbw at fedoraproject.org
Tue Apr 27 07:38:56 UTC 2010


Author: dcbw

Update of /cvs/pkgs/rpms/NetworkManager/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32568

Modified Files:
	NetworkManager.spec nm-applet-internal-buildfixes.patch 
	sources 
Log Message:
* Mon Apr 26 2010 Dan Williams <dcbw at redhat.com> - 0.8-8.git20100426
- core: fix issues with IPv6 router advertisement mishandling (rh #530670)
- core: many fixes for IPv6 RA and DHCP handling (rh #538499)
- core: ignore WWAN ethernet devices until usable (rh #585214)
- ifcfg-rh: fix handling of WEP passphrases (rh #581718)
- applet: fix crashes (rh #582938) (rh #582428)
- applet: fix crash with multiple concurrent authorization requests (rh #585405)
- editor: allow disabling IPv4 on a per-connection basis
- editor: add support for IPv6 DHCP-only configurations




Index: NetworkManager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/F-12/NetworkManager.spec,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -p -r1.306 -r1.307
--- NetworkManager.spec	22 Apr 2010 23:47:58 -0000	1.306
+++ NetworkManager.spec	27 Apr 2010 07:38:55 -0000	1.307
@@ -9,15 +9,15 @@
 %define libnl_version 1.1
 %define ppp_version 2.4.5
 
-%define snapshot .git20100422
-%define applet_snapshot .git20100422
+%define snapshot .git20100426
+%define applet_snapshot .git20100426
 %define realversion 0.8
 
 Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
 Version: 0.8.0
-Release: 7%{snapshot}%{?dist}
+Release: 8%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -378,6 +378,16 @@ fi
 %{_datadir}/gtk-doc/html/libnm-util/*
 
 %changelog
+* Mon Apr 26 2010 Dan Williams <dcbw at redhat.com> - 0.8-8.git20100426
+- core: fix issues with IPv6 router advertisement mishandling (rh #530670)
+- core: many fixes for IPv6 RA and DHCP handling (rh #538499)
+- core: ignore WWAN ethernet devices until usable (rh #585214)
+- ifcfg-rh: fix handling of WEP passphrases (rh #581718)
+- applet: fix crashes (rh #582938) (rh #582428)
+- applet: fix crash with multiple concurrent authorization requests (rh #585405)
+- editor: allow disabling IPv4 on a per-connection basis
+- editor: add support for IPv6 DHCP-only configurations
+
 * Thu Apr 22 2010 Dan Williams <dcbw at redhat.com> - 0.8-7.git20100422
 - core: fix crash during install (rh #581794)
 - wifi: fix crash when supplicant segfaults after resume (rh #538717)

nm-applet-internal-buildfixes.patch:
 configure.ac                      |    8 +-------
 src/Makefile.am                   |    8 +++++++-
 src/connection-editor/Makefile.am |    9 ++++++++-
 src/gconf-helpers/Makefile.am     |    8 +++++++-
 src/gnome-bluetooth/Makefile.am   |    7 ++++++-
 src/utils/Makefile.am             |    9 ++++++++-
 src/utils/tests/Makefile.am       |    5 ++++-
 src/wireless-security/Makefile.am |    8 +++++++-
 8 files changed, 48 insertions(+), 14 deletions(-)

Index: nm-applet-internal-buildfixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/F-12/nm-applet-internal-buildfixes.patch,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- nm-applet-internal-buildfixes.patch	24 Mar 2010 09:18:30 -0000	1.18
+++ nm-applet-internal-buildfixes.patch	27 Apr 2010 07:38:56 -0000	1.19
@@ -79,8 +79,8 @@ diff -up NetworkManager-0.8/network-mana
 +	-I${top_srcdir}/../libnm-util \
 +	-I${top_srcdir}/../libnm-glib \
  	$(GNOME_BLUETOOTH_CFLAGS) \
+ 	$(DISABLE_DEPRECATED) \
  	$(WARN_CFLAGS)
- 
 @@ -14,7 +17,9 @@ plugin_LTLIBRARIES = libnma.la
  
  libnma_la_LIBADD = \


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/F-12/sources,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -p -r1.165 -r1.166
--- sources	22 Apr 2010 23:47:58 -0000	1.165
+++ sources	27 Apr 2010 07:38:56 -0000	1.166
@@ -1,2 +1,2 @@
-98728f9860bbc9e48941aa272f7717a9  NetworkManager-0.8.git20100422.tar.bz2
-7f7f45f197d93b9b1a8bbf9e7bb3ccbd  network-manager-applet-0.8.git20100422.tar.bz2
+c815d97db2e93408c440f92bb2707b66  NetworkManager-0.8.git20100426.tar.bz2
+08860af2b9632cfbfc6f8b30167ac7ec  network-manager-applet-0.8.git20100426.tar.bz2



More information about the scm-commits mailing list