Projects
Multimedia
welle-io
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 11
View file
welle-io.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Dec 27 22:09:45 UTC 2024 - Fridrich Strba <fridrich.strba@bluewin.ch> + +- Added patch: + * welle-io-qt6.4.1.patch + + fix build with Qt6 versions < 6.5 + +------------------------------------------------------------------- Wed Dec 25 14:59:15 UTC 2024 - Fridrich Strba <fridrich.strba@bluewin.ch> - Update to official 2.6 release
View file
welle-io.spec
Changed
@@ -28,6 +28,7 @@ URL: https://www.welle.io/ Source0: %{name}-%{version}.tar.xz Patch0: %{name}-desktop-file.patch +Patch1: %{name}-qt6.4.1.patch BuildRequires: cmake BuildRequires: gcc%{?with_gcc}-c++ BuildRequires: hicolor-icon-theme
View file
welle-io-qt6.4.1.patch
Added
@@ -0,0 +1,13 @@ +diff --git a/src/welle-gui/radio_controller.cpp b/src/welle-gui/radio_controller.cpp +index 9520e94..f1e153a 100644 +--- a/src/welle-gui/radio_controller.cpp ++++ b/src/welle-gui/radio_controller.cpp +@@ -891,7 +891,7 @@ void CRadioController::displayDateTime(const dab_date_time_t& dateTime) + + // int OffsetFromUtc = dateTime.hourOffset * 3600 + + // dateTime.minuteOffset * 60; +- currentDateTime.setTimeZone(QTimeZone::UTC); ++ currentDateTime.setTimeZone(QTimeZone((int)0)); + + emit dateTimeChanged(currentDateTime); + }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.