Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d267ffed7 |
||
|
|
099e308cff |
4 changed files with 17 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,8 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/wingpanel-indicator-keyboard-2.0.1.tar.xz
|
||||
/wingpanel-indicator-keyboard-2.0.2.tar.gz
|
||||
/wingpanel-indicator-keyboard-2.1.0.tar.gz
|
||||
/wingpanel-indicator-keyboard-2.1.1.tar.gz
|
||||
/wingpanel-indicator-keyboard-2.1.2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-indicator-keyboard-2.1.0.tar.gz) = 9e07250dc00ef0934cbb0ea36f8b6d40c24b2202f8c2c77629868b77a18109e7b259e9b440a7cb84dd6021461108a21ce216152c91e6c5425167ae43746eacc7
|
||||
SHA512 (wingpanel-indicator-keyboard-2.1.2.tar.gz) = 6ded6be317b2d436bbf8b14c13b62635eaf07926f467991d4a6cb83923f997b7a3ae31deeb8489a7695104e37bdc6499726b40118ba84fe2e5aed920127553f3
|
||||
|
|
|
|||
3
wingpanel-indicator-keyboard.rpmlintrc
Normal file
3
wingpanel-indicator-keyboard.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,7 +2,7 @@
|
|||
|
||||
Name: wingpanel-indicator-keyboard
|
||||
Summary: Keyboard Indicator for wingpanel
|
||||
Version: 2.1.0
|
||||
Version: 2.1.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
|
|
@ -19,6 +19,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
|||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
|
||||
Requires: wingpanel%{?_isa}
|
||||
Supplements: wingpanel%{?_isa}
|
||||
|
||||
|
||||
|
|
@ -49,6 +50,12 @@ A keyboard indicator for wingpanel.
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.2-1
|
||||
- Update to version 2.1.2.
|
||||
|
||||
* Sat Oct 20 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
|
||||
- Update to version 2.1.1.
|
||||
|
||||
* Thu Jun 07 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
|
||||
- Update to version 2.1.0.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue