Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Till Hofmann
ac45391e44 Update to 1.6.0 2019-08-17 13:12:10 +02:00
3 changed files with 9 additions and 10 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
SHA512 (xkb-switch-da4ef22e362a0939556d20db50053ab631631adc.tar.gz) = 645698772cff859339e314a62df66f3c50d36b2f262e0440968cd68878ba5132a4d79cac3bec2c0be2b37ed5df17b11c84f8973e12f71e3878d780980f2872d3
SHA512 (xkb-switch-1.6.0.tar.gz) = 38703829fdfdcc2e84ce8d516446173266314ee0116a2263b6c9f22b3d07485248951ceabe70964a20b7a21157fd53bb2ab9d5750e995a45d7450e704100d5c3

View file

@ -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: 5.%{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
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-5.20160925gitda4ef22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild