diff --git a/audacity.changes b/audacity.changes index 4f9f448..3c618b3 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 8 16:50:03 CET 2010 - vuntz@opensuse.org + +- Remove unneeded glib-devel BuildRequires. + ------------------------------------------------------------------- Sun Dec 13 09:12:28 UTC 2009 - cmorve69@yahoo.es diff --git a/audacity.spec b/audacity.spec index 1dab86f..bc65cdc 100644 --- a/audacity.spec +++ b/audacity.spec @@ -1,7 +1,7 @@ # # spec file for package audacity (Version 1.3.10) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -23,7 +23,7 @@ Name: audacity # we use internal PortAudio(so it is not included here in BuildRequires), because audacity team grab sources # from Portaudio's svn more frequently than we (e.g. see support for non-mmap devices like pulseaudio) -BuildRequires: flac-devel gcc-c++ glib-devel jack-devel libexpat-devel +BuildRequires: flac-devel gcc-c++ jack-devel libexpat-devel BuildRequires: libid3tag-devel libsamplerate-devel libsndfile-devel BuildRequires: libvorbis-devel soundtouch-devel update-desktop-files BuildRequires: alsa-devel taglib-devel wxGTK-devel @@ -42,7 +42,7 @@ BuildRequires: libtwolame-devel %endif Summary: A Free, Cross-Platform Digital Audio Editor Version: 1.3.10 -Release: 2 +Release: 3 License: GPLv2+ Group: Productivity/Multimedia/Sound/Editors and Convertors BuildRoot: %{_tmppath}/%{name}-%{version}-build