From b9cb1ccc5258b097681ee62940a262bb381792d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Mon, 1 Dec 2014 15:10:00 +0100 Subject: [PATCH] Update to 0.9.10 latest git snapshot Fixes many bugs, such as bgo #736836 bgo #729334 bgo #729671 bgo #633233 bgo #729334 bgo #663774 rh #1112505 rh #1099489 rh #1089765 rh #1083727 rh #1090575 rh #1089199 rh #1169156 and several others. --- .gitignore | 1 + network-manager-applet.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4fe0735..f95ffda 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /network-manager-applet-0.9.9.0.git20140121.07a8138.tar.bz2 /network-manager-applet-0.9.9.0.git20140123.5d4f17e.tar.bz2 /network-manager-applet-0.9.9.0.git20140424.9ba9c3e.tar.bz2 +/network-manager-applet-0.9.10.1.git20141201.be5a9db.tar.bz2 diff --git a/network-manager-applet.spec b/network-manager-applet.spec index ed5fccb..460f111 100644 --- a/network-manager-applet.spec +++ b/network-manager-applet.spec @@ -5,14 +5,14 @@ %define nm_version 1:0.9.9.0-26 %define obsoletes_ver 1:0.9.7 -%define snapshot .git20140424 -%define git_sha .9ba9c3e -%define realversion 0.9.9.0 +%define snapshot .git20141201 +%define git_sha .be5a9db +%define realversion 0.9.10.1 Name: network-manager-applet Summary: A network control and status applet for NetworkManager -Version: 0.9.9.0 -Release: 15%{snapshot}%{?dist} +Version: 0.9.10.1 +Release: 1%{snapshot}%{git_sha}%{?dist} Group: Applications/System License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ @@ -215,6 +215,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/gir-1.0/NMGtk-1.0.gir %changelog +* Mon Dec 1 2014 Jiří Klimeš - 0.9.10.1-1.git20141201.be5a9db +- update to latest git snapshot of 0.9.10 (git20141201 sha:be5a9db) + * Wed Sep 03 2014 Kalev Lember - 0.9.9.0-15.git20140424 - Backport a patch to hide nm-connection-editor launcher in GNOME diff --git a/sources b/sources index 9a15e63..b2a85f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c0ff67d50b2cb09eb16e4c964451dc1c network-manager-applet-0.9.9.0.git20140424.9ba9c3e.tar.bz2 +979ee34eef0b3f57f5d54aeceaa624c1 network-manager-applet-0.9.10.1.git20141201.be5a9db.tar.bz2