Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Fixed release build
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVanAssche committed May 14, 2018
1 parent 0c762bf commit 65effb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion rpm/harbour-sailfinder.changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Tue May 10 2018 Dylan Van Assche <dylan.van.assche@protonmail.com> 4.4-4
* Mon May 15 2018 Dylan Van Assche <dylan.van.assche@protonmail.com> 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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-sailfinder.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/harbour-sailfinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 65effb6

Please sign in to comment.