- update to 1.5.5:
* Updated HTTP Session params to improve response
* Increased Search re-fire interval to reduce number of concurrent searches
* Made Search asynchronous so UI remains responsive during searches
* Ignore request to load failing favicons URLs
* Removed shadow from.svg images per Flathub quality directives
* Removed org.gnome.SettingsDaemon.MediaKeys from manifest per flathub
- update to 1.5.4:
* Added API server lookup via SRV and backup via JSON, plus randomization
* Added JSON validation for empty nodes
* Refactored libsoup calls out to HttpClient.vala
* Refactored loading of favicons to Favicon.vala
* Turned off TLS checks for HTTP calls to avoid non loading of favicons with
invalid certs
- update to 1.5.3:
* Upgrade taglib to v1.13.1
* Documentation correction.
- add patch fix-gschema.patch, for fixing glib-schemas-compile
- update spec file for Leap 16.0:
* remove %suse_update_desktop_file
* remove recommending lang package
* remove mentions of elementary
* use autosetup
* remove HiDPI workaround
OBS-URL: https://build.opensuse.org/request/show/1224966
OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/tuner?expand=0&rev=13
12 lines
424 B
Diff
12 lines
424 B
Diff
diff -rub tuner-1.5.5/data/meson.build tuner-1.5.5-patched/data/meson.build
|
|
--- tuner-1.5.5/data/meson.build 2024-11-11 19:27:33.000000000 +0100
|
|
+++ tuner-1.5.5-patched/data/meson.build 2024-11-18 22:59:43.983113621 +0100
|
|
@@ -75,7 +75,4 @@
|
|
|
|
install_data(settings_schemas, install_dir: schemas_dir)
|
|
|
|
-meson.add_install_script('glib-compile-schemas', schemas_dir, install_tag: 'schemas')
|
|
-
|
|
-
|
|
message('Installed schema\n')
|