|
1 | 1 | # rpm spec file for RedHat / Fedora linux |
2 | 2 |
|
3 | 3 | %define name ocp |
4 | | -%define version 3.0.1 |
| 4 | +%define version 3.1.0 |
5 | 5 |
|
6 | 6 | Name: %{name} |
7 | 7 | Version: %{version} |
@@ -33,20 +33,65 @@ frontend, with some few optional features in graphical. Plays modules, sids, |
33 | 33 | wave and mp3 |
34 | 34 |
|
35 | 35 | %changelog |
36 | | -Changes from version 3.0.0 to 3.0.1: |
37 | | - |
38 | | - * Not all systems provide memrchr, example are some MacOS/OSX variants. |
39 | | - * [adplug] Update to latest master |
40 | | - * This adds support for "Palladix" files. |
41 | | - * HERAD files were not working as expected. |
42 | | - * [sidplay] Update libsidplayfp to latest git version. |
43 | | - * [modland.com] If waitpid() returns a fatal error, give up waiting. |
44 | | - * [HVL] multiple updates: |
45 | | - * files with size below 4096 were not able to be detected on modland.com virtual drive. |
46 | | - * instrument-viewer must fetch the instruments from index 1, not 0. |
47 | | - * track-viewer must fetch global commands from the actual number of channels in use. |
48 | | - * reset the channel-information-cache on file-load, else we might try to dereference pointers from the previous song played. |
49 | | - * [MDL] In loader, the calculation of two buffer-sizes were missing parentheses, causing incorrect calculation. |
| 36 | +Changes from version 3.0.1 to 3.1.0: |
| 37 | + * Add 16x32 font, which is nice for high DPI screens. Access the setting via ALT-C. |
| 38 | + * [QOA] Add support for "Quite OK Audio" files |
| 39 | + * [IT] |
| 40 | + * Files created with other trackers than Impulse Tracker, was not marked |
| 41 | + correctly by file-detection. |
| 42 | + * Loading *.IT files with stereo samples caused random noise due to only |
| 43 | + reading one channel of the stereo sample causing multiple problems. |
| 44 | + * [devw] |
| 45 | + * Add support for playback of stereo-samples (instead of down-converting to |
| 46 | + mono) |
| 47 | + * If same sample could both be looped, and unlooped; minor curruption of data |
| 48 | + just after the loop-end could occure under special occations. |
| 49 | + * [S3M] commit 5732560 made stereo-commands pan aggressivly away from center |
| 50 | + (absolute + repeat relative) and "randomly" enable stereo if value was 1. |
| 51 | + * [XM] Make it possible to load songs that are partially truncated, missing some |
| 52 | + of the sample-data. |
| 53 | + * [modland.com] setup dialog: |
| 54 | + * select mirror: the custom editfield did not 100% match position when |
| 55 | + entering edit-mode. |
| 56 | + * cachedir: Add missing $ in the UI |
| 57 | + * Multiple updates regarding graphical modes: |
| 58 | + * Remove leftovers of "gdb-helpers" |
| 59 | + * Attemping to enable graphic mode needs to be able to gracefully fail, even |
| 60 | + when announced present (and revert back to text) |
| 61 | + * Changing fontsize, while graphical mode was enable did not have an impact on |
| 62 | + the textmodes. |
| 63 | + * Saving `fontsize` from ALT+C dialog did not work as expected, due to |
| 64 | + `screentype` likely being another value than 8 in ocp.ini. Update |
| 65 | + `screentype` value too when in this dialog to the relevant value. |
| 66 | + * SDL 1.x, enabling graphical mode two times in a row (and window size did not |
| 67 | + match from textmode), would cause the window to not resize correctly. |
| 68 | + * Remove a possible occation of strcpy where dst == src, which causes undefined |
| 69 | + behaviour. |
| 70 | + * [Windows] |
| 71 | + * Use WideChar / UTF-16 interface version of Windows filesystem API calls. |
| 72 | + This should make it possible to view file names that are using non-ASCII |
| 73 | + characters. |
| 74 | + * Make driver letters capital and sort them infront of the other protocols in |
| 75 | + the file browser. |
| 76 | + * [Timidity] Setup dialog for soundfonts: |
| 77 | + * When selecting soundfont / configfile, give hints in the bottom of the |
| 78 | + dialog about locations searched. |
| 79 | + * On Windows, add "*" to the end of the path when performing directory |
| 80 | + listings, to be compliant with the windows APIs. |
| 81 | + * On Windows, search $OCP\data for sf2 files. |
| 82 | + * On Windows, timidityplay.c didn't follow the TiMidity windows search logic. |
| 83 | + * If user-override only if found for timidity.cfg, relay this in the config |
| 84 | + dialog. |
| 85 | + * Add file-browser in the config-dialog. Making it possible to select SF2 |
| 86 | + file outside the default search-scopes. |
| 87 | + * [adplug] Update to current master |
| 88 | + * [libsidplayfp] Update to current master |
| 89 | + * [MOD] MOD (Amiga ProTracker 1.1b), MODd (Dual Module Player) and MODt (old |
| 90 | + Amiga ProTracker) now use 8287Hz as the base-freqeuncy for samples matching |
| 91 | + Amiga PAL machines, while MODf (Fast Tracker II) still use 8363Hz. If a song |
| 92 | + now plays the samples slightly too fast, they should be marked with MODf |
| 93 | + (press <ALT>+<E> in the filebrowser, move the cursor over to "type:" and press |
| 94 | + <ENTER>) |
50 | 95 |
|
51 | 96 | %prep |
52 | 97 | %setup -q -n %{name}-%{version} |
|
0 commit comments