From 65effb6ba39b9e1b9b6e24605c3d44c4c424b921 Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Mon, 14 May 2018 21:03:43 +0200 Subject: [PATCH] Fixed release build --- rpm/harbour-sailfinder.changes | 3 ++- rpm/harbour-sailfinder.spec | 2 +- src/harbour-sailfinder.cpp | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rpm/harbour-sailfinder.changes b/rpm/harbour-sailfinder.changes index 99d8434..3dd61bd 100644 --- a/rpm/harbour-sailfinder.changes +++ b/rpm/harbour-sailfinder.changes @@ -1,4 +1,4 @@ -* Tue May 10 2018 Dylan Van Assche 4.4-4 +* Mon May 15 2018 Dylan Van Assche 4.4-6 - [MINOR BUGFIX] Sailfinder can now run in the emulator again - [MINOR BUGFIX] Messages are scrolling automatically when the keyboard shows/hides - [MAJOR BUGFIX] Jobs are now parsed correctly by Sailfinder @@ -14,6 +14,7 @@ - [NEW] See the distance of your matches - [NEW] Show schools and jobs for recommendations, matches and your profile - [UPGRADE] /updates endpoint data upgrade +- [RPM] Fixed OBS build - [WIP] Phone login support preparations - [LIBS] Moved to new Nemo import syntax diff --git a/rpm/harbour-sailfinder.spec b/rpm/harbour-sailfinder.spec index f4f8976..d22c38f 100644 --- a/rpm/harbour-sailfinder.spec +++ b/rpm/harbour-sailfinder.spec @@ -14,7 +14,7 @@ Name: harbour-sailfinder %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Sailfinder Version: 4.4 -Release: 5 +Release: 6 Group: Qt/Qt License: GPLv3 URL: https://github.com/DylanVanAssche/harbour-sailfinder diff --git a/src/harbour-sailfinder.cpp b/src/harbour-sailfinder.cpp index 7721bbd..2e2c69e 100644 --- a/src/harbour-sailfinder.cpp +++ b/src/harbour-sailfinder.cpp @@ -42,7 +42,7 @@ int main(int argc, char *argv[]) qApp->setApplicationVersion(QString(APP_VERSION)); // Set application version and enable logging - enableLogger(false); + enableLogger(true); // Enable default translations QTranslator *translator = new QTranslator(qApp);