Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96adfaf65b |
3 changed files with 9 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/xkb-switch-532d92321ca15945e58e23c158b5e091eb2fdf18.tar.gz
|
||||
/xkb-switch-d7c1856ac85b5a55577611cec4f2ceadc0907e12.tar.gz
|
||||
/xkb-switch-da4ef22e362a0939556d20db50053ab631631adc.tar.gz
|
||||
/xkb-switch-1.6.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xkb-switch-da4ef22e362a0939556d20db50053ab631631adc.tar.gz) = 645698772cff859339e314a62df66f3c50d36b2f262e0440968cd68878ba5132a4d79cac3bec2c0be2b37ed5df17b11c84f8973e12f71e3878d780980f2872d3
|
||||
SHA512 (xkb-switch-1.6.0.tar.gz) = 38703829fdfdcc2e84ce8d516446173266314ee0116a2263b6c9f22b3d07485248951ceabe70964a20b7a21157fd53bb2ab9d5750e995a45d7450e704100d5c3
|
||||
|
|
|
|||
|
|
@ -1,16 +1,11 @@
|
|||
%global commit da4ef22e362a0939556d20db50053ab631631adc
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global checkout 20160925git%{shortcommit}
|
||||
|
||||
|
||||
Name: xkb-switch
|
||||
Version: 1.5.0
|
||||
Release: 6.%{checkout}%{?dist}
|
||||
Version: 1.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Switch your X keyboard layouts from the command line
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://github.com/ierton/xkb-switch
|
||||
Source0: https://github.com/ierton/xkb-switch/archive/%{commit}/%{name}-%{commit}.tar.gz
|
||||
Source0: https://github.com/ierton/xkb-switch/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
|
|
@ -23,7 +18,7 @@ state.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{commit}
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -46,6 +41,9 @@ install -p -D -m644 man/%{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Aug 17 2019 Till Hofmann <thofmann@fedoraproject.org> - 1.6.0-1
|
||||
- Update to 1.6.0
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-6.20160925gitda4ef22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue