diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-02 15:16:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-02 15:17:44 +0200 |
commit | 2c02bfce315dd54ccb319f55256a7da47bc2ca42 (patch) | |
tree | c7d770a3d5d8e6a65ad2c6ff81ab33b28b901eaf | |
parent | 843f27fd1d97458a6576b1863dd02bcd729f0f14 (diff) | |
download | kube-2c02bfce315dd54ccb319f55256a7da47bc2ca42.tar.gz kube-2c02bfce315dd54ccb319f55256a7da47bc2ca42.zip |
Release of v0.3.0v0.3.0
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | dist/kube.spec | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c345358e..2081ae35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -4,7 +4,7 @@ cmake_policy(SET CMP0048 NEW) | |||
4 | cmake_policy(SET CMP0028 NEW) | 4 | cmake_policy(SET CMP0028 NEW) |
5 | cmake_policy(SET CMP0063 NEW) | 5 | cmake_policy(SET CMP0063 NEW) |
6 | 6 | ||
7 | project(kube VERSION 0.3) | 7 | project(kube VERSION 0.3.0) |
8 | 8 | ||
9 | enable_testing() | 9 | enable_testing() |
10 | 10 | ||
diff --git a/dist/kube.spec b/dist/kube.spec index be841038..cb898b4f 100644 --- a/dist/kube.spec +++ b/dist/kube.spec | |||
@@ -1,6 +1,6 @@ | |||
1 | Name: kube | 1 | Name: kube |
2 | Version: 0.3 | 2 | Version: 0.3.0 |
3 | Release: 8%{?dist} | 3 | Release: 0%{?dist} |
4 | Summary: kube | 4 | Summary: kube |
5 | 5 | ||
6 | Group: Applications/Desktop | 6 | Group: Applications/Desktop |
@@ -31,7 +31,7 @@ BuildRequires: gpgme >= 1.8.0 | |||
31 | Requires: qt5-qtquick1 | 31 | Requires: qt5-qtquick1 |
32 | Requires: qt5-qtquickcontrols | 32 | Requires: qt5-qtquickcontrols |
33 | Requires: qt5-qtquickcontrols2 | 33 | Requires: qt5-qtquickcontrols2 |
34 | Requires: sink >= 0.3 | 34 | Requires: sink >= 0.3.0 |
35 | Requires: google-noto-sans-fonts | 35 | Requires: google-noto-sans-fonts |
36 | 36 | ||
37 | %description | 37 | %description |