forked from pool/audacity
Accepting request 683918 from home:plater
- Update to release 2.3.1 OBS-URL: https://build.opensuse.org/request/show/683918 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=126
This commit is contained in:
parent
cf520fb80c
commit
f154f698e7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:37127f68dceeb5da08d008ec9373a65e2d5d0a9b937c808a5d7c3b88aa9e275e
|
|
||||||
size 27479664
|
|
3
Audacity-2.3.1.tar.gz
Normal file
3
Audacity-2.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2ef1c06f9cdc2ee3d315b8e575dc2bea5b372f4f415f3dc6570c3cfca0f93321
|
||||||
|
size 27618480
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 11 14:01:22 UTC 2019 - plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
- Update to release 2.3.1 and remove incorporated patch:
|
||||||
|
0001-Fix-bug-1992.patch.
|
||||||
|
- Upstream changes:
|
||||||
|
Over 20 bugs fixed since 2.3.0, including:
|
||||||
|
A crashing bug on Linux that made Audacity 2.3.0. unsuitable for
|
||||||
|
Linux.
|
||||||
|
Problems with Change Pitch, including not remembering parameter
|
||||||
|
values.
|
||||||
|
Options and preferences:
|
||||||
|
Microfades are now an opt-in feature. They were always on in
|
||||||
|
2.3.0.
|
||||||
|
The advanced vertical zooming option is now available in the
|
||||||
|
View->Zoom menu.
|
||||||
|
Regular interval labels now support range labels.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 3 14:39:52 UTC 2018 - davejplater@gmail.com
|
Wed Oct 3 14:39:52 UTC 2018 - davejplater@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audacity
|
# spec file for package audacity
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: audacity
|
Name: audacity
|
||||||
Version: 2.3.0
|
Version: 2.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Multi Track Digital Audio Editor
|
Summary: A Multi Track Digital Audio Editor
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -40,7 +40,6 @@ Patch1: audacity-flacversion.patch
|
|||||||
Patch2: audacity-misc-errors.patch
|
Patch2: audacity-misc-errors.patch
|
||||||
# PATCH-FIX-UPSTREAM audacity-no_return_in_nonvoid.patch
|
# PATCH-FIX-UPSTREAM audacity-no_return_in_nonvoid.patch
|
||||||
Patch3: audacity-no_return_in_nonvoid.patch
|
Patch3: audacity-no_return_in_nonvoid.patch
|
||||||
Patch4: 0001-Fix-bug-1992.patch
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -107,7 +106,6 @@ physical memory size can be edited.
|
|||||||
%patch1 -p0
|
%patch1 -p0
|
||||||
%patch3 -p0
|
%patch3 -p0
|
||||||
%patch2
|
%patch2
|
||||||
%patch4 -p1
|
|
||||||
|
|
||||||
cp -f %{SOURCE1} LICENSE_NYQUIST.txt
|
cp -f %{SOURCE1} LICENSE_NYQUIST.txt
|
||||||
# Make sure we use the system versions.
|
# Make sure we use the system versions.
|
||||||
|
Loading…
Reference in New Issue
Block a user