From 96adfaf65b4dcead7a429bd6fef5110c0f698b31 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Sat, 17 Aug 2019 13:09:40 +0200 Subject: [PATCH] Update to 1.6.0 --- .gitignore | 1 + sources | 2 +- xkb-switch.spec | 16 +++++++--------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index f4c94ac..6da5036 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 49cb735..f03cb05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xkb-switch-da4ef22e362a0939556d20db50053ab631631adc.tar.gz) = 645698772cff859339e314a62df66f3c50d36b2f262e0440968cd68878ba5132a4d79cac3bec2c0be2b37ed5df17b11c84f8973e12f71e3878d780980f2872d3 +SHA512 (xkb-switch-1.6.0.tar.gz) = 38703829fdfdcc2e84ce8d516446173266314ee0116a2263b6c9f22b3d07485248951ceabe70964a20b7a21157fd53bb2ab9d5750e995a45d7450e704100d5c3 diff --git a/xkb-switch.spec b/xkb-switch.spec index f8dec81..abe909b 100644 --- a/xkb-switch.spec +++ b/xkb-switch.spec @@ -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 - 1.6.0-1 +- Update to 1.6.0 + * Sun Feb 03 2019 Fedora Release Engineering - 1.5.0-6.20160925gitda4ef22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild