|
1 | 1 | # rpm spec file for RedHat / Fedora linux
|
2 | 2 |
|
3 | 3 | %define name ocp
|
4 |
| -%define version 0.2.102 |
| 4 | +%define version 0.2.103 |
5 | 5 |
|
6 | 6 | # Default to _with_libmad if neither _with_libmad or _without_libmad is defined
|
7 | 7 | %{!?_with_libmad: %{!?_without_libmad: %define _with_libmad --with-libmad}}
|
@@ -42,34 +42,26 @@ frontend, with some few optional features in graphical. Plays modules, sids,
|
42 | 42 | wave and mp3
|
43 | 43 |
|
44 | 44 | %changelog
|
45 |
| - Changes from version 0.2.101 to 0.2.102: |
46 |
| - * IT files did not detect reverse jumps are song being looped |
47 |
| - * IT playback plugin did not reset all state variables on load |
48 |
| - * XDG Base Directory compliance |
49 |
| - * Comply with both $XDG_CONFIG_HOME and $XDG_DATA_HOME |
50 |
| - * Migrate $HOME/.ocp/ |
51 |
| - * Add support for files compressed on Amiga systems with the system built-in |
52 |
| - compression routines using the library known as 'ancient' |
53 |
| - * Updates for building on Haiku |
54 |
| - * If iconv CP437 fails to load, fall back to CP850 and then ASCII |
55 |
| - * Some few calls to iconv() were not protected against "NULL" |
56 |
| - * Add MIME for entries missing in the freedesktop MIME database |
57 |
| - * Update desktop file with additional MIME types |
58 |
| - * Call update_mime_database and update_desktop_database |
59 |
| - * Starting ocp with files as arguments stopped no loger was working |
60 |
| - * If a file fails to load, display error message in the fileselector |
61 |
| - * Replace setup:/alsa/*.dev files with a single setup:/alsaconfig.dev dialog |
62 |
| - * nprintf() didn't limit UTF-8 strings correctly |
63 |
| - * Only accept .TAR files that contains the ustar magic |
64 |
| - * If playback plugin are not operational, multiple corner-case issues has now |
65 |
| - been fixed |
66 |
| - * When editing fixed UTF-8 text-fields, backspace / delete-key would not |
67 |
| - unreserve the buffer-space, artificailly shrinking the available text until |
68 |
| - a new edit was initialized |
69 |
| - * Add the rReverb and iReverb plugins from the original DOS project, with some |
70 |
| - additional fixes |
71 |
| - * Show both panning/balance and chorus/reverb at the same time if they both can |
72 |
| - be active and can fit on screen |
| 45 | + Changes from version 0.2.102 to 0.2.103: |
| 46 | + |
| 47 | + * If an autoload plugin fails to load, do not hard fail if all the core plugins |
| 48 | + are statically linked in. |
| 49 | + * version 0.2.91 update missed setting the color for XM files in ocp.ini |
| 50 | + * Fix logic for setting screenmode vs ocp.ini. This is now the scheme and |
| 51 | + default values that SDL, SDL2 and X11 drivers use: |
| 52 | + [screen] |
| 53 | + screentype=5 ; 0=80x25, 1=80x30, 2=80x50, 3=80x60, 4=132x25, 5=132x30, 6=132x50, 7=132x60, 8=custom |
| 54 | + fontsize=1 ; if screentype=8: 0=8x8, 1=8x16 |
| 55 | + winwidth=1024 ; if screentype=8 |
| 56 | + winheight=768 ; if screentype=8 |
| 57 | + * insttype= setting in ocp.ini was no longer working and it was not maintained |
| 58 | + between songs. |
| 59 | + * Remove more external symbols from the devp*.so and devw*.so files, and API |
| 60 | + updates. |
| 61 | + * setup:/devp/ and setup:/devw/ directories has been replaced with dialogs |
| 62 | + * Detect that C++17 is available, needed due to libancient. |
| 63 | + * Failed detection of `update-mime-database` did not halt ./configure causing |
| 64 | + errors later during make instead. |
73 | 65 |
|
74 | 66 | %prep
|
75 | 67 | %setup -q -n %{name}-%{version}
|
|
0 commit comments