diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index a3abbca..8a228a8 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,12 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Music Tools V 1.0.1 - A. GIBERT - 2026/04/19 +------------------------------------------------------------------------------------------------------------------------------------ + +- Move usr/lib to lib, +- Support rx3-base 1.1.2. + + + ------------------------------------------------------------------------------------------------------------------------------------ Music Tools V 1.0.0 - A. GIBERT - 2026/04/12 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/SPECS/music_tools.spec b/SPECS/music_tools.spec index 1df441b..393d845 100644 --- a/SPECS/music_tools.spec +++ b/SPECS/music_tools.spec @@ -25,7 +25,7 @@ %define name music_tools -%define version 1.0.0 +%define version 1.0.1 %define release %mkrel 1rx3 @@ -94,7 +94,7 @@ cp etc/bash_completion.d/* %{buildroot}%{_sysconfdir}/bash_completi # Lib %{__mkdir_p} %{buildroot}%{_prefix}/lib/rx3 -cp usr/lib/rx3/*.bash %{buildroot}%{_prefix}/lib/rx3 +cp lib/rx3/*.bash %{buildroot}%{_prefix}/lib/rx3 # Bin %{__mkdir_p} %{buildroot}%{_bindir} @@ -125,5 +125,8 @@ cp bin/* %{buildroot}%{_bindir} #----------------------------------------------------------------------------------------------------------------------------------- %changelog +* Sun Apr 19 2026 Arnaud G. GIBERT - 1.0.1-1rx3.mga9 +- Update to 1.0.1 release + * Sun Apr 12 2026 Arnaud G. GIBERT - 1.0.0-1rx3.mga9 - Initial release diff --git a/usr/lib/rx3/music_tools.bash b/lib/rx3/music_tools.bash similarity index 100% rename from usr/lib/rx3/music_tools.bash rename to lib/rx3/music_tools.bash