[NetworkManager/f18] Update to 0.9.8.2 snapshot

Daniel Williams dcbw at fedoraproject.org
Wed Mar 27 23:41:28 UTC 2013


commit d59901903998e9aad575b63e6c25b02e8604387c
Author: Dan Williams <dcbw at redhat.com>
Date:   Wed Mar 27 18:42:10 2013 -0500

    Update to 0.9.8.2 snapshot

 .gitignore          |    1 +
 NetworkManager.spec |   18 +++++++++++++-----
 cli-crash-fix.patch |   32 --------------------------------
 sources             |    2 +-
 4 files changed, 15 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b4c1d5..31a484d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -288,3 +288,4 @@ network-manager-applet-0.8.1.tar.bz2
 /NetworkManager-0.9.7.0.git20121004.tar.bz2
 /NetworkManager-0.9.7.997.tar.bz2
 /NetworkManager-0.9.8.0.tar.bz2
+/NetworkManager-0.9.8.1.git20130327.tar.bz2
diff --git a/NetworkManager.spec b/NetworkManager.spec
index 916f169..735d4c2 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -6,8 +6,8 @@
 %define libnl3_version 3.2.7
 %define ppp_version 2.4.5
 
-%define snapshot %{nil}
-%define realversion 0.9.8.0
+%define snapshot .git20130327
+%define realversion 0.9.8.1
 
 %if 0%{?fedora} && 0%{?fedora} < 17
 %define systemd_dir /lib/systemd/system
@@ -18,7 +18,7 @@
 Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
-Version: 0.9.8.0
+Version: 0.9.8.1
 Release: 1%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
@@ -28,7 +28,6 @@ Source: %{name}-%{realversion}%{snapshot}.tar.bz2
 Source1: NetworkManager.conf
 Patch1: explain-dns1-dns2.patch
 Patch2: nss-error.patch
-Patch3: cli-crash-fix.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -156,7 +155,6 @@ NetworkManager functionality from applications that use glib.
 
 %patch1 -p1 -b .explain-dns1-dns2
 %patch2 -p1 -b .nss-error
-%patch3 -p1 -b .cli-crash-fix
 
 %build
 
@@ -360,6 +358,16 @@ exit 0
 %{_datadir}/gtk-doc/html/libnm-util/*
 
 %changelog
+* Wed Mar 27 2013 Dan Williams <dcbw at redhat.com> - 0.9.8.1-1.git20130327
+- Update to 0.9.8.2 snapshot
+- core: fix VLAN parent handling when identified by UUID
+- core: quiet warning about invalid interface index (rh #920145)
+- core: request 'static-routes' from DHCP servers (rh #922558)
+- core: fix crash when dbus-daemon is restarted (rh #918273)
+- core: copy leasefiles from /var/lib/dhclient to fix netboot (rh #916233)
+- core: memory leak and potential crash fixes
+- ifcfg-rh: ensure missing STP property is interpreted as off (rh #922702)
+
 * Wed Feb 27 2013 Jiří Klimeš <jklimes at redhat.com> - 0.9.8.0-1
 - Update to the 0.9.8.0 release
 - cli: fix a possible crash
diff --git a/sources b/sources
index fdf952c..143b7b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-591df59b619567ec087eeff0b8e5ac97  NetworkManager-0.9.8.0.tar.bz2
+5b672fc0932992b4c178db363d9a6f8d  NetworkManager-0.9.8.1.git20130327.tar.bz2


More information about the scm-commits mailing list