OBS User unknown
2009-02-03 23:30:26 +00:00
committed by Git OBS Bridge
parent c062b78436
commit ae30b22baa
4 changed files with 36 additions and 8 deletions

3
snd-10.3.tar.bz2 Normal file
View File

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

View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jan 30 16:17:36 CET 2009 - tiwai@suse.de
- updated to version 10.3:
* improvements to rt stuff
* multiprecision math support
* sox header support
* jcvoi.scm
* deprecated sine-emulation, etc
-------------------------------------------------------------------
Mon Nov 10 14:31:46 CET 2008 - tiwai@suse.de
- updated to version 10.1:
* rhypars.cms addition
* removed reader/writer locks in clm.c
-------------------------------------------------------------------
Wed Oct 1 18:09:37 CEST 2008 - tiwai@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package snd (Version 10)
# spec file for package snd (Version 10.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 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,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
Version: 10.3
Release: 1
License: LGPL v2.1 or later
Group: Productivity/Multimedia/Sound/Editors and Convertors
@@ -46,8 +46,8 @@ Authors:
%prep
%setup -q
%{?suse_update_config:%{suse_update_config -f}}
find -name "*~" -type f | xargs -r rm -v
find -name "*.png" -type f | xargs chmod 0644
%build
# aclocal
@@ -101,6 +101,17 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/*.png
%changelog
* Fri Jan 30 2009 tiwai@suse.de
- updated to version 10.3:
* improvements to rt stuff
* multiprecision math support
* sox header support
* jcvoi.scm
* deprecated sine-emulation, etc
* Mon Nov 10 2008 tiwai@suse.de
- updated to version 10.1:
* rhypars.cms addition
* removed reader/writer locks in clm.c
* Wed Oct 01 2008 tiwai@suse.de
- updated to version 10.0:
* rt/faust/stalin improvements
@@ -226,7 +237,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.
* Tue Nov 12 2002 ro@suse.de
* Mon Nov 11 2002 ro@suse.de
- changed neededforbuild <xshared> to <x-devel-packages>
- changed neededforbuild <xdevel> to <>
* Tue Sep 24 2002 tiwai@suse.de