From 10c57cf6daf8cfe21e51c9584837e60d4f4b3f74 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 3 Aug 2019 13:57:54 +0200 Subject: [PATCH] Release 0.6.2 --- CMakeLists.txt | 2 +- Changelog | 4 ++++ cmake/Version.cmake | 2 +- dist/rpm/strawberry.spec.in | 1 + snap/snapcraft.yaml | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6fbbc795..369a074d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -436,5 +436,5 @@ elseif(NOT HAVE_GSTREAMER) endif() if(NOT SQLITE3_FTS5 AND NOT CMAKE_CROSSCOMPILING) - message(FATAL_ERROR "sqlite3 must be enabled with FTS5. See: https://www.sqlite.org/fts5.html") + message(WARNING "sqlite3 must be enabled with FTS5. See: https://www.sqlite.org/fts5.html") endif() diff --git a/Changelog b/Changelog index d23aa1023..35185d255 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,10 @@ Strawberry Music Player ======================= ChangeLog +Version 0.6.2: + + * Disabled fatal error for FTS5 cmake test. + Version 0.6.1: * Compare artist and album case-insensitive when generating score for album covers. diff --git a/cmake/Version.cmake b/cmake/Version.cmake index c4d6ab783..a8499617a 100644 --- a/cmake/Version.cmake +++ b/cmake/Version.cmake @@ -1,6 +1,6 @@ set(STRAWBERRY_VERSION_MAJOR 0) set(STRAWBERRY_VERSION_MINOR 6) -set(STRAWBERRY_VERSION_PATCH 1) +set(STRAWBERRY_VERSION_PATCH 2) #set(STRAWBERRY_VERSION_PRERELEASE rc1) set(INCLUDE_GIT_REVISION OFF) diff --git a/dist/rpm/strawberry.spec.in b/dist/rpm/strawberry.spec.in index 7250df01d..dd2cbdd00 100644 --- a/dist/rpm/strawberry.spec.in +++ b/dist/rpm/strawberry.spec.in @@ -57,6 +57,7 @@ BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5Sql) BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5DBus) +BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-app-1.0) BuildRequires: pkgconfig(gstreamer-audio-1.0) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index cf3247a6e..edd6239d9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: strawberry -version: '0.6.1+git' +version: '0.6.2+git' summary: music player and collection organizer description: | Strawberry is a music player and collection organizer.