Accepting request 1168578 from home:expeehaa:branches:multimedia:apps
- Update to version 3.14.1. Changelog: https://github.com/GrandOrgue/grandorgue/releases/tag/3.14.1-1 - Fixed changing sound of a playing pipe without Pipe999IsTremulant when a wave tremulant state is changed https://github.com/GrandOrgue/grandorgue/issues/1855 - Fixed crash on opening a very old config https://github.com/GrandOrgue/grandorgue/discussions/1869 - Fixed ignoring initial midi setup when loading an organ with a preset without midi events configured https://github.com/GrandOrgue/grandorgue/issues/1785 - Fixed saving Max release tail to the organ preset https://github.com/GrandOrgue/grandorgue/issues/1804 - Fixed required package names in the BUILD.md file https://github.com/GrandOrgue/grandorgue/issues/1799 - Added support of macOS on Apple silicon. GrandOrgue for macOS on Apple silicon requires macOS 14 or higher. GrandOrgue for macOS on Intel requires macOS 12.1 or higher. https://github.com/GrandOrgue/grandorgue/discussions/1153 - Added ad-hoc code signing of GrandOrgue for macOS https://github.com/GrandOrgue/grandorgue/issues/1835 - Fixed an error that occurred when trying to install the GrandOrgue RPM package https://github.com/GrandOrgue/grandorgue/issues/1859 OBS-URL: https://build.opensuse.org/request/show/1168578 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/grandorgue?expand=0&rev=31
This commit is contained in:
parent
1236479eac
commit
9f97b716c4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:273c3c0e03885836ff6898a06a1b1a5bb2e57a705515bb5b24a9572f78b08272
|
||||
size 28278774
|
3
grandorgue-3.14.1-1.tar.gz
Normal file
3
grandorgue-3.14.1-1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fe1aa3b72e235e324714777cf1c2be56543dbbd1c0760f98192c49cf0615dda
|
||||
size 28281221
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 17 13:45:46 UTC 2024 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
- Update to version 3.14.1.
|
||||
Changelog: https://github.com/GrandOrgue/grandorgue/releases/tag/3.14.1-1
|
||||
- Fixed changing sound of a playing pipe without Pipe999IsTremulant when a wave tremulant state is changed https://github.com/GrandOrgue/grandorgue/issues/1855
|
||||
- Fixed crash on opening a very old config https://github.com/GrandOrgue/grandorgue/discussions/1869
|
||||
- Fixed ignoring initial midi setup when loading an organ with a preset without midi events configured https://github.com/GrandOrgue/grandorgue/issues/1785
|
||||
- Fixed saving Max release tail to the organ preset https://github.com/GrandOrgue/grandorgue/issues/1804
|
||||
- Fixed required package names in the BUILD.md file https://github.com/GrandOrgue/grandorgue/issues/1799
|
||||
- Added support of macOS on Apple silicon. GrandOrgue for macOS on Apple silicon requires macOS 14 or higher. GrandOrgue for macOS on Intel requires macOS 12.1 or higher. https://github.com/GrandOrgue/grandorgue/discussions/1153
|
||||
- Added ad-hoc code signing of GrandOrgue for macOS https://github.com/GrandOrgue/grandorgue/issues/1835
|
||||
- Fixed an error that occurred when trying to install the GrandOrgue RPM package https://github.com/GrandOrgue/grandorgue/issues/1859
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 16:49:11 UTC 2024 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define version_suffix 1
|
||||
|
||||
Name: grandorgue
|
||||
Version: 3.14.0
|
||||
Version: 3.14.1
|
||||
Release: 0
|
||||
Summary: Virtual Pipe Organ Software
|
||||
License: GPL-2.0-or-later
|
||||
@ -31,6 +31,7 @@ BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext-tools
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libxslt-tools
|
||||
BuildRequires: po4a
|
||||
BuildRequires: update-desktop-files
|
||||
@ -47,7 +48,6 @@ BuildRequires: pkgconfig(rtmidi)
|
||||
BuildRequires: pkgconfig(wavpack)
|
||||
BuildRequires: pkgconfig(yaml-cpp)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: libcurl-devel
|
||||
Recommends: grandorgue-demo
|
||||
|
||||
%package demo
|
||||
|
Loading…
Reference in New Issue
Block a user