OBS User unknown
2009-04-27 21:35:04 +00:00
committed by Git OBS Bridge
parent ae30b22baa
commit 2ae08cef60
4 changed files with 33 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package snd (Version 10.3)
# spec file for package snd (Version 10.5)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,7 +21,7 @@
Name: snd
BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel guile-devel ladspa-devel libdrm-devel libjack-devel libsamplerate-devel update-desktop-files
Summary: Powerful Sound File Editor
Version: 10.3
Version: 10.5
Release: 1
License: LGPL v2.1 or later
Group: Productivity/Multimedia/Sound/Editors and Convertors
@@ -101,6 +101,18 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/*.png
%changelog
* Mon Apr 27 2009 tiwai@suse.de
- updated to version 10.5:
* multidimensional and applicable vectors in s7.
* pulseaudio support (not enabled yet)
* moved the papoulis and dpss (slepian) fft-windows from
dsp.scm to clm.c. added sinc-window.
* matlab mat-5 headers (for 1-channel sound data).
* all hash literals using ',' changed to use '=>' in *.rb
(for ruby 1.9.*) but ruby 1.9.n is not usable yet
* With Kjetil's help, s7 is more than twice as fast now in s7test.
* checked: mpfr 2.4.1, gtk 2.15.5|16.0|1, fftw 3.2.1, fth 1.2.3,
sbcl 1.0.27
* Fri Jan 30 2009 tiwai@suse.de
- updated to version 10.3:
* improvements to rt stuff
@@ -237,7 +249,7 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
- renamed patches to avoid the file name confliction.
* Tue Nov 26 2002 tiwai@suse.de
- updated to version 6.3.
* Mon Nov 11 2002 ro@suse.de
* Tue Nov 12 2002 ro@suse.de
- changed neededforbuild <xshared> to <x-devel-packages>
- changed neededforbuild <xdevel> to <>
* Tue Sep 24 2002 tiwai@suse.de