From 8ebebbb399bbd6835b4c23fda82e1a14439a7607 Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sat, 4 Mar 2023 15:25:20 +0200 Subject: [PATCH] Version bump to v4.2.3-1 --- application/application.pro | 2 +- rpm/harbour-batterybuddy.changes | 7 +++++++ rpm/harbour-batterybuddy.spec | 6 +++--- service/service.pro | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/application/application.pro b/application/application.pro index 6374a9e..f5a1dab 100644 --- a/application/application.pro +++ b/application/application.pro @@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy CONFIG += console sailfishapp sailfishapp_i18n dbus # Keep this in sync with service.pro and .spec -VERSION = 4.2.2-1 +VERSION = 4.2.3-1 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\" diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index 627332a..5525543 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,10 @@ +* Sat Mar 4 2023 Matti Viljanen (direc85) 4.2.3-1 +- Add Slovak translation (thanks, okruhliak) +- Update Swedish translation (thanks, eson57) +- Add Support for AC Charger detection (thanks, nephros) +- Be more efficient with handling file paths in constructors +- Fix package dependencies + * Sun Jan 1 2023 Matti Viljanen (direc85) 4.2.2-1 - Restart the permission service on update diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index 4c3aca8..2cdd8d9 100644 --- a/rpm/harbour-batterybuddy.spec +++ b/rpm/harbour-batterybuddy.spec @@ -8,10 +8,10 @@ Name: harbour-batterybuddy %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} -# Change the version and release strings in .pro file only! +# Keep this in sync with .pro files Summary: Battery Buddy -Version: 4.2.2 +Version: 4.2.3 Release: 1 Group: Qt/Qt License: GPLv3 @@ -43,7 +43,7 @@ Prolong your battery life. # >> build pre # << build pre -%qtc_qmake5 +%qtc_qmake5 %qtc_make %{?_smp_mflags} diff --git a/service/service.pro b/service/service.pro index fccb7c4..28599b8 100644 --- a/service/service.pro +++ b/service/service.pro @@ -5,7 +5,7 @@ QT = core dbus PKGCONFIG += nemonotifications-qt5 # Keep this in sync with application.pro and .spec -VERSION = 4.2.2-1 +VERSION = 4.2.3-1 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"