Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67b1222d45 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/xkb-switch-d7c1856ac85b5a55577611cec4f2ceadc0907e12.tar.gz
|
||||
/xkb-switch-da4ef22e362a0939556d20db50053ab631631adc.tar.gz
|
||||
/xkb-switch-1.6.0.tar.gz
|
||||
/xkb-switch-1.8.5.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xkb-switch-1.6.0.tar.gz) = 38703829fdfdcc2e84ce8d516446173266314ee0116a2263b6c9f22b3d07485248951ceabe70964a20b7a21157fd53bb2ab9d5750e995a45d7450e704100d5c3
|
||||
SHA512 (xkb-switch-1.8.5.tar.gz) = bc71b668e56fae3c1ce1ce306dea062ade4a58a53c52b27d1353c4444e6c56fc8fbb57ac7920fb5cf0ac6baf9263de86194f277721e37913b8198b9726d084cd
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: xkb-switch
|
||||
Version: 1.6.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.8.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Switch your X keyboard layouts from the command line
|
||||
|
||||
License: GPLv3+
|
||||
|
|
@ -35,12 +35,15 @@ install -p -D -m644 man/%{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1
|
|||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
%{_mandir}/man1/*
|
||||
%{_bindir}/xkb-switch
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 07 2021 Till Hofmann <thofmann@fedoraproject.org> - 1.8.5-1
|
||||
- Update to 1.8.5
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue