Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2013-04-01 11:28:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacity (Old)
 and      /work/SRC/openSUSE:Factory/.audacity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audacity", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacity/audacity.changes        2012-10-24 
17:02:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes   2013-04-01 
11:28:20.000000000 +0200
@@ -1,0 +2,57 @@
+Fri Mar 29 09:25:00 UTC 2013 - [email protected]
+
+- Update to version 2.0.3
+  Bug fixes
+  * General
+    - Crash using Undo whilst time-shifting a track.
+    - Crash using Repair if the selection extended into an empty track.
+    - Export Multiple didn't prevent export if there was no audio or all
+      audio was muted. This allowed export of small invalid files.
+  * Time Track
+    - Loop Play of a speeded-up track inserted silence.
+    - Playback and rendering was significantly inaccurate, creating audible
+      and visual glitches.
+  * Accessibility
+    - The mnemonics character "&" was read out by screen readers in most of
+       the Preferences choices.
+    - NVDA did not read static text in most dialogs. Text can now be read by
+      using INSERT + B.
+    - JAWS and Window-eyes misread the "Duration" control in Silence
+      Generator.
+    - Toolbar buttons could not be pressed by ENTER
+    - Other interface bug fixes.
+  Changes and Improvements
+  * Resampling
+    - The SoX Resampler library (libsoxr) has replaced libresample in
+      Audacity releases, offering both higher quality and greater speed.
+  * Time Tracks new features
+    - "Set Range" now changes only the range of the Time Track, preserving
+      the pitch/speed set by any existing warp points.
+    - Vertical scale added with options for linear and logarithmic display
+      and interpolation.
+    - Upper and lower speed limits will now be remembered when saving and
+      reopening a project in 2.0.3. Warp points in projects saved by
+      previous Audacity versions will be correctly restored in 2.0.3.
+    - Warp points saved in a 2.0.3 project will be preserved if opened in
+      previous versions but playback and display will be incorrect.
+  * New effects
+    - Studio Fade Out (uses a filtered "S" curve).
+    - Adjustable Fade (accessible effect for creating partial fades and
+      adjustable fade shapes).
+    - Bass and Treble (replaces Bass Boost).
+  * General
+    - Real sample rates up to 384000 Hz are now supported for playback and
+      recording in high resolution devices (the maximum is up to 192000 Hz
+      for Windows DirectSound host).
+    - Labeled Regions in Edit Menu is renamed to "Labeled Audio" and now
+      allows splits to be placed at point labels. Labeled audio regions that
+      touch without overlapping are treated as separate regions. Overlapping
+      labeled audio regions are treated as a single region.
+    - New Croatian translation of Audacity.
+  * Compilation
+    - CMake is required in order to build libsoxr.
+
+- removed audacity-implicit.patch and audacity-2.0.2-docdir.patch
+  both included in 2.0.3
+
+-------------------------------------------------------------------

Old:
----
  audacity-2.0.2-docdir.patch
  audacity-implicit.patch
  audacity-minsrc-2.0.2.tar.bz2

New:
----
  audacity-minsrc-2.0.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ audacity.spec ++++++
--- /var/tmp/diff_new_pack.lPVeUw/_old  2013-04-01 11:28:21.000000000 +0200
+++ /var/tmp/diff_new_pack.lPVeUw/_new  2013-04-01 11:28:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package audacity
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,6 +21,7 @@
 %bcond_with twolame
 
 Name:           audacity
+BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -53,22 +54,16 @@
 %if %{with twolame}
 BuildRequires:  pkgconfig(twolame)
 %endif
-Version:        2.0.2
+Version:        2.0.3
 Release:        0
 Summary:        A Free, Cross-Platform Digital Audio Editor
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Editors and Convertors
 Url:            http://audacity.sourceforge.net/
-Source0:        
http://audacity.googlecode.com/files/audacity-minsrc-%{version}.tar.bz2
+Source0:        
http://audacity.googlecode.com/files/audacity-minsrc-%{version}.tar.xz
 Source1:        audacity-license-nyquist
 # PATCH-FIX-OPENSUSE audacity-no_buildstamp.patch [email protected] -- 
this patch removes the buildstamp
 Patch0:         audacity-no_buildstamp.patch
-# About the access to the bug tracker: "Generally we restrict Bugzilla 
accounts to experienced C++ developers, or to very experienced Audacity bug 
watchers who want to test our nightly builds regularly."
-# Being a packager, it seems, it's not enough. I am not even going to discuss 
that stupid politic
-# PATCH-FIX-UPSTREAM audacity-2.0.2-docdir.patch email wrote to 
[email protected] [email protected] -- make configure honor --docdir
-Patch1:         audacity-2.0.2-docdir.patch
-# PATCH-FIX-UPSTREAM audacity-implicit.patch email wrote to 
[email protected] [email protected] -- Include ctype.h since it 
uses isdigit()
-Patch2:         audacity-implicit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Recommends:     libmp3lame0
 Recommends:     libavformat52
@@ -85,8 +80,6 @@
 %prep
 %setup -q -n audacity-src-%{version}
 %patch0
-%patch1
-%patch2
 cp %{SOURCE1} LICENSE_NYQUIST.txt
 # Make sure we use the system versions
 rm -r lib-src/libvamp/

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to