diff --git a/.gitignore b/.gitignore index f95ffda..f37f6ff 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /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 +/network-manager-applet-1.0.0.tar.xz diff --git a/0001-connection-editor-Don-t-show-launcher-in-GNOME.patch b/0001-connection-editor-Don-t-show-launcher-in-GNOME.patch deleted file mode 100644 index e26fc7b..0000000 --- a/0001-connection-editor-Don-t-show-launcher-in-GNOME.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 00d1e2bcee72857c093a6588f7bceac3b8397809 Mon Sep 17 00:00:00 2001 -From: Elad Alfassa -Date: Thu, 21 Aug 2014 21:32:21 +0300 -Subject: [PATCH] connection-editor: Don't show launcher in GNOME - -As discussed with aday, control-center will spawn nm-connection-editor when -needed, and therefor we really don't need the launcher shown, -it clutters the Application list. - -https://bugzilla.gnome.org/show_bug.cgi?id=682456 ---- - nm-connection-editor.desktop.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/nm-connection-editor.desktop.in b/nm-connection-editor.desktop.in -index 55239d0..4eefa8a 100644 ---- a/nm-connection-editor.desktop.in -+++ b/nm-connection-editor.desktop.in -@@ -10,4 +10,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME - X-GNOME-Bugzilla-Product=NetworkManager - X-GNOME-Bugzilla-Component=nm-connection-editor - Categories=GNOME;GTK;Settings;X-GNOME-NetworkSettings; --NotShowIn=KDE; -+NotShowIn=KDE;GNOME; --- -2.1.0 - diff --git a/network-manager-applet.spec b/network-manager-applet.spec index 460f111..a345561 100644 --- a/network-manager-applet.spec +++ b/network-manager-applet.spec @@ -2,27 +2,26 @@ %define glib2_version 2.32.0 %define dbus_version 1.4 %define dbus_glib_version 0.86 -%define nm_version 1:0.9.9.0-26 +%define nm_version 1:0.9.9.95 %define obsoletes_ver 1:0.9.7 -%define snapshot .git20141201 -%define git_sha .be5a9db -%define realversion 0.9.10.1 +%define snapshot %{nil} +%define git_sha %{nil} +%define realversion 1.0.0 Name: network-manager-applet Summary: A network control and status applet for NetworkManager -Version: 0.9.10.1 +Version: 1.0.0 Release: 1%{snapshot}%{git_sha}%{?dist} Group: Applications/System License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ Obsoletes: NetworkManager-gnome < %{obsoletes_ver} -Source: http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/0.9/%{name}-%{realversion}%{snapshot}%{git_sha}.tar.bz2 +Source: https://download.gnome.org/sources/network-manager-applet/1.0/%{name}-%{realversion}%{snapshot}%{git_sha}.tar.xz Patch0: nm-applet-no-notifications.patch Patch1: nm-applet-wifi-dialog-ui-fixes.patch Patch2: applet-ignore-deprecated.patch -Patch3: 0001-connection-editor-Don-t-show-launcher-in-GNOME.patch Requires: NetworkManager >= %{nm_version} Requires: NetworkManager-glib >= %{nm_version} @@ -101,7 +100,6 @@ nm-applet, nm-connection-editor, and the GNOME control center. %patch0 -p1 -b .no-notifications %patch1 -p1 -b .applet-wifi-ui %patch2 -p1 -b .no-deprecated -%patch3 -p1 -b .onlyshowin %build autoreconf -i -f @@ -215,6 +213,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/gir-1.0/NMGtk-1.0.gir %changelog +* Mon Dec 22 2014 Dan Williams - 1.0.0-1 +- Update to 1.0 + * 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) diff --git a/sources b/sources index b2a85f7..f26acfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -979ee34eef0b3f57f5d54aeceaa624c1 network-manager-applet-0.9.10.1.git20141201.be5a9db.tar.bz2 +29c1ea523584aff7aefb2497d8655fee network-manager-applet-1.0.0.tar.xz