automatic version update by autodist [release 0.6.2-1mamba;Tue Apr 07 2020]

This commit is contained in:
Automatic Build System 2024-01-05 17:04:30 +01:00
parent 21696e1eec
commit 824b194468
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# qsynth
QSynth is a fluidsynth GUI front-end application written in C++ around the Qt3 toolkit using Qt Designer. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynth but for the moment it wraps the excellent FluidSynth.

View File

@ -1,5 +1,5 @@
Name: qsynth
Version: 0.6.1
Version: 0.6.2
Release: 1mamba
Summary: A fluidsynth GUI front-end application written in C++ around the Qt3 toolkit
Group: Graphical Desktop/Applications/Multimedia
@ -20,7 +20,7 @@ BuildRequires: fluidsynth-devel
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libgcc
BuildRequires: libqt4-devel
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
Requires: fluidsynth >= 1.0.5
@ -29,6 +29,8 @@ Requires: soundfont-2rock9
%description
QSynth is a fluidsynth GUI front-end application written in C++ around the Qt3 toolkit using Qt Designer. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynth but for the moment it wraps the excellent FluidSynth.
#% debug_package
%prep
%setup -q
#%patch0 -p1
@ -81,6 +83,7 @@ fi
%{_bindir}/qsynth
%{_datadir}/applications/qsynth.desktop
%{_datadir}/icons/hicolor/32x32/apps/qsynth.png
%{_datadir}/icons/hicolor/scalable/apps/qsynth.svg
%{_datadir}/metainfo/qsynth.appdata.xml
%dir %{_datadir}/qsynth
%dir %{_datadir}/qsynth/translations
@ -96,6 +99,9 @@ fi
#ChangeLog README README-OSX TODO
%changelog
* Tue Apr 07 2020 Automatic Build System <autodist@mambasoft.it> 0.6.2-1mamba
- automatic version update by autodist
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 0.6.1-1mamba
- automatic version update by autodist