Skip to content

Commit

Permalink
update to 0.99.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ycollet committed Aug 6, 2024
1 parent 2304262 commit b7c8155
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions seq66/seq66.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Category: Audio, Sequencer, MIDI

Name: seq66
Version: 0.99.12
Version: 0.99.13
Release: 1%{?dist}
Summary: MIDI sequencer
License: GPL
Expand All @@ -14,7 +14,7 @@ Vendor: Audinux
Distribution: Audinux

Source0: https://github.com/ahlstromcj/seq66/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: seq66_fix_liblo.patch
# Patch0: seq66_fix_liblo.patch

BuildRequires: gcc gcc-c++
BuildRequires: make
Expand Down Expand Up @@ -52,7 +52,7 @@ installation. Windows users can get an installer package on GitHub or build
it with Qt Creator. Provides a comprehensive PDF user-manual.

%prep
%autosetup -p1 -n %{name}-%{version}
%autosetup -n %{name}-%{version}

mkdir -p .local/bin
ln -s /usr/bin/qmake-qt5 .local/bin/qmake
Expand Down Expand Up @@ -103,6 +103,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_libdir}/*

%changelog
* Tue Aug 06 2024 Yann Collette <ycollette.nospam@free.fr> - 0.99.13-1
- update 0.99.13-1

* Sat Jan 13 2024 Yann Collette <ycollette.nospam@free.fr> - 0.99.12-1
- update 0.99.12-1

Expand Down

0 comments on commit b7c8155

Please sign in to comment.