[NetworkManager-openvpn/f14] Update to 0.8.5.93 (0.8.6-rc2)

Daniel Williams dcbw at fedoraproject.org
Tue Oct 25 03:46:10 UTC 2011


commit e4eea55729b10d192e57b92ec0d4f24376a68d57
Author: Dan Williams <dcbw at redhat.com>
Date:   Mon Oct 24 22:46:00 2011 -0500

    Update to 0.8.5.93 (0.8.6-rc2)

 .gitignore                  |    1 +
 NetworkManager-openvpn.spec |   22 +++++++++++++++-------
 sources                     |    2 +-
 3 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a929ef0..6f4cd87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ NetworkManager-openvpn-0.8.tar.bz2
 NetworkManager-openvpn-0.8.git20100411.tar.bz2
 NetworkManager-openvpn-0.8.0.997.git20100609.tar.bz2
 NetworkManager-openvpn-0.8.1.tar.bz2
+/NetworkManager-openvpn-0.8.5.93.tar.bz2
diff --git a/NetworkManager-openvpn.spec b/NetworkManager-openvpn.spec
index ca0bbba..07d0915 100644
--- a/NetworkManager-openvpn.spec
+++ b/NetworkManager-openvpn.spec
@@ -1,16 +1,16 @@
 %define nm_version          1:0.8.1
 %define dbus_version        1.1
-%define gtk2_version        2.10.0
+%define gtk2_version        2.12.0
 %define openvpn_version     2.1
 %define shared_mime_version 0.16-3
 
 %define snapshot %{nil}
-%define realversion 0.8.1
+%define realversion 0.8.5.93
 
 Summary: NetworkManager VPN plugin for OpenVPN
 Name: NetworkManager-openvpn
 Epoch:   1
-Version: 0.8.1
+Version: 0.8.5.93
 Release: 1%{snapshot}%{?dist}
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -30,7 +30,6 @@ BuildRequires: NetworkManager-glib-devel  >= %{nm_version}
 BuildRequires: glib2-devel
 BuildRequires: GConf2-devel
 BuildRequires: gnome-keyring-devel
-BuildRequires: libglade2-devel
 BuildRequires: perl-XML-Parser
 BuildRequires: libtool intltool gettext
 BuildRequires: perl
@@ -76,7 +75,7 @@ rm -rf %{buildroot}
 /usr/bin/update-desktop-database > /dev/null
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-      /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
 %postun
@@ -84,7 +83,7 @@ fi
 /usr/bin/update-desktop-database > /dev/null
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-      /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
 %files -f %{name}.lang
@@ -97,12 +96,21 @@ fi
 %{_sysconfdir}/NetworkManager/VPN/nm-openvpn-service.name
 %{_libexecdir}/nm-openvpn-service
 %{_libexecdir}/nm-openvpn-service-openvpn-helper
-%{_datadir}/gnome-vpn-properties/openvpn/nm-openvpn-dialog.glade
+%{_datadir}/gnome-vpn-properties/openvpn/nm-openvpn-dialog.ui
 #%{_datadir}/applications/nm-openvpn.desktop
 #%{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-openvpn-settings.png
 %dir %{_datadir}/gnome-vpn-properties/openvpn
 
 %changelog
+* Tue Oct 25 2011 Dan Williams <dcbw at redhat.com> - 1:0.8.5.93-1
+- Update to 0.8.5.93 (0.8.6-rc2)
+- Ensure correct IP configuration for tunnels
+- Support for HTTP and SOCKS proxies
+- Show unencrypted private keys in file selection chooser
+- Allow larger renegotiation intervals
+- Handle secrets for system connections
+- Add support for RSA-MD4 HMAC algorithm
+
 * Tue Jul 27 2010 Dan Williams <dcbw at redhat.com> - 1:0.8.1-1
 - Update to 0.8.1 release
 - Updated translations
diff --git a/sources b/sources
index bbe47e9..48e1dfc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0995450e31d1a47c3e3767de9773b7a7  NetworkManager-openvpn-0.8.1.tar.bz2
+2343a09d081dff0184fb59fdb8a4eeaa  NetworkManager-openvpn-0.8.5.93.tar.bz2


More information about the scm-commits mailing list