diff --git a/snd-9.2.tar.bz2 b/snd-9.2.tar.bz2 deleted file mode 100644 index b612bc8..0000000 --- a/snd-9.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65e528345db1dbff531604416c560d466c5ac963fed0331199be618c336e0563 -size 7873636 diff --git a/snd-9.6.tar.bz2 b/snd-9.6.tar.bz2 new file mode 100644 index 0000000..a6c92c5 --- /dev/null +++ b/snd-9.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b14f748b74bdae29eefb92efd88d5c425bf440e04c7bd2dce670f5ba79093fc +size 9773702 diff --git a/snd.changes b/snd.changes index 8fc2357..1e45316 100644 --- a/snd.changes +++ b/snd.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 11 14:46:17 CET 2008 - tiwai@suse.de + +- updated to version 9.6: + * many Ruby improvements + * fixed a help-system bug + * 5 more generators in generators.scm + * Open recent item in File menu + ------------------------------------------------------------------- Thu Jul 12 18:33:25 CEST 2007 - tiwai@suse.de diff --git a/snd.spec b/snd.spec index 53d9a32..c43c640 100644 --- a/snd.spec +++ b/snd.spec @@ -1,7 +1,7 @@ # -# spec file for package snd (Version 9.2) +# spec file for package snd (Version 9.6) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -13,15 +13,15 @@ Name: snd BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel guile-devel jack-devel ladspa-devel libdrm-devel libsamplerate-devel update-desktop-files Summary: Powerful Sound File Editor -Version: 9.2 +Version: 9.6 Release: 1 -License: LGPL v2 or later, Any Permissve License +License: LGPL v2.1 or later Group: Productivity/Multimedia/Sound/Editors and Convertors Requires: ladspa Source: snd-%{version}.tar.bz2 Source1: snd.desktop Source2: snd.png -URL: http://ccrma-www.stanford.edu/CCRMA/Software/snd/snd.html +Url: http://ccrma-www.stanford.edu/CCRMA/Software/snd/snd.html BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -37,7 +37,7 @@ Authors: Bill Schottstaedt %prep -%setup -n snd-9 +%setup -q -n snd-9 %{?suse_update_config:%{suse_update_config -f}} find -name "*~" -type f | xargs -r rm -v @@ -88,6 +88,12 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/*.png %changelog +* Fri Jan 11 2008 - tiwai@suse.de +- updated to version 9.6: + * many Ruby improvements + * fixed a help-system bug + * 5 more generators in generators.scm + * Open recent item in File menu * Thu Jul 12 2007 - tiwai@suse.de - updated to version 9.2: * Forth/Ruby improvements