Release 0.6.2

This commit is contained in:
Jonas Kvinge 2019-08-03 13:57:54 +02:00
parent e65c5eeab1
commit 10c57cf6da
5 changed files with 8 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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

View File

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