diff --git a/README.md b/README.md index 3f87252..23f2aa5 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Flacon extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files. To do this, it uses information from the appropriate CUE file. Besides, Flacon makes it possible to conveniently revise or specify tags both for all tracks at once or for each tag separately. + diff --git a/flacon.spec b/flacon.spec index 559b289..69a5b1d 100644 --- a/flacon.spec +++ b/flacon.spec @@ -1,5 +1,5 @@ Name: flacon -Version: 11.4.0 +Version: 12.0.0 Release: 1mamba Summary: Extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files Group: Graphical Desktop/Applications/Multimedia @@ -11,18 +11,20 @@ Source: https://github.com/flacon/flacon.git/v%{version}/flacon-%{version License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt5Core +BuildRequires: libQt5Gui +BuildRequires: libQt5Network +BuildRequires: libQt5Widgets BuildRequires: libgcc BuildRequires: libstdc++6-devel BuildRequires: libtag-devel BuildRequires: libuchardet-devel BuildRequires: libz-devel -BuildRequires: qt5-qtbase-devel ## AUTOBUILDREQ-END %description Flacon extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files. To do this, it uses information from the appropriate CUE file. Besides, Flacon makes it possible to conveniently revise or specify tags both for all tracks at once or for each tag separately. -%debug_package %prep %setup -q @@ -67,6 +69,9 @@ fi %{_mandir}/man1/flacon.1* %changelog +* Sun Feb 16 2025 Automatic Build System 12.0.0-1mamba +- automatic version update by autodist + * Sun May 05 2024 Automatic Build System 11.4.0-1mamba - automatic version update by autodist