* Fix bootloader installation for Ipods.
* Fix bootloader installation for Sandisk players.
* Improve responsiveness on install / uninstall.
* Enable Themes installation if themes are selected.
- Update to version 1.5.0
* Add support for xDuoo X3, X3ii, X20.
* Add support for AGPTek Rocker.
* Add support for AIGO Eros Q and various clones (AIGO Eros K,
AGPTek H3, HIFI Walker H2, Surfans F20)
* Add support for showing "retired" target status.
* Update Iriver H100 / H300 series bootloader.
* Rename Game Files installation to Plugin Data; now installs
files for further games (Duke3D, Wolfenstein3D, etc.) as well
as other plugins (MIDI patchset).
* Support installing daily builds.
* Move Manual / prerendered voice file installation to main
dialog.
* Support installing voice files in other languages than english
* Improved HiDPI support.
* Drop support for Qt4, now requires Qt5.
* Update various external libraries.
* Server Downloads changed to https.
- Remove patch:
* 0001-imxtools-sbtools-fix-compilation-with-gcc-10.patch
- Update patch:
* rbutil-fix-versionstring.patch
- Add patch
* rbutil-no-themeeditor.patch
- Use tar_scm service to create the tarball
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rbutil?expand=0&rev=9
12 lines
393 B
Diff
12 lines
393 B
Diff
diff --git a/utils/rbutilqt/version.h b/utils/rbutilqt/version.h
|
|
index c55a4d8..095b634 100644
|
|
--- a/utils/rbutilqt/version.h
|
|
+++ b/utils/rbutilqt/version.h
|
|
@@ -42,5 +42,5 @@
|
|
// PUREVERSION should identify the build uniquely. Use version string for now.
|
|
#define PUREVERSION GITHASH
|
|
|
|
-#define FULLVERSION VERSION " (" GITHASH "), built " __DATE__ " " __TIME__
|
|
+#define FULLVERSION VERSION
|
|
|