automatic version update by autodist [release 4.5.2-1mamba;Sun Jun 01 2025]

This commit is contained in:
2025-06-02 09:54:19 +02:00
parent 92ef05163f
commit 0162cc774d
3 changed files with 118 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: MuseScore
Version: 4.5.1
Version: 4.5.2
Release: 1mamba
Summary: Free music composition & notation software
Group: Graphical Desktop/Applications/Multimedia
@@ -9,6 +9,8 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://musescore.org/en
Source: https://github.com/musescore/MuseScore.git/v%{version}/MuseScore-%{version}.tar.bz2
Patch0: MuseScore-4.5.2-qt-6.9.patch
Patch1: MuseScore-4.5.1-gcc-15.1.0.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@@ -68,10 +70,11 @@ Provides: soundfont
%description -n soundfont-musescore
A soundfont collection for MIDI synthetizers.
%prep
%setup -q
#-D -T
%patch 0 -p1 -b .qt-6.9
%patch 1 -p1
%build
#:<< _EOF
@@ -108,7 +111,6 @@ ln -s MS\ Basic.sf3 %{buildroot}%{_datadir}/soundfonts/default.sf3
%files
%defattr(-,root,root)
%{_bindir}/mscore
#%{_bindir}/musescore
%{_datadir}/metainfo/org.musescore.MuseScore.appdata.xml
%{_datadir}/mime/packages/musescore.xml
%{_datadir}/applications/org.musescore.MuseScore.desktop
@@ -129,6 +131,9 @@ ln -s MS\ Basic.sf3 %{buildroot}%{_datadir}/soundfonts/default.sf3
%{_datadir}/soundfonts/MS*Basic.sf3
%changelog
* Sun Jun 01 2025 Automatic Build System <autodist@openmamba.org> 4.5.2-1mamba
- automatic version update by autodist
* Sat Mar 22 2025 Automatic Build System <autodist@openmamba.org> 4.5.1-1mamba
- automatic version update by autodist