SHA256
1
0
forked from pool/audacity

Accepting request 564494 from home:plater

Update to maintenance release version 2.2.1
Upstream changes and fixes:
  *Waveform colorways:
   You can optionally change the colorway of the waveforms
   displayed in your project. The setting is per track and not per
   project so you can have multiple colorways in the same project. 
  *"Save Other" reverts to "Export" in the File menu:
   When we made the menu changes for 2.2.0 we introduced an entry
   into the File menu called "Save Other" which led to a sub-menu
   for exporting various audio formats.
   Many users were confused by this change and found it hard to
   find where they could export.
  *Bug #1770 - Crash applying certain chain files
  *Bug #1783 - Preview fails when selection extends before zero
  *Bug #1787 - Auto-scroll stopped working in 2.2.0
  *Bug #1765 - Using File > Open to import audio gives wrong zoom
   level and no scroll bar slider.

OBS-URL: https://build.opensuse.org/request/show/564494
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=112
This commit is contained in:
Dave Plater 2018-01-15 08:26:37 +00:00 committed by Git OBS Bridge
parent 188a15f0bb
commit fa0b38a1fb
4 changed files with 27 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e4b6861f45885e4c90db62eb479cab2a9361e1ebb0c567bf8362a2b17c9b727
size 25167947

3
Audacity-2.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff346e7a68a57a05089813efd78a81439f5419d211f80bb472c9d94c16ca05d8
size 24597030

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jan 15 08:11:19 UTC 2018 - davejplater@gmail.com
- Update to maintenance release version 2.2.1
- Upstream changes and fixes:
*Waveform colorways:
You can optionally change the colorway of the waveforms
displayed in your project. The setting is per track and not per
project so you can have multiple colorways in the same project.
*"Save Other" reverts to "Export" in the File menu:
When we made the menu changes for 2.2.0 we introduced an entry
into the File menu called "Save Other" which led to a sub-menu
for exporting various audio formats.
Many users were confused by this change and found it hard to
find where they could export.
*Bug #1770 - Crash applying certain chain files
*Bug #1783 - Preview fails when selection extends before zero
*Bug #1787 - Auto-scroll stopped working in 2.2.0
*Bug #1765 - Using File > Open to import audio gives wrong zoom
level and no scroll bar slider.
-------------------------------------------------------------------
Sun Nov 5 12:21:03 UTC 2017 - davejplater@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package audacity
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@
%endif
Name: audacity
Version: 2.2.0
Version: 2.2.1
Release: 0
Summary: A Free, Cross-Platform Digital Audio Editor
License: GPL-2.0+
@ -54,6 +54,7 @@ BuildRequires: gcc5-c++
%else
BuildRequires: gcc-c++
%endif
#!BuildIgnore: gstreamer-0_10-plugins-base
BuildRequires: hicolor-icon-theme
BuildRequires: wxWidgets-3_0-nostl-devel
BuildRequires: pkgconfig(alsa)