rpms/NetworkManager/devel NetworkManager.spec, 1.272, 1.273 nm-applet-internal-buildfixes.patch, 1.7, 1.8 sources, 1.142, 1.143 ifcfg-rh-inotify-update-fix.patch, 1.1, NONE

Daniel Williams dcbw at fedoraproject.org
Wed Jul 8 17:39:21 UTC 2009


Author: dcbw

Update of /cvs/pkgs/rpms/NetworkManager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6328

Modified Files:
	NetworkManager.spec nm-applet-internal-buildfixes.patch 
	sources 
Removed Files:
	ifcfg-rh-inotify-update-fix.patch 
Log Message:
* Wed Jul  8 2009 Dan Williams <dcbw at redhat.com> - 0.7.1-7.git20090708
- nm: fixes for ZTE/Onda modem detection
- nm: prevent re-opening serial port when the SIM has a PIN
- applet: updated translations
- editor: show list column headers

* Thu Jun 25 2009 Dan Williams <dcbw at redhat.com> - 0.7.1-6.git20090617
- nm: fix serial port settings

* Wed Jun 17 2009 Dan Williams <dcbw at redhat.com> - 0.7.1-5.git20090617
- nm: fix AT&T Quicksilver modem connections (rh #502002)
- nm: fix support for s390 bus types (rh #496820)
- nm: fix detection of some CMOtech modems
- nm: handle unsolicited wifi scans better
- nm: resolv.conf fixes when using DHCP and overriding search domains
- nm: handle WEP and WPA passphrases (rh #441070)
- nm: fix removal of old APs when none are scanned
- nm: fix Huawei EC121 and EC168C detection and handling (rh #496426)
- applet: save WEP and WPA passphrases instead of hashed keys (rh #441070)
- applet: fix broken notification bubble actions
- applet: default to WEP encryption for Ad-Hoc network creation
- applet: fix crash when connection editor dialogs are canceled
- applet: add a mobile broadband provider wizard

* Tue May 19 2009 Karsten Hopp <karsten at redhat.com> 0.7.1-4.git20090414.1
- drop ExcludeArch s390 s390x, we need at least the header files

* Tue May 05 2009 Adam Jackson <ajax at redhat.com> 1:0.7.1-4.git20090414
- nm-save-the-leases.patch: Use per-connection lease files, and don't delete
  them on interface deactivate.




Index: NetworkManager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/devel/NetworkManager.spec,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -p -r1.272 -r1.273
--- NetworkManager.spec	16 Apr 2009 14:49:38 -0000	1.272
+++ NetworkManager.spec	8 Jul 2009 17:38:51 -0000	1.273
@@ -1,7 +1,5 @@
 %define udev_scriptdir /lib/udev
 
-ExcludeArch: s390 s390x
-
 %define dbus_version 1.1
 %define dbus_glib_version 0.73-6
 %define hal_version 0.5.0
@@ -11,14 +9,14 @@ ExcludeArch: s390 s390x
 %define libnl_version 1.1
 %define ppp_version 2.2.4
 
-%define snapshot .git20090414
-%define applet_snapshot %{nil}
+%define snapshot .git20090708
+%define applet_snapshot .git20090708
 
 Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
 Version: 0.7.1
-Release: 3%{snapshot}%{?dist}
+Release: 7%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -28,7 +26,6 @@ Source1: network-manager-applet-%{versio
 Source2: nm-system-settings.conf
 Patch1: nm-applet-internal-buildfixes.patch
 Patch2: explain-dns1-dns2.patch
-Patch3: ifcfg-rh-inotify-update-fix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 PreReq:   chkconfig
@@ -36,14 +33,15 @@ Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
 Requires: hal >= %{hal_version}
 Requires: iproute
-Requires: dhclient >= 3.0.2-12
-Requires: wpa_supplicant >= 0.5.7-21
+Requires: dhclient >= 12:4.1.0
+Requires: wpa_supplicant >= 1:0.6.8-4
 Requires: libnl >= %{libnl_version}
 Requires: %{name}-glib = %{epoch}:%{version}-%{release}
 Requires: ppp >= %{ppp_version}
 Requires: avahi-autoipd
 Requires: dnsmasq
 Requires: udev
+Requires: mobile-broadband-provider-info >= 0.20090602
 Obsoletes: dhcdbd
 
 Conflicts: NetworkManager-vpnc < 1:0.7.0.99-1
@@ -145,9 +143,9 @@ NetworkManager functionality from applic
 
 # unpack the applet
 tar -xjf %{SOURCE1}
+
 %patch1 -p1 -b .buildfix
 %patch2 -p1 -b .explain-dns1-dns2
-%patch3 -p1 -b .ifcfg-rh-inotify-fix
 
 %build
 
@@ -281,7 +279,7 @@ fi
 %{_libdir}/pppd/2.4.4/nm-pppd-plugin.so
 %{_datadir}/PolicyKit/policy/*.policy
 %{udev_scriptdir}/nm-modem-probe
-%{udev_scriptdir}/rules.d/77-nm-probe-modem-capabilities.rules
+%{udev_scriptdir}/rules.d/*.rules
 
 %files devel
 %defattr(-,root,root,0755)
@@ -328,6 +326,37 @@ fi
 %{_datadir}/gtk-doc/html/libnm-util/*
 
 %changelog
+* Wed Jul  8 2009 Dan Williams <dcbw at redhat.com> - 0.7.1-7.git20090708
+- nm: fixes for ZTE/Onda modem detection
+- nm: prevent re-opening serial port when the SIM has a PIN
+- applet: updated translations
+- editor: show list column headers
+
+* Thu Jun 25 2009 Dan Williams <dcbw at redhat.com> - 0.7.1-6.git20090617
+- nm: fix serial port settings
+
+* Wed Jun 17 2009 Dan Williams <dcbw at redhat.com> - 0.7.1-5.git20090617
+- nm: fix AT&T Quicksilver modem connections (rh #502002)
+- nm: fix support for s390 bus types (rh #496820)
+- nm: fix detection of some CMOtech modems
+- nm: handle unsolicited wifi scans better
+- nm: resolv.conf fixes when using DHCP and overriding search domains
+- nm: handle WEP and WPA passphrases (rh #441070)
+- nm: fix removal of old APs when none are scanned
+- nm: fix Huawei EC121 and EC168C detection and handling (rh #496426)
+- applet: save WEP and WPA passphrases instead of hashed keys (rh #441070)
+- applet: fix broken notification bubble actions
+- applet: default to WEP encryption for Ad-Hoc network creation
+- applet: fix crash when connection editor dialogs are canceled
+- applet: add a mobile broadband provider wizard
+
+* Tue May 19 2009 Karsten Hopp <karsten at redhat.com> 0.7.1-4.git20090414.1
+- drop ExcludeArch s390 s390x, we need at least the header files
+
+* Tue May 05 2009 Adam Jackson <ajax at redhat.com> 1:0.7.1-4.git20090414
+- nm-save-the-leases.patch: Use per-connection lease files, and don't delete
+  them on interface deactivate.
+
 * Thu Apr 16 2009 Dan Williams <dcbw at redhat.com> - 1:0.7.1-3.git20090414
 - ifcfg-rh: fix problems noticing changes via inotify (rh #495884)
 

nm-applet-internal-buildfixes.patch:

Index: nm-applet-internal-buildfixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/devel/nm-applet-internal-buildfixes.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- nm-applet-internal-buildfixes.patch	14 Apr 2009 22:26:14 -0000	1.7
+++ nm-applet-internal-buildfixes.patch	8 Jul 2009 17:38:51 -0000	1.8
@@ -3,20 +3,19 @@ diff -up NetworkManager-0.7.1/network-ma
 +++ NetworkManager-0.7.1/network-manager-applet-0.7.1/configure.ac	2009-04-05 08:31:12.000000000 -0400
 @@ -68,10 +68,6 @@ PKG_CHECK_MODULES(GOBJECT, gobject-2.0)
  PKG_CHECK_MODULES(NMA,
- 		[dbus-glib-1 >= 0.72
+ 		[dbus-glib-1 >= 0.74
  		 glib-2.0 >= 2.10
--		 NetworkManager >= 0.7.0
--		 libnm_glib >= 0.7.0
--		 libnm-util >= 0.7.0
--		 libnm_glib_vpn >= 0.7.0
- 		 gtk+-2.0 >= 2.10
+-		 NetworkManager >= 0.7.1
+-		 libnm_glib >= 0.7.1
+-		 libnm-util >= 0.7.1
+-		 libnm_glib_vpn >= 0.7.1
+ 		 gtk+-2.0 >= 2.14
  		 libglade-2.0
  		 gmodule-export-2.0
 diff -up NetworkManager-0.7.1/network-manager-applet-0.7.1/src/connection-editor/Makefile.am.buildfix NetworkManager-0.7.1/network-manager-applet-0.7.1/src/connection-editor/Makefile.am
 --- NetworkManager-0.7.1/network-manager-applet-0.7.1/src/connection-editor/Makefile.am.buildfix	2009-04-03 09:30:25.000000000 -0400
 +++ NetworkManager-0.7.1/network-manager-applet-0.7.1/src/connection-editor/Makefile.am	2009-04-05 08:31:12.000000000 -0400
-@@ -2,6 +2,10 @@ NULL=
- 
+@@ -1,5 +1,9 @@
  bin_PROGRAMS = nm-connection-editor
  
 +INCLUDES = -I${top_srcdir}/../include \


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/NetworkManager/devel/sources,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -p -r1.142 -r1.143
--- sources	14 Apr 2009 22:55:18 -0000	1.142
+++ sources	8 Jul 2009 17:38:51 -0000	1.143
@@ -1,2 +1,2 @@
-d90a997e3e2051ce8866fe24f765141f  network-manager-applet-0.7.1.tar.bz2
-656728d3decf12e75814b0f4e252929e  NetworkManager-0.7.1.git20090414.tar.bz2
+f361c757fda787a2a90719b9ae668702  NetworkManager-0.7.1.git20090708.tar.bz2
+801d31708a175d2133edc66007667d71  network-manager-applet-0.7.1.git20090708.tar.bz2


--- ifcfg-rh-inotify-update-fix.patch DELETED ---




More information about the scm-commits mailing list