rpms/NetworkManager/devel NetworkManager-0.6.5-fixup-internal-applet-build.patch, 1.16, 1.17 NetworkManager.spec, 1.219, 1.220 sources, 1.107, 1.108 no-strict-aliasing.patch, 1.2, NONE

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue May 13 22:41:00 UTC 2008


Author: dcbw

Update of /cvs/pkgs/rpms/NetworkManager/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22922

Modified Files:
	NetworkManager-0.6.5-fixup-internal-applet-build.patch 
	NetworkManager.spec sources 
Removed Files:
	no-strict-aliasing.patch 
Log Message:
* Tue May 13 2008 Dan Williams <dcbw at redhat.com> - 1:0.7.0-0.9.3.svn3665
- Fix issues with the Fedora plugin not noticing changes made by
    system-config-network (rh #444502)
- Allow autoconnection of GSM and CDMA connections
- Multiple IP address support for user connections
- Fixes for Mobile Broadband cards that return line speed on connect
- Implement PIN entry for GSM mobile broadband connections
- Fix crash when editing unencrypted WiFi connections in the connection editor



NetworkManager-0.6.5-fixup-internal-applet-build.patch:

Index: NetworkManager-0.6.5-fixup-internal-applet-build.patch
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/devel/NetworkManager-0.6.5-fixup-internal-applet-build.patch,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- NetworkManager-0.6.5-fixup-internal-applet-build.patch	31 Mar 2008 16:42:42 -0000	1.16
+++ NetworkManager-0.6.5-fixup-internal-applet-build.patch	13 May 2008 22:40:04 -0000	1.17
@@ -47,10 +47,11 @@
  noinst_LTLIBRARIES = libgconf-helpers.la
  
  libgconf_helpers_la_SOURCES =	\
-@@ -13,5 +17,7 @@ libgconf_helpers_la_CPPFLAGS = \
+@@ -13,6 +17,8 @@ libgconf_helpers_la_CPPFLAGS = \
  
  libgconf_helpers_la_LIBADD = \
  	$(NMA_LIBS) \
+ 	${top_builddir}/src/marshallers/libmarshallers.la \
 -	${top_builddir}/src/utils/libutils.la
 +	${top_builddir}/src/utils/libutils.la \
 +	-L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \
@@ -123,12 +124,13 @@
  nm_connection_editor_CPPFLAGS =			\
  	$(NMA_CFLAGS)				\
  	-DICONDIR=\""$(datadir)/icons"\"	\
-@@ -29,7 +33,9 @@ nm_connection_editor_LDADD = \
+@@ -29,8 +33,10 @@ nm_connection_editor_LDADD = \
  	$(top_builddir)/src/gconf-helpers/libgconf-helpers.la \
  	${top_builddir}/src/wireless-security/libwireless-security.la \
  	${top_builddir}/src/utils/libutils.la \
--	$(NMA_LIBS)
-+	$(NMA_LIBS) \
+	$(NMA_LIBS) \
+-	$(POLKIT_LIBS)
++	$(POLKIT_LIBS) \
 +	-L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \
 +	-L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm_glib.la
  


Index: NetworkManager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/devel/NetworkManager.spec,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- NetworkManager.spec	30 Apr 2008 20:15:34 -0000	1.219
+++ NetworkManager.spec	13 May 2008 22:40:04 -0000	1.220
@@ -9,8 +9,8 @@
 %define libnl_version 1.0-0.15.pre8.git20071218
 %define ppp_version 2.2.4
 
-%define snapshot svn3623
-%define applet_snapshot svn709
+%define snapshot svn3665
+%define applet_snapshot svn724
 
 Name: NetworkManager
 Summary: Network connection manager and user applications
@@ -24,7 +24,6 @@
 Source1: nm-applet-%{version}.%{applet_snapshot}.tar.gz
 Source2: nm-system-settings.conf
 Patch1: NetworkManager-0.6.5-fixup-internal-applet-build.patch
-Patch2: no-strict-aliasing.patch
 Patch3: optionally-wait-for-network.patch
 Patch4: serial-debug.patch
 Patch5: explain-dns1-dns2.patch
@@ -66,6 +65,7 @@
 BuildRequires: automake autoconf intltool libtool
 BuildRequires: ppp-devel >= %{ppp_version}
 BuildRequires: nss-devel >= 3.11.7
+BuildRequires: PolicyKit-devel PolicyKit-gnome-devel
 
 %description
 NetworkManager attempts to keep an active network connection available at all
@@ -140,7 +140,6 @@
 # unpack the applet
 tar -xzf %{SOURCE1}
 %patch1 -p1 -b .buildfix
-%patch2 -p1 -b .no-strict-aliasing
 %patch3 -p1 -b .wait-for-network
 %patch4 -p1 -b .serial-debug
 %patch5 -p1 -b .explain-dns1-dns2
@@ -201,6 +200,7 @@
 %post
 if [ "$1" == "1" ]; then
 	/sbin/chkconfig --add NetworkManager
+	/sbin/chkconfig messagebus resetpriorities
 fi
 
 %preun
@@ -258,6 +258,7 @@
 %{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManagerSystemSettings.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
 %{_libdir}/pppd/2.4.4/nm-pppd-plugin.so
+%{_datadir}/PolicyKit/policy/*.policy
 
 %files gnome
 %defattr(-,root,root,0755)
@@ -293,6 +294,15 @@
 
 
 %changelog
+* Tue May 13 2008 Dan Williams <dcbw at redhat.com> - 1:0.7.0-0.9.3.svn3665
+- Fix issues with the Fedora plugin not noticing changes made by
+    system-config-network (rh #444502)
+- Allow autoconnection of GSM and CDMA connections
+- Multiple IP address support for user connections
+- Fixes for Mobile Broadband cards that return line speed on connect
+- Implement PIN entry for GSM mobile broadband connections
+- Fix crash when editing unencrypted WiFi connections in the connection editor
+
 * Wed Apr 30 2008 Dan Williams <dcbw at redhat.com> - 1:0.7.0-0.9.3.svn3623
 - Clean up the dispatcher now that it's service is gone (rh #444798)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/devel/sources,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- sources	30 Apr 2008 19:43:19 -0000	1.107
+++ sources	13 May 2008 22:40:04 -0000	1.108
@@ -1,2 +1,2 @@
-914847f5627a3c637d667a9e161ed546  nm-applet-0.7.0.svn709.tar.gz
-308ac3e35ab19780534f70e46625437d  NetworkManager-0.7.0.svn3623.tar.gz
+67df69824f79c7b2cc54f3c479dc3a08  NetworkManager-0.7.0.svn3665.tar.gz
+90afda885df096e7017ddd8aefa52657  nm-applet-0.7.0.svn724.tar.gz


--- no-strict-aliasing.patch DELETED ---




More information about the fedora-extras-commits mailing list