Update to 1.0.4 release
This commit is contained in:
parent
e5ac01bb50
commit
3186133623
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/network-manager-applet-1.0.2.tar.xz
|
/network-manager-applet-1.0.2.tar.xz
|
||||||
/network-manager-applet-1.0.4.git20160615.28a0e28.tar.bz2
|
/network-manager-applet-1.0.4.git20160615.28a0e28.tar.bz2
|
||||||
/network-manager-applet-1.0.4.git20160702.25368df.tar.bz2
|
/network-manager-applet-1.0.4.git20160702.25368df.tar.bz2
|
||||||
|
/network-manager-applet-1.0.4.tar.xz
|
||||||
|
@ -5,20 +5,20 @@
|
|||||||
%define nm_version 1:1.0.0
|
%define nm_version 1:1.0.0
|
||||||
%define obsoletes_ver 1:0.9.7
|
%define obsoletes_ver 1:0.9.7
|
||||||
|
|
||||||
%define snapshot .git20160702
|
%define snapshot %{nil}
|
||||||
%define git_sha .25368df
|
%define git_sha %{nil}
|
||||||
%define realversion 1.0.4
|
%define realversion 1.0.4
|
||||||
|
|
||||||
Name: network-manager-applet
|
Name: network-manager-applet
|
||||||
Summary: A network control and status applet for NetworkManager
|
Summary: A network control and status applet for NetworkManager
|
||||||
Version: %{realversion}
|
Version: %{realversion}
|
||||||
Release: 0.1%{snapshot}%{git_sha}%{?dist}
|
Release: 1%{snapshot}%{git_sha}%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/NetworkManager/
|
URL: http://www.gnome.org/projects/NetworkManager/
|
||||||
Obsoletes: NetworkManager-gnome < %{obsoletes_ver}
|
Obsoletes: NetworkManager-gnome < %{obsoletes_ver}
|
||||||
|
|
||||||
Source: https://download.gnome.org/sources/network-manager-applet/1.0/%{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
|
Patch0: nm-applet-no-notifications.patch
|
||||||
Patch1: nm-applet-wifi-dialog-ui-fixes.patch
|
Patch1: nm-applet-wifi-dialog-ui-fixes.patch
|
||||||
Patch2: applet-ignore-deprecated.patch
|
Patch2: applet-ignore-deprecated.patch
|
||||||
@ -95,7 +95,7 @@ nm-applet, nm-connection-editor, and the GNOME control center.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n network-manager-applet-1.0.3
|
%setup -q -n network-manager-applet-%{realversion}
|
||||||
|
|
||||||
%patch0 -p1 -b .no-notifications
|
%patch0 -p1 -b .no-notifications
|
||||||
%patch1 -p1 -b .applet-wifi-ui
|
%patch1 -p1 -b .applet-wifi-ui
|
||||||
@ -213,6 +213,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%{_datadir}/gir-1.0/NMGtk-1.0.gir
|
%{_datadir}/gir-1.0/NMGtk-1.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 14 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.4-1
|
||||||
|
- Update to 1.0.4 release
|
||||||
|
|
||||||
* Tue Jul 07 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.4-0.1.git20160702.25368df
|
* Tue Jul 07 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.4-0.1.git20160702.25368df
|
||||||
- Update to a later Git snapshot
|
- Update to a later Git snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user