Update to 1.0.2 release

Re-committing. Apparently, fedpkg likes to break the working copy so that
changes are not actually stashed, but looks stashed in git status. Weird.
This commit is contained in:
Lubomir Rintel 2015-05-05 14:27:52 +02:00
parent b07b629314
commit 2540ebcc41
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/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
/network-manager-applet-1.0.2.tar.xz

View File

@ -7,11 +7,11 @@
%define snapshot %{nil}
%define git_sha %{nil}
%define realversion 1.0.0
%define realversion 1.0.2
Name: network-manager-applet
Summary: A network control and status applet for NetworkManager
Version: 1.0.0
Version: %{realversion}
Release: 1%{snapshot}%{git_sha}%{?dist}
Group: Applications/System
License: GPLv2+
@ -213,6 +213,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%{_datadir}/gir-1.0/NMGtk-1.0.gir
%changelog
* Tue May 5 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0.2-1
- Update to 1.0.2 release
* Mon Dec 22 2014 Dan Williams <dcbw@redhat.com> - 1.0.0-1
- Update to 1.0

View File

@ -1 +1 @@
29c1ea523584aff7aefb2497d8655fee network-manager-applet-1.0.0.tar.xz
5b2a8baa6b038b3e55e5444ff321e80d network-manager-applet-1.0.2.tar.xz