Projects
Multimedia
welle-io
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
welle-io.changes
Changed
@@ -1,4 +1,23 @@ ------------------------------------------------------------------- +Sat Nov 2 14:54:31 UTC 2024 - Fridrich Strba <fridrich.strba@bluewin.ch> + +- Update to official 2.5 release +- Major changes since welle.io 2.4 + * Core + + Migrate from Qt5 to Qt6 + + Migrate build chain from travis-ci and appveyor to GitHub + Actions + + Add inital scan button (#724). + * Linux + + Update to Qt 6.7.2 + + Migrate to AppImage creation to + https://github.com/probonopd/go-appimage + ° Because of this bug + (https://github.com/probonopd/go-appimage/issues/301) a + working AppImage cannot be provided. + ° Please use version 2.4 + +------------------------------------------------------------------- Sat Sep 14 11:52:48 UTC 2024 - Fridrich Strba <fridrich.strba@bluewin.ch> - Added patch:
View file
welle-io.spec
Changed
@@ -20,7 +20,7 @@ %define with_gcc 8 %endif Name: welle-io -Version: 2.5~20240904.268a4d2 +Version: 2.5 Release: 0 Summary: Receiver for DAB and DAB+ broadcast radio License: GPL-2.0-or-later
View file
_service
Changed
@@ -2,8 +2,10 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/AlbrechtL/welle.io.git</param> - <param name="revision">268a4d2b0f1c077d60cc033a378d30afce0be02d</param> - <param name="versionformat">2.5~%cd.%h</param> + <param name="revision">v2.5</param> + <param name="match-tag">v*</param> + <param name="versionformat">@PARENT_TAG@</param> + <param name="versionrewrite-pattern">v(.*)</param> <param name="filename">welle-io</param> </service> <service name="recompress" mode="disabled">
View file
welle-io-2.5~20240904.268a4d2.tar.xz/.github/workflows/linux.yml -> welle-io-2.5.tar.xz/.github/workflows/linux.yml
Changed
@@ -73,6 +73,7 @@ # Create AppImage ./appimagetool-*.AppImage -s deploy ./appdir/usr/share/applications/*.desktop # Bundle EVERYTHING + find appdir/ VERSION=1.0 ./appimagetool-*.AppImage ./appdir # turn AppDir into AppImage # Preapre publish
View file
welle-io-2.5~20240904.268a4d2.tar.xz/src/welle-gui/_current_version -> welle-io-2.5.tar.xz/src/welle-gui/_current_version
Changed
@@ -1,1 +1,1 @@ -2.5 dev +2.5
View file
welle-io-2.5~20240904.268a4d2.tar.xz/windows_installer.iss -> welle-io-2.5.tar.xz/windows_installer.iss
Changed
@@ -10,7 +10,7 @@ Setup AppName=welle.io -AppVersion=2.5-unstable-{#GitHash} +AppVersion=2.5-{#GitHash} WizardStyle=modern DefaultDirName={autopf}\welle.io DefaultGroupName=welle.io
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
.