Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c027ded3a |
||
|
|
632e3e8dc7 |
4 changed files with 16 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
/wingpanel-indicator-network-edd2b7a.tar.gz
|
||||
/wingpanel-indicator-network-2.2.0.tar.gz
|
||||
/wingpanel-indicator-network-2.2.1.tar.gz
|
||||
/wingpanel-indicator-network-2.2.2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-indicator-network-2.2.1.tar.gz) = 51a89891adcb3e6091b28225bc66eb646848f0116d12d84ef820745d117a13652da8fa3ad62fb7beed06c7cf86db70f624e8681ce0d2eeb4a7aff3e536654a90
|
||||
SHA512 (wingpanel-indicator-network-2.2.2.tar.gz) = 6c47ee8101ce34c31238deec7f053bc0cb42a2a26270403b0ceee838cbbb517f6429fe1a4c978a93636ca20c601a7c426797e6e67f9a23d041d78804aed60b2e
|
||||
|
|
|
|||
3
wingpanel-indicator-network.rpmlintrc
Normal file
3
wingpanel-indicator-network.rpmlintrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# false positives
|
||||
addFilter("E: invalid-lc-messages-dir /usr/share/locale/bh*")
|
||||
addFilter("E: invalid-lc-messages-dir /usr/share/locale/mo*")
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
Name: wingpanel-indicator-network
|
||||
Summary: Network Indicator for wingpanel
|
||||
Version: 2.2.1
|
||||
Release: 1%{?dist}
|
||||
Version: 2.2.2
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3+
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
|
|
@ -20,7 +20,9 @@ BuildRequires: pkgconfig(libnm)
|
|||
BuildRequires: pkgconfig(libnma)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
|
||||
Requires: network-manager-applet%{?_isa}
|
||||
Requires: wingpanel%{?_isa}
|
||||
|
||||
Supplements: wingpanel%{?_isa}
|
||||
|
||||
|
||||
|
|
@ -29,7 +31,7 @@ A network indicator for wingpanel.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -51,6 +53,12 @@ A network indicator for wingpanel.
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 05 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.2-2
|
||||
- Add missing dependency on network-manager-applet.
|
||||
|
||||
* Mon Jan 28 2019 Fabio Valentini <decathorpe@gmail.com> - 2.2.2-1
|
||||
- Update to version 2.2.2.
|
||||
|
||||
* Wed Oct 03 2018 Fabio Valentini <decathorpe@gmail.com> - 2.2.1-1
|
||||
- Update to version 2.2.1.
|
||||
|
||||
|
|
@ -111,4 +119,3 @@ A network indicator for wingpanel.
|
|||
* Sun Aug 21 2016 Fabio Valentini <decathorpe@gmail.com> - 2.0-1
|
||||
- Update to version 2.0.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue