Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2dbea32f7d |
||
|
|
04332b499e |
||
|
|
5500888ca2 |
4 changed files with 23 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,5 +1,10 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/wingpanel-indicator-network-2.0.2.tar.xz
|
||||
/wingpanel-indicator-network-2.1.0.tar.gz
|
||||
/wingpanel-indicator-network-2.1.1.tar.gz
|
||||
/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.0.tar.gz) = d9daf4ba2bf1028a3980b4e00f9188d18f979e3bd6b1c4b65905110eb71a0f2ea40fbfe1ebfb5815ea3bf0b7e496939640715bfba276c2ea5db794cad40a3fd0
|
||||
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.0
|
||||
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,15 @@ 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.
|
||||
|
||||
* Thu Jun 07 2018 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
|
||||
- Update to version 2.2.0.
|
||||
|
||||
|
|
@ -102,4 +113,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